@typia/website
    Preparing search index...

    Media type of a request/response body.

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

    Properties

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