Amazon IoT Events · JSON Structure

Iot Events Detector Model Structure

Information about the detector model.

Type: object Properties: 2
Event DetectionIoTState MachineAutomation

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

Properties

detectorModelDefinition detectorModelConfiguration

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-detector-model-structure.json",
  "name": "DetectorModel",
  "description": "Information about the detector model.",
  "type": "object",
  "properties": {
    "detectorModelDefinition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DetectorModelDefinition"
        },
        {
          "description": "Information that defines how a detector operates."
        }
      ]
    },
    "detectorModelConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DetectorModelConfiguration"
        },
        {
          "description": "Information about how the detector is configured."
        }
      ]
    }
  }
}