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
We're presently ensuring that items in arrays have a type, but if using composites that fails b/c the type is declared within the composite.
However, a composite could define a schema that has no type, so we can't simply check for composites; we'll need to walk the whole tree and ensure we always end up with something typed.
The text was updated successfully, but these errors were encountered:
We're presently ensuring that
items
in arrays have atype
, but if using composites that fails b/c the type is declared within the composite.However, a composite could define a schema that has no type, so we can't simply check for composites; we'll need to walk the whole tree and ensure we always end up with something typed.
The text was updated successfully, but these errors were encountered: