cdevents / spec

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

type of `url` fields is inconsistent into jsonschema #191

Open davidB opened 4 months ago

davidB commented 4 months ago

In the JSON schema, the type and format of some URL fields (subject.content.url, subject.content.wiewUrl) is not consistent. Is this expected?

And sometimes they are required with "minLength: 1" and sometimes required without minLength

The only url of type uri is in testsuiterunqueued.

IMHO:

Side Notes:

related to #162

afrittoli commented 3 months ago

Thanks, @davidB - would you like to propose a fix for this? We could target this for the v0.5 milestone.

davidB commented 3 months ago

Ok, I'll try next WE.