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
Currently, ScopeType and ScopeSchema allow an empty root type to allow the SchemaBuilder to work. This skews the data model as a scope without a root object is not a legitimate object. We should restructure the schema builder in such a fashion that it does not need an empty scope.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently,
ScopeType
andScopeSchema
allow an empty root type to allow the SchemaBuilder to work. This skews the data model as a scope without a root object is not a legitimate object. We should restructure the schema builder in such a fashion that it does not need an empty scope.The text was updated successfully, but these errors were encountered: