Amazon IoT Events · JSON Structure

Iot Events Describe Detector Model Response Structure

DescribeDetectorModelResponse schema

Type: object Properties: 1
Event DetectionIoTState MachineAutomation

DescribeDetectorModelResponse is a JSON Structure definition published by Amazon IoT Events, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

detectorModel

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-events/refs/heads/main/json-structure/iot-events-describe-detector-model-response-structure.json",
  "name": "DescribeDetectorModelResponse",
  "description": "DescribeDetectorModelResponse schema",
  "type": "object",
  "properties": {
    "detectorModel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DetectorModel"
        },
        {
          "description": "Information about the detector model."
        }
      ]
    }
  }
}