summaryrefslogtreecommitdiff
path: root/json/remotes/different-id-ref-string.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/remotes/different-id-ref-string.json')
-rw-r--r--json/remotes/different-id-ref-string.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/json/remotes/different-id-ref-string.json b/json/remotes/different-id-ref-string.json
new file mode 100644
index 0000000..7f88860
--- /dev/null
+++ b/json/remotes/different-id-ref-string.json
@@ -0,0 +1,5 @@
+{
+ "$id": "http://localhost:1234/real-id-ref-string.json",
+ "$defs": {"bar": {"type": "string"}},
+ "$ref": "#/$defs/bar"
+}