Media type of a request/response body.

interface IMediaType {
    example?: any;
    examples?: Record<string, OpenApi.IExample>;
    schema?: OpenApi.IJsonSchema;
}

Properties

example?: any
examples?: Record<string, OpenApi.IExample>