{ "$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-describe-detector-model-analysis-response-schema.json", "title": "DescribeDetectorModelAnalysisResponse", "description": "DescribeDetectorModelAnalysisResponse schema", "type": "object", "properties": { "status": { "allOf": [ { "$ref": "#/components/schemas/AnalysisStatus" }, { "description": "
The status of the analysis activity. The status can be one of the following values:
RUNNING - AWS IoT Events is analyzing your detector model. This process can take several minutes to complete.
COMPLETE - AWS IoT Events finished analyzing your detector model.
FAILED - AWS IoT Events couldn't analyze your detector model. Try again later.