Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.