Safe Haskell | None |
---|---|
Language | Haskell2010 |
The Resource Listing part of the swagger specification. For construction please consider using Data.Swagger.Build.Resource.
- data Resources = Resources {
- swaggerVersion :: Text
- apis :: [Resource]
- apiVersion :: Maybe Text
- info :: Maybe Info
- authorisations :: Maybe [(Text, Authorisation)]
- data Resource = Resource {
- path :: Text
- description :: Maybe Text
- data Info = Info {}
Documentation
Resources | |
|
Cf. Resource Object