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
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
s2 is more restrictive than s1, hence isSubset(s1, s2) should be true.
If I merge up two schemas with noRequired, I will surely loose context. But if I use ignoreRequired on the check it feels like I will loose context too...
Given the two schemas;
s2 is more restrictive than s1, hence
isSubset(s1, s2)
should be true.If I merge up two schemas with noRequired, I will surely loose context. But if I use
ignoreRequired
on the check it feels like I will loose context too...Also;
These test are failing.
Is this repository accepts PRs, or it is dead or in low maintanance mode?
The text was updated successfully, but these errors were encountered: