Skip to content

Commit 49e9d81

Browse files
committed
Add attributes key_log, tool_data and audio to team endpoint.
1 parent 0457835 commit 49e9d81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

contest-api/json-schema/team.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@
2828
"photo": { "$ref": "common.json#/filerefs" },
2929
"video": { "$ref": "common.json#/filerefs" },
3030
"backup": { "$ref": "common.json#/filerefs" },
31+
"key_log": { "$ref": "common.json#/filerefs" },
32+
"tool_data": { "$ref": "common.json#/filerefs" },
3133
"desktop": { "$ref": "common.json#/filerefs" },
32-
"webcam": { "$ref": "common.json#/filerefs" }
34+
"webcam": { "$ref": "common.json#/filerefs" },
35+
"audio": { "$ref": "common.json#/filerefs" }
3336
},
3437
"required": ["id", "name"],
3538
"$ref": "common.json#/strictproperties"

0 commit comments

Comments
 (0)