Samsung · Schema

Device

A SmartThings connected device.

Consumer ElectronicsDeveloper PlatformIoTMobileSmart HomeSmart TVWearables

Properties

Name Type Description
deviceId string Unique device identifier.
name string Device display name.
label string User-assigned device label.
manufacturerName string Manufacturer name.
presentationId string Device presentation identifier.
locationId string Location ID this device belongs to.
roomId string Room ID this device is assigned to.
ownerId string Owner user ID.
type string Device integration type.
components array Functional sub-units of the device (main, sub).
View JSON Schema on GitHub

JSON Schema

samsung-device-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Device",
  "title": "Device",
  "type": "object",
  "description": "A SmartThings connected device.",
  "properties": {
    "deviceId": {
      "type": "string",
      "format": "uuid",
      "description": "Unique device identifier."
    },
    "name": {
      "type": "string",
      "description": "Device display name."
    },
    "label": {
      "type": "string",
      "description": "User-assigned device label."
    },
    "manufacturerName": {
      "type": "string",
      "description": "Manufacturer name."
    },
    "presentationId": {
      "type": "string",
      "description": "Device presentation identifier."
    },
    "locationId": {
      "type": "string",
      "format": "uuid",
      "description": "Location ID this device belongs to."
    },
    "roomId": {
      "type": "string",
      "format": "uuid",
      "description": "Room ID this device is assigned to."
    },
    "ownerId": {
      "type": "string",
      "description": "Owner user ID."
    },
    "type": {
      "type": "string",
      "description": "Device integration type.",
      "enum": [
        "ENDPOINT_APP",
        "DTH",
        "MOBILE",
        "VIPER",
        "MATTER",
        "LAN",
        "BLE",
        "ZWave",
        "Zigbee",
        "HUB"
      ]
    },
    "components": {
      "type": "array",
      "description": "Functional sub-units of the device (main, sub).",
      "items": {
        "$ref": "#/components/schemas/DeviceComponent"
      }
    }
  }
}

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/samsung-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.