Documentation
    Preparing search index...

    Media type definition.

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

    Properties

    example?: any

    Example value.

    examples?: Record<string, OpenApi.IExample>

    Named examples.

    itemSchema?: OpenApi.IJsonSchema

    Schema for streaming items (SSE, JSON Lines, etc.).

    Content schema.