Corresponds to the MediaType Object in the OpenAPI specification.
OpenApi.Types.MediaType
decode : Json.Decode.Decoder MediaType
encode : MediaType -> Json.Encode.Value
encoding : MediaType -> Dict String OpenApi.Types.Encoding
example : MediaType -> Maybe Json.Decode.Value
examples : MediaType -> Dict String (OpenApi.Types.ReferenceOr OpenApi.Types.Example)
schema : MediaType -> Maybe OpenApi.Schema.Schema