{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.sensorDeploymentPackage", "title": "sensorDeploymentPackage", "required": [ "@odata.type" ], "type": "object", "properties": { "downloadUrl": { "type": "string", "description": "URL to download the sensor deployment package." }, "version": { "type": "string", "description": "Version of the sensor." }, "@odata.type": { "type": "string" } } }