204 No Content, which indicates that nothing changed, or 200 OK with the structure described below.
The response payload allows you to append a collection of LintIssues to the check, which will be displayed on the
Check results page. To do this, the response must contain the lintIssues field with the subgraph name as the key
and the LintIssues as the value.
You can also return a collection of error messages to be displayed in the extension’s UI.
The response payload must be a JSON object no larger than 5 MB.