summaryrefslogtreecommitdiff
path: root/json/remotes/draft-next/format-assertion-true.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/remotes/draft-next/format-assertion-true.json')
-rw-r--r--json/remotes/draft-next/format-assertion-true.json12
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..a33d143
--- /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/meta/core" },
+ { "$ref": "https://json-schema.org/draft/next/meta/format-assertion" }
+ ]
+}