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 installation schema's account property has changed from an allOf to a anyOf description which results in a type which is the intersection of the two included types (simple-user & enterprise) rather than a union of the two.
The account property of the installation schema should contain the union of the simple-user and enterprise schema types so that both type's properties are accessible from the returned response.
Schema Inaccuracy
The
installation
schema'saccount
property has changed from anallOf
to aanyOf
description which results in a type which is the intersection of the two included types (simple-user
&enterprise
) rather than a union of the two.Expected
The
account
property of theinstallation
schema should contain the union of thesimple-user
andenterprise
schema types so that both type's properties are accessible from the returned response.Reproduction Steps
See octokit/openapi-types.ts#305 for example of improper resulting types.
The text was updated successfully, but these errors were encountered: