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
However, this will introduce the clashes with the choice keywords (e.g. Base) and with the variant base class keywords (e.g. index). These clashes must be carefully solved. It is not acceptable just to forbid field names like index in the schema.
Example of the current solution for choices:
Idea is to import all choice tag enumeration values directly into the choice class to simplify the previous example to:
However, this will introduce the clashes with the choice keywords (e.g.
Base
) and with the variant base class keywords (e.g.index
). These clashes must be carefully solved. It is not acceptable just to forbid field names likeindex
in the schema.Reported by @reinco.
The text was updated successfully, but these errors were encountered: