Sha256: 304b31ee06751b2090771ba1d1290fee28694f1f6d7aa73fa2f59aff9426472b
Contents?: true
Size: 429 Bytes
Versions: 23
Compression:
Stored size: 429 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-03/schema#", "id": "http://popoloproject.com/schemas/link.json#", "title": "Link", "description": "A URL", "type": "object", "properties": { "url": { "description": "A URL", "type": "string", "format": "uri", "required": true }, "note": { "description": "A note, e.g. 'Wikipedia page'", "type": ["string", "null"] } } }
Version data entries
23 entries across 23 versions & 1 rubygems