Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/numminorihsf/openapi-to-json-schema
Generate json schema from openapi spec
https://github.com/numminorihsf/openapi-to-json-schema
hacktoberfest json-schema openapi
Last synced: 11 days ago
JSON representation
Generate json schema from openapi spec
- Host: GitHub
- URL: https://github.com/numminorihsf/openapi-to-json-schema
- Owner: NumminorihSF
- Created: 2018-09-11T04:27:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T00:15:08.000Z (about 6 years ago)
- Last Synced: 2024-10-06T05:21:35.805Z (about 1 month ago)
- Topics: hacktoberfest, json-schema, openapi
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#openapi-to-json-schema
This package fetches openapi spec and generates json schemas for API's DTOs.
Example:
```bash
API_SPEC_URL=http://host/swaggerfile-for-api.yaml npx openapi-to-json-schema
```This generates dto-spec directory with schemas.