UNPKG

json-schema-library

Version:

Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation

12 lines (11 loc) 391 B
import draft04Meta from "../../../remotes/draft04.json"; import runAllTestCases from "../utils/runTestCases"; runAllTestCases({ // only: { // name: "definitions", // description: "validate definition against metaschema" // }, logSchema: false, skipTestCase: (t) => !["float-overflow", "zeroTerminatedFloats"].includes(t.name), metaSchema: draft04Meta });