aboutsummaryrefslogtreecommitdiffstats
path: root/JSONSchema
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2018-01-30 23:05:58 +0800
committerYoichi Hirai <i@yoichihirai.com>2018-01-30 23:05:58 +0800
commitc083eed5a526f3587c424dd1e2622f81a9ae2878 (patch)
tree2890d1d19d90bd21c771cc9e1b488fd8989dc1f0 /JSONSchema
parent12f89dbb67710780370ddf21ce3702ef8059d547 (diff)
downloaddexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.gz
dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.zst
dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.zip
Fixing errors from JSONSchema/st-filler-schema.json
Diffstat (limited to 'JSONSchema')
-rw-r--r--JSONSchema/st-filler-schema.json7
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" }
]
}
},