Microsoft Graph · Schema

challengingWord

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
count number Number of times the word was found challenging by the student during the reading session.
word string The specific word that the student found challenging during the reading session.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphchallengingword-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.challengingWord",
  "title": "challengingWord",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "count": {
      "type": "number",
      "description": "Number of times the word was found challenging by the student during the reading session.",
      "format": "int64"
    },
    "word": {
      "type": "string",
      "description": "The specific word that the student found challenging during the reading session."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}