Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Set uriOrEmpty from oneOf to anyOf for compatibility with validators …
Browse files Browse the repository at this point in the history
…that do not implement format uri
  • Loading branch information
kofalt authored Aug 30, 2017
1 parent e0cfd64 commit 26fa5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/manifest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"uriOrEmpty": {
"type": "string",
"maxLength": 1000,
"oneOf": [
"anyOf": [
{ "format": "uri" },
{ "maxLength": 0 }
],
Expand Down

0 comments on commit 26fa5c0

Please sign in to comment.