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 user property of pull-request-review-comment should be #/components/schemas/nullable-simple-user instead of #/components/schemas/simple-user - same as on pull-request-review
I suspect the same is true for pull-request, presumably this occurs when a user is deleted. It seems probable that most, if not all usages of simple-user should be replaced with nullable-simple-user
Expected
Any user properties that are nulled when the associated user is deleted should be nullable-simple-user
Reproduction Steps
(I didn't make a note of the exact resource I observed this on, but will update when I next find one)
The text was updated successfully, but these errors were encountered:
Schema Inaccuracy
the
user
property ofpull-request-review-comment
should be#/components/schemas/nullable-simple-user
instead of#/components/schemas/simple-user
- same as onpull-request-review
I suspect the same is true for
pull-request
, presumably this occurs when a user is deleted. It seems probable that most, if not all usages ofsimple-user
should be replaced withnullable-simple-user
Expected
Any
user
properties that are nulled when the associated user is deleted should benullable-simple-user
Reproduction Steps
(I didn't make a note of the exact resource I observed this on, but will update when I next find one)
The text was updated successfully, but these errors were encountered: