Bazel · Schema

BCR Module Metadata

Module-level metadata document served at /modules/{module}/metadata.json.

Build SystemsBuild ToolsBzlmodCI/CDDeveloper ToolsHermetic BuildsMonorepoOpen-SourceRemote ExecutionStarlark

Properties

Name Type Description
homepage string
maintainers array
versions array All published version strings for this module, in publication order.
yanked_versions object Map of yanked version to human-readable explanation. Bazel refuses to resolve a yanked version unless --allow_yanked_versions is set.
repository array
View JSON Schema on GitHub

JSON Schema

bcr-metadata-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bazel-build/main/json-schema/bcr-metadata-schema.json",
  "title": "BCR Module Metadata",
  "description": "Module-level metadata document served at /modules/{module}/metadata.json.",
  "type": "object",
  "required": ["versions"],
  "properties": {
    "homepage": {
      "type": "string",
      "format": "uri"
    },
    "maintainers": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": { "type": "string" },
          "email": { "type": "string", "format": "email" },
          "github": { "type": "string" }
        }
      }
    },
    "versions": {
      "type": "array",
      "description": "All published version strings for this module, in publication order.",
      "items": { "type": "string" }
    },
    "yanked_versions": {
      "type": "object",
      "description": "Map of yanked version to human-readable explanation. Bazel refuses to resolve a yanked version unless --allow_yanked_versions is set.",
      "additionalProperties": { "type": "string" }
    },
    "repository": {
      "type": "array",
      "items": { "type": "string" }
    }
  },
  "additionalProperties": true
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bcr-metadata"
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.