Amazon IoT Core · JSON Structure

Iot Core Searchable Attributes Structure

SearchableAttributes schema

Type: array Properties: 0
Device ManagementIoTMQTTMessage Routing

SearchableAttributes is a JSON Structure definition published by Amazon IoT Core. 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-core/refs/heads/main/json-structure/iot-core-searchable-attributes-structure.json",
  "name": "SearchableAttributes",
  "description": "SearchableAttributes schema",
  "type": "array",
  "items": {
    "type": "string",
    "pattern": "[a-zA-Z0-9_.,@/:#-]+",
    "maxLength": 128
  }
}