Baker Hughes · Schema

Asset

An industrial asset monitored by Baker Hughes Cordant platform.

Energy TechnologyIndustrial IoTOil and GasAsset Performance ManagementDigital EnergyFortune 500

Properties

Name Type Description
assetId string Unique identifier for the asset.
assetName string Human-readable name for the asset.
assetType string Classification of the asset (e.g., compressor, pump, turbine).
facilityId string Identifier of the facility where the asset is located.
location string Geographic or plant location of the asset.
status string Current operational status of the asset.
healthScore number AI-computed health score from 0 (critical) to 100 (healthy).
lastUpdated string Timestamp of the last data update for this asset.
tags array User-defined tags for organizing and filtering assets.
View JSON Schema on GitHub

JSON Schema

baker-hughes-asset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/baker-hughes/json-schema/baker-hughes-asset-schema.json",
  "title": "Asset",
  "description": "An industrial asset monitored by Baker Hughes Cordant platform.",
  "type": "object",
  "properties": {
    "assetId": {
      "type": "string",
      "description": "Unique identifier for the asset."
    },
    "assetName": {
      "type": "string",
      "description": "Human-readable name for the asset."
    },
    "assetType": {
      "type": "string",
      "description": "Classification of the asset (e.g., compressor, pump, turbine).",
      "enum": ["compressor", "pump", "turbine", "heat-exchanger", "separator", "valve", "other"]
    },
    "facilityId": {
      "type": "string",
      "description": "Identifier of the facility where the asset is located."
    },
    "location": {
      "type": "string",
      "description": "Geographic or plant location of the asset."
    },
    "status": {
      "type": "string",
      "description": "Current operational status of the asset.",
      "enum": ["running", "idle", "maintenance", "fault", "offline"]
    },
    "healthScore": {
      "type": "number",
      "description": "AI-computed health score from 0 (critical) to 100 (healthy).",
      "minimum": 0,
      "maximum": 100
    },
    "lastUpdated": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of the last data update for this asset."
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "User-defined tags for organizing and filtering assets."
    }
  },
  "required": ["assetId", "assetName", "assetType", "status"]
}

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/baker-hughes-asset"
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.