diff options
author | Everett Hildenbrandt <hildenb2@illinois.edu> | 2018-06-01 14:30:43 +0800 |
---|---|---|
committer | Everett Hildenbrandt <hildenb2@illinois.edu> | 2018-06-02 03:18:42 +0800 |
commit | fea1020f4591dffcf043e99b7bf9326e0fb53dcb (patch) | |
tree | a6f9cb0de3d2f16a42a19158cf3ca98153348b07 /JSONSchema/definitions.json | |
parent | 073035c6ef89ae878c528e78d3b5ce59d1b71df7 (diff) | |
download | dexon-tests-fea1020f4591dffcf043e99b7bf9326e0fb53dcb.tar dexon-tests-fea1020f4591dffcf043e99b7bf9326e0fb53dcb.tar.gz dexon-tests-fea1020f4591dffcf043e99b7bf9326e0fb53dcb.tar.bz2 dexon-tests-fea1020f4591dffcf043e99b7bf9326e0fb53dcb.tar.lz dexon-tests-fea1020f4591dffcf043e99b7bf9326e0fb53dcb.tar.xz dexon-tests-fea1020f4591dffcf043e99b7bf9326e0fb53dcb.tar.zst dexon-tests-fea1020f4591dffcf043e99b7bf9326e0fb53dcb.zip |
JSONSchema/*.json: format files
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 |