Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Ajv

The fastest JSON Schema Validator. Supports draft-04/06/07/2019-09/2020-12
Collective - Host: opensource - https://opencollective.com/ajv - Website: https://ajv.js.org/ - Code: https://github.com/ajv-validator/ajv

Revert "update main issue template"

This reverts commit 7ee72a174c29078e0acde3634eab33b208e0597a.

github.com/ajv-validator/ajv - bfc19bc08f84d6dab2b691047a8c92ead849f245 authored about 6 years ago
update main issue template

github.com/ajv-validator/ajv - 7ee72a174c29078e0acde3634eab33b208e0597a authored about 6 years ago
Merge pull request #915 from epoberezkin/issue-templates

Update issue templates

github.com/ajv-validator/ajv - f639c7bacc605f64ad73eaa71cdab7f961124a35 authored about 6 years ago
update issue templates

github.com/ajv-validator/ajv - 8c7ce5997f9be17a15feaf604c940adaefdd7a33 authored about 6 years ago
Update issue templates

github.com/ajv-validator/ajv - af24ccf58702105c45a517b4df9e6ef3d9a18aa5 authored about 6 years ago
docs: equal.js file is needed, closes #890

github.com/ajv-validator/ajv - 0b57989f36883697ad3d7eca48c420737e931cc4 authored about 6 years ago
Merge branch 'master' into master

github.com/ajv-validator/ajv - 3f686531c94a1d0d193c868816eaf7e2aa03c6c1 authored about 6 years ago
docs: mark url format as deprecated

github.com/ajv-validator/ajv - b4c0af9d299ff8892811723b0f98ef8eee816024 authored about 6 years ago
refactor: remove uri format change during schema validation, closes #906

github.com/ajv-validator/ajv - 223058beb07e46ede4b8e344361b696069b9ba95 authored about 6 years ago
Merge branch 'duxing-master'

github.com/ajv-validator/ajv - 9380a105d6560bdfe22fa9c7a57379640ceda0b5 authored about 6 years ago
Merge branch 'master' of https://github.com/duxing/ajv into duxing-master

github.com/ajv-validator/ajv - aec3c5ba2afe3dbe95bd73bf03df2bd986969d80 authored about 6 years ago
Replace lib/refs/json-schema-draft-04.json with a copy of the official one

And revert the previous README change

github.com/ajv-validator/ajv - 8f24e34158b1057771ac07fc5c19ff7557d2d340 authored about 6 years ago
Merge pull request #900 from epoberezkin/greenkeeper/karma-sauce-launcher-2.0.0

Update karma-sauce-launcher to the latest version πŸš€

github.com/ajv-validator/ajv - 059448c514d3f1287a1da0bac50b67f2162cb001 authored about 6 years ago
Adding example to load official draft-04 to README

github.com/ajv-validator/ajv - 3df9b7302f3b8495bb28d04eb1bbf6098a04f1f6 authored about 6 years ago
test: add tests for typescript definition

github.com/ajv-validator/ajv - d048cfc979dc24494e2d2d18b9d2645b02b4f3ea authored about 6 years ago
docs: fix type definition for errors

github.com/ajv-validator/ajv - ad434b236d46ada11137f303d6d70c2e9bca6782 authored about 6 years ago
chore(package): update karma-sauce-launcher to version 2.0.0

github.com/ajv-validator/ajv - a37ed7dc6fd4685e53fadc1fce195d2e1420f70e authored about 6 years ago
Revert "refactor: remove "equal" file"

This reverts commit f9fcc504a4aaee3653af0f61c7681e2e80557f67.

github.com/ajv-validator/ajv - bf0fc0301e2a61cea17fe1f7b57c100594b846fb authored about 6 years ago
chore: un-pin bluebird

github.com/ajv-validator/ajv - 9fd1c2a64b6fad3dae5c24625efb5fbaecb02b5f authored about 6 years ago
refactor: remove "equal" file

github.com/ajv-validator/ajv - f9fcc504a4aaee3653af0f61c7681e2e80557f67 authored over 6 years ago
remove old draft-6 mentions

github.com/ajv-validator/ajv - f5937d93a957283ec713fba8202326e5f1e9c45d authored over 6 years ago
docs: type definition for serialize option, #880

