schemas
schemas copied to clipboard
homepage must be a url
Currently i do not think we validate homepage value if present (can we do this?).
Here's an example of the kind of bug that can arise: https://github.com/datasets/registry/issues/38#issuecomment-186846187
JSON Schema does support a "format": "uri" declaration.
http://json-schema.org/latest/json-schema-validation.html#anchor123
@danfowler can you do a PR?