jsonschema: add missing field .files[].file_id

pull/9288/head
Philippe Antoine 2 years ago committed by Victor Julien
parent 805b07fa42
commit f35052941d

@ -116,6 +116,9 @@
"filename": {
"type": "string"
},
"file_id": {
"type": "integer"
},
"gaps": {
"type": "boolean"
},

Loading…
Cancel
Save