Skip to content

Commit 240fbf6

Browse files
committed
Add a description to "schema" explaining it should be valid
1 parent 8f8e906 commit 240fbf6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test-schema.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"format": "uri"
1313
},
1414
"description": { "type": "string" },
15-
"schema": {},
15+
"schema": {
16+
"description": "This should be a valid schema. This should be a ref to a meta-schema if schema keywords need testing."
17+
},
1618
"tests": {
1719
"description": "A set of related tests all using the same schema",
1820
"type": "array",

0 commit comments

Comments
 (0)