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 0457835 commit 49e9d81Copy full SHA for 49e9d81
contest-api/json-schema/team.json
@@ -28,8 +28,11 @@
28
"photo": { "$ref": "common.json#/filerefs" },
29
"video": { "$ref": "common.json#/filerefs" },
30
"backup": { "$ref": "common.json#/filerefs" },
31
+ "key_log": { "$ref": "common.json#/filerefs" },
32
+ "tool_data": { "$ref": "common.json#/filerefs" },
33
"desktop": { "$ref": "common.json#/filerefs" },
- "webcam": { "$ref": "common.json#/filerefs" }
34
+ "webcam": { "$ref": "common.json#/filerefs" },
35
+ "audio": { "$ref": "common.json#/filerefs" }
36
},
37
"required": ["id", "name"],
38
"$ref": "common.json#/strictproperties"
0 commit comments