diff options
Diffstat (limited to 'JSONSchema/definitions.json')
-rw-r--r-- | JSONSchema/definitions.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/JSONSchema/definitions.json b/JSONSchema/definitions.json index 45088f2bb..b2040cf29 100644 --- a/JSONSchema/definitions.json +++ b/JSONSchema/definitions.json @@ -111,6 +111,19 @@ "pattern": "(^0x0$)|(^0x[1-9a-fA-F][0-9a-fA-F]*$)", "type": "string" }, + "Indices": { + "anyOf": [ + { + "type": "array" + }, + { + "type": "string" + }, + { + "type": "number" + } + ] + }, "Info": { "description": "Information block for filled tests.", "properties": { @@ -135,19 +148,6 @@ "sourceHash" ] }, - "Indices": { - "anyOf": [ - { - "type": "array" - }, - { - "type": "string" - }, - { - "type": "number" - } - ] - }, "IntegerOrConfusedHex": { "anyOf": [ { @@ -317,4 +317,4 @@ "type": "array" } } -} +}
\ No newline at end of file |