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 921bb26 commit eff25d3Copy full SHA for eff25d3
1 file changed
crates/rustapi-openapi/src/spec.rs
@@ -3,8 +3,8 @@
3
use serde::{Deserialize, Serialize};
4
use std::collections::BTreeMap;
5
6
-pub use crate::schema::SchemaRef;
7
use crate::schema::JsonSchema2020;
+pub use crate::schema::SchemaRef;
8
9
/// OpenAPI 3.1.0 specification
10
#[derive(Debug, Clone, Serialize, Deserialize)]
0 commit comments