summaryrefslogtreecommitdiff
path: root/json/remotes/draft-next/locationIndependentIdentifierDraft4.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/remotes/draft-next/locationIndependentIdentifierDraft4.json')
-rw-r--r--json/remotes/draft-next/locationIndependentIdentifierDraft4.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/json/remotes/draft-next/locationIndependentIdentifierDraft4.json b/json/remotes/draft-next/locationIndependentIdentifierDraft4.json
new file mode 100644
index 0000000..daf9d41
--- /dev/null
+++ b/json/remotes/draft-next/locationIndependentIdentifierDraft4.json
@@ -0,0 +1,12 @@
+{
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "definitions": {
+ "refToInteger": {
+ "$ref": "#foo"
+ },
+ "A": {
+ "id": "#foo",
+ "type": "integer"
+ }
+ }
+}