UNPKG

@dappnode/schemas

Version:

A shared TypeScript JSON schemas and its validation functions for the manifest and setup wizard dappnode files

12 lines 301 B
import _Ajv from "ajv"; const Ajv = _Ajv; // TODO: fix once upstream issue is fixed // https://github.com/ajv-validator/ajv/issues/2132 export const ajv = new Ajv({ strict: false, logger: false, allErrors: true, coerceTypes: true, verbose: true, }); //# sourceMappingURL=ajv.js.map