{
"$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": "<p>The status of the analysis activity. The status can be one of the following values:</p> <ul> <li> <p> <code>RUNNING</code> - AWS IoT Events is analyzing your detector model. This process can take several minutes to complete.</p> </li> <li> <p> <code>COMPLETE</code> - AWS IoT Events finished analyzing your detector model.</p> </li> <li> <p> <code>FAILED</code> - AWS IoT Events couldn't analyze your detector model. Try again later.</p> </li> </ul>"
}
]
}
}
}