UNPKG

json-schema-test

Version:
18 lines (17 loc) 312 B
[ { "description": "failing async test", "schema": { "description": "Ajv-scpecific async schema", "$async": true, "type": "integer" }, "tests": [ { "description": "integer is invalid (failing test)", "data": 1, "valid": false } ] } ]