cdevents / spec

A common specification for Continuous Delivery events
Apache License 2.0
125 stars 22 forks source link

Update testsuiterunqueued.json to replace url with uri #162

Open obowersa opened 10 months ago

obowersa commented 10 months ago

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:

obowersa commented 10 months ago

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

e-backmark-ericsson commented 3 months ago

@obowersa could you rebase this PR to the latest main?

afrittoli commented 3 months ago

@obowersa - main is now open for v0.5 development - would you like to rebase this PR?