CockroachDB · Schema
BuildInfo
Build and version metadata for the CockroachDB binary on a node.
Cluster ManagementCloudDatabaseDistributed SQLInfrastructurePostgreSQL CompatibleSQL
Properties
| Name | Type | Description |
|---|---|---|
| go_version | string | Go runtime version used to build CockroachDB. |
| tag | string | Git tag of the CockroachDB release. |
| time | string | Build timestamp. |
| revision | string | Git revision hash of the build. |
| cgo_compiler | string | CGO compiler version used in the build. |
| platform | string | Target platform for the build (e.g. linux amd64). |
| distribution | string | CockroachDB distribution type (e.g. CCL or OSS). |
| type | string | Build type (e.g. release or development). |
| channel | string | Release channel the binary belongs to. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/BuildInfo",
"title": "BuildInfo",
"type": "object",
"description": "Build and version metadata for the CockroachDB binary on a node.",
"properties": {
"go_version": {
"type": "string",
"description": "Go runtime version used to build CockroachDB."
},
"tag": {
"type": "string",
"description": "Git tag of the CockroachDB release."
},
"time": {
"type": "string",
"description": "Build timestamp."
},
"revision": {
"type": "string",
"description": "Git revision hash of the build."
},
"cgo_compiler": {
"type": "string",
"description": "CGO compiler version used in the build."
},
"platform": {
"type": "string",
"description": "Target platform for the build (e.g. linux amd64)."
},
"distribution": {
"type": "string",
"description": "CockroachDB distribution type (e.g. CCL or OSS)."
},
"type": {
"type": "string",
"description": "Build type (e.g. release or development)."
},
"channel": {
"type": "string",
"description": "Release channel the binary belongs to."
}
}
}
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/cockroachdb-buildinfo"
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.