Sha256: 63558d83cd5be4959a6f41df95bcf7292416c826d9da5703d122bb5534ba6184
Contents?: true
Size: 396 Bytes
Versions: 1
Compression:
Stored size: 396 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-03/schema#", "id": "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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pupa-0.2.4 | schemas/popolo/link.json |