Siemens · JSON Structure
Siemens Building Structure
Hierarchical data model for Siemens Building X smart building automation systems
Type: object
Properties: 0
AutomationElectrificationIndustryManufacturingBuilding AutomationIndustrial IoTSmart BuildingsDigital Twin
Siemens Building Structure is a JSON Structure definition published by Siemens.
Meta-schema:
JSON Structure
{
"title": "Siemens Building Automation Data Structure",
"description": "Hierarchical data model for Siemens Building X smart building automation systems",
"type": "object",
"structure": {
"Building": {
"description": "A physical building managed by a Siemens building automation system",
"fields": {
"id": { "type": "string", "role": "identifier" },
"name": { "type": "string", "role": "label" },
"address": { "type": "string", "role": "location" }
},
"children": {
"Equipment": {
"description": "A mechanical or electrical system within the building",
"fields": {
"id": { "type": "string", "role": "identifier" },
"name": { "type": "string", "role": "label" },
"type": { "type": "enum", "values": ["AHU", "Chiller", "Boiler", "FCU", "VAV", "Pump", "Lighting"], "role": "classification" },
"location": { "type": "string", "role": "location" },
"status": { "type": "enum", "values": ["operational", "fault", "maintenance", "offline"] }
},
"children": {
"DataPoint": {
"description": "An individual sensor, setpoint, or actuator connected to equipment",
"fields": {
"id": { "type": "string", "role": "identifier" },
"name": { "type": "string", "role": "label" },
"type": { "type": "enum", "values": ["analog-input", "analog-output", "binary-input", "binary-output"], "role": "classification" },
"unit": { "type": "string", "role": "unit" },
"writable": { "type": "boolean", "role": "capability" }
},
"children": {
"TrendRecord": {
"description": "A timestamped historical reading for a data point",
"fields": {
"value": { "type": "number|boolean|string", "role": "measurement" },
"timestamp": { "type": "datetime", "role": "identifier" },
"quality": { "type": "enum", "values": ["good", "bad", "uncertain"] }
}
}
}
}
}
},
"Alarm": {
"description": "A detected abnormal condition in the building systems",
"fields": {
"id": { "type": "string", "role": "identifier" },
"name": { "type": "string", "role": "label" },
"severity": { "type": "enum", "values": ["critical", "high", "medium", "low"], "role": "priority" },
"status": { "type": "enum", "values": ["active", "acknowledged", "resolved"] },
"triggeredAt": { "type": "datetime", "role": "audit" },
"acknowledgedAt": { "type": "datetime", "role": "audit" }
}
},
"Schedule": {
"description": "An automation schedule controlling system operation times",
"fields": {
"id": { "type": "string", "role": "identifier" },
"name": { "type": "string", "role": "label" },
"type": { "type": "enum", "values": ["weekly", "exception", "calendar"] },
"effectiveFrom": { "type": "datetime", "role": "temporal" },
"effectiveTo": { "type": "datetime", "role": "temporal" }
}
}
}
}
}
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/siemens-building-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.