How to Install and Uninstall node-json-schema-merge-allof Package on Kali Linux

Last updated: May 20,2024

1. Install "node-json-schema-merge-allof" package

Please follow the steps below to install node-json-schema-merge-allof on Kali Linux

$ sudo apt update $ sudo apt install node-json-schema-merge-allof

2. Uninstall "node-json-schema-merge-allof" package

Please follow the guidance below to uninstall node-json-schema-merge-allof on Kali Linux:

$ sudo apt remove node-json-schema-merge-allof $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-json-schema-merge-allof package on Kali Linux

Package: node-json-schema-merge-allof
Version: 0.8.1+~cs9.16.23-2
Installed-Size: 173
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-compute-gcd (= 1.2.1), node-compute-lcm (= 1.1.2), node-json-schema-compare (= 0.2.2), node-types-compute-gcd (= 1.2.0), node-types-compute-lcm (= 1.1.0), node-types-json-schema-compare (= 0.2.1), node-types-json-schema-merge-allof (= 0.6.1), node-validate.io-array (= 1.0.6), node-validate.io-function (= 1.0.2), node-validate.io-integer (= 1.0.5), node-validate.io-integer-array (= 1.0.0), node-validate.io-number (= 1.0.3)
Depends: node-lodash (>= 4.17.20)
Size: 23668
SHA256: 0cea00bbc688b7113e66f40d97bc53dcadb8207e107fe131c03131e85bab3084
SHA1: 35d39c67a3d7e77d6d0893e466381870d6a65d38
MD5sum: 1485aba3b023f517c1cc99f284830f87
Description: Node.js module to merge schemas combined using allOf
node-json-schema-merge-allof merge schemas combined using allOf into a more
readable composed schema free from allOf. Features:
- Real and safe merging of schemas combined with allOf
- Takes away all allOf found in the whole schema
- Lossless in terms of validation rules, merged schema does not validate
more or less than the original schema
- Results in a more readable root schema
- Removes almost all logical impossibilities
- Throws if no logical intersection is found (your schema would not
validate anything from the start)
- Validates in a way not possible by regular simple meta validators
- Correctly considers additionalProperties, patternProperties and properties
as a part of an whole when merging schemas containing those
- Correctly considers items and additionalItems as a whole when merging
schemas containing those
- Supports merging schemas with items as array and direct schema
- Supports merging dependencies when mixed array and schema
- Supports all JSON schema core/validation keywords (v6, use custom
resolvers to support other keywords)
- Option to override common impossibility like adding properties when using
"additionalProperties: false"
- Pluggable keyword resolvers
It provides also json-schema-compare to compare JSON schemas correctly.
Description-md5:
Homepage: https://github.com/mokkabonna/json-schema-merge-allof
Section: javascript
Priority: optional
Filename: pool/main/n/node-json-schema-merge-allof/node-json-schema-merge-allof_0.8.1+~cs9.16.23-2_all.deb