oma-json
v1.1.4
Published
JSON schemas description from LwM2M [Open Mobile Alliance](http://www.openmobilealliance.org/wp/OMNA/LwM2M/LwM2MRegistry.html)
Downloads
287
Readme
Open Mobile Alliance
JSON schemas description from LwM2M Open Mobile Alliance
Installation
With npm :
$ npm install oma-json --save
Via script tag :
<script src="https://unpkg.com/oma-json"> </script
Linting
With ESLint
$ npm run lint
Test
$ npm run test
Generate Open API from OMA models
$ npm run generate:openapi
Generate Typescript interfaces from Open API schemas
$ npm run generate:interfaces