Skip to content

Commit

Permalink
Update testsuiterunqueued.json to replace url with uri
Browse files Browse the repository at this point in the history
The testsuiterunqueued schema uses the field url under testsuite. Within the other testsuite run schemas, uri is used. This is also used in the markdown documents.

This change updates the testsuiterunqueued schema to bring it in line with the other testsuite's

This is in relation to: cdevents#160

Signed-off-by: Owen Bower Adams <[email protected]>
  • Loading branch information
obowersa committed Aug 25, 2023
1 parent 6c4a279 commit 5cdda32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/testsuiterunqueued.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"name": {
"type": "string"
},
"url": {
"uri": {
"type": "string",
"format": "uri"
}
Expand Down

0 comments on commit 5cdda32

Please sign in to comment.