Unmasked prospect information.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UnmaskedProspectResponse", "title": "Unmasked prospect information.", "type": "object", "description": "Unmasked prospect information.", "properties": { "id": { "$ref": "#/components/schemas/ProspectId" }, "document": { "$ref": "#/components/schemas/Prospect" }, "meta": { "$ref": "#/components/schemas/ProspectMeta" } } }