Skip to content

Commit cf59d7a

Browse files
committed
Update the output schema with json-pointer replacing uri-reference
1 parent f1f5f63 commit cf59d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

output/schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"valid": { "type": "boolean" },
1616
"keywordLocation": {
1717
"type": "string",
18-
"format": "uri-reference"
18+
"format": "json-pointer"
1919
},
2020
"absoluteKeywordLocation": {
2121
"type": "string",
2222
"format": "uri"
2323
},
2424
"instanceLocation": {
2525
"type": "string",
26-
"format": "uri-reference"
26+
"format": "json-pointer"
2727
},
2828
"errors": {
2929
"$ref": "#/$defs/outputUnitArray"

0 commit comments

Comments
 (0)