composite-swagger-0.7.5.0: Swagger for Vinyl records
Safe HaskellNone
LanguageHaskell2010

Composite.Swagger.Base

Synopsis

Documentation

wrappedSchema :: (Wrapped wrap, ToSchema (Unwrapped wrap)) => Proxy wrap -> String -> Declare (Definitions Schema) NamedSchema Source #

Given a Wrapped and an underlying ToSchema instance, create a Schema with the given name surrounding the underlying instance.