Skip to content

machariamuguku/openapi-spec-to-json-schema-file-names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenApi spec to json schema file names generation tool

Cli tool to generate schema names corresponding to schemas generated by the Airbyte openapi2jsonschema tool

Assumptions

  • only for http get results
  • open api document is either yaml or json

Tech Stack

  • Typescript
  • Chalk Js
  • Cli Table 3
  • Js Yaml
  • Fs

Steps

git clone git@github.com:machariamuguku/openapi-spec-to-json-schema-file-names.git && cd "$(basename "$_" .git)"
yarn install
yarn build
chmod u+x ./build/index.js
build/index.js ./open-api-spec-file.yaml # or node build/index.js open-api-spec-file.json

Screenshots

openApi spec to json schema file names screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published