pub type HttpMethodsIter<'a> = [(&'static str, &'a Option<Operation>); 8];
A helper type to iterate over all HTTP methods in a PathItem
PathItem