Skip to content

Commit

Permalink
Stop setting example on Parameter from Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
evforde committed Aug 23, 2024
1 parent e9d5641 commit 31cef9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/v3/request_body.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ impl From<v2::DefaultParameterRaw>
v2
))),
},
example: schema.as_ref().and_then(|s| s.schema_data.example.clone()),
example: None,
examples: indexmap::IndexMap::new(),
explode: None,
extensions: indexmap::IndexMap::new(),
Expand Down

0 comments on commit 31cef9c

Please sign in to comment.