{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.educationSpeakerCoachContentSettings", "title": "educationSpeakerCoachContentSettings", "required": [ "@odata.type" ], "type": "object", "properties": { "isInclusivenessEnabled": { "type": "boolean", "description": "Indicates whether the student should receive feedback on their inclusiveness from the Speaker Coach." }, "isRepetitiveLanguageEnabled": { "type": "boolean", "description": "Indicates whether the student should receive feedback on their repetitive language from the Speaker Coach." }, "@odata.type": { "type": "string" } } }