Skip to content

String values of format iri are not validated #231

@indrajra

Description

@indrajra

It appears that IRI values are not validated, as the URI values are.

In the /json-schema/tests/src/test/resources/org/everit/json/schema/draft7/optional/iri.json, I made a copy of the test to check as below. The tests pass contrary to expectations. Creating PR with a sample shortly.
{ "description": "an invalid IRI though valid IRI reference", "data": "âππ", "valid": false }, { "description": "an invalid IRI though valid IRI reference - copy", "data": "âππ", "valid": true }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions