Skip to content

Commit

Permalink
add experimental libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasgruenewald committed Sep 5, 2020
1 parent a459da7 commit 6b2f764
Show file tree
Hide file tree
Showing 46 changed files with 5,929 additions and 0 deletions.
Binary file added JSON Schema Lint __ JSON Schema Validator.pdf
Binary file not shown.
Binary file added example-json-validator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions json-schema2openapi-schema/convert.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const toOpenApi = require('json-schema-to-openapi-schema');

const schema = require('./tilt-schema.json');

const convertedSchema = toOpenApi(schema);

console.log(convertedSchema);

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6b2f764

Please sign in to comment.