{ "$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-update-detector-model-response-structure.json", "name": "UpdateDetectorModelResponse", "description": "UpdateDetectorModelResponse schema", "type": "object", "properties": { "detectorModelConfiguration": { "allOf": [ { "$ref": "#/components/schemas/DetectorModelConfiguration" }, { "description": "Information about how the detector model is configured." } ] } } }