Ecosyste.ms: OpenCollective

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

github.com/json-schema-org/json-schema-org.github.io

JSON Schema website
https://github.com/json-schema-org/json-schema-org.github.io

Add missing schema and value to type error.

839db826e0558a21f16f309366c9849ecaa14834 authored over 12 years ago by Dave Longley <[email protected]>
Add value and schema to errors.

fa2c61bd435a51d582a5b169c13adc6ed7f2f12f authored over 12 years ago by David I. Lehn <[email protected]>
Fix inverted comparison.

4ce673f7d2538e9db3724640b141f17b6b4761ae authored over 12 years ago by Dave Longley <[email protected]>
Separate core schema keywords into different sections

Keywords are split into three types:

* keywords validating only a certain type of instances;
* ...

0077b4d3c3cb14a6227bbbb00310dfdb3a0921f7 authored over 12 years ago by Francis Galiegue <[email protected]>
Add more verbose handling.

- Use a common addError in checkObj.
- Print out schema and value if given.

d433449190dc5631b54b3397b7689d4469bc0ed3 authored over 12 years ago by David I. Lehn <[email protected]>
Re-introduce "format" keyword, with some differences

* Get rid of the "color" and "style" format attributes.
* Specify the different instance types w...

ba1a92c67d306a5266f67715560aa3b85da63360 authored over 12 years ago by Francis Galiegue <[email protected]>
draft-04/schema: catch up with "divisibleBy" rename

It is now called "mod".

c74ee28cabb8d48b984b49e8b6450349b1fd654f authored over 12 years ago by Francis Galiegue <[email protected]>
draft-04/schema: cosmetic: fix whitespaces

dc768f55d60604e30c8dd7dcae68772be1e21000 authored over 12 years ago by Francis Galiegue <[email protected]>
draft-04/schema: modify the "type" property definition

Now that the "integer" type is being reintroduced, we can redefine "type" as it
was in draft v3.

a721fdf9f2e0473f6f5fb8ff77e754033854da1f authored over 12 years ago by Francis Galiegue <[email protected]>
* Restored "integer" type.

* Renamed "divisibleBy" to "mod".

a8b32121881a20f6b819987de5fd99569a546859 authored over 12 years ago by Gary Court <[email protected]>
Add missing schema and value to type error.

f2b69ffdbe241ba7303de59811723f0b35d78d84 authored over 12 years ago by Dave Longley <[email protected]>
Add value and schema to errors.

96fce4c3eb7f861caef6d72864d77baedcfb7236 authored over 12 years ago by David I. Lehn <[email protected]>
Fix property path handling.

- avoid "undefined" when top level is an array.
- replace '.' in properties with '\.'.

3cdb2f85ab48651b2b12bdaef61bf13c17a76e35 authored over 12 years ago by David I. Lehn <[email protected]>
Fix inverted comparison.

c515e8eb867cae66412eeea93fece8fc051504db authored over 12 years ago by Dave Longley <[email protected]>
Add support for uniqueItems.

42de4af61660548c3b663910960e3f81710202a8 authored over 12 years ago by Dave Longley <[email protected]>
* Restored "integer" type.

* Renamed "divisibleBy" to "mod".

3fefea8fc1a4b75cbd5f7b1120aa3f0d188a12a7 authored over 12 years ago by Gary Court <[email protected]>
Fixes error message

e81fd46ffde2c4b9eea3fe37aa8b0fde8990c882 authored over 12 years ago by Camilo Aguilar <[email protected]>
Replaced "maxDecimal" attribute with "divisibleBy" attribute

dbdb322df03008d1bea7d999002ef2a4d41b1383 authored about 13 years ago by Enrico Marino <[email protected]>
Merge git://github.com/garycourt/json-schema

1f3275e075e8a0d44360bd173bde8e67118318ae authored about 13 years ago by Kris Zyp <[email protected]>
bump version

