Skip to content

Commit 9fd31fa

Browse files
Add package and statement to problem endpoint.
1 parent ea790ed commit 9fd31fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contest-api/json-schema/problem.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"test_data_count": {
3232
"type": "integer",
3333
"minimum": 0
34-
}
34+
},
35+
"package": { "$ref": "common.json#/filerefsornull" },
36+
"statement": { "$ref": "common.json#/filerefsornull" }
3537
},
3638
"required": ["id", "label", "name", "ordinal", "test_data_count"],
3739
"$ref": "common.json#/strictproperties"

0 commit comments

Comments
 (0)