Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

`ajv` date example

node v8.17.0
version: 2.0.0
endpointsharetweet
var Ajv = require('ajv') var ajv = new Ajv({ format: 'full' }) var schema = { type: 'string', format: 'date' } ajv.validate(schema, '2000-13-10')
Loading…

no comments

    sign in to comment