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