Sha256: ec84a44337ee7fe9d2aed0b58cd6c3626f43101a46b953fbfec9d571d06034b5
Contents?: true
Size: 433 Bytes
Versions: 6
Compression:
Stored size: 433 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-03/schema#", "id": "http://www.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
6 entries across 6 versions & 1 rubygems