We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The reference to a structure name is generated
Application fails with "stack overflow" in runtime
#[derive(NewType)] #[oai(from_parameter = false, to_header = false, from_multipart = false)] pub struct Schema(Vec<SchemaItem>); #[derive(Object)] #[oai(rename_all = "snake_case")] pub struct SchemaItem { pub properties: Option<Schema>, }
1.2.36
The text was updated successfully, but these errors were encountered:
Fix stack overflow when generating schema for structure references Se…
11dd864
…lf. #171
Fixed in v1.2.38 🙂
v1.2.38
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
The reference to a structure name is generated
Actual Behavior
Application fails with "stack overflow" in runtime
Steps to Reproduce the Problem
Specifications
1.2.36
The text was updated successfully, but these errors were encountered: