Skip to content

Commit ab4bd01

Browse files
authored
Merge pull request #671 from marksparkza/schemaloc-fragment
Include fragment in schemaLocation
2 parents 6afa9b3 + e7aba09 commit ab4bd01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output-tests/draft-next/content/general.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"contains": {
2121
"properties": {
2222
"evaluationPath": {"const": ""},
23-
"schemaLocation": {"const": "https://json-schema.org/tests/content/draft-next/general/0"},
23+
"schemaLocation": {"const": "https://json-schema.org/tests/content/draft-next/general/0#"},
2424
"instanceLocation": {"const": ""},
2525
"annotations": false,
2626
"droppedAnnotations": {

output-tests/draft-next/content/readOnly.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"contains": {
2020
"properties": {
2121
"evaluationPath": {"const": ""},
22-
"schemaLocation": {"const": "https://json-schema.org/tests/content/draft-next/readOnly/0"},
22+
"schemaLocation": {"const": "https://json-schema.org/tests/content/draft-next/readOnly/0#"},
2323
"instanceLocation": {"const": ""},
2424
"annotations": {
2525
"properties": {

output-tests/draft-next/content/type.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"contains": {
2020
"properties": {
2121
"evaluationPath": {"const": ""},
22-
"schemaLocation": {"const": "https://json-schema.org/tests/content/draft-next/type/0"},
22+
"schemaLocation": {"const": "https://json-schema.org/tests/content/draft-next/type/0#"},
2323
"instanceLocation": {"const": ""},
2424
"annotations": false,
2525
"errors": {

0 commit comments

Comments
 (0)