Skip to content

Commit

Permalink
Merge pull request #671 from marksparkza/schemaloc-fragment
Browse files Browse the repository at this point in the history
Include fragment in schemaLocation
  • Loading branch information
Julian authored May 11, 2023
2 parents 6afa9b3 + e7aba09 commit ab4bd01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion output-tests/draft-next/content/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"contains": {
"properties": {
"evaluationPath": {"const": ""},
"schemaLocation": {"const": "https://json-schema.org/tests/content/draft-next/general/0"},
"schemaLocation": {"const": "https://json-schema.org/tests/content/draft-next/general/0#"},
"instanceLocation": {"const": ""},
"annotations": false,
"droppedAnnotations": {
Expand Down
2 changes: 1 addition & 1 deletion output-tests/draft-next/content/readOnly.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"contains": {
"properties": {
"evaluationPath": {"const": ""},
"schemaLocation": {"const": "https://json-schema.org/tests/content/draft-next/readOnly/0"},
"schemaLocation": {"const": "https://json-schema.org/tests/content/draft-next/readOnly/0#"},
"instanceLocation": {"const": ""},
"annotations": {
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion output-tests/draft-next/content/type.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"contains": {
"properties": {
"evaluationPath": {"const": ""},
"schemaLocation": {"const": "https://json-schema.org/tests/content/draft-next/type/0"},
"schemaLocation": {"const": "https://json-schema.org/tests/content/draft-next/type/0#"},
"instanceLocation": {"const": ""},
"annotations": false,
"errors": {
Expand Down

0 comments on commit ab4bd01

Please sign in to comment.