cdevents / spec

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

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

Open obowersa opened 10 months ago

obowersa commented 10 months 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.