Skip to content

Commit

Permalink
Add "format": "uri" constraint to "ext_is_07_rest_api_url" (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethsb authored and mjeras committed Jul 11, 2019
1 parent b4255d3 commit 98bc9ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion APIs/schemas/receiver_transport_params_ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"string",
"null"
],
"description": "the URL for the Events API resource for the associated source"
"description": "the URL for the Events API resource for the associated source",
"format": "uri"
},
"ext_is_07_source_id": {
"type": [
Expand Down
3 changes: 2 additions & 1 deletion APIs/schemas/sender_transport_params_ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"properties": {
"ext_is_07_rest_api_url": {
"type": "string",
"description": "the URL for the Events API resource for the associated source"
"description": "the URL for the Events API resource for the associated source",
"format": "uri"
},
"ext_is_07_source_id": {
"type": "string",
Expand Down

0 comments on commit 98bc9ae

Please sign in to comment.