wolfadex / elm-open-api / OpenApi.Tag

Corresponds to the Tag Object in the OpenAPI specification.

Types


type Tag

Decoding / Encoding

decode : Json.Decode.Decoder Tag

encode : Tag -> Json.Encode.Value

Querying

description : Tag -> Maybe String

externalDocs : Tag -> Maybe OpenApi.Types.ExternalDocumentation

name : Tag -> String