Bump.sh · Schema
Diff
A computed diff between two versions of an API definition, as produced by the Bump.sh /diffs endpoint.
API ChangelogAPI DocumentationAPI HubAPI GovernanceArazzoAsyncAPICI/CDFlowerMCPOpenAPIWorkflows
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique diff identifier. |
| public_url | string | Public URL for the diff. |
| title | string | Human-readable diff title. |
| breaking | boolean | Whether the diff contains breaking changes. |
| diff_summary | string | Short summary of diff contents. |
| diff_markdown | string | Markdown rendering of the diff. |
| diff_html | string | HTML rendering of the diff. |
| diff_json | object | Structured JSON diff representation. |
| details | array | List of detected change items. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/bump-sh/main/json-schema/bump-sh-diff-schema.json",
"title": "Diff",
"description": "A computed diff between two versions of an API definition, as produced by the Bump.sh /diffs endpoint.",
"type": "object",
"required": ["id", "public_url"],
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "Unique diff identifier."
},
"public_url": {
"type": "string",
"format": "uri",
"description": "Public URL for the diff."
},
"title": {
"type": "string",
"description": "Human-readable diff title."
},
"breaking": {
"type": "boolean",
"description": "Whether the diff contains breaking changes."
},
"diff_summary": {
"type": "string",
"description": "Short summary of diff contents."
},
"diff_markdown": {
"type": "string",
"description": "Markdown rendering of the diff."
},
"diff_html": {
"type": "string",
"description": "HTML rendering of the diff."
},
"diff_json": {
"type": "object",
"description": "Structured JSON diff representation."
},
"details": {
"type": "array",
"description": "List of detected change items.",
"items": { "$ref": "#/$defs/DiffItem" }
}
},
"$defs": {
"DiffItem": {
"type": "object",
"required": ["type", "name"],
"properties": {
"type": {
"type": "string",
"enum": ["add", "remove", "update"],
"description": "Kind of change."
},
"name": {
"type": "string",
"description": "Name of the changed element (path, operation, schema)."
},
"breaking": {
"type": "boolean",
"description": "Whether this individual change is breaking."
}
}
}
}
}
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/bump-sh-diff"
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.