summaryrefslogtreecommitdiff
path: root/json/remotes/nested-absolute-ref-to-string.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/remotes/nested-absolute-ref-to-string.json')
-rw-r--r--json/remotes/nested-absolute-ref-to-string.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/json/remotes/nested-absolute-ref-to-string.json b/json/remotes/nested-absolute-ref-to-string.json
deleted file mode 100644
index f46c761..0000000
--- a/json/remotes/nested-absolute-ref-to-string.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "$defs": {
- "bar": {
- "$id": "http://localhost:1234/the-nested-id.json",
- "type": "string"
- }
- },
- "$ref": "http://localhost:1234/the-nested-id.json"
-}