Description
Generates Swagger specifications for Servant APIs. This lets typed Haskell API definitions produce machine-readable documentation and schemas for clients, tools, or API portals.
It is useful for documenting services, generating clients, validating contracts, and sharing API structure with other teams. It is a developer library and depends on the Servant API definition.