RubricItemInputAsJSON¶ class RubricItemInputAsJSON[source]¶ The JSON needed to update a rubric item. id: Just[int] | _Nothing[int] = Nothing¶ The id of this rubric item. Pass this to update an existing rubric item, omit if you want to create a new item. description: str¶ The description of this item header: str¶ The header of the item. points: float¶ The amount of points a user gets when this item is selected.