Properties
| Name | Type | Description |
|---|---|---|
| ref | object | |
| commit_sha | object | |
| analysis_key | object | |
| environment | object | |
| category | object | |
| error | string | |
| created_at | object | |
| results_count | integer | The total number of results in the analysis. |
| rules_count | integer | The total number of rules used in the analysis. |
| id | integer | Unique identifier for this analysis. |
| url | object | |
| sarif_id | object | |
| tool | object | |
| deletable | boolean | |
| warning | string | Warning generated when processing the analysis |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/code-scanning-analysis",
"title": "code-scanning-analysis",
"type": "object",
"properties": {
"ref": {
"$ref": "#/components/schemas/code-scanning-ref"
},
"commit_sha": {
"$ref": "#/components/schemas/code-scanning-analysis-commit-sha"
},
"analysis_key": {
"$ref": "#/components/schemas/code-scanning-analysis-analysis-key"
},
"environment": {
"$ref": "#/components/schemas/code-scanning-analysis-environment"
},
"category": {
"$ref": "#/components/schemas/code-scanning-analysis-category"
},
"error": {
"type": "string",
"example": "error reading field xyz"
},
"created_at": {
"$ref": "#/components/schemas/code-scanning-analysis-created-at"
},
"results_count": {
"type": "integer",
"description": "The total number of results in the analysis."
},
"rules_count": {
"type": "integer",
"description": "The total number of rules used in the analysis."
},
"id": {
"type": "integer",
"description": "Unique identifier for this analysis."
},
"url": {
"$ref": "#/components/schemas/code-scanning-analysis-url"
},
"sarif_id": {
"$ref": "#/components/schemas/code-scanning-analysis-sarif-id"
},
"tool": {
"$ref": "#/components/schemas/code-scanning-analysis-tool"
},
"deletable": {
"type": "boolean"
},
"warning": {
"type": "string",
"description": "Warning generated when processing the analysis",
"example": "123 results were ignored"
}
},
"required": [
"ref",
"commit_sha",
"analysis_key",
"environment",
"error",
"created_at",
"results_count",
"rules_count",
"id",
"url",
"sarif_id",
"tool",
"deletable",
"warning"
]
}
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/apis-io-engineering-platform-code-scanning-analysis"
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.