Schema Inaccuracy
installation: {
/**
* @description The ID of the installation.
* @example 1
*/
id: number;
account:
| (
| components["schemas"]["simple-user"]
| components["schemas"]["enterprise"]
)
| null;
Expected
I'm not 100% sure, but I do know that "organization-full" is missing from this list.
Reproduction Steps
curl https://api.github.com/user/installations -H "Authorization: Bearer "