Documentation
    Preparing search index...

    Media type definition.

    interface IMediaType {
        example?: any;
        examples?: Record<
            string,
            | OpenApiV3_2.IExample
            | OpenApiV3_2.IJsonSchema.IReference<`#/components/examples/${string}`>,
        >;
        itemSchema?: OpenApiV3_2.IJsonSchema;
        schema?: OpenApiV3_2.IJsonSchema;
    }
    Index

    Properties

    example?: any

    Example value.

    examples?: Record<
        string,
        | OpenApiV3_2.IExample
        | OpenApiV3_2.IJsonSchema.IReference<`#/components/examples/${string}`>,
    >

    Named examples.

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

    Content schema.