openapi-fastify
    Preparing search index...

    Interface EncodingObject

    interface EncodingObject {
        allowReserved?: boolean;
        contentType?: string;
        explode?: boolean;
        headers?: { [header: string]: ReferenceObject | HeaderObject };
        style?: string;
    }
    Index

    Properties

    allowReserved?: boolean
    contentType?: string
    explode?: boolean
    headers?: { [header: string]: ReferenceObject | HeaderObject }
    style?: string