Skip to content

Ciptex/filter-json-schema

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published