VTEX · Schema

ItemsReturned

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
thumb string
name string
href string
criteria string
View JSON Schema on GitHub

JSON Schema

vtex-itemsreturned-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ItemsReturned",
  "title": "ItemsReturned",
  "required": [
    "thumb",
    "name",
    "href",
    "criteria"
  ],
  "type": "object",
  "properties": {
    "thumb": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "href": {
      "type": "string"
    },
    "criteria": {
      "type": "string",
      "nullable": true
    }
  },
  "example": {
    "thumb": "",
    "name": "geladeira em Departamento 8",
    "href": "https://ambienteqa.vtexcommercestable.com.br/departamento-8/geladeira",
    "criteria": "\u00a3geladeira em Departamento 8\u00a2/departamento-8/geladeira"
  }
}