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
if permissiveFacet.get(1) is called, the object returned does not include the properties from the prototype of model.
i'm not sure what the correct behavior should be. if the schema for permissiveFacet has no prototype, is it supposed to use the prototype from the model facet? would the behavior be different for the Restrictive facet?
i'm thinking that for Permissive, if no prototype was provided by the new schema then use the existing prototype. for Restrictive, if no prototype was provided by the new schema use an empty prototype. is that right?
The text was updated successfully, but these errors were encountered:
the facet/model used for the permissive tests is created via the following code that uses an existing (Permissive)
model
as theappliesTo
if
permissiveFacet.get(1)
is called, the object returned does not include the properties from the prototype ofmodel
.i'm not sure what the correct behavior should be. if the schema for
permissiveFacet
has no prototype, is it supposed to use the prototype from themodel
facet? would the behavior be different for the Restrictive facet?i'm thinking that for Permissive, if no prototype was provided by the new schema then use the existing prototype. for Restrictive, if no prototype was provided by the new schema use an empty prototype. is that right?
The text was updated successfully, but these errors were encountered: