{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PhysicalAddress", "type": "object", "properties": { "street": { "type": "string" }, "city": { "type": "string" }, "state": { "type": "string" }, "countryOrRegion": { "type": "string" }, "postalCode": { "type": "string" } } }