{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DpaAddress", "type": "object", "properties": { "name": { "type": "string" }, "line1": { "type": "string" }, "line2": { "type": "string" }, "line3": { "type": "string" }, "city": { "type": "string" }, "state": { "type": "string" }, "countryCode": { "type": "string" }, "zip": { "type": "string" } } }