/pid-schema

Schema for RDM Parameter IDs

Primary LanguageShell

RDM Parameter ID Schema

Build Status

This repo contains a JSON Schema for RDM Parameter Descriptions.

The schema provided is on track to be included in ANSI E1.37-5.

To run the tests:

  1. Install npm.

  2. Install grunt-cli globally yourself by running either

$ npm install -g grunt-cli

or

$ sudo npm install -g grunt-cli
  1. Use npm to install the remaining dependencies. In the root directory of the project run:
$ npm install
$ grunt