{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UnmaskedAddressResponse", "title": "Unmasked address response", "type": "object", "description": "Unmasked address information.", "properties": { "id": { "$ref": "#/components/schemas/AddressId" }, "document": { "$ref": "#/components/schemas/Address" }, "meta": { "$ref": "#/components/schemas/AddressMeta" } } }