1
2
3
pub type Map<K, V> = schemars::Map<K, V>;

pub mod openapi3;