User's last name
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/registrar-api_last_name", "title": "registrar-api_last_name", "description": "User's last name", "example": "Appleseed", "maxLength": 60, "nullable": true, "type": "string" }