oma-json
v1.1.4
Published
JSON schemas description from LwM2M [Open Mobile Alliance](http://www.openmobilealliance.org/wp/OMNA/LwM2M/LwM2MRegistry.html)
Downloads
83
Readme
Open Mobile Alliance
JSON schemas description from LwM2M Open Mobile Alliance
Installation
With npm :
$ npm install oma-json --saveVia script tag :
<script src="https://unpkg.com/oma-json"> </scriptLinting
With ESLint
$ npm run lintTest
$ npm run testGenerate Open API from OMA models
$ npm run generate:openapiGenerate Typescript interfaces from Open API schemas
$ npm run generate:interfaces