{
"$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."
}
]
}
}
}