macro_rules! impl_json_schema { ($id:ident, "string") => { ... }; (@simple_ty $id:ident, $ty:literal) => { ... }; }