filter-json-schema
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

filter-json-schema

Filter a Json Schema Document to remove readOnly properties

Install

# global
npm install -g filter-json-schema
# in project
npm install --save-dev filter-json-schema

Usage

# global
filter-json-schema json-schema.json
# in project
npx filter-json-schema json-schema.json

Usage from repository

git clone https://github.com/Ciptex/filter-json-schema.git
cd filter-json-schema
npm install
npm run build
# command examples
npx filter-json-schema json-schema.json > json-schema-write.json

Useful tools

Package Sidebar

Install

npm i filter-json-schema

Weekly Downloads

0

Version

1.0.3

License

BSD

Unpacked Size

12 kB

Total Files

16

Last publish

Collaborators

  • matthew.duggan