Skip to content

Commit

Permalink
[irods#8017] Modify schema file to enforce required attributes
Browse files Browse the repository at this point in the history
The server expects these already, so the schema file is updated accordingly.
- controlled_user_connection_list.control_type
- controlled_user_connection_list.users
  • Loading branch information
FifthPotato authored and alanking committed Dec 5, 2024
1 parent 899b122 commit 9a7a55e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/configuration/v4/server_config.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"items": {"type": "string"},
"uniqueItems": true
}
}
},
"required": ["control_type", "users"]
},
"maximum_connections": {
"type": "integer",
Expand Down

0 comments on commit 9a7a55e

Please sign in to comment.