Sha256: 20e66768bb533c55dcf31ad3116ba018edec051af51e9051d8f14c4a87c278c7
Contents?: true
Size: 799 Bytes
Versions: 13
Compression:
Stored size: 799 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-03/schema#", "id": "http://popoloproject.com/schemas/other_name.json#", "title": "Other name", "description": "An alternate or former name", "type": "object", "properties": { "name": { "description": "An alternate or former name", "type": "string", "required": true }, "start_date": { "description": "The date on which the name was adopted", "type": ["string", "null"], "pattern": "^[0-9]{4}(-[0-9]{2}){0,2}$" }, "end_date": { "description": "The date on which the name was abandoned", "type": ["string", "null"], "pattern": "^[0-9]{4}(-[0-9]{2}){0,2}$" }, "note": { "description": "A note, e.g. 'Birth name'", "type": ["string", "null"] } } }
Version data entries
13 entries across 13 versions & 1 rubygems