ThingsBoard · Schema

ThingsBoard Asset

JSON Schema for ThingsBoard Asset entity, derived from the public ThingsBoard OpenAPI 4.3.

IoTInternet of ThingsDevice ManagementTelemetryOpen-SourceApache 2.0MQTTLwM2MCoAPRule EngineDashboardsEdgeMulti-TenantJavaSpring

Properties

Name Type Description
id object JSON object with the asset Id. Specify this field to update the asset. Referencing non-existing asset Id will cause error. Omit this field to create new asset.
createdTime integer Timestamp of the asset creation, in milliseconds
tenantId object JSON object with Tenant Id.
customerId object JSON object with Customer Id. Use 'assignAssetToCustomer' to change the Customer Id.
name string Unique Asset Name in scope of Tenant
type string Asset type
label string Label that may be used in widgets
assetProfileId object JSON object with Asset Profile Id.
version integer
additionalInfo object Additional parameters of the asset
View JSON Schema on GitHub

JSON Schema

thingsboard-asset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/thingsboard/refs/heads/main/json-schema/thingsboard-asset-schema.json",
  "title": "ThingsBoard Asset",
  "description": "JSON Schema for ThingsBoard Asset entity, derived from the public ThingsBoard OpenAPI 4.3.",
  "type": "object",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/AssetId",
      "description": "JSON object with the asset Id. Specify this field to update the asset. Referencing non-existing asset Id will cause error. Omit this field to create new asset."
    },
    "createdTime": {
      "type": "integer",
      "format": "int64",
      "description": "Timestamp of the asset creation, in milliseconds",
      "example": 1609459200000,
      "readOnly": true
    },
    "tenantId": {
      "$ref": "#/components/schemas/TenantId",
      "description": "JSON object with Tenant Id.",
      "readOnly": true
    },
    "customerId": {
      "$ref": "#/components/schemas/CustomerId",
      "description": "JSON object with Customer Id. Use 'assignAssetToCustomer' to change the Customer Id.",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "description": "Unique Asset Name in scope of Tenant",
      "example": "Empire State Building"
    },
    "type": {
      "type": "string",
      "description": "Asset type",
      "example": "Building"
    },
    "label": {
      "type": "string",
      "description": "Label that may be used in widgets",
      "example": "NY Building"
    },
    "assetProfileId": {
      "$ref": "#/components/schemas/AssetProfileId",
      "description": "JSON object with Asset Profile Id."
    },
    "version": {
      "type": "integer",
      "format": "int64"
    },
    "additionalInfo": {
      "$ref": "#/components/schemas/JsonNode",
      "description": "Additional parameters of the asset"
    }
  },
  "required": [
    "name"
  ]
}

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/thingsboard-asset"
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.