diff options
Diffstat (limited to 'json/remotes/draft-next/format-assertion-true.json')
-rw-r--r-- | json/remotes/draft-next/format-assertion-true.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/json/remotes/draft-next/format-assertion-true.json b/json/remotes/draft-next/format-assertion-true.json new file mode 100644 index 0000000..5862dfe --- /dev/null +++ b/json/remotes/draft-next/format-assertion-true.json @@ -0,0 +1,12 @@ +{ + "$id": "http://localhost:1234/draft-next/format-assertion-true.json", + "$schema": "https://json-schema.org/draft/next/schema", + "$vocabulary": { + "https://json-schema.org/draft/next/vocab/core": true, + "https://json-schema.org/draft/next/vocab/format-assertion": true + }, + "allOf": [ + { "$ref": "https://json-schema.org/draft/next/schema/meta/core" }, + { "$ref": "https://json-schema.org/draft/next/schema/meta/format-assertion" } + ] +} |