We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1e492 commit 77e371dCopy full SHA for 77e371d
src/lib.rs
@@ -116,7 +116,7 @@ impl Ord for Value {
116
#[cfg(feature = "json_schema")]
117
impl schemars::JsonSchema for Value {
118
fn schema_name() -> String {
119
- "JSON object".to_string()
+ "JSON".to_string()
120
}
121
122
fn json_schema(gen: &mut schemars::gen::SchemaGenerator) -> schemars::schema::Schema {
0 commit comments