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