XVIZ JSON schema
This module contains the XVIZ protocol JSON schema files and examples along with utilities for
validating them.
Using npm:
``sh`
npm install --save-dev @xviz/schema
or using yarn:
`sh`
yarn add @xviz/schema
The root of this modules contains the schema divided up into:
- core - central typesprimitives
- - base visualization typessession
- - typical client/server messagesmath
- - basic math types used in several schemas
The non schema directories:
- src - code to validate the examples against the schemaexamples
- - JSON files that match correspondingly named schema filesinvalid
- - Like examples` but all of these should fail invalidation
For more in depth documentation see http://xviz.org/docs