Update testsuiterunqueued.json to replace url with uri
Changes
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: https://github.com/cdevents/spec/issues/160
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
- [X] Has the primer doc been updated if a design decision is involved
- [X] Have the JSON schemas been updated if the specification changed
- [X] Has spec version and event versions been updated according to the versioning policy
- [X] Meets the CDEvents contributor standards
thanks for noticing!
No worries! I ended up doing an implementation based on the markdown docs and examples which I then used the schema to validate, just highlighted a couple of small gotchas as a result of coming at it cold
@obowersa could you rebase this PR to the latest main?
@obowersa - main is now open for v0.5 development - would you like to rebase this PR?
@afrittoli, the rename of fields url into uri was made as part of #200. So This PR could be closed.
Closing as already addressed in #200, thanks @davidB and @obowersa for your PR