@nextunicorn/json-to-swagger-schema
v0.1.2
Published
generate swagger schema from json string
Downloads
5
Readme
Json to Swagger Schema
Install
npm i @nextunicorn/json-to-swagger-schema --save
Usage
import jsonToSwaggerSchema from "@nextunicorn/json-to-swagger-schema";
const MyObjectSchmea = jsonToSwaggerSchema({
myKey: 'string',
isNumber: 1,
})