Require format to be 1, 2, or 3

This commit is contained in:
toasted-nutbread 2020-02-17 19:46:22 -05:00
parent 62d4f68412
commit 86d0fb6643

View File

@ -22,11 +22,13 @@
}, },
"format": { "format": {
"type": "integer", "type": "integer",
"description": "Format of data found in the JSON data files." "description": "Format of data found in the JSON data files.",
"enum": [1, 2, 3]
}, },
"version": { "version": {
"type": "integer", "type": "integer",
"description": "Alias for format." "description": "Alias for format.",
"enum": [1, 2, 3]
}, },
"tagMeta": { "tagMeta": {
"type": "object", "type": "object",