{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_AccountingContact_billing_address", "title": "property_AccountingContact_billing_address", "properties": { "address1": { "type": "string" }, "address2": { "type": "string" }, "city": { "type": "string" }, "country": { "type": "string" }, "country_code": { "type": "string" }, "postal_code": { "type": "string" }, "region": { "type": "string" }, "region_code": { "type": "string" } }, "type": "object" }