- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 226
Closed
Description
According to spec https://github.com/json-schema-org/json-schema-spec/blob/master/archive/draft-04/schema.json#L32
        "id": {
            "type": "string",
            "format": "uri"
        },
Format uri is invalid for local references (https://github.com/json-schema-org/JSON-Schema-Test-Suite/blob/master/tests/draft4/optional/format.json#L44):
            {
                "description": "an invalid URI though valid URI reference",
                "data": "abc",
                "valid": false
            }
Which makes test data invalid for id property here https://github.com/json-schema-org/JSON-Schema-Test-Suite/blob/master/tests/draft4/refRemote.json#L57
            "items": {
                "id": "folder/",
                "items": {"$ref": "folderInteger.json"}
            }
Metadata
Metadata
Assignees
Labels
No labels