Skip to content

Commit 77e371d

Browse files
committed
better name
1 parent 7e1e492 commit 77e371d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ impl Ord for Value {
116116
#[cfg(feature = "json_schema")]
117117
impl schemars::JsonSchema for Value {
118118
fn schema_name() -> String {
119-
"JSON object".to_string()
119+
"JSON".to_string()
120120
}
121121

122122
fn json_schema(gen: &mut schemars::gen::SchemaGenerator) -> schemars::schema::Schema {

0 commit comments

Comments
 (0)