766aca5e06beb76ba3df90dad9ae66bc61666437 authored about 13 years ago by Kris Zyp <[email protected]>
Better wording of items and their array indices

9e4df0944fe0ad6ed3b9e108301d94e306e12a08 authored about 13 years ago by Kris Zyp <[email protected]>
Core changes:

* Removed "integer" type in favor of {"type":"number", "divisibleBy":1}.
* Restricted "type" to o...

cf45c27f895ba7f8bc95eb7dd96cbd51dc9824a0 authored about 13 years ago by Gary Court <[email protected]>
Made core changes to draft:

* Changed "required" attribute to an array of strings.
* Removed "format" attribute.
* Added "min...

baa948a31dddf6642d299c9d4722319a49bccbb1 authored about 13 years ago by Gary Court <[email protected]>
Created initial draft-04 schemas.

Added JSON Pointer to spec.

e22117ff3b02150b412884cea384c91fbb1365c7 authored about 13 years ago by Gary Court <[email protected]>
Clean out modifications to primitives

1dd6acbdeda7304b9fd66ce393c940d95ac169a8 authored over 13 years ago by Kris Zyp <[email protected]>
Added description

6c1d7ffbc183b1690906f17ea6f14559953409e2 authored over 13 years ago by Kris Zyp <[email protected]>
Copied over draft 3 beautification to draft 4.

8b9ec50420e3dff5ed85a3078b6b0786786f98d0 authored over 13 years ago by Gary Court <[email protected]>
Merge branch 'patch-1' of http://github.com/schorsch/json-schema

a4f344133f9ae00a45a0327b98c8196729b5e13a authored over 13 years ago by Kris Zyp <[email protected]>
Merge http://github.com/garycourt/json-schema

Conflicts:
draft-zyp-json-schema-03.xml

f3337e6adbee7bdaf410e8790379738c32463b74 authored over 13 years ago by Kris Zyp <[email protected]>
Fixed property name

3d58f91ff95d1923cbcc0111816d8f77fa5427da authored over 13 years ago by Kris Zyp <[email protected]>
removed duplicate "required":true in price example

694b44a576392a5042b52d0902b3166dba530e06 authored over 13 years ago by Georg Leciejewski <[email protected]>
Merge git://github.com/laurie71/json-schema

Conflicts:
package.json

6506024d3606126a47d88506c3987524fb9f0e52 authored over 13 years ago by Kris Zyp <[email protected]>
Merge git://github.com/chapel/json-schema

bc21a1def6184bc31f96bc673b7b2e12a3f841c7 authored over 13 years ago by Kris Zyp <[email protected]>
Add maintainers to package.json

7295b3b0314355d6864907fead956ee3eb4f511a authored over 13 years ago by Kris Zyp <[email protected]>
Add next version

60fb39c252d70a9c6cc6ec4bb7eb5e217139845c authored over 13 years ago by Kris Zyp <[email protected]>
Beautified XML

d57195610e1c364ba158fef78a6c2aeb8401fe44 authored over 13 years ago by Gary Court <[email protected]>
Fixed syntax error in draft-03/hyper-schema.

87d7bd7419a60d77646924652416575bc85b174a authored over 13 years ago by Gary Court <[email protected]>
no more testing

ae89ab502f79cee5bff9a36f24973cf07a51fd69 authored over 13 years ago by Jacob Chapel <[email protected]>
more testing of main

f363c53798da3798d330f942b6385311145e0114 authored over 13 years ago by Jacob Chapel <[email protected]>
Testing main options

9354bf34964b164417171b459d78c8aa68c3dfa8 authored over 13 years ago by Jacob Chapel <[email protected]>
Added main key to package.json to troubleshoot npm install issues

549c6e0406a768f1dd6c3286d0f6702f8bef65a5 authored over 13 years ago by Jacob Chapel <[email protected]>
Add vows-based unit tests.

These tests demonstrate the problems reported in
more comprehensive unit tests.

