Amazon IoT Device Management · JSON Structure

Iot Device Management Attributes Structure

Attributes schema

Type: object Properties: 0
Device ManagementFleet ManagementIoTOTA Updates

Attributes is a JSON Structure definition published by Amazon IoT Device Management. 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-device-management/refs/heads/main/json-structure/iot-device-management-attributes-structure.json",
  "name": "Attributes",
  "description": "Attributes schema",
  "type": "object",
  "additionalProperties": {
    "type": "string",
    "pattern": "[a-zA-Z0-9_.,@/:#-]*",
    "maxLength": 800
  }
}