{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/registrar-api_country",
"title": "registrar-api_country",
"description": "The country in which the user lives.",
"example": "US",
"maxLength": 30,
"nullable": true,
"type": "string"
}