VTEX · Schema

generatedObject

CommerceE-CommerceRetailMarketplacePayments

Properties

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

JSON Schema

vtex-generatedobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/generatedObject",
  "title": "generatedObject",
  "required": [
    "DeliverySlaPerTypes",
    "Region"
  ],
  "type": "object",
  "properties": {
    "DeliverySlaPerTypes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DeliverySlaPerType"
      },
      "description": ""
    },
    "Region": {
      "$ref": "#/components/schemas/Region"
    }
  },
  "example": {
    "DeliverySlaPerTypes": [
      {
        "TypeName": "Econ\u00f4mica",
        "Price": 4.11,
        "EstimatedTimeSpanToDelivery": "00:00:00"
      },
      {
        "TypeName": "n2_2",
        "Price": 6.5,
        "EstimatedTimeSpanToDelivery": "00:00:00"
      },
      {
        "TypeName": "Normal",
        "Price": 6.5,
        "EstimatedTimeSpanToDelivery": "00:00:00"
      },
      {
        "TypeName": "P_T",
        "Price": 156.5,
        "EstimatedTimeSpanToDelivery": "00:00:00"
      }
    ],
    "Region": {
      "IsPersisted": true,
      "IsRemoved": false,
      "Id": 1,
      "Name": "Rio",
      "CountryCode": "BRA",
      "ZipCode": "22011050",
      "CultureInfoName": "pt-BR"
    }
  }
}