Require format to be 1, 2, or 3
This commit is contained in:
parent
62d4f68412
commit
86d0fb6643
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user