Macro row_openapi

Source
macro_rules! row_openapi {
    ($row: ident, $(($cols:expr)),*) => { ... };
}