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 SecurityDefinitions type defined in the OpenAPI library here
Which is a newtype wrapper over Definitions, which in-turn is a type synonym for an InsOrdHashMap Text type.
SecurityDefinitions seems to be missing type-class instances for Ixed and At type-classes, which enables us to use them with Lenses and refer to their indices using at or ix and set a particular SecurityScheme at that index if needed.
The following instances are already present in the Swagger version of the same data-type here.
Opening the issue in addition to #76 here, I'll make a PR soon for this.
The text was updated successfully, but these errors were encountered:
Hi,
The
SecurityDefinitions
type defined in the OpenAPI library hereWhich is a newtype wrapper over Definitions, which in-turn is a type synonym for an
InsOrdHashMap Text
type.SecurityDefinitions seems to be missing type-class instances for
Ixed
andAt
type-classes, which enables us to use them with Lenses and refer to their indices usingat
orix
and set a particular SecurityScheme at that index if needed.The following instances are already present in the Swagger version of the same data-type here.
Opening the issue in addition to #76 here, I'll make a PR soon for this.
The text was updated successfully, but these errors were encountered: