{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.onlineMeetingRestricted", "title": "onlineMeetingRestricted", "required": [ "@odata.type" ], "type": "object", "properties": { "contentSharingDisabled": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.onlineMeetingContentSharingDisabledReason" }, { "type": "object", "nullable": true } ], "description": "Specifies the reason shared content from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue." }, "videoDisabled": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.onlineMeetingVideoDisabledReason" }, { "type": "object", "nullable": true } ], "description": "Specifies the reason video from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue." }, "@odata.type": { "type": "string" } } }