Lunar Energy · Schema
Gridshare Device
A distributed energy resource managed by the Gridshare DERMS platform. Devices are identified by a synthId (synthetic identifier) and have a kind drawn from Gridshare's standard device taxonomy.
EnergyHome BatterySolarVirtual Power PlantDERMSDistributed Energy ResourcesGrid ServicesDemand ResponseStorageInverterSmart HomeEnergy ManagementTariffsTelemetryVPPFlex Events
Properties
| Name | Type | Description |
|---|---|---|
| synthId | string | Synthetic identifier — the canonical ID used across telemetry, topology, and operation-mode endpoints. |
| deviceId | string | Manufacturer or installation-time device identifier (when distinct from synthId). |
| kind | string | Broad device category. Each kind defines a corresponding telemetry schema. |
| type | string | Finer-grained device type used in Partner topology and inventory endpoints. |
| siteId | string | Identifier of the site this device belongs to. |
| manufacturer | string | |
| model | string | |
| serialNumber | string | |
| properties | object | Static, vendor-specific properties surfaced by the device. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/lunar-energy/main/json-schema/gridshare-device-schema.json",
"title": "Gridshare Device",
"description": "A distributed energy resource managed by the Gridshare DERMS platform. Devices are identified by a synthId (synthetic identifier) and have a kind drawn from Gridshare's standard device taxonomy.",
"type": "object",
"required": ["synthId"],
"properties": {
"synthId": {
"type": "string",
"description": "Synthetic identifier — the canonical ID used across telemetry, topology, and operation-mode endpoints."
},
"deviceId": {
"type": "string",
"description": "Manufacturer or installation-time device identifier (when distinct from synthId)."
},
"kind": {
"type": "string",
"enum": ["inverter", "battery_pack", "PV", "EV", "meter", "load_control_relay"],
"description": "Broad device category. Each kind defines a corresponding telemetry schema."
},
"type": {
"type": "string",
"description": "Finer-grained device type used in Partner topology and inventory endpoints."
},
"siteId": {
"type": "string",
"description": "Identifier of the site this device belongs to."
},
"manufacturer": { "type": "string" },
"model": { "type": "string" },
"serialNumber": { "type": "string" },
"properties": {
"type": "object",
"description": "Static, vendor-specific properties surfaced by the device.",
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/gridshare-device"
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.