Vacuum Report
A vacuum linting report result from analyzing an OpenAPI specification
API DesignDocumentationLintingOpenAPISpectralDeveloper ToolsGo
Properties
| Name |
Type |
Description |
| resultSet |
object |
The complete set of linting results |
| specInfo |
object |
Information about the analyzed specification |
| generated |
string |
When the report was generated |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://quobix.com/vacuum/schemas/report",
"title": "Vacuum Report",
"description": "A vacuum linting report result from analyzing an OpenAPI specification",
"type": "object",
"properties": {
"resultSet": {
"type": "object",
"description": "The complete set of linting results",
"properties": {
"results": {
"type": "array",
"items": { "$ref": "#/definitions/RuleResult" }
},
"statistics": {
"$ref": "#/definitions/Statistics"
}
}
},
"specInfo": {
"type": "object",
"description": "Information about the analyzed specification",
"properties": {
"version": { "type": "string" },
"format": { "type": "string" }
}
},
"generated": {
"type": "string",
"format": "date-time",
"description": "When the report was generated"
}
},
"definitions": {
"RuleResult": {
"type": "object",
"properties": {
"rule": {
"type": "object",
"properties": {
"id": { "type": "string" },
"description": { "type": "string" },
"severity": {
"type": "string",
"enum": ["error", "warn", "info", "hint"]
}
}
},
"errors": {
"type": "array",
"items": { "$ref": "#/definitions/RuleError" }
}
}
},
"RuleError": {
"type": "object",
"properties": {
"message": { "type": "string" },
"path": {
"type": "array",
"items": { "type": "string" }
},
"startLine": { "type": "integer" },
"startColumn": { "type": "integer" },
"endLine": { "type": "integer" },
"endColumn": { "type": "integer" }
}
},
"Statistics": {
"type": "object",
"properties": {
"totalErrors": { "type": "integer" },
"totalWarnings": { "type": "integer" },
"totalInfo": { "type": "integer" },
"totalHints": { "type": "integer" },
"filesAnalyzed": { "type": "integer" }
}
}
}
}
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/vacuum-report"
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.