ajv/spec
Evgeny Poberezkin 608545c0d2 revert eslint change 2019-09-11 14:36:21 +01:00
..
JSON-Schema-Test-Suite@eadeacb042 fix: addKeyword and schema without ID, closes #1001 2019-04-27 10:32:39 +01:00
async feat: support boolean schemas in $ref 2016-12-25 17:43:26 +00:00
custom_rules Allow custom keywords that are not valid JS identifiers 2017-01-05 10:48:12 +00:00
extras refactor: remove patternGroups keyword, #614 2017-11-26 10:11:55 +00:00
issues fix: addKeyword and schema without ID, closes #1001 2019-04-27 10:32:39 +01:00
options fix: the unknown keyword in the schema without known keywords inside compound schema (e.g. anyOf) is ignored with strictKeywords option 2019-07-13 21:38:44 +01:00
remotes test: change test schemas to draft-07 2017-12-02 18:31:03 +00:00
security test: schema security 2019-02-02 19:26:59 +00:00
tests Issue #1061 - Update time and date-time format definitions to support two digit and colon-less variants of timezone offset. Add tests. Update test eslint to include global after function. 2019-09-10 08:34:05 -05:00
typescript test: add tests for typescript definition 2018-12-13 17:58:12 +08:00
.eslintrc.yml revert eslint change 2019-09-11 14:36:21 +01:00
after_test.js test: refactor schema tests, use nyc 2016-10-04 21:16:18 +01:00
ajv-async.js refactor: remove nodent, use ajv-async bundle instead 2017-11-08 21:52:03 +00:00
ajv.js style: eslint tests, closes #250 2016-07-28 00:50:30 +01:00
ajv.spec.js test: fix browser tests, replace id with $id 2017-12-02 19:35:57 +00:00
ajv_async_instances.js refactor: remove nodent, use ajv-async bundle instead 2017-11-08 21:52:03 +00:00
ajv_instances.js style: eslint tests, closes #250 2016-07-28 00:50:30 +01:00
ajv_options.js feat: option processCode replaced option beautify, closes #382 2016-12-26 16:57:06 +00:00
async.spec.js fix: compileAsync schema with multiple remote schemas and some recursive, fixes #801 2018-06-10 10:58:30 +01:00
async_schemas.spec.js feat: async validation promise resolves with data in case of success, closes #377 2016-12-25 20:24:36 +00:00
async_validate.spec.js feat: use only $id by default, closes #641 2017-12-02 12:32:45 +00:00
boolean.spec.js refactor: contains implemented as a standard keyword, #367 2016-12-30 17:44:18 +00:00
browser_test_suite.js test: fix browser tests, replace id with $id 2017-12-02 19:35:57 +00:00
chai.js style: eslint tests, closes #250 2016-07-28 00:50:30 +01:00
coercion.spec.js tests: un-skip passing test 2018-02-07 10:59:42 +02:00
custom.spec.js feat: strictKeywords option to report unknown keywords, closes #781 2019-03-03 10:49:16 +00:00
errors.spec.js fix: error messages for exclusiveMaximum/Minimum wint $data, closes #722 2018-03-03 13:41:50 +00:00
extras.spec.js refactor: remove patternGroups keyword, #614 2017-11-26 10:11:55 +00:00
json-schema.spec.js fix: "fast" versions of uri/uri-reference formats to pass JSON-Schema-Test-Suite draft-06/07 2017-12-02 18:01:27 +00:00
promise.js test: refactor schema tests, use nyc 2016-10-04 21:16:18 +01:00
resolve.spec.js Merge branch 'fix/resolve-uri' of https://github.com/sondrele/ajv into sondrele-fix/resolve-uri 2018-03-24 23:01:01 +00:00
schema-tests.spec.js test: change test schemas to draft-07 2017-12-02 18:31:03 +00:00
security.spec.js test: schema security 2019-02-02 19:26:59 +00:00