summaryrefslogtreecommitdiff
path: root/json/tests/draft-next/dependentSchemas.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft-next/dependentSchemas.json')
-rw-r--r--json/tests/draft-next/dependentSchemas.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/json/tests/draft-next/dependentSchemas.json b/json/tests/draft-next/dependentSchemas.json
index 2ba1a75..67c7979 100644
--- a/json/tests/draft-next/dependentSchemas.json
+++ b/json/tests/draft-next/dependentSchemas.json
@@ -2,6 +2,7 @@
{
"description": "single dependency",
"schema": {
+ "$schema": "https://json-schema.org/draft/next/schema",
"dependentSchemas": {
"bar": {
"properties": {
@@ -57,6 +58,7 @@
{
"description": "boolean subschemas",
"schema": {
+ "$schema": "https://json-schema.org/draft/next/schema",
"dependentSchemas": {
"foo": true,
"bar": false
@@ -88,6 +90,7 @@
{
"description": "dependencies with escaped characters",
"schema": {
+ "$schema": "https://json-schema.org/draft/next/schema",
"dependentSchemas": {
"foo\tbar": {"minProperties": 4},
"foo'bar": {"required": ["foo\"bar"]}