Data-JSONSchema-Ajv
view release on metacpan or search on metacpan
t/JSON-Schema-Test-Suite/index.js view on Meta::CPAN
'use strict';
const Ajv = require('ajv');
const jsonSchemaTest = require('json-schema-test');
const assert = require('assert');
const refs = {
'http://localhost:1234/integer.json': require('./remotes/integer.json'),
'http://localhost:1234/subSchemas.json': require('./remotes/subSchemas.json'),
'http://localhost:1234/folder/folderInteger.json': require('./remotes/folder/folderInteger.json'),
'http://localhost:1234/name.json': require('./remotes/name.json')
};
const SKIP = {
4: ['optional/zeroTerminatedFloats'],
( run in 0.245 second using v1.01-cache-2.11-cpan-0d8aa00de5b )