@glue42/schemas

A collection of JSON schemas used in Glue42

Usage no npm install needed!

<script type="module">
  import glue42Schemas from 'https://cdn.skypack.dev/@glue42/schemas';
</script>

README

A wrapper module containing the GD3 json schemas

build

To build use some of the scripts below:

npm run build

using

Import, instantiate and use getter properties on the instance.

import {GlueDesktopSchemas} from "tick42-glue-desktop-schemas";
const schemas = new GlueDesktopSchemas();
const appSch = JSON.parse(schemas.application);