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
When generating properties, the `name` attribute of the OpenAPI schema will be used. When the `name` is not a valid
131
-
Python identifier (e.g. begins with a number) this string will be prepended. Defaults to "field\_".
130
+
When generating properties, the `name` attribute of the OpenAPI schema will be used. When the `name` is not a valid Python identifier (e.g. begins with a number) this string will be prepended. Defaults to "field\_". It will also be used to prefix fields in schema starting with "_" in order to avoid ambiguous semantics.
0 commit comments