brandur / json_schema

A JSON Schema V4 and Hyperschema V4 parser and validator.
MIT License
230 stars 45 forks source link

Add support for `uri-reference` format #90

Closed brandur closed 6 years ago

brandur commented 6 years ago

Adds support for the uri-reference format. From the spec:

This attribute applies to string instances.

A string instance is valid against this attribute if it is a valid URI Reference (either a URI or a relative-reference), according to RFC3986.