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 9fd31fa commit 3322cf4Copy full SHA for 3322cf4
contest-api/json-schema/common.json
@@ -120,10 +120,12 @@
120
"fileref": {
121
"type": "object",
122
"properties": {
123
- "href": { "type": "string" },
124
- "mime": { "type": "string" },
125
- "width": { "type": "integer", "minimum": 1 },
126
- "height": { "type": "integer", "minimum": 1 }
+ "href": { "type": "string" },
+ "mime": { "type": "string" },
+ "hash": { "type": "string" },
+ "filename": { "type": "string" },
127
+ "width": { "type": "integer", "minimum": 1 },
128
+ "height": { "type": "integer", "minimum": 1 }
129
},
130
"required": ["href", "mime"],
131
"$ref": "#/strictproperties"
0 commit comments