{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.copilotAdminLimitedMode", "title": "microsoft.graph.copilotAdminLimitedMode", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "copilotAdminLimitedMode", "required": [ "@odata.type" ], "type": "object", "properties": { "groupId": { "type": "string", "nullable": true }, "isEnabledForGroup": { "type": "boolean", "nullable": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.copilotAdminLimitedMode" }