github.com/ajv-validator/ajv - c8a32771e44f14807b22c0d75af02f45c8e36aa0 authored over 6 years ago
feat: keyword "nullable", #486, closes epoberezkin/ajv-keywords#32

github.com/ajv-validator/ajv - f2010f40f2046d5c2a9232d9e40601f1300a678d authored over 6 years ago
Merge pull request #860 from ossdev07/master

Replaced phantomjs dependency with headless chrome by creating custom-launcher

github.com/ajv-validator/ajv - 6478687905b7c755afad6119e1a8587d7ed9a11b authored over 6 years ago
Merge pull request #865 from jsdevel/adding-logger-to-ts

Adding logger to typescript Options declaration.

github.com/ajv-validator/ajv - 2acd5f3675ed9ca26f37fd15d1cf702143e56372 authored over 6 years ago
Merge pull request #871 from nwoltman/patch-1

Remove duplicated character in email regex

github.com/ajv-validator/ajv - d5edde43752e8c1bdb26074402452a41fe0742cb authored over 6 years ago
Remove duplicated character in email regex

The `'` character appears twice in a character class part of the "full" email regex, which is re...

github.com/ajv-validator/ajv - 8d769b68910289b158c52bf9826959b325524d92 authored over 6 years ago
Adding logger to typescript Options declaration.

github.com/ajv-validator/ajv - ae684165eec39ed0f2088d9b81f1f0512f153795 authored over 6 years ago
Merge pull request #863 from epoberezkin/fix-861-property-names

Fix #861: propertyNames with empty schema

github.com/ajv-validator/ajv - 5c41a84d10f64b51adc9845a15dd2aa6954a1111 authored over 6 years ago
fix: propertyNames with empty schema, closes #861

github.com/ajv-validator/ajv - c1f929bcc8b8bbfab541749023c156e70880f5f0 authored over 6 years ago
test: failing test for #861

github.com/ajv-validator/ajv - 70362b952922e5713b267941878e292c4753f709 authored over 6 years ago
Merge pull request #862 from billytrend/patch-2

Fixes grammar "less" => "fewer"

github.com/ajv-validator/ajv - 12e1655bd1401e3ae5161e251ef481e4bb1ed569 authored over 6 years ago
replacing phantomjs with headless chrome

github.com/ajv-validator/ajv - 85b7f52f5cdfaeaeebb4fda0100c839c81ad5a7a authored over 6 years ago
Merge pull request #858 from epoberezkin/greenkeeper/bluebird-pin-3.5.1

fix: pin bluebird to 3.5.1

github.com/ajv-validator/ajv - 851b73cddd884dc863c7fc9ddf084813ac353679 authored over 6 years ago
fix: pin bluebird to 3.5.1

github.com/ajv-validator/ajv - 9aa65f75154ffc855d0e3ebd32eb2a835584de00 authored over 6 years ago
Merge pull request #839 from BoLaMN/bsontype

add bsonType plugin

github.com/ajv-validator/ajv - 7113dfafd483b6fee45fb48049ba6b45b287156b authored over 6 years ago
Merge pull request #838 from epoberezkin/greenkeeper/karma-3.0.0

Update karma to the latest version πŸš€

github.com/ajv-validator/ajv - 48cd2dc82b3c157122544b4b4529a931938e50cf authored over 6 years ago
Merge pull request #834 from mduu/master

Upgrade uri-js dependency to the ES5 fixed version

github.com/ajv-validator/ajv - 0953738653f9289284c0f28e3250476298be33ee authored over 6 years ago
add bsonType plugin

MongoDB’s implementation of JSON Schema includes the addition of the bsonType keyword, which all...

github.com/ajv-validator/ajv - 0dba01b8f201d7cb0ca537469ba842661d573139 authored over 6 years ago
chore(package): update karma to version 3.0.0

github.com/ajv-validator/ajv - 4074aeeee869b128be148e6771643cdbdd6bbab4 authored over 6 years ago
Upgrade uri-js dependency to the ES5 fixed version

Updates the dependency to uri-js to version 4.2.2 which fixes the esnext/es5 issue and therefore...

github.com/ajv-validator/ajv - 9c04afb5faa15946484eba6d28439049a34d5557 authored over 6 years ago
Merge pull request #812 from epoberezkin/greenkeeper/eslint-5.0.0

Update eslint to the latest version πŸš€

