{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/iam_zipcode",
"title": "iam_zipcode",
"description": "The zipcode or postal code where the user lives.",
"example": "12345",
"maxLength": 20,
"nullable": true,
"type": "string"
}