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": {
"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": {
"type": "integer",
"description": "Alias for format."
"description": "Alias for format.",
"enum": [1, 2, 3]
},
"tagMeta": {
"type": "object",