diff options
Diffstat (limited to 'JSONSchema/st-filler-schema.json')
-rw-r--r-- | JSONSchema/st-filler-schema.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/JSONSchema/st-filler-schema.json b/JSONSchema/st-filler-schema.json index ed8f6d278..35e160d55 100644 --- a/JSONSchema/st-filler-schema.json +++ b/JSONSchema/st-filler-schema.json @@ -258,7 +258,8 @@ "$ref": "#/definitions/PostStateAccounts" }, "additionalProperties": false - } + }, + "//comment": { "type": "string" } }, "additionalProperties": false }, @@ -280,10 +281,10 @@ "type": "array" }, "Indices": { - "oneOf": [ + "anyOf": [ { "type": "array" }, { "type": "string" }, - { "type": "Number" } + { "type": "number" } ] } }, |