summaryrefslogtreecommitdiff
path: root/src/test/suite/remotes/draft2020-12/locationIndependentIdentifier.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/suite/remotes/draft2020-12/locationIndependentIdentifier.json')
-rw-r--r--src/test/suite/remotes/draft2020-12/locationIndependentIdentifier.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/test/suite/remotes/draft2020-12/locationIndependentIdentifier.json b/src/test/suite/remotes/draft2020-12/locationIndependentIdentifier.json
new file mode 100644
index 0000000..6565a1e
--- /dev/null
+++ b/src/test/suite/remotes/draft2020-12/locationIndependentIdentifier.json
@@ -0,0 +1,12 @@
+{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "$defs": {
+ "refToInteger": {
+ "$ref": "#foo"
+ },
+ "A": {
+ "$anchor": "foo",
+ "type": "integer"
+ }
+ }
+}