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
When i try to get the commit details for twitter/the-algorithm@ec83d01, validation failed on the author and committer field of the response. Validator shows the response missing many fields.
As described in the schema, both fields are type of simple-user and simple-user requires following fields:
Schema Inaccuracy
When i try to get the commit details for twitter/the-algorithm@ec83d01, validation failed on the
author
andcommitter
field of the response. Validator shows the response missing many fields.As described in the schema, both fields are type of
simple-user
andsimple-user
requires following fields:but the committer is not a github user actually
Expected
the author and the committer may not be a github user
Reproduction Steps
The text was updated successfully, but these errors were encountered: