FeedbackBase

class FeedbackBase[source]

The base JSON representation for feedback.

general: str

The general feedback given on this submission.

linter: Mapping[str, Any]

A mapping that is almost the same the user feedback mapping for feedback without replies, only the final key is not a string but a list of tuples where the first item is the linter code and the second item is linter comments. This field is deprecated and will always be empty.