github.com/ajv-validator/ajv - 8e51927ccc2b3dbf48b9991022947f905106e29a authored over 6 years ago
chore: remove node 4 from travis test

github.com/ajv-validator/ajv - 558ddfe05b270b7e1a37592ae440cdf2a8f91c1d authored over 6 years ago
Merge pull request #811 from epoberezkin/greenkeeper/brfs-2.0.0

Update brfs to the latest version πŸš€

github.com/ajv-validator/ajv - 91324a668d36d82648dad4e4af3d54de90da3837 authored over 6 years ago
Merge branch 'jstewmon-macro-ref'

github.com/ajv-validator/ajv - 0fdb5052b1318c95ccfdd39b6e2e37f829f63a6c authored over 6 years ago
support resolving internal refs from macro keywords

github.com/ajv-validator/ajv - 4865e6e894fbfa0ebe9d5a1fead2a15d2bf4458e authored over 6 years ago
chore(package): update eslint to version 5.0.0

github.com/ajv-validator/ajv - c092118ec11ee5ace0e1ced4a51a99548672ece9 authored over 6 years ago
chore(package): update brfs to version 2.0.0

github.com/ajv-validator/ajv - f954bd9b9538cc58cf9167b5ab6b8c84bae5b8e3 authored over 6 years ago
Merge pull request #804 from epoberezkin/fix-compile-async

Fix compile async

github.com/ajv-validator/ajv - aa5ab8dfc7794cf4576e28182790bb65d052609e authored over 6 years ago
fix: compileAsync schema with multiple remote schemas and some recursive, fixes #801

github.com/ajv-validator/ajv - 32651b5cfd2916366dea40d986dfe624f792d3b6 authored over 6 years ago
Merge pull request #797 from epoberezkin/greenkeeper/nyc-12.0.1

Update nyc to the latest version πŸš€

github.com/ajv-validator/ajv - 5e59fa2473610d0c824b0c83a8e4ad5434f8860b authored over 6 years ago
Merge pull request #803 from epoberezkin/greenkeeper/json-schema-traverse-0.4.1

Update json-schema-traverse to the latest version πŸš€

github.com/ajv-validator/ajv - 3797ab75013ee665ef65b2dfde9f146f63b8de47 authored over 6 years ago
failing test for compileAsync, #801

github.com/ajv-validator/ajv - 15c6d07fe575bfbf4aafe022a79d8391664965c9 authored over 6 years ago
fix(package): update json-schema-traverse to version 0.4.1

github.com/ajv-validator/ajv - ede27152d2881ccc69bb41045272dd65f726563e authored over 6 years ago
chore(package): update nyc to version 12.0.1

github.com/ajv-validator/ajv - 3165ee36dd1bd9a3851176670345e50e41e88530 authored over 6 years ago
Merge pull request #771 from cvlab/master

passContext in recursive $ref

github.com/ajv-validator/ajv - 40bd2daf519b65ba1eeccbcaa04ea559a46560da authored almost 7 years ago
Merge pull request #783 from jonganc/patch-1

Fix small typos

github.com/ajv-validator/ajv - 911555fe616542e32e05ab898ad2e5807cdf160e authored almost 7 years ago
Fix small typos

I hope you mind me fixing some small typos. Awesome project.

github.com/ajv-validator/ajv - 83314deedb1ad2192b3be54347a18e500e3f4343 authored almost 7 years ago
passContext in recursive $ref

github.com/ajv-validator/ajv - 5ebfe2c1f4074a5c460aa5e680f1b46ff87d45e8 authored almost 7 years ago
Merge pull request #776 from epoberezkin/greenkeeper/update-to-node-10

Update to node 10 in .travis.yml

github.com/ajv-validator/ajv - dde4447f84a78e5312491d2464395e7d1c8bae84 authored almost 7 years ago
Merge pull request #775 from epoberezkin/greenkeeper/uri-js-4.2.1

chore: update uri-js to version 4.2.1

github.com/ajv-validator/ajv - a8ba8e603fb33abb1cc920183fdb0c8d3aeb5887 authored almost 7 years ago
Merge pull request #774 from epoberezkin/greenkeeper/fast-deep-equal-2.0.1

chore: update fast-deep-equal to version 2.0.1

