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