You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be implemented in fieldset "Detailed Names" (so it shows as a tab in form), and not required.
"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"]
},
The text was updated successfully, but these errors were encountered:
https://www.popoloproject.com/specs/person/name-component.html
This should be implemented in fieldset "Detailed Names" (so it shows as a tab in form), and not required.
The text was updated successfully, but these errors were encountered: