Properties
| Name | Type | Description |
|---|---|---|
| Departments | array | |
| Brands | array | |
| SpecificationFilters | object | |
| CategoriesTrees | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Example2",
"title": "Example2",
"required": [
"Departments",
"Brands",
"SpecificationFilters",
"CategoriesTrees"
],
"type": "object",
"properties": {
"Departments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Department"
},
"description": ""
},
"Brands": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Brand"
},
"description": ""
},
"SpecificationFilters": {
"$ref": "#/components/schemas/SpecificationFilters"
},
"CategoriesTrees": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CategoriesTree"
},
"description": ""
}
},
"example": {
"Departments": [
{
"Quantity": 20,
"Name": "Eletro-Eletronicos",
"Link": "/Eletro-Eletronicos"
}
],
"Brands": [
{
"Quantity": 1,
"Name": "Philips",
"Link": "/eletronicos/tv/Philips"
},
{
"Quantity": 5,
"Name": "Samsung",
"Link": "/eletronicos/tv/Samsung"
},
{
"Quantity": 6,
"Name": "Philco",
"Link": "/eletronicos/tv/Philco"
},
{
"Quantity": 2,
"Name": "AOC",
"Link": "/eletronicos/tv/AOC"
},
{
"Quantity": 1,
"Name": "Semp",
"Link": "/eletronicos/tv/Semp"
},
{
"Quantity": 2,
"Name": "Toshiba",
"Link": "/eletronicos/tv/Toshiba"
},
{
"Quantity": 3,
"Name": "TCL",
"Link": "/eletronicos/tv/TCL"
}
],
"SpecificationFilters": {
"Resolu\u00e7\u00e3o": [
{
"Quantity": 10,
"Name": "Full-HD",
"Link": "/eletronicos/tv/Full-HD?map=c,c,specificationFilter_73"
},
{
"Quantity": 7,
"Name": "HD-Ready",
"Link": "/eletronicos/tv/HD-Ready?map=c,c,specificationFilter_73"
},
{
"Quantity": 2,
"Name": "Ultra-HD",
"Link": "/eletronicos/tv/Ultra-HD?map=c,c,specificationFilter_73"
}
],
"Tamanho da Tela": [
{
"Quantity": 3,
"Name": "Acima de 51 pol.",
"Link": "/eletronicos/tv/Acima de 51 pol.?map=c,c,specificationFilter_74"
},
{
"Quantity": 1,
"Name": "At\u00e9 19 pol.",
"Link": "/eletronicos/tv/At\u00e9 19 pol.?map=c,c,specificationFilter_74"
},
{
"Quantity": 2,
"Name": "De 20 a 29 pol.",
"Link": "/eletronicos/tv/De 20 a 29 pol.?map=c,c,specificationFilter_74"
},
{
"Quantity": 5,
"Name": "De 30 a 39 pol.",
"Link": "/eletronicos/tv/De 30 a 39 pol.?map=c,c,specificationFilter_74"
},
{
"Quantity": 8,
"Name": "De 40 a 51 pol.",
"Link": "/eletronicos/tv/De 40 a 51 pol.?map=c,c,specificationFilter_74"
}
],
"Aplicativos de TV": [
{
"Quantity": 4,
"Name": "Crackle",
"Link": "/eletronicos/tv/Crackle?map=c,c,specificationFilter_1517"
},
{
"Quantity": 12,
"Name": "NetFlix",
"Link": "/eletronicos/tv/NetFlix?map=c,c,specificationFilter_1517"
},
{
"Quantity": 4,
"Name": "NetMovies",
"Link": "/eletronicos/tv/NetMovies?map=c,c,specificationFilter_1517"
},
{
"Quantity": 4,
"Name": "Vimeo",
"Link": "/eletronicos/tv/Vimeo?map=c,c,specificationFilter_1517"
},
{
"Quantity": 13,
"Name": "YouTube",
"Link": "/eletronicos/tv/YouTube?map=c,c,specificationFilter_1517"
}
]
},
"CategoriesTrees": [
{
"Quantity": 20,
"Name": "Eletr\u00f4nicos",
"Link": "/Eletronicos",
"Children": [
{
"Quantity": 20,
"Name": "TV",
"Link": "/Eletronicos/TV",
"Children": [
{
"Quantity": 6,
"Name": "TV LED",
"Link": "/Eletronicos/TV/TV-LED",
"Children": []
},
{
"Quantity": 14,
"Name": "Smart TV",
"Link": "/Eletronicos/TV/Smart-TV",
"Children": []
}
]
}
]
}
]
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vtex-example2"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.