cdevents / spec

A common specification for Continuous Delivery events
Apache License 2.0
133 stars 23 forks source link

testsuite uri field inconsistent between testsuiterunqueued and the other two testsuite schema definitions. #160

Open obowersa opened 1 year ago

obowersa commented 1 year ago

Within the testsuiterunqueued schema, the testsuite object has a field called 'url':

Within testsuiterunfinished and testsuiterunstarted this is referred to as 'uri'.

uri also matches what is in the testing events markdown doc.

It feels like the url field in the testsuiterunqueued schema is incorrect and should be aligned with the other test suite references, but, I wanted to check in case this was deliberate.