biocad / openapi3

OpenAPI 3.0 data model
BSD 3-Clause "New" or "Revised" License
39 stars 53 forks source link

Adds missing type-family & type-class instances for SecuirtyDefinitions type to make it work with indexed lenses #78

Open arjunkathuria opened 1 year ago

arjunkathuria commented 1 year ago

Hi,

This PR addresses issues #76 and #77

It makes the SecurityDefinition indexable via the "at" or "ix" lenses / traversals .

It was missing a few type-family and type-class instances, which have been added in this PR.

arjunkathuria commented 1 year ago

Bump