macro_rules! json_schema_is_string { ($type:ident) => { ... }; ($type:ident, $format:literal) => { ... }; }