From c083eed5a526f3587c424dd1e2622f81a9ae2878 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Tue, 30 Jan 2018 16:05:58 +0100 Subject: Fixing errors from JSONSchema/st-filler-schema.json --- JSONSchema/st-filler-schema.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'JSONSchema') 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" } ] } }, -- cgit v1.2.3