aboutsummaryrefslogtreecommitdiffstats
path: root/JSONSchema/definitions.json
diff options
context:
space:
mode:
authorEverett Hildenbrandt <hildenb2@illinois.edu>2018-06-01 14:30:43 +0800
committerEverett Hildenbrandt <hildenb2@illinois.edu>2018-06-02 03:18:42 +0800
commitfea1020f4591dffcf043e99b7bf9326e0fb53dcb (patch)
treea6f9cb0de3d2f16a42a19158cf3ca98153348b07 /JSONSchema/definitions.json
parent073035c6ef89ae878c528e78d3b5ce59d1b71df7 (diff)
downloaddexon-tests-fea1020f4591dffcf043e99b7bf9326e0fb53dcb.tar.gz
dexon-tests-fea1020f4591dffcf043e99b7bf9326e0fb53dcb.tar.zst
dexon-tests-fea1020f4591dffcf043e99b7bf9326e0fb53dcb.zip
JSONSchema/*.json: format files
Diffstat (limited to 'JSONSchema/definitions.json')
-rw-r--r--JSONSchema/definitions.json28
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