ajv/spec
Evgeny Poberezkin ca7fb83624 Merge branch 'fix/resolve-uri' of https://github.com/sondrele/ajv into sondrele-fix/resolve-uri 2018-03-24 23:01:01 +00:00
..
JSON-Schema-Test-Suite@86f965e53d test: update JSON-Schema-Test-Suite 2017-12-02 17:40:01 +00: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
remotes test: change test schemas to draft-07 2017-12-02 18:31:03 +00:00
tests fix: uniqueItems when item type is array of types, closes #727 2018-03-03 10:35:40 +00:00
.eslintrc.yml logger component tests 2017-11-19 11:23:56 +02: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 test: fix browser tests, replace id with $id 2017-12-02 19:35:57 +00: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 Add method chaining to all add* and remove* methods 2017-11-22 08:37:42 +01: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
issues.spec.js fix: check only own properties of schema, change property limit for equility check from 5 to 8, fixes #743 2018-03-24 22:34:16 +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
options.spec.js fix: check only own properties of schema, change property limit for equility check from 5 to 8, fixes #743 2018-03-24 22:34:16 +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