Amazon IoT Device Defender · JSON Structure

Iot Device Defender Aggregation Type Values Structure

AggregationTypeValues schema

Type: array Properties: 0
ComplianceIoTSecurityVulnerability Management

AggregationTypeValues is a JSON Structure definition published by Amazon IoT Device Defender. 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-defender/refs/heads/main/json-structure/iot-device-defender-aggregation-type-values-structure.json",
  "name": "AggregationTypeValues",
  "description": "AggregationTypeValues schema",
  "type": "array",
  "items": {
    "type": "string",
    "pattern": "[a-zA-Z0-9]+",
    "minLength": 1,
    "maxLength": 12
  }
}