Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. _exampleSummary :: Example -> Maybe Text

    openapi3 Data.OpenApi

    Short description for the example.

  2. _operationSummary :: Operation -> Maybe Text

    openapi3 Data.OpenApi

    A short summary of what the operation does. For maximum readability in the swagger-ui, this field SHOULD be less than 120 characters.

  3. _pathItemSummary :: PathItem -> Maybe Text

    openapi3 Data.OpenApi

    An optional, string summary, intended to apply to all operations in this path.

  4. _exampleSummary :: Example -> Maybe Text

    openapi3 Data.OpenApi.Internal

    Short description for the example.

  5. _operationSummary :: Operation -> Maybe Text

    openapi3 Data.OpenApi.Internal

    A short summary of what the operation does. For maximum readability in the swagger-ui, this field SHOULD be less than 120 characters.

  6. _pathItemSummary :: PathItem -> Maybe Text

    openapi3 Data.OpenApi.Internal

    An optional, string summary, intended to apply to all operations in this path.

  7. class GSumToSchema (f :: Type -> Type)

    openapi3 Data.OpenApi.Internal.Schema

    No documentation available.

  8. gdeclareNamedSumSchema :: forall (f :: Type -> Type) . GSumToSchema f => SchemaOptions -> Proxy f -> Schema -> Declare (Definitions Schema) NamedSchema

    openapi3 Data.OpenApi.Internal.Schema

    No documentation available.

  9. gsumConToSchema :: forall (c :: Meta) (f :: Type -> Type) . (GToSchema (C1 c f), Constructor c) => SchemaOptions -> Proxy (C1 c f) -> Declare (Definitions Schema) [(Text, Referenced Schema)]

    openapi3 Data.OpenApi.Internal.Schema

    No documentation available.

  10. gsumConToSchemaWith :: forall (c :: Meta) (f :: Type -> Type) . (GToSchema (C1 c f), Constructor c) => Maybe (Referenced Schema) -> SchemaOptions -> Proxy (C1 c f) -> (Text, Referenced Schema)

    openapi3 Data.OpenApi.Internal.Schema

    Convert one component of the sum to schema, to be later combined with oneOf.

Page 126 of many | Previous | Next