{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.alertDetection", "title": "alertDetection", "required": [ "@odata.type" ], "type": "object", "properties": { "detectionType": { "type": "string", "nullable": true }, "method": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true }, "@odata.type": { "type": "string" } } }