why is a uri reference invalid? The rfc says they are valid uris and the json schema spec does not forbid them afaict: http://json-schema.org/latest/json-schema-validation.html#anchor123 but this test exists: https://github.com/json-schema/JSON-Schema-Test-Suite/blob/468fa788ca2053a69815c43abc500e044086120c/tests/draft4/optional/format.json#L39 so I'm curious to find out why
why is a uri reference invalid? The rfc says they are valid uris
and the json schema spec does not forbid them afaict: http://json-schema.org/latest/json-schema-validation.html#anchor123
but this test exists:
https://github.com/json-schema/JSON-Schema-Test-Suite/blob/468fa788ca2053a69815c43abc500e044086120c/tests/draft4/optional/format.json#L39
so I'm curious to find out why