Blues · Schema

Device

IoTCellularConnectivityDevice ManagementFleet ManagementSatelliteLoRAWi-FiNotecardNotehub

Properties

Name Type Description
best_location object
cellular_usage object
contact object
dfu object
disabled boolean
firmware_host string
firmware_notecard string
fleet_uids array
gps_location object
last_activity string
product_uid string
provisioned string
serial_number string
sku string
temperature number
tower_info object
tower_location object
triangulated_location object
uid string
voltage number
View JSON Schema on GitHub

JSON Schema

blues-wireless-device.json Raw ↑
{
  "type": "object",
  "properties": {
    "best_location": {
      "$ref": "#/components/schemas/Location"
    },
    "cellular_usage": {
      "$ref": "#/components/schemas/CellularUsage"
    },
    "contact": {
      "$ref": "#/components/schemas/Contact"
    },
    "dfu": {
      "$ref": "#/components/schemas/DFUEnv"
    },
    "disabled": {
      "type": "boolean"
    },
    "firmware_host": {
      "type": "string"
    },
    "firmware_notecard": {
      "type": "string"
    },
    "fleet_uids": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "gps_location": {
      "$ref": "#/components/schemas/Location"
    },
    "last_activity": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "product_uid": {
      "type": "string"
    },
    "provisioned": {
      "type": "string",
      "format": "date-time"
    },
    "serial_number": {
      "type": "string"
    },
    "sku": {
      "type": "string"
    },
    "temperature": {
      "type": "number",
      "format": "double"
    },
    "tower_info": {
      "type": "object",
      "nullable": true,
      "properties": {
        "cell_id": {
          "type": "integer"
        },
        "lac": {
          "type": "integer"
        },
        "mcc": {
          "type": "integer"
        },
        "mnc": {
          "type": "integer"
        }
      }
    },
    "tower_location": {
      "$ref": "#/components/schemas/Location"
    },
    "triangulated_location": {
      "$ref": "#/components/schemas/Location"
    },
    "uid": {
      "type": "string"
    },
    "voltage": {
      "type": "number",
      "format": "double"
    }
  },
  "required": [
    "uid",
    "provisioned",
    "product_uid",
    "fleet_uids",
    "voltage",
    "temperature"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Device"
}

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

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/blues-wireless-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 email required.

A second provider on the same verified email joins the account you already have.