Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.2k
Always includeadditionalProperties: True
for arbitrary dictionary schemas#11392
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Always includeadditionalProperties: True
for arbitrary dictionary schemas#11392
Uh oh!
There was an error while loading.Please reload this page.
Conversation
CodSpeed Performance ReportMerging#11392 willnot alter performanceComparing Summary
|
Coverage reportClick to see where and how coverage changed
This report was generated bypython-coverage-comment-action |
please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This LGTM I'll merge soon if I don't see any objections
Fine by me! |
bf61067
intopydantic:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Change Summary
For following example, an extra
additionalProperties: True
will be added to the existing json schema.The same rule will be applied to all fields of the following model.
Related issue number
fix#11318
Checklist
Selected Reviewer:@sydney-runkle