Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
swagger2 Data.Swagger No documentation available.
-
swagger2 Data.Swagger No documentation available.
-
swagger2 Data.Swagger Used together with Path Templating, where the parameter value is actually part of the operation's URL. This does not include the host or base path of the API. For example, in items{itemId}, the path parameter is itemId.
-
swagger2 Data.Swagger Parameters that are appended to the URL. For example, in /items?id=###, the query parameter is id.
data
ParamSchema (t :: SwaggerKind Type)swagger2 Data.Swagger No documentation available.
-
swagger2 Data.Swagger No documentation available.
-
swagger2 Data.Swagger Describes the operations available on a single path. A PathItem may be empty, due to ACL constraints. The path itself is still exposed to the documentation viewer but they will not know which operations and parameters are available.
-
swagger2 Data.Swagger No documentation available.
-
swagger2 Data.Swagger Regex pattern for string type.
-
swagger2 Data.Swagger.Internal Describes a single operation parameter. A unique parameter is defined by a combination of a name and location.