1.0.3 • Published 2 years ago

filter-json-schema v1.0.3

Weekly downloads
-
License
BSD
Repository
github
Last release
2 years ago

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