VTEX · Schema

DeliveryService

CommerceE-CommerceRetailMarketplacePayments
View JSON Schema on GitHub

JSON Schema

vtex-deliveryservice-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeliveryService",
  "title": "DeliveryService",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/DeliveryServiceObject"
  }
}