{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.watermarkProtectionValues", "title": "watermarkProtectionValues", "required": [ "@odata.type" ], "type": "object", "properties": { "isEnabledForContentSharing": { "type": "boolean", "description": "Indicates whether to apply a watermark to any shared content.", "nullable": true }, "isEnabledForVideo": { "type": "boolean", "description": "Indicates whether to apply a watermark to everyone's video feed.", "nullable": true }, "@odata.type": { "type": "string" } } }