wolfadex / elm-open-api / OpenApi.Info

Corresponds to the Info Object in the OpenAPI specification.

Types


type Info

Decoding / Encoding

decode : Json.Decode.Decoder Info

encode : Info -> Json.Encode.Value

Querying

contact : Info -> Maybe OpenApi.Contact.Contact

description : Info -> Maybe String

license : Info -> Maybe OpenApi.License.License

summary : Info -> Maybe String

termsOfService : Info -> Maybe String

title : Info -> String

version : Info -> String