Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@glue42/schemas

gdavidkov1.8kISC3.22.0TypeScript support: included

A collection of JSON schemas used in Glue42

json-schema, Glue42

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);