{ "$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": "\"geladeira\"", "name": "geladeira eli", "href": "https://ambienteqa.vtexcommercestable.com.br/geladeiraeli/p", "criteria": null }, { "thumb": "\"gela\"", "name": "pre venda geladeira", "href": "https://ambienteqa.vtexcommercestable.com.br/prevendageladeira/p", "criteria": null }, { "thumb": "\"geladeira\"", "name": "geladeira", "href": "https://ambienteqa.vtexcommercestable.com.br/geladeira/p", "criteria": null } ] } }