ajv-merge-patch
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "ajv-merge-patch", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "$merge and $patch keywords for Ajv JSON-Schema validator to extend schemas", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -85,3 +85,3 @@ # ajv-merge-patch | ||
1. In case the `source` schema or the patch in `with` keyword use `$ref`, they won't take into account the resolution scope for their internal $refs defined by the parent objects - they will be used as separate objects. | ||
2. At the moment `$ref` in both `source` schema and `with` patch should be absolute (i.e. include schema ID even if the fragment is located in the current file), they don't take take into account current $ref resolution scope (see [#3](https://github.com/epoberezkin/ajv-merge-patch/issues/3)). | ||
2. `$ref` in both `source` schema and `with` patch take into account current $ref resolution scope (from version 2.0.0). | ||
@@ -88,0 +88,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18992