rubricCriterion resource type

Namespace: microsoft.graph

A criterion of a rubric.

See educationRubric for a description of the relationship between rubric qualities, levels, and criteria.

Properties

Property Type Description
description itemBody The description of this criterion.

JSON representation

The following is a JSON representation of the resource.

{
  "description": {"@odata.type": "microsoft.graph.itemBody"}
}