Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement other detailed names field for Other Names and Persons #13

Open
kaerumy opened this issue Mar 13, 2020 · 0 comments
Open

Implement other detailed names field for Other Names and Persons #13

kaerumy opened this issue Mar 13, 2020 · 0 comments
Assignees

Comments

@kaerumy
Copy link
Member

kaerumy commented Mar 13, 2020

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.

  "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"]
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants