Corresponds to the Info Object in the OpenAPI specification.
decode : Json.Decode.Decoder Info
encode : Info -> Json.Encode.Value
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