{ "type": "object", "name": "ShippingAddress1", "properties": { "city": { "type": "string" }, "country": { "type": "string" }, "geocodeAccuracy": { "type": "['string', 'null']" }, "latitude": { "type": "['string', 'null']" }, "longitude": { "type": "['string', 'null']" }, "postalCode": { "type": "string" }, "state": { "type": "string" }, "street": { "type": "string" } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }