{ "$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-detector-model-structure.json", "name": "DetectorModel", "description": "Information about the detector model.", "type": "object", "properties": { "detectorModelDefinition": { "allOf": [ { "$ref": "#/components/schemas/DetectorModelDefinition" }, { "description": "Information that defines how a detector operates." } ] }, "detectorModelConfiguration": { "allOf": [ { "$ref": "#/components/schemas/DetectorModelConfiguration" }, { "description": "Information about how the detector is configured." } ] } } }