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