Microsoft Graph · Schema

rubricQualitySelectedColumnModel

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
columnId string ID of the selected level for this quality.
qualityId string ID of the associated quality.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphrubricqualityselectedcolumnmodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.rubricQualitySelectedColumnModel",
  "title": "rubricQualitySelectedColumnModel",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "columnId": {
      "type": "string",
      "description": "ID of the selected level for this quality.",
      "nullable": true
    },
    "qualityId": {
      "type": "string",
      "description": "ID of the associated quality.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}