diff options
author | Julian Berman <Julian@GrayVines.com> | 2022-04-29 10:03:16 -0400 |
---|---|---|
committer | Julian Berman <Julian@GrayVines.com> | 2022-04-29 10:03:16 -0400 |
commit | e71e22d148185feca16dce178c045ea932f172ea (patch) | |
tree | 67d01f46d705a51b29401665df13c7f1f17cef31 /json/remotes/draft-next/metaschema-no-validation.json | |
parent | 485c805e65e99f318ebcb03aacbcb580c0cbe193 (diff) | |
parent | 19d2c1a183eeb2b2f4b07e05545b9e670babf986 (diff) | |
download | jsonschema-e71e22d148185feca16dce178c045ea932f172ea.tar.gz |
Merge commit '19d2c1a183eeb2b2f4b07e05545b9e670babf986'
* commit '19d2c1a183eeb2b2f4b07e05545b9e670babf986':
Squashed 'json/' changes from 3731ed32a..060caae0d
Diffstat (limited to 'json/remotes/draft-next/metaschema-no-validation.json')
-rw-r--r-- | json/remotes/draft-next/metaschema-no-validation.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/json/remotes/draft-next/metaschema-no-validation.json b/json/remotes/draft-next/metaschema-no-validation.json new file mode 100644 index 0000000..2b50c05 --- /dev/null +++ b/json/remotes/draft-next/metaschema-no-validation.json @@ -0,0 +1,11 @@ +{ + "$id": "http://localhost:1234/draft-next/metaschema-no-validation.json", + "$vocabulary": { + "https://json-schema.org/draft/next/vocab/applicator": true, + "https://json-schema.org/draft/next/vocab/core": true + }, + "allOf": [ + { "$ref": "https://json-schema.org/draft/next/meta/applicator" }, + { "$ref": "https://json-schema.org/draft/next/meta/core" } + ] +} |