Adafruit IO · JSON Structure

Adafruit Io Feed Structure

JSON Structure description of an Adafruit IO Feed resource.

Type: object Properties: 0
IoTInternet of ThingsMQTTMakerHobbyistCircuitPythonArduinoESP32FeatherDashboardsTime Series

Adafruit Io Feed Structure is a JSON Structure definition published by Adafruit IO. It conforms to the https://json-structure.org/schema/v1.json meta-schema.

Meta-schema: https://json-structure.org/schema/v1.json

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema/v1.json",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adafruit-io/main/json-structure/adafruit-io-feed-structure.json",
  "title": "Adafruit IO Feed Structure",
  "description": "JSON Structure description of an Adafruit IO Feed resource.",
  "type": "object",
  "structure": {
    "properties": {
      "id": { "type": "integer", "scope": "system" },
      "key": { "type": "string", "scope": "system", "constraint": "URL-safe slug, derived from name when omitted." },
      "name": { "type": "string", "scope": "user", "required": true },
      "description": { "type": "string", "scope": "user" },
      "unit_type": { "type": "string", "scope": "user" },
      "unit_symbol": { "type": "string", "scope": "user" },
      "visibility": { "type": "enum", "values": ["public", "private"], "scope": "user" },
      "history": { "type": "boolean", "scope": "user" },
      "license": { "type": "string", "scope": "user" },
      "last_value": { "type": "string", "scope": "system" },
      "status": { "type": "enum", "values": ["active", "inactive"], "scope": "system" },
      "created_at": { "type": "datetime", "scope": "system" },
      "updated_at": { "type": "datetime", "scope": "system" }
    }
  },
  "relationships": [
    { "from": "feed", "to": "data", "type": "one-to-many", "via": "feed_id" },
    { "from": "feed", "to": "group", "type": "many-to-many", "via": "feed_group" },
    { "from": "feed", "to": "block", "type": "one-to-many", "via": "block_feeds" },
    { "from": "feed", "to": "permission", "type": "one-to-many", "via": "object_id where model = feed" }
  ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/adafruit-io-feed-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.