{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PostalCode", "type": "object", "properties": { "id": { "type": "string" }, "code": { "type": "string" }, "countryDartId": { "type": "string" }, "countryCode": { "type": "string" }, "kind": { "type": "string" } } }