{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.teamClassSettings", "title": "teamClassSettings", "required": [ "@odata.type" ], "type": "object", "properties": { "notifyGuardiansAboutAssignments": { "type": "boolean", "description": "If set to true, enables sending of weekly assignments digest emails to parents/guardians, provided the tenant admin has enabled the setting globally.", "nullable": true }, "@odata.type": { "type": "string" } } }