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
By default the schema declaration property $schema is added to the result object. Add an option to not include this to allow the result to be more easily used as a sub-schema.
The text was updated successfully, but these errors were encountered:
* Fixed bug where not all required items were deleted from array and replacd deepequal with faster version
* Added proper tests
* chore: better test
* test: add
* prefer clone deep
Co-authored-by: Ivan Malkov <[email protected]>
By default the schema declaration property
$schema
is added to the result object. Add an option to not include this to allow the result to be more easily used as a sub-schema.The text was updated successfully, but these errors were encountered: