schemars
schemars copied to clipboard
proposal: `#[schemars(example_value = "blabla")]`
I know there is #[schemars(example = "the_module::some_func")]
, but it's too heavy to use when I just want to annotate one field's example value to a literal.
Please consider it.