RubricRowBaseInputAsJSON

class RubricRowBaseInputAsJSON[source]

The JSON needed to update a rubric row.

id: Just[int] | _Nothing[int] = Nothing

The id, pass this to update an existing row, omit it to create a new row.

type: Just[str] | _Nothing[str] = Nothing

The type of rubric row. Will default to “normal” if not passed.

header: str

The header of this row.

description: str

The description of this row.

items: Sequence[RubricItemInputAsJSON]

The items in this row.