JSON-Schema-Test-Suite icon indicating copy to clipboard operation
JSON-Schema-Test-Suite copied to clipboard

Extend URI and URI-reference tests for unescaped characters

Open koplas opened this issue 5 months ago • 0 comments
trafficstars

URIs are restricted to a subset of ASCII characters. In contrast, IRIs allow unescaped non-ASCII characters. The IRI validation tests include examples containing non-ASCII characters, whereas the tests for URI and URI-reference do not. These tests could follow the structure used in this example: https://github.com/santhosh-tekuri/jsonschema/blob/b62cbf02762e41c92bee4149f105e6c4d9c8fefe/testdata/Extra-Test-Suite/tests/draft2020-12/optional/format/uri.json

koplas avatar Jun 23 '25 10:06 koplas