Amazon IoT SiteWise · JSON Structure

Iot Sitewise Asset I Ds Structure

AssetIDs schema

Type: array Properties: 0
Asset ManagementIndustrial IoTIoTTime Series Data

AssetIDs is a JSON Structure definition published by Amazon IoT SiteWise. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-structure/iot-sitewise-asset-i-ds-structure.json",
  "name": "AssetIDs",
  "description": "AssetIDs schema",
  "type": "array",
  "items": {
    "type": "string",
    "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",
    "minLength": 36,
    "maxLength": 36
  }
}