You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a great addition to the library. However, I will make a suggestion - in addition to true/false, we can use the additional value type, because this is exactly what PEP 728 suggests with extra_items and matches the JSON Schema specification.
Is your feature request related to a problem? Please describe.
I can't find a way to get
"additionalProperties": true
in JSON schema for a TypedDict.Describe the solution you'd like
I suggest the following:
"additionalProperties": true
in JSON schema for TypedDict."additionalProperties": true
by default for TypedDict as the PEP states:Describe alternatives you've considered
None
Additional context
The text was updated successfully, but these errors were encountered: