{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/individual_owner_type",
"title": "Individual owner role type",
"description": "Role of the person party played in the account.",
"type": "string",
"pattern": "^[0-9A-Z_]+$",
"minLength": 1,
"maxLength": 255,
"enum": [
"PRIMARY"
]
}