CategorySpecification
Array of objects.
CommerceE-CommerceRetailMarketplacePayments
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CategorySpecification",
"title": "CategorySpecification",
"required": [
"Name",
"CategoryId",
"FieldId",
"IsActive",
"IsStockKeepingUnit"
],
"type": "array",
"description": "Array of objects.",
"items": {
"type": "object",
"description": "Object containing specification information.",
"properties": {
"Name": {
"type": "string",
"description": "Specification name. Limited to 100 characters.",
"example": "Composition"
},
"CategoryId": {
"type": "integer",
"description": "Category ID.",
"example": 1
},
"FieldId": {
"type": "integer",
"description": "Specification field ID.",
"example": 1
},
"IsActive": {
"type": "boolean",
"description": "Defines if the specification is active.",
"example": true
},
"IsStockKeepingUnit": {
"type": "boolean",
"description": "Defines if it is an SKU specification.",
"example": true
}
}
},
"example": [
{
"Name": "Specification A",
"CategoryId": 1,
"FieldId": 33,
"IsActive": true,
"IsStockKeepingUnit": false
},
{
"Name": "Specification B",
"CategoryId": 1,
"FieldId": 34,
"IsActive": true,
"IsStockKeepingUnit": false
},
{
"Name": "Specification C",
"CategoryId": 1,
"FieldId": 35,
"IsActive": false,
"IsStockKeepingUnit": false
}
]
}
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.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vtex-categoryspecification"
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 email required.
A second provider on the same verified email joins the account you already have.