{
"$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"
}
}
}