VTEX · Schema

Periodicity

CommerceE-CommerceRetailMarketplacePayments
View JSON Schema on GitHub

JSON Schema

vtex-periodicity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Periodicity",
  "title": "Periodicity",
  "enum": [
    0,
    1,
    2,
    3,
    4
  ],
  "type": "integer",
  "format": "int32"
}