Skip to content

Commit

Permalink
Add multiple URL autoupdate support to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Nov 23, 2018
1 parent f869ca3 commit 002c4cd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@
"type": "string"
},
"url": {
"format": "uri",
"type": "string"
"$ref": "#/definitions/uriOrArrayOfUris"
},
"hash": {
"$ref": "#/definitions/hashExtraction"
Expand All @@ -171,8 +170,7 @@
"type": "string"
},
"url": {
"format": "uri",
"type": "string"
"$ref": "#/definitions/uriOrArrayOfUris"
},
"hash": {
"$ref": "#/definitions/hashExtraction"
Expand All @@ -193,8 +191,7 @@
"$ref": "#/definitions/stringOrArrayOfStrings"
},
"url": {
"format": "uri",
"type": "string"
"$ref": "#/definitions/uriOrArrayOfUris"
}
},
"type": "object"
Expand Down

0 comments on commit 002c4cd

Please sign in to comment.