{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.protectedContent", "title": "protectedContent", "required": [ "@odata.type" ], "type": "object", "properties": { "cid": { "type": "string", "description": "The content id", "nullable": true }, "format": { "type": "string", "description": "The content format.", "nullable": true }, "labelId": { "type": "string", "description": "The unique identifier for the sensitivity label applied to the content." }, "@odata.type": { "type": "string" } } }