Amazon IoT Events · JSON Structure

Iot Events Detector Model Summary Structure

Information about the detector model.

Type: object Properties: 3
Event DetectionIoTState MachineAutomation

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

Properties

detectorModelName detectorModelDescription creationTime

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-summary-structure.json",
  "name": "DetectorModelSummary",
  "description": "Information about the detector model.",
  "type": "object",
  "properties": {
    "detectorModelName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DetectorModelName"
        },
        {
          "description": "The name of the detector model."
        }
      ]
    },
    "detectorModelDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DetectorModelDescription"
        },
        {
          "description": "A brief description of the detector model."
        }
      ]
    },
    "creationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The time the detector model was created."
        }
      ]
    }
  }
}