github.com/ajv-validator/ajv - f617bcc2c82fb2529ccbc72ea1360a5685e3cd1b authored almost 7 years ago
fix(package): update fast-deep-equal to version 2.0.1

Closes #772

github.com/ajv-validator/ajv - 7ce638b19fd576d6c024d37050b1b3c196fd3a64 authored almost 7 years ago
Update to node 10 in .travis.yml

github.com/ajv-validator/ajv - bd678919637637bee5dc3c42b454ccd7ed5a3d4c authored almost 7 years ago
Merge pull request #761 from jwalton/master

Fix typescript defs to allow numeric validators.

github.com/ajv-validator/ajv - e88e5f53d71e11f94898fb9f7fe8bd0b0bd43692 authored almost 7 years ago
Fix typescript defs to allow numeric validators.

github.com/ajv-validator/ajv - dfaee84f1965c8de08cfc8cca8ffac19b0043e2c authored almost 7 years ago
fix(package): update uri-js to version 4.2.1

Closes #751

github.com/ajv-validator/ajv - a42a14016fccaa71e28018802c8f8bec42b343db authored almost 7 years ago
chore: do not create package-lock.json

github.com/ajv-validator/ajv - 60f31aebbe789740a8c3d6435fd54e296565e4f7 authored almost 7 years ago
Merge branch 'sondrele-fix/resolve-uri'

github.com/ajv-validator/ajv - 309f9e38b9da0373b67135fc2400f08f5ade28b7 authored almost 7 years ago
Merge branch 'fix/resolve-uri' of https://github.com/sondrele/ajv into sondrele-fix/resolve-uri

github.com/ajv-validator/ajv - ca7fb83624298c907942513c1bdf332dfaebb998 authored almost 7 years ago
test: remove unused node version checks

github.com/ajv-validator/ajv - 3834eb4a50a5b37a0fc4c03ca359e29fb3d90bdc authored almost 7 years ago
test: run browser tests in node 8 only

github.com/ajv-validator/ajv - c38089e516530ebf4c2acd1f59b58e757f55d1f6 authored almost 7 years ago
fix: option v5 used instead of $data

github.com/ajv-validator/ajv - 72b1cbbf22646039fdddfc9f46f8dff01ac7e32e authored almost 7 years ago
fix: check only own properties of schema, change property limit for equility check from 5 to 8, fixes #743

github.com/ajv-validator/ajv - cad7dc94e8ac9b9f4066d216666412753d03be67 authored almost 7 years ago
docs: corrections, uri-reference format

github.com/ajv-validator/ajv - 1dac91c60cd372c4e0db1230217fb11d9a182cde authored almost 7 years ago
docs: using JSON Schema in FAQ

github.com/ajv-validator/ajv - 80d249ac7fc92c125d2217f53e29b6e24f3566c1 authored almost 7 years ago
docs: use multiple issue templates

github.com/ajv-validator/ajv - d9c02e0146529aa24ad6243e6c39ce80b4a5c68f authored almost 7 years ago
Merge pull request #730 from krenor/ts-promise-typings

Replace `Thenable` with official `PromiseLike` declaration

github.com/ajv-validator/ajv - 8b65c1129baf895455d9c38c71cb992860c6ebd2 authored almost 7 years ago
Replace `Thenable` with official `PromiseLike` declaration

github.com/ajv-validator/ajv - 15e8d62b86f69ffa52f87307620b6c0f0041877a authored almost 7 years ago
fix: error messages for exclusiveMaximum/Minimum wint $data, closes #722

github.com/ajv-validator/ajv - db56b51fff7834df60925c8166bddf6dab4a27c8 authored almost 7 years ago
fix: uniqueItems when item type is array of types, closes #727

github.com/ajv-validator/ajv - 8bbc1a21072a455a8f8fd6ef6c3ea0f44e117f84 authored almost 7 years ago
Merge pull request #726 from domoritz/master

Fix #725

github.com/ajv-validator/ajv - 33e2a41a9480e48e79e8184cbfbe1ff2202c7c87 authored almost 7 years ago
Support unique items that are properties of hash.

Fixes #725.

github.com/ajv-validator/ajv - 352034c9e607ed28397e9a9eab7440b32b5e0ba2 authored almost 7 years ago
failing test for #725

github.com/ajv-validator/ajv - 6d62c71daa025be9a8ec6bbcbc4a1a892ce855fa authored almost 7 years ago