VTEX · Schema

Unmasked prospect information.

Unmasked prospect information.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
id object
document object
meta object
View JSON Schema on GitHub

JSON Schema

vtex-unmaskedprospectresponse-schema.json Raw ↑
{
  "$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"
    }
  }
}