0a52e1e737d4adeab0cb45739062f327dfd65257 authored almost 14 years ago by Laurie Harper <[email protected]>
Fix hyper-schema syntax error.

70002354fea892e99ff4a53ffb9df5747fa47ad8 authored almost 14 years ago by Laurie Harper <[email protected]>
Replaced obsolete optional with required

fixed package.json

f331e2c418f05501af9752ccfe56bd33f6e45631 authored almost 14 years ago by Stacia Hartleben <[email protected]>
replace outdate "optional" defaulting to false with new "required" defaulting to false

b1d463a52d45b8d3414647e294dca0962e4391aa authored almost 14 years ago by Laurie Harper <[email protected]>
Merge branch 'master' of git://github.com/dvv/json-schema

Conflicts:
lib/validate.js

9f93ce22c1d0cef78beb9e5704169f4d0f1b0b90 authored almost 14 years ago by Kris Zyp <[email protected]>
Remove underscore check

fdc23eb13ff82c3d73886b43d03cf8dab5faef80 authored almost 14 years ago by Kris Zyp <[email protected]>
filter-helper

6acf3a9af0d236a036a9688e07073abc15eec07c authored almost 14 years ago by Vladimir Dronnikov <[email protected]>
coercion

8cd7a08368ab2d52e2b4a76f1063fdd1c951799e authored almost 14 years ago by Vladimir Dronnikov <[email protected]>
Updated package.json

cd374385c465be308cf4fa12955a15c033f3e595 authored about 14 years ago by Kris Zyp <[email protected]>
Merge branch 'master' of git://github.com/garycourt/json-schema

e1e579b51d6888bd14ed1b1116c91786de625a2c authored about 14 years ago by Kris Zyp <[email protected]>
Recommended against 0 as divisibleBy

2d6f9681733a7e1cb6fdf430ee07a4abd32faaf1 authored about 14 years ago by Kris Zyp <[email protected]>
Improved wording for "id" property and specified that it resolves against parent schema

ecf6c828f9615d0f5d0a7a8f70e927c429d325da authored about 14 years ago by Kris Zyp <[email protected]>
Fixed "extends" examples.

b6f9650da0fc969ff5244176a0d141edcb1e0858 authored about 14 years ago by Gary Court <[email protected]>
Replaced the link submission "properties" attribute to "schema" attribute.

d3effeeb4a74dadfd902116bdf19752b1090f9ac authored about 14 years ago by Kris Zyp <[email protected]>
Improved language for extends

6b217dcf2832052f7781b74ea06e44de5a858933 authored about 14 years ago by Kris Zyp <[email protected]>
Some more language issues.

e561d3da1529e18fe5dc6bdc5386d20341b5bfd3 authored about 14 years ago by Martijn Faassen <[email protected]>
Fix some language issues.

f51a2a5c19f6b2eab33833fbfdac7a8316ab864b authored about 14 years ago by Martijn Faassen <[email protected]>
Indicate latest version and specific version URLs

e8955a668bf18de3a1ce799af0af6828bbd8ea21 authored about 14 years ago by Kris Zyp <[email protected]>
Merge branch 'master' of git://github.com/garycourt/json-schema

832d474139109040b99937ab0f23d8ebfe4c6a8d authored about 14 years ago by Kris Zyp <[email protected]>
Schema URIs are now namespace versioned.

Added simple string format for the "dependencies" attribute.
Added "$ref" and "$schema" attribute...

8c1e8af3bbfe054271c8563009a7d19b5ab04455 authored about 14 years ago by Gary Court <[email protected]>
Check for coerce property

d8828328fe9dcf7ec779e83d22b2199decd9d256 authored about 14 years ago by Kris Zyp <[email protected]>
Removed schemas-can-be-URI references.

Tweaked the wording in "items"

f2f4141c0234935d84492ca012ba371783b8f43e authored about 14 years ago by Gary Court <[email protected]>
Merge branch 'communityChanges' of git://github.com/garycourt/json-schema

