schema-components - v3.7.0
    Preparing search index...
    HttpMethod:
        | "get"
        | "put"
        | "post"
        | "delete"
        | "options"
        | "head"
        | "patch"
        | "trace"

    The canonical set of HTTP method strings recognised by OpenAPI 3.x. Used to constrain Method generics so autocomplete on typed documents only suggests methods the path item actually declares, not arbitrary string keys.