Skip to content

taesunny/json-schema-dereferencing-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-schema-dereferencing-tool (on developing state)

  • It's dereferencing tool json-schema file(.json format) having $ref references.
  • It's been tested using Node v14.16.0.
  • It's a cli tool.

How to use

  • step0: download this project

  • step1: create 'data' directory on the same directory with index.js

    • Example:
    mkdir data
    
  • step2: copy your target json files having $ref references and all referenced files into the './data/' directory.

  • step3: add file lists to dereference into target-files.txt

    target-files.txt must use LF end of line!!!

    • target-files.txt file Example:
    daemonset.json
    pod.json
    deployment.json
    
  • step4: run index.js using node

    • Command Example:
    node index.js
  • Result: The result files will be created on './output/' directory.

Sources

About

for dereferencing json-schema file having $ref reference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published