Corresponds to the Contact Object in the OpenAPI specification.
decode : Json.Decode.Decoder Contact
encode : Contact -> Json.Encode.Value
email : Contact -> Maybe String
name : Contact -> Maybe String
url : Contact -> Maybe String