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 99298dd commit 31f18bdCopy full SHA for 31f18bd
Cargo.toml
@@ -26,7 +26,6 @@ uuid = ["uuid08"]
26
indexmap = "1.7"
27
openapi_type_derive = { path = "./derive", version = "0.3.0" }
28
openapiv3 = "1.0"
29
-readonly = "0.2"
30
serde_json = "1.0"
31
32
# optional dependencies / features
src/visitor/openapi.rs
@@ -23,8 +23,8 @@ impl<T> Boxed for ReferenceOr<T> {
23
}
24
25
-#[readonly::make]
#[derive(Debug)]
+#[non_exhaustive]
pub struct OpenapiSchema {
pub schema: Schema,
pub dependencies: IndexMap<String, OpenapiSchema>
0 commit comments