Golioth · JSON Structure
Golioth Release Structure
Structure documentation for the Golioth Release resource — a set of firmware Artifacts targeted at devices selected by tag.
Type: object
Properties: 0
IoTDevice ManagementFirmwareZephyrOTAEmbeddedConnectivity
GoliothRelease is a JSON Structure definition published by Golioth.
Meta-schema:
JSON Structure
{
"name": "GoliothRelease",
"description": "Structure documentation for the Golioth Release resource — a set of firmware Artifacts targeted at devices selected by tag.",
"type": "object",
"fields": [
{"name": "id", "type": "string", "required": true, "description": "Unique release identifier."},
{"name": "projectId", "type": "string", "required": false, "description": "Identifier of the parent project."},
{"name": "releaseTags", "type": "array<string>", "required": false, "description": "Semantic version tags."},
{"name": "artifactIds", "type": "array<string>", "required": true, "description": "Firmware artifact identifiers included in this release."},
{"name": "tagIds", "type": "array<string>", "required": false, "description": "Device tags this release targets."},
{"name": "rollout", "type": "boolean", "required": false, "description": "Whether this release is rolling out to devices."},
{"name": "rolledOutAt", "type": "string|null (datetime)", "required": false, "description": "When rollout was started (null until then)."},
{"name": "createdAt", "type": "string (datetime)", "required": true, "description": "RFC 3339 creation timestamp."},
{"name": "updatedAt", "type": "string (datetime)", "required": false, "description": "RFC 3339 update timestamp."}
],
"example": {
"id": "642d8c2f8a5d9c0001abcd99",
"projectId": "61f8a3c14c5e1a0001a1b2c3",
"releaseTags": ["1.2.0"],
"artifactIds": ["642d7a5c8a5d9c0001fedc01"],
"tagIds": ["tag_sensors"],
"rollout": true,
"rolledOutAt": "2026-05-25T16:20:11Z",
"createdAt": "2026-05-25T16:14:10Z",
"updatedAt": "2026-05-25T16:20:11Z"
}
}
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/golioth-release-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.