diff options
-rw-r--r-- | data/test.schema.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/test.schema.json b/data/test.schema.json index aa3cf8f..43c1392 100644 --- a/data/test.schema.json +++ b/data/test.schema.json @@ -12,6 +12,7 @@ "type": "array", "items": { "type": "object", + "additionalProperties": false, "properties": { "file": { "type": "string" @@ -59,6 +60,7 @@ "type": "array", "items": { "type": "object", + "additionalProperties": false, "properties": { "val": { "type": "string" @@ -110,6 +112,7 @@ "type": "array", "items": { "type": "object", + "additionalProperties": false, "properties": { "line": { "type": "string" @@ -120,6 +123,12 @@ "literal", "re" ] + }, + "count": { + "type": "integer" + }, + "comment": { + "type": "string" } }, "required": [ |