{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Address", "type": "object", "properties": { "addressLine1": { "type": "string" }, "addressLine2": { "type": "string" }, "addressCity": { "type": "string" }, "addressState": { "type": "string" }, "addressPostCode": { "type": "string" }, "addressCountry": { "type": "string" } } }