Skip to content

Commit

Permalink
Update the output schema with json-pointer replacing uri-reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilverman committed Jun 11, 2020
1 parent f1f5f63 commit cf59d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions output/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"valid": { "type": "boolean" },
"keywordLocation": {
"type": "string",
"format": "uri-reference"
"format": "json-pointer"
},
"absoluteKeywordLocation": {
"type": "string",
"format": "uri"
},
"instanceLocation": {
"type": "string",
"format": "uri-reference"
"format": "json-pointer"
},
"errors": {
"$ref": "#/$defs/outputUnitArray"
Expand Down

0 comments on commit cf59d7a

Please sign in to comment.