PHP 7.4.33
Preview: .tonic_example.js Size: 439 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/ajv/.tonic_example.js
var Ajv = require('ajv');
var ajv = new Ajv({allErrors: true});

var schema = {
  "properties": {
    "foo": { "type": "string" },
    "bar": { "type": "number", "maximum": 3 }
  }
};

var validate = ajv.compile(schema);

test({"foo": "abc", "bar": 2});
test({"foo": 2, "bar": 4});

function test(data) {
  var valid = validate(data);
  if (valid) console.log('Valid!');
  else console.log('Invalid: ' + ajv.errorsText(validate.errors));
}

Directory Contents

Dirs: 3 × Files: 4
Name Size Perms Modified Actions
dist DIR
- drwxr-xr-x 2025-03-28 11:04:37
Edit Download
lib DIR
- drwxr-xr-x 2025-03-28 11:04:37
Edit Download
scripts DIR
- drwxr-xr-x 2025-03-28 11:04:37
Edit Download
439 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
1.06 KB lrw-r--r-- 2025-03-28 11:04:36
Edit Download
3.05 KB lrw-r--r-- 2025-03-28 11:04:37
Edit Download
83.59 KB lrw-r--r-- 2025-03-28 11:04:37
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).