VTEX · Schema

Masked profile response

Array containing masked profile information.

CommerceE-CommerceRetailMarketplacePayments
View JSON Schema on GitHub

JSON Schema

vtex-maskedprofileresponsebyversion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MaskedProfileResponseByVersion",
  "title": "Masked profile response",
  "type": "array",
  "description": "Array containing masked profile information.",
  "items": {
    "type": "object",
    "description": "Masked profile information.",
    "properties": {
      "id": {
        "$ref": "#/components/schemas/ProfileId"
      },
      "document": {
        "$ref": "#/components/schemas/Profile"
      },
      "meta": {
        "$ref": "#/components/schemas/ProfileMeta"
      }
    }
  }
}