Conflicts:
draft-zyp-json-schema-03.xml

4cbb55051f8066b49ff583ac4e7c7093473a0105 authored about 14 years ago by Kris Zyp <[email protected]>
Fixed some typos/errors

d1b68f87c4cba23d4a003f369fa7d9e3f24f3547 authored about 14 years ago by Kris Zyp <[email protected]>
Updated specification to include fixes from the community:

-Fixed examples
-"uniqueItems" now enforces array and object items, defined algorithm
-Moved "def...

e0868ccbab36cd73c8b7dd76853a92edafc52845 authored about 14 years ago by Gary Court <[email protected]>
Some language corrections

cf472d8425b3732be7075f257faf767db35016f9 authored about 14 years ago by Kris Zyp <[email protected]>
Merge branch 'otherProperties' of git://github.com/garycourt/json-schema

7fae0d4b0fcab5074d6439e34a77f4e24c4fa416 authored about 14 years ago by Kris Zyp <[email protected]>
Replaced the "requires" attribute with the "dependencies" attribute.

300bf9de10427adc6558441a2c3baee2ec165d19 authored about 14 years ago by Gary Court <[email protected]>
Added "patternProperties" attribute.

36c25b7a404b04d95e151cdfb48f0f59d74f1bd5 authored about 14 years ago by Gary Court <[email protected]>
Fix boilerplate

9c541343edb1cff6169cd209b9cf00ad2b31f2bd authored about 14 years ago by Kris Zyp <[email protected]>
Merge branch 'rootChanges' of git://github.com/garycourt/json-schema

ecbd1d490b9634108cb42a67d8aba1779a9f082e authored about 14 years ago by Kris Zyp <[email protected]>
Update to latest AMD spec

d3280375c8cdf338825f74c9678631442ec4493b authored about 14 years ago by Kris Zyp <[email protected]>
fix some wording

56205ded14c2035649a1e44bdc4d3d468041d00d authored about 14 years ago by Kris Zyp <[email protected]>
Made the following changes:

-Improved the wording in:
--Terminology
--Design Considerations
--type
--properties
--additionalP...

32158718cd1c050d331e06e5c34f41732ac1737a authored about 14 years ago by Gary Court <[email protected]>
Fixed numerous errors listed below:

-Added RFC2396 reference
-Quoted MIME types
-Added reference targets to all mentionings of RFCs
-...

4eafc69aabef9ed3630e205df9812c7f4ba93e05 authored over 14 years ago by Gary Court <[email protected]>
Added change log comment

c3d6e4f7f52ca037ce980c66f0b6efb0d58551d2 authored over 14 years ago by Kris Zyp <[email protected]>
Merge git://github.com/garycourt/json-schema

a54d96861c9ba8d7d5bf823d015d659ad5e43e1c authored over 14 years ago by Kris Zyp <[email protected]>
Made root a relation and clarified context of pathStart

e518da0a41c19b14cce8e402b6288ddb531c21ce authored over 14 years ago by Kris Zyp <[email protected]>
Fix exports

0f6a2fce162f445c92d02292362e533615a3e5dd authored over 14 years ago by Kris Zyp <[email protected]>
Fixed XML and reference errors.

d077cab6fd7bd60dcf9de22093a687b762899769 authored over 14 years ago by unknown <gcourt@.(none)>
Split into two modules, add require.def support

ab78480e03a9f91e78c5ade12f6636ef92e66ab1 authored over 14 years ago by Kris Zyp <[email protected]>
Updated docs

e53541905b8841f3cadd5ab86443e5cfe1816c9f authored over 14 years ago by Kris Zyp <[email protected]>
added commonjs impl

830520da1a3aca78927bfeba6162228de96436d1 authored over 14 years ago by Kris Zyp <[email protected]>
added spec and reference schemas

a14190b51fdfbc6a2d66a29e86185cb183b5363e authored over 14 years ago by Kris Zyp <[email protected]>