Skip to content

Commit ac3a3b3

Browse files
committed
[244] Update the test schema with a way for the data to be tested as a schema
1 parent 1fbc7a7 commit ac3a3b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test-schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
"description": "Any additional comments about the test",
7272
"type": "string"
7373
},
74+
"isSchema": {
75+
"description": "If set to true, then the data is meant to be loaded as a schema. This enables tests for things that the schema in \"schema\" is unable to syntactically or semantically cover.",
76+
"type": "boolean",
77+
"default": false
78+
},
7479
"data": {},
7580
"valid": { "type": "boolean" },
7681
"output": {

0 commit comments

Comments
 (0)