Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reggi/node-ts-to-jsonschema
Converts TS interfaces to JSONSchema for use with react-jsonschema-form.
https://github.com/reggi/node-ts-to-jsonschema
Last synced: about 1 month ago
JSON representation
Converts TS interfaces to JSONSchema for use with react-jsonschema-form.
- Host: GitHub
- URL: https://github.com/reggi/node-ts-to-jsonschema
- Owner: reggi
- Created: 2020-08-25T02:04:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T13:54:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T10:45:19.932Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 799 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-ts-to-jsonschema
[![semantic release](https://github.com/reggi/node-ts-to-jsonschema/workflows/semantic%20release/badge.svg)](https://github.com/reggi/node-ts-to-jsonschema/actions?query=workflow%3A%22semantic+release%22) [![coverage](https://github.com/reggi/node-ts-to-jsonschema/workflows/coverage/badge.svg)](https://reggi.github.io/node-ts-to-jsonschema/) [![npm](https://badge.fury.io/js/ts-to-jsonschema.svg)](https://www.npmjs.com/package/ts-to-jsonschema)
Converts TS interfaces to JSONSchema for use with react-jsonschema-form.
## Install
```
npm install ts-to-jsonschema
```