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
Issue DataGridSchema does not allow for use of anyOf field. This is an issue as we may have a property that can be two types e.g. type="string" or type="null".
Solution
Update DataGridSchema to allow for use of anyOf.
The text was updated successfully, but these errors were encountered:
Issue
DataGridSchema
does not allow for use ofanyOf
field. This is an issue as we may have a property that can be two types e.g.type="string"
ortype="null"
.Solution
Update
DataGridSchema
to allow for use ofanyOf
.The text was updated successfully, but these errors were encountered: