pub fn is_openapi_operation_method(key: &str) -> bool
Returns true if key is an OpenAPI operation method (e.g. get, post), not parameters or summary.
key
get
post
parameters
summary