ajv-validator / ajv-validator/ajv-merge-patch
$ref to definitions inside “source” or “with” parts of $merge is not supported
Đang mở
limitation
- Ngôn ngữ chính
- JavaScript
- Star
- 47
- Fork
- 19
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hi,
When the "with" object contains definitions (like '"$ref": "#/definitions/JwtConfig"'), ajv throws an error.
I need to move the "with" "definitions" property to the main object :
```
{
$merge: {
source
with
},
definitions
}
```
I think it's an issue :)
Regards
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.