VTEX · Schema

DeliverySlaSample

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
DeliverySlaPerTypes array
Region object
View JSON Schema on GitHub

JSON Schema

vtex-deliveryslasample-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeliverySlaSample",
  "title": "DeliverySlaSample",
  "required": [
    "DeliverySlaPerTypes",
    "Region"
  ],
  "type": "object",
  "properties": {
    "DeliverySlaPerTypes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DeliverySlaPerType2"
      },
      "description": ""
    },
    "Region": {
      "$ref": "#/components/schemas/Region2"
    }
  },
  "example": {
    "DeliverySlaPerTypes": [],
    "Region": null
  }
}