VTEX · Schema

Example3

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
itemsReturned array
View JSON Schema on GitHub

JSON Schema

vtex-example3-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Example3",
  "title": "Example3",
  "required": [
    "itemsReturned"
  ],
  "type": "object",
  "properties": {
    "itemsReturned": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ItemsReturned"
      },
      "description": ""
    }
  },
  "example": {
    "itemsReturned": [
      {
        "thumb": "",
        "name": "geladeira em Departamento 8",
        "href": "https://ambienteqa.vtexcommercestable.com.br/departamento-8/geladeira",
        "criteria": "\u00a3geladeira em Departamento 8\u00a2/departamento-8/geladeira"
      },
      {
        "thumb": "",
        "name": "geladeira em Eletrodom\u00e9stico",
        "href": "https://ambienteqa.vtexcommercestable.com.br/eletrodomestico/geladeira",
        "criteria": "\u00a3geladeira em Eletrodom\u00e9stico\u00a2/eletrodomestico/geladeira"
      },
      {
        "thumb": "<img src=\"https://ambienteqa.vteximg.com.br/arquivos/ids/168969-25-25/geladeira.jpg\" width=\"25\" height=\"25\" alt=\"geladeira\" id=\"\" />",
        "name": "geladeira eli",
        "href": "https://ambienteqa.vtexcommercestable.com.br/geladeiraeli/p",
        "criteria": null
      },
      {
        "thumb": "<img src=\"https://ambienteqa.vteximg.com.br/arquivos/ids/168964-25-25/gela.jpg\" width=\"25\" height=\"25\" alt=\"gela\" id=\"\" />",
        "name": "pre venda geladeira",
        "href": "https://ambienteqa.vtexcommercestable.com.br/prevendageladeira/p",
        "criteria": null
      },
      {
        "thumb": "<img src=\"https://ambienteqa.vteximg.com.br/arquivos/ids/168951-25-25/geladeira.jpg\" width=\"25\" height=\"25\" alt=\"geladeira\" id=\"\" />",
        "name": "geladeira",
        "href": "https://ambienteqa.vtexcommercestable.com.br/geladeira/p",
        "criteria": null
      }
    ]
  }
}