{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ShortAddress", "type": "object", "properties": { "addressLine1": { "type": "string" }, "addressLine2": { "type": "string" }, "regionCode": { "type": "string" }, "city": { "type": "string" }, "postalCode": { "type": "string" } } }