{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.informationProtection", "title": "informationProtection", "required": [ "@odata.type" ], "type": "object", "properties": { "bitlocker": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.bitlocker" }, { "type": "object", "nullable": true } ], "x-ms-navigationProperty": true }, "threatAssessmentRequests": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.threatAssessmentRequest" }, "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } }