Skip to content

Commit 00f66c0

Browse files
committed
Move hidden attribute from group to team.
1 parent 5107603 commit 00f66c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contest-api/json-schema/group.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"id": { "$ref": "common.json#/identifier" },
99
"icpc_id": { "type": [ "string", "null" ] },
1010
"name": { "type": "string" },
11-
"type": { "type": "string" },
12-
"hidden": { "type": "boolean" }
11+
"type": { "type": "string" }
1312
},
1413
"required": ["id", "name"],
1514
"$ref": "common.json#/strictproperties"

contest-api/json-schema/team.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"uniqueItems": true,
1616
"items": { "$ref": "common.json#/identifierornull" }
1717
},
18+
"hidden": { "type": [ "boolean", "null" ] },
1819
"location": {
1920
"type": "object",
2021
"properties": {

0 commit comments

Comments
 (0)