VTEX · Schema

Data18

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
comment string Service comment.
type string Service type.
View JSON Schema on GitHub

JSON Schema

vtex-data18-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Data18",
  "title": "Data18",
  "required": [
    "comment",
    "type"
  ],
  "type": "object",
  "properties": {
    "comment": {
      "type": "string",
      "description": "Service comment."
    },
    "type": {
      "type": "string",
      "description": "Service type."
    }
  },
  "example": {
    "comment": "The delivery address was changed",
    "type": "END_CLIENT_CANCELED"
  }
}