The person's name type.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/person_name_type", "title": "Person name type", "description": "The person's name type.", "type": "string", "pattern": "^[0-9A-Z_]+$", "minLength": 1, "maxLength": 255, "enum": [ "LEGAL" ] }