There is some code in schemars which messes up code block formatting. There is an outstanding PR upstream, it would be great if that would get merged: GREsau/schemars#251
Otherwise a workaround is to use #[schemars(description="...")] as it doesn't process the text in the same way.
There is some code in schemars which messes up code block formatting. There is an outstanding PR upstream, it would be great if that would get merged: GREsau/schemars#251
Otherwise a workaround is to use
#[schemars(description="...")]as it doesn't process the text in the same way.