Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier of the release. |
| version | string | The version string of the release. |
| release_stage | string | The release stage (e.g., production, staging). |
| builder_name | string | The name of the person or system that created the build. |
| release_source | string | The source of the release information. |
| source_control | object | Source control information for the release. |
| build_time | string | The date and time the build was created. |
| errors_introduced_count | integer | The number of new errors introduced in this release. |
| errors_seen_count | integer | The total number of errors seen in this release. |
| sessions_count | integer | The total number of sessions for this release. |
| unhandled_sessions_count | integer | The number of sessions with unhandled errors. |
| accumulative_daily_users_seen | integer | The cumulative number of daily active users. |
| accumulative_daily_users_with_unhandled | integer | The cumulative number of daily users with unhandled errors. |
| created_at | string | The date and time the release record was created. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Release",
"title": "Release",
"type": "object",
"description": "Represents a deployed version of an application.",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier of the release."
},
"version": {
"type": "string",
"description": "The version string of the release."
},
"release_stage": {
"type": "string",
"description": "The release stage (e.g., production, staging)."
},
"builder_name": {
"type": "string",
"description": "The name of the person or system that created the build."
},
"release_source": {
"type": "string",
"description": "The source of the release information."
},
"source_control": {
"type": "object",
"description": "Source control information for the release.",
"properties": {
"provider": {
"type": "string",
"description": "The source control provider."
},
"repository": {
"type": "string",
"description": "The repository URL."
},
"revision": {
"type": "string",
"description": "The commit hash or revision identifier."
}
}
},
"build_time": {
"type": "string",
"format": "date-time",
"description": "The date and time the build was created."
},
"errors_introduced_count": {
"type": "integer",
"description": "The number of new errors introduced in this release."
},
"errors_seen_count": {
"type": "integer",
"description": "The total number of errors seen in this release."
},
"sessions_count": {
"type": "integer",
"description": "The total number of sessions for this release."
},
"unhandled_sessions_count": {
"type": "integer",
"description": "The number of sessions with unhandled errors."
},
"accumulative_daily_users_seen": {
"type": "integer",
"description": "The cumulative number of daily active users."
},
"accumulative_daily_users_with_unhandled": {
"type": "integer",
"description": "The cumulative number of daily users with unhandled errors."
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "The date and time the release record was created."
}
}
}
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/bugsnag-release"
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.