OpenShift · Schema

BuildStatus

Status of the build execution.

CI/CDCloud-NativeContainersDevOpsEnterpriseKubernetesPlatform-as-a-Service

Properties

Name Type Description
phase string The current phase of the build.
cancelled boolean Whether the build was cancelled.
message string Human-readable message about the build status.
reason string Brief machine-readable reason for the build status.
startTimestamp string Timestamp when the build started running.
completionTimestamp string Timestamp when the build completed.
duration integer Duration of the build in nanoseconds.
outputDockerImageReference string The Docker image reference of the built image.
config object
output object Build output details.
logSnippet string The last few lines of the build log for failed builds.
View JSON Schema on GitHub

JSON Schema

openshift-buildstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BuildStatus",
  "title": "BuildStatus",
  "type": "object",
  "description": "Status of the build execution.",
  "properties": {
    "phase": {
      "type": "string",
      "description": "The current phase of the build.",
      "enum": [
        "New",
        "Pending",
        "Running",
        "Complete",
        "Failed",
        "Error",
        "Cancelled"
      ],
      "example": "New"
    },
    "cancelled": {
      "type": "boolean",
      "description": "Whether the build was cancelled.",
      "example": true
    },
    "message": {
      "type": "string",
      "description": "Human-readable message about the build status.",
      "example": "example_value"
    },
    "reason": {
      "type": "string",
      "description": "Brief machine-readable reason for the build status.",
      "example": "example_value"
    },
    "startTimestamp": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the build started running.",
      "example": "2026-01-15T10:30:00Z"
    },
    "completionTimestamp": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the build completed.",
      "example": "2026-01-15T10:30:00Z"
    },
    "duration": {
      "type": "integer",
      "format": "int64",
      "description": "Duration of the build in nanoseconds.",
      "example": 10
    },
    "outputDockerImageReference": {
      "type": "string",
      "description": "The Docker image reference of the built image.",
      "example": "example_value"
    },
    "config": {
      "$ref": "#/components/schemas/ObjectReference"
    },
    "output": {
      "type": "object",
      "description": "Build output details.",
      "properties": {
        "to": {
          "type": "object",
          "properties": {
            "imageDigest": {
              "type": "string",
              "description": "The image digest of the pushed image."
            }
          }
        }
      },
      "example": "example_value"
    },
    "logSnippet": {
      "type": "string",
      "description": "The last few lines of the build log for failed builds.",
      "example": "example_value"
    }
  }
}

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/openshift-buildstatus"
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.