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