Baker Hughes · Schema
Prediction
AI-generated predictive maintenance forecast from Baker Hughes BHC3 AI Suite.
Energy TechnologyIndustrial IoTOil and GasAsset Performance ManagementDigital EnergyFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| predictionId | string | Unique identifier for the prediction. |
| assetId | string | Identifier of the asset this prediction applies to. |
| predictionType | string | Category of prediction. |
| failureProbability | number | Probability of failure in the next prediction window (0.0 to 1.0). |
| estimatedTimeToFailure | string | Estimated time until failure expressed as ISO 8601 duration (e.g., P7D for 7 days). |
| confidenceScore | number | Model confidence in this prediction (0.0 to 1.0). |
| recommendedAction | string | Recommended maintenance or operational action. |
| generatedAt | string | Timestamp when this prediction was generated. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/baker-hughes/json-schema/baker-hughes-prediction-schema.json",
"title": "Prediction",
"description": "AI-generated predictive maintenance forecast from Baker Hughes BHC3 AI Suite.",
"type": "object",
"properties": {
"predictionId": {
"type": "string",
"description": "Unique identifier for the prediction."
},
"assetId": {
"type": "string",
"description": "Identifier of the asset this prediction applies to."
},
"predictionType": {
"type": "string",
"description": "Category of prediction.",
"enum": ["failure", "maintenance", "production", "efficiency", "well-integrity"]
},
"failureProbability": {
"type": "number",
"description": "Probability of failure in the next prediction window (0.0 to 1.0).",
"minimum": 0,
"maximum": 1
},
"estimatedTimeToFailure": {
"type": "string",
"description": "Estimated time until failure expressed as ISO 8601 duration (e.g., P7D for 7 days)."
},
"confidenceScore": {
"type": "number",
"description": "Model confidence in this prediction (0.0 to 1.0).",
"minimum": 0,
"maximum": 1
},
"recommendedAction": {
"type": "string",
"description": "Recommended maintenance or operational action."
},
"generatedAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when this prediction was generated."
}
},
"required": ["predictionId", "assetId", "predictionType", "failureProbability", "recommendedAction"]
}
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/baker-hughes-prediction"
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.