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.
Error
NoSchema
1 parent c563e03 commit 5a76008Copy full SHA for 5a76008
crates/oas3/src/spec/schema.rs
@@ -24,6 +24,10 @@ pub enum Error {
24
/// Required property list specified for a non-object schema.
25
#[display("Required property list specified for a non-object schema")]
26
RequiredSpecifiedOnNonObject,
27
+
28
+ /// `Option<ObjectOrReference<ObjectSchema>>` evaluated to be `None`.
29
+ #[display("Cannot attempt to resolve this schema because Option<ObjectOrReference<ObjectSchema>> evaluated to None")]
30
+ NoSchema,
31
}
32
33
/// Single schema type.
0 commit comments