The preferred pronouns of the person.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Pronouns", "title": "Pronouns", "description": "The preferred pronouns of the person.", "type": "string", "example": "she,her", "nullable": true }