You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The assignees (issue and PR) and requested_reviewers and requested_teams (PRs) are required nullable arrays.
Experimentally it doesn't look like these are ever null in responses, nor is there any reason for them to be as an empty array should play that role just fine.
The text was updated successfully, but these errors were encountered:
I couldn't find anywhere in the docs that those fields are nullable. According to the GitHub API documentation, these fields are indeed arrays, but they are not documented as nullable.
Can you please point to the problematic doc where it mentions its a nullable field?
Schema Inaccuracy
The
assignees
(issue and PR) andrequested_reviewers
andrequested_teams
(PRs) are required nullable arrays.Experimentally it doesn't look like these are ever null in responses, nor is there any reason for them to be as an empty array should play that role just fine.
The text was updated successfully, but these errors were encountered: