{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CustomSymbolAddressDto", "type": "object", "properties": { "googleMapsPlaceId": { "type": "string" }, "formattedAddress": { "type": "string" }, "city": { "type": "string" }, "stateProvince": { "type": "string" }, "postalCode": { "type": "string" }, "country": { "type": "string" } } }