Amazon IoT Events · Schema

StartDetectorModelAnalysisResponse

StartDetectorModelAnalysisResponse schema

Event DetectionIoTState MachineAutomation

Properties

Name Type Description
analysisId object
View JSON Schema on GitHub

JSON Schema

iot-events-start-detector-model-analysis-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-events/refs/heads/main/json-schema/iot-events-start-detector-model-analysis-response-schema.json",
  "title": "StartDetectorModelAnalysisResponse",
  "description": "StartDetectorModelAnalysisResponse schema",
  "type": "object",
  "properties": {
    "analysisId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AnalysisId"
        },
        {
          "description": "The ID that you can use to retrieve the analysis result."
        }
      ]
    }
  }
}