Open rufuspollock opened 8 years ago
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.
"format": "uri"
http://json-schema.org/latest/json-schema-validation.html#anchor123
@danfowler can you do a PR?
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