VTEX · Schema

DocumentRequest

This can be any pure JSON document. Add new _Key-Value_ pairs to test.

CommerceE-CommerceRetailMarketplacePayments
View JSON Schema on GitHub

JSON Schema

vtex-documentrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DocumentRequest",
  "title": "DocumentRequest",
  "type": "object",
  "description": "This can be any pure JSON document. Add new _Key-Value_ pairs to test.",
  "additionalProperties": true
}