Samsung · JSON Structure

Samsung Smartthings Device Structure

Field hierarchy for a Samsung SmartThings connected device as returned by the SmartThings REST API.

Type: Properties: 0
Consumer ElectronicsDeveloper PlatformIoTMobileSmart HomeSmart TVWearables

SmartThings Device is a JSON Structure definition published by Samsung.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "SmartThings Device",
  "description": "Field hierarchy for a Samsung SmartThings connected device as returned by the SmartThings REST API.",
  "url": "https://developer.smartthings.com/docs/devices/overview",
  "fields": [
    {
      "name": "deviceId",
      "type": "string (uuid)",
      "required": true,
      "description": "Unique device identifier (UUID).",
      "example": "550e8400-e29b-41d4-a716-446655440000"
    },
    {
      "name": "name",
      "type": "string",
      "required": true,
      "description": "Device display name set by user or manufacturer.",
      "example": "Living Room Light"
    },
    {
      "name": "label",
      "type": "string",
      "required": false,
      "description": "User-assigned label for the device.",
      "example": "Main Light"
    },
    {
      "name": "manufacturerName",
      "type": "string",
      "required": true,
      "description": "Name of the device manufacturer.",
      "example": "Samsung"
    },
    {
      "name": "presentationId",
      "type": "string",
      "required": true,
      "description": "Device presentation identifier for UI rendering.",
      "example": "ST_Light_0001"
    },
    {
      "name": "locationId",
      "type": "string (uuid)",
      "required": false,
      "description": "ID of the SmartThings location this device belongs to.",
      "example": "d3e5f700-a1b2-43c4-d5e6-f78901234567"
    },
    {
      "name": "roomId",
      "type": "string (uuid)",
      "required": false,
      "description": "ID of the room this device is assigned to.",
      "example": "a1b2c3d4-e5f6-7890-ab12-cd34ef567890"
    },
    {
      "name": "ownerId",
      "type": "string",
      "required": false,
      "description": "Owner user account ID.",
      "example": "user-abc123"
    },
    {
      "name": "type",
      "type": "enum",
      "required": false,
      "description": "Device integration type.",
      "allowedValues": ["ENDPOINT_APP", "DTH", "MOBILE", "VIPER", "MATTER", "LAN", "BLE", "ZWave", "Zigbee", "HUB"],
      "example": "MATTER"
    },
    {
      "name": "components",
      "type": "array",
      "required": false,
      "description": "Functional sub-units of the device.",
      "fields": [
        {
          "name": "id",
          "type": "string",
          "description": "Component ID (e.g., main, sub).",
          "example": "main"
        },
        {
          "name": "label",
          "type": "string",
          "description": "Human-readable component label.",
          "example": "Main"
        },
        {
          "name": "capabilities",
          "type": "array",
          "description": "SmartThings capabilities this component supports.",
          "fields": [
            {
              "name": "id",
              "type": "string",
              "description": "Capability identifier.",
              "example": "switch"
            },
            {
              "name": "version",
              "type": "integer",
              "description": "Capability version.",
              "example": 1
            }
          ]
        },
        {
          "name": "categories",
          "type": "array",
          "description": "Device category classifications.",
          "fields": [
            {
              "name": "name",
              "type": "string",
              "description": "Category name.",
              "example": "Light"
            },
            {
              "name": "categoryType",
              "type": "enum",
              "allowedValues": ["manufacturer", "user"],
              "example": "manufacturer"
            }
          ]
        }
      ]
    },
    {
      "name": "restrictionTier",
      "type": "integer",
      "required": false,
      "description": "Device restriction level (0 = unrestricted).",
      "example": 0
    },
    {
      "name": "allowed",
      "type": "array of string",
      "required": false,
      "description": "List of allowed actions on this device.",
      "example": ["x:devices:samsung.com", "r:devices:*"]
    }
  ]
}

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