We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5107603 commit 00f66c0Copy full SHA for 00f66c0
contest-api/json-schema/group.json
@@ -8,8 +8,7 @@
8
"id": { "$ref": "common.json#/identifier" },
9
"icpc_id": { "type": [ "string", "null" ] },
10
"name": { "type": "string" },
11
- "type": { "type": "string" },
12
- "hidden": { "type": "boolean" }
+ "type": { "type": "string" }
13
},
14
"required": ["id", "name"],
15
"$ref": "common.json#/strictproperties"
contest-api/json-schema/team.json
@@ -15,6 +15,7 @@
"uniqueItems": true,
16
"items": { "$ref": "common.json#/identifierornull" }
17
18
+ "hidden": { "type": [ "boolean", "null" ] },
19
"location": {
20
"type": "object",
21
"properties": {
0 commit comments