type of url
fields is inconsistent into jsonschema
#191
Labels
breaking change
Indicates when a PR or issue will have breaking changes
Milestone
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 typeuri
is intestsuiterunqueued
.IMHO:
format: "uri"
(oruri-reference
), and no minLength.uri-template
)Side Notes:
iri
andiri-reference
as international version of urirelated to #162
The text was updated successfully, but these errors were encountered: