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

Version Path
pupa-0.0.13 schemas/popolo/other_name.json
pupa-0.0.12 schemas/popolo/other_name.json
pupa-0.0.11 schemas/popolo/other_name.json
pupa-0.0.10 schemas/popolo/other_name.json
pupa-0.0.9 schemas/popolo/other_name.json
pupa-0.0.8 schemas/popolo/other_name.json
pupa-0.0.7 schemas/popolo/other_name.json
pupa-0.0.6 schemas/popolo/other_name.json
pupa-0.0.5 schemas/popolo/other_name.json
pupa-0.0.4 schemas/popolo/other_name.json
pupa-0.0.3 schemas/popolo/other_name.json
pupa-0.0.2 schemas/popolo/other_name.json
pupa-0.0.1 schemas/popolo/other_name.json