schemas/popolo/other_name.json in pupa-0.0.13 vs schemas/popolo/other_name.json in pupa-0.1.0
- old
+ new
@@ -8,9 +8,33 @@
"name": {
"description": "An alternate or former name",
"type": "string",
"required": true
},
+ "family_name": {
+ "description": "One or more family names",
+ "type": ["string", "null"]
+ },
+ "given_name": {
+ "description": "One or more primary given names",
+ "type": ["string", "null"]
+ },
+ "additional_name": {
+ "description": "One or more secondary given names",
+ "type": ["string", "null"]
+ },
+ "honorific_prefix": {
+ "description": "One or more honorifics preceding a person's name",
+ "type": ["string", "null"]
+ },
+ "honorific_suffix": {
+ "description": "One or more honorifics following a person's name",
+ "type": ["string", "null"]
+ },
+ "patronymic_name": {
+ "description": "One or more patronymic names",
+ "type": ["string", "null"]
+ },
"start_date": {
"description": "The date on which the name was adopted",
"type": ["string", "null"],
"pattern": "^[0-9]{4}(-[0-9]{2}){0,2}$"
},