Schema Inaccuracy
This is the API
#/paths/~1user~1{account_id}/get
These are the two possible types for the response
#/paths/~1user~1{account_id}/get/responses/200/content/application~1json/schema/oneOf/0
referencing
#/components/schemas/private-user
or
#/paths/~1user~1{account_id}/get/responses/200/content/application~1json/schema/oneOf/1
referencing
#/components/schemas/public-user
On GHES 3.17, the API call returns a field suspended_at that's not in the schema.
Expected
The schema contains that field.
Reproduction Steps
With GH CLI, run something like this against GHES