@novice1/api-doc-generator - v1.0.0
    Preparing search index...
    interface ParameterObject {
        allowEmptyValue?: boolean;
        allowReserved?: boolean;
        content?: Record<string, MediaTypeObject>;
        deprecated?: boolean;
        description?: string;
        example?: unknown;
        examples?: Record<string, ReferenceObject | ExampleObject>;
        explode?: boolean;
        in: string;
        name: string;
        required?: boolean;
        schema?: SchemaObject | ReferenceObject;
        style?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowEmptyValue?: boolean
    allowReserved?: boolean
    content?: Record<string, MediaTypeObject>
    deprecated?: boolean
    description?: string
    example?: unknown
    examples?: Record<string, ReferenceObject | ExampleObject>
    explode?: boolean
    in: string
    name: string
    required?: boolean
    style?: string