Backstage
    Preparing search index...
    interface HeaderObject {
        allowEmptyValue?: boolean;
        allowReserved?: boolean;
        content?: ContentObject;
        deprecated?: boolean;
        description?: string;
        example?: any;
        examples?: { [param: string]: ReferenceObject | ExampleObject };
        explode?: boolean;
        in: "header";
        name: string;
        required?: boolean;
        schema?: ReferenceObject | SchemaObject;
        style: "simple";
        [extensionName: `x-${string}`]: any;
    }

    Hierarchy

    • ParameterObject
      • HeaderObject

    Indexable

    • [extensionName: `x-${string}`]: any
    Index

    Properties

    allowEmptyValue?: boolean
    allowReserved?: boolean
    content?: ContentObject
    deprecated?: boolean
    description?: string
    example?: any
    examples?: { [param: string]: ReferenceObject | ExampleObject }
    explode?: boolean
    in: "header"
    name: string
    required?: boolean
    schema?: ReferenceObject | SchemaObject
    style: "simple"