{ "type": "object", "name": "Address1", "properties": { "addressType": { "type": "string" }, "street": { "type": "string" }, "city": { "type": "string" }, "state": { "type": "string" }, "postalCode": { "type": "string" }, "country": { "type": "string" } }, "required": [ "addressType", "street", "city", "state", "postalCode", "country" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }