Microsoft Graph · Schema

rubricQualityFeedbackModel

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
feedback object Specific feedback for one quality of this rubric.
qualityId string The ID of the rubricQuality that this feedback is related to.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphrubricqualityfeedbackmodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.rubricQualityFeedbackModel",
  "title": "rubricQualityFeedbackModel",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "feedback": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.educationItemBody"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Specific feedback for one quality of this rubric."
    },
    "qualityId": {
      "type": "string",
      "description": "The ID of the rubricQuality that this feedback is related to.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}