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

https://github.com/imcuttle/transform-json-schema

The umbrella about JSON schema's transformer.
https://github.com/imcuttle/transform-json-schema

Last synced: 8 months ago
JSON representation

The umbrella about JSON schema's transformer.

Awesome Lists containing this project

README

          

# Transform-json-schema

[![NPM version](https://img.shields.io/npm/v/transform-json-schema.svg?style=flat-square)](https://www.npmjs.com/package/transform-json-schema)
[![NPM Downloads](https://img.shields.io/npm/dm/transform-json-schema.svg?style=flat-square&maxAge=43200)](https://www.npmjs.com/package/transform-json-schema)

> Transforms json schema as your wish!

```
npm install --global transform-json-schema

curl http://example.com/schema.json | json-schema-ts
curl http://example.com/schema.json | json-schema-vm
curl http://example.com/schema.json | json-schema-walli
```