Skip to content

Commit 3fc5417

Browse files
authored
Merge pull request #808 from json-schema-org/ether/more-fix-remotes
fix more remotes
2 parents ece5bd1 + 525adc9 commit 3fc5417

17 files changed

Lines changed: 58 additions & 77 deletions
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"$id": "http://localhost:1234/draft2019-09/real-id-ref-string.json",
3+
"$defs": {"bar": {"type": "string"}},
4+
"$ref": "#/$defs/bar"
5+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$defs": {
3+
"bar": {
4+
"$id": "http://localhost:1234/draft2019-09/the-nested-id.json",
5+
"type": "string"
6+
}
7+
},
8+
"$ref": "http://localhost:1234/draft2019-09/the-nested-id.json"
9+
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "urn:uuid:feebdaed-ffff-0000-ffff-0000deadbeef",
2+
"$id": "urn:uuid:feebdaed-ffff-0000-2019-0900deadbeef",
33
"$defs": {"bar": {"type": "string"}},
44
"$ref": "#/$defs/bar"
55
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"$id": "http://localhost:1234/draft2020-12/real-id-ref-string.json",
3+
"$defs": {"bar": {"type": "string"}},
4+
"$ref": "#/$defs/bar"
5+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$defs": {
3+
"bar": {
4+
"$id": "http://localhost:1234/draft2020-12/the-nested-id.json",
5+
"type": "string"
6+
}
7+
},
8+
"$ref": "http://localhost:1234/draft2020-12/the-nested-id.json"
9+
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "http://localhost:1234/real-id-ref-string.json",
2+
"$id": "urn:uuid:feebdaed-ffff-0000-2020-1200deadbeef",
33
"$defs": {"bar": {"type": "string"}},
44
"$ref": "#/$defs/bar"
55
}

remotes/extendible-dynamic-ref.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

remotes/locationIndependentIdentifier.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

remotes/name-defs.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

remotes/nested-absolute-ref-to-string.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)