{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Address", "type": "object", "properties": { "streetAddress": { "type": "string" }, "streetAddress2": { "type": "string" }, "city": { "type": "string" }, "state": { "type": "string" }, "postalCode": { "type": "string" }, "country": { "type": "string" } } }