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
attempts by an application to modify the value of this property
This should be changed to
attempts by an application to modify the value of this instance
since readOnly can apply to an object or array or primitive schema, not just properties on an object.
(I'd also like more clarity here when readOnly: true appears on a container instance - i.e. explicitly state whether this constraint does or does not extend to containers within the container. I believe it is local and only applies to the container)