VTEX · Schema

Origin2

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
Account string
Key string
View JSON Schema on GitHub

JSON Schema

vtex-origin2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Origin2",
  "title": "Origin2",
  "required": [
    "Account",
    "Key"
  ],
  "type": "object",
  "properties": {
    "Account": {
      "type": "string"
    },
    "Key": {
      "type": "string"
    }
  },
  "example": {
    "Account": "automacaoqa",
    "Key": "vtexappkey-appvtex"
  }
}