summaryrefslogtreecommitdiff
path: root/json/test-schema.json
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-04-29 07:35:22 -0400
committerJulian Berman <Julian@GrayVines.com>2020-04-29 07:35:22 -0400
commit4502eb6483e9af6ffdcec2021a7dd2fbbd0f0785 (patch)
treed88370458ca0d945db19009a4e9dcc9e5f032c7d /json/test-schema.json
parent0dd4b1c2f4dc2ce3cf083bfa339a517993ec68d5 (diff)
parentd1a643b5fced470dfa44cdd60648ea678ddc29b2 (diff)
downloadjsonschema-4502eb6483e9af6ffdcec2021a7dd2fbbd0f0785.tar.gz
Merge commit 'd1a643b5fced470dfa44cdd60648ea678ddc29b2'
* commit 'd1a643b5fced470dfa44cdd60648ea678ddc29b2': Squashed 'json/' changes from 2576db4df..71f55b36b
Diffstat (limited to 'json/test-schema.json')
-rw-r--r--json/test-schema.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/json/test-schema.json b/json/test-schema.json
index 8393720..d5fe538 100644
--- a/json/test-schema.json
+++ b/json/test-schema.json
@@ -1,5 +1,5 @@
{
- "$schema": "http://json-schema.org/draft-04/schema#",
+ "$schema": "http://json-schema.org/draft-06/schema#",
"description": "Schema for tests",
"type": "array",
"items": {
@@ -12,7 +12,9 @@
"format": "uri"
},
"description": { "type": "string" },
- "schema": {},
+ "schema": {
+ "description": "This should be a valid schema. This should be a ref to a meta-schema if schema keywords need testing."
+ },
"tests": {
"description": "A set of related tests all using the same schema",
"type": "array",