schema-components - v3.7.0
    Preparing search index...

    Variable SWAGGER_2_METHODSConst

    SWAGGER_2_METHODS: readonly Exclude<HttpMethod, "trace">[] = ...

    Swagger 2.0 omits trace — the keyword was introduced in OpenAPI 3.0. Derived from HTTP_METHODS so adding a method to the canonical tuple automatically propagates here (after which the filter may need updating).