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
This is more likely relevant to serializer fields, though may still apply to parsers/renderers, that needs to be figured out.
While rendering serializer schema, we can come up in the situation when multiple fields may refer to the same pydantic model. Currently, each field independently renders its schema into a nested definition. Probably we can extract all common definitions into an upper level and point to them with references.
The text was updated successfully, but these errors were encountered:
This is more likely relevant to serializer fields, though may still apply to parsers/renderers, that needs to be figured out.
While rendering serializer schema, we can come up in the situation when multiple fields may refer to the same pydantic model. Currently, each field independently renders its schema into a nested definition. Probably we can extract all common definitions into an upper level and point to them with references.
The text was updated successfully, but these errors were encountered: