schemas icon indicating copy to clipboard operation
schemas copied to clipboard

homepage must be a url

Open rufuspollock opened this issue 9 years ago • 2 comments

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

rufuspollock avatar Feb 21 '16 15:02 rufuspollock

JSON Schema does support a "format": "uri" declaration.

http://json-schema.org/latest/json-schema-validation.html#anchor123

danfowler avatar Aug 01 '16 23:08 danfowler

@danfowler can you do a PR?

rufuspollock avatar Aug 02 '16 09:08 rufuspollock