JSON Schema
JSON Schema is a vocabulary that allows you to annotate and validate JSON documents.
Collective -
Host: opensource -
https://opencollective.com/json-schema
- Website: https://json-schema.org/
- Code: https://github.com/json-schema-org
github.com/json-schema-org/json-schema-org.github.io - b5621d702637ffb9668c89aba2e22ee5c188015b authored almost 13 years ago
I think a CNAME file is needed for json-schema.org to point to this pages setup.
github.com/json-schema-org/json-schema-org.github.io - f1c96b08f7cbaea0777eedf5af137a0ba266c193 authored almost 13 years agoI think a CNAME file is needed for json-schema.org to point to this pages setup.
github.com/json-schema-org/json-schema-spec - f1c96b08f7cbaea0777eedf5af137a0ba266c193 authored almost 13 years agogithub.com/json-schema-org/json-schema-org.github.io - f56cecb21b176755ad91f58c1ccfa55e5fb93186 authored almost 13 years ago
github.com/json-schema-org/json-schema-spec - f56cecb21b176755ad91f58c1ccfa55e5fb93186 authored almost 13 years ago
Modified Readme introduction to new collaborated effort.
github.com/json-schema-org/json-schema-org.github.io - 33ef30fbdd14083f9664a605e215cc4aa14fc8f9 authored almost 13 years agoModified Readme introduction to new collaborated effort.
github.com/json-schema-org/json-schema-spec - 33ef30fbdd14083f9664a605e215cc4aa14fc8f9 authored almost 13 years agoShortlog as follows:
Camilo Aguilar (1):
Fixes error message
Dave Longley (6):
Add...
Shortlog as follows:
Camilo Aguilar (1):
Fixes error message
Dave Longley (6):
Add...
Conflicts:
lib/validate.js
package.json
Conflicts:
lib/validate.js
package.json
github.com/json-schema-org/json-schema-org.github.io - 4dac4584032496b56afd5e7eebbc51ca4a140948 authored almost 13 years ago
github.com/json-schema-org/json-schema-spec - 4dac4584032496b56afd5e7eebbc51ca4a140948 authored almost 13 years ago
Conflicts:
lib/validate.js
Conflicts:
lib/validate.js
github.com/json-schema-org/json-schema-spec - 5b567af2b90b5ce9d1efe11f98e3185b3b43584e authored almost 13 years ago
github.com/json-schema-org/json-schema-org.github.io - 5b567af2b90b5ce9d1efe11f98e3185b3b43584e authored almost 13 years ago
Conflicts:
draft-zyp-json-schema-04.xml
Conflicts:
draft-zyp-json-schema-04.xml
Keywords are split into three types:
* keywords validating only a certain type of instances;
* ...
* Get rid of the "color" and "style" format attributes.
* Specify the different instance types w...
It is now called "mod".
github.com/json-schema-org/json-schema-spec - 4a8331ab83716f7b804c7520db7285da89cf5662 authored almost 13 years agoIt is now called "mod".
github.com/json-schema-org/json-schema-org.github.io - 4a8331ab83716f7b804c7520db7285da89cf5662 authored almost 13 years agogithub.com/json-schema-org/json-schema-spec - 6920f2b1af1425506a1df89d1e220b68a5fa4414 authored almost 13 years ago
* Get rid of the "color" and "style" format attributes.
* Specify the different instance types w...
Keywords are split into three types:
* keywords validating only a certain type of instances;
* ...
github.com/json-schema-org/json-schema-org.github.io - 6920f2b1af1425506a1df89d1e220b68a5fa4414 authored almost 13 years ago
github.com/json-schema-org/json-schema-org.github.io - 63131cd17a4c5facf4e34e67b47c6720d6d1914f authored almost 13 years ago
github.com/json-schema-org/json-schema-spec - fa2c61bd435a51d582a5b169c13adc6ed7f2f12f authored almost 13 years ago
- Use a common addError in checkObj.
- Print out schema and value if given.
github.com/json-schema-org/json-schema-spec - 839db826e0558a21f16f309366c9849ecaa14834 authored almost 13 years ago
github.com/json-schema-org/json-schema-spec - 2ac67ad70e0fbeca2beb68b6d1c148f05dcd5518 authored almost 13 years ago
Now that the "integer" type is being reintroduced, we can redefine "type" as it
was in draft v3.
github.com/json-schema-org/json-schema-spec - 53510356d66385a59bc5f7d2aa70799742e7baf4 authored almost 13 years ago
- avoid "undefined" when top level is an array.
- replace '.' in properties with '\.'.
github.com/json-schema-org/json-schema-org.github.io - 4ce673f7d2538e9db3724640b141f17b6b4761ae authored almost 13 years ago
github.com/json-schema-org/json-schema-org.github.io - fa2c61bd435a51d582a5b169c13adc6ed7f2f12f authored almost 13 years ago
github.com/json-schema-org/json-schema-org.github.io - 839db826e0558a21f16f309366c9849ecaa14834 authored almost 13 years ago
Now that the "integer" type is being reintroduced, we can redefine "type" as it
was in draft v3.
github.com/json-schema-org/json-schema-org.github.io - 2ac67ad70e0fbeca2beb68b6d1c148f05dcd5518 authored almost 13 years ago
github.com/json-schema-org/json-schema-org.github.io - 53510356d66385a59bc5f7d2aa70799742e7baf4 authored almost 13 years ago
- Use a common addError in checkObj.
- Print out schema and value if given.
- avoid "undefined" when top level is an array.
- replace '.' in properties with '\.'.
github.com/json-schema-org/json-schema-spec - 4ce673f7d2538e9db3724640b141f17b6b4761ae authored almost 13 years ago
github.com/json-schema-org/json-schema-spec - 63131cd17a4c5facf4e34e67b47c6720d6d1914f authored almost 13 years ago
Keywords are split into three types:
* keywords validating only a certain type of instances;
* ...
Keywords are split into three types:
* keywords validating only a certain type of instances;
* ...
- Use a common addError in checkObj.
- Print out schema and value if given.
- Use a common addError in checkObj.
- Print out schema and value if given.
* Get rid of the "color" and "style" format attributes.
* Specify the different instance types w...
* Get rid of the "color" and "style" format attributes.
* Specify the different instance types w...
It is now called "mod".
github.com/json-schema-org/json-schema-spec - c74ee28cabb8d48b984b49e8b6450349b1fd654f authored about 13 years agoIt is now called "mod".
github.com/json-schema-org/json-schema-org.github.io - c74ee28cabb8d48b984b49e8b6450349b1fd654f authored about 13 years agogithub.com/json-schema-org/json-schema-spec - dc768f55d60604e30c8dd7dcae68772be1e21000 authored about 13 years ago
github.com/json-schema-org/json-schema-org.github.io - dc768f55d60604e30c8dd7dcae68772be1e21000 authored about 13 years ago
Now that the "integer" type is being reintroduced, we can redefine "type" as it
was in draft v3.
Now that the "integer" type is being reintroduced, we can redefine "type" as it
was in draft v3.
* Renamed "divisibleBy" to "mod".
github.com/json-schema-org/json-schema-spec - a8b32121881a20f6b819987de5fd99569a546859 authored about 13 years ago* Renamed "divisibleBy" to "mod".
github.com/json-schema-org/json-schema-org.github.io - a8b32121881a20f6b819987de5fd99569a546859 authored about 13 years agogithub.com/json-schema-org/json-schema-org.github.io - f2b69ffdbe241ba7303de59811723f0b35d78d84 authored about 13 years ago
github.com/json-schema-org/json-schema-spec - f2b69ffdbe241ba7303de59811723f0b35d78d84 authored about 13 years ago
github.com/json-schema-org/json-schema-spec - 96fce4c3eb7f861caef6d72864d77baedcfb7236 authored about 13 years ago
github.com/json-schema-org/json-schema-org.github.io - 96fce4c3eb7f861caef6d72864d77baedcfb7236 authored about 13 years ago
- avoid "undefined" when top level is an array.
- replace '.' in properties with '\.'.
- avoid "undefined" when top level is an array.
- replace '.' in properties with '\.'.
github.com/json-schema-org/json-schema-org.github.io - c515e8eb867cae66412eeea93fece8fc051504db authored about 13 years ago
github.com/json-schema-org/json-schema-spec - c515e8eb867cae66412eeea93fece8fc051504db authored about 13 years ago
github.com/json-schema-org/json-schema-org.github.io - 42de4af61660548c3b663910960e3f81710202a8 authored about 13 years ago
github.com/json-schema-org/json-schema-spec - 42de4af61660548c3b663910960e3f81710202a8 authored about 13 years ago
* Renamed "divisibleBy" to "mod".
github.com/json-schema-org/json-schema-spec - 3fefea8fc1a4b75cbd5f7b1120aa3f0d188a12a7 authored about 13 years ago* Renamed "divisibleBy" to "mod".
github.com/json-schema-org/json-schema-org.github.io - 3fefea8fc1a4b75cbd5f7b1120aa3f0d188a12a7 authored about 13 years agogithub.com/json-schema-org/json-schema-org.github.io - e81fd46ffde2c4b9eea3fe37aa8b0fde8990c882 authored over 13 years ago
github.com/json-schema-org/json-schema-spec - e81fd46ffde2c4b9eea3fe37aa8b0fde8990c882 authored over 13 years ago
github.com/json-schema-org/json-schema-spec - dbdb322df03008d1bea7d999002ef2a4d41b1383 authored over 13 years ago
github.com/json-schema-org/json-schema-org.github.io - dbdb322df03008d1bea7d999002ef2a4d41b1383 authored over 13 years ago
github.com/json-schema-org/json-schema-spec - 1f3275e075e8a0d44360bd173bde8e67118318ae authored over 13 years ago
github.com/json-schema-org/json-schema-org.github.io - 1f3275e075e8a0d44360bd173bde8e67118318ae authored over 13 years ago
github.com/json-schema-org/json-schema-org.github.io - 766aca5e06beb76ba3df90dad9ae66bc61666437 authored over 13 years ago
github.com/json-schema-org/json-schema-spec - 766aca5e06beb76ba3df90dad9ae66bc61666437 authored over 13 years ago
github.com/json-schema-org/json-schema-org.github.io - 9e4df0944fe0ad6ed3b9e108301d94e306e12a08 authored over 13 years ago
github.com/json-schema-org/json-schema-spec - 9e4df0944fe0ad6ed3b9e108301d94e306e12a08 authored over 13 years ago
* Removed "integer" type in favor of {"type":"number", "divisibleBy":1}.
* Restricted "type" to o...
* Removed "integer" type in favor of {"type":"number", "divisibleBy":1}.
* Restricted "type" to o...
* Changed "required" attribute to an array of strings.
* Removed "format" attribute.
* Added "min...
* Changed "required" attribute to an array of strings.
* Removed "format" attribute.
* Added "min...
Added JSON Pointer to spec.
github.com/json-schema-org/json-schema-org.github.io - e22117ff3b02150b412884cea384c91fbb1365c7 authored over 13 years agoAdded JSON Pointer to spec.
github.com/json-schema-org/json-schema-spec - e22117ff3b02150b412884cea384c91fbb1365c7 authored over 13 years agogithub.com/json-schema-org/json-schema-spec - 1dd6acbdeda7304b9fd66ce393c940d95ac169a8 authored almost 14 years ago
github.com/json-schema-org/json-schema-org.github.io - 1dd6acbdeda7304b9fd66ce393c940d95ac169a8 authored almost 14 years ago
github.com/json-schema-org/json-schema-org.github.io - 6c1d7ffbc183b1690906f17ea6f14559953409e2 authored about 14 years ago
github.com/json-schema-org/json-schema-spec - 6c1d7ffbc183b1690906f17ea6f14559953409e2 authored about 14 years ago
github.com/json-schema-org/json-schema-spec - 8b9ec50420e3dff5ed85a3078b6b0786786f98d0 authored about 14 years ago
github.com/json-schema-org/json-schema-org.github.io - 8b9ec50420e3dff5ed85a3078b6b0786786f98d0 authored about 14 years ago
github.com/json-schema-org/json-schema-spec - a4f344133f9ae00a45a0327b98c8196729b5e13a authored about 14 years ago
github.com/json-schema-org/json-schema-org.github.io - a4f344133f9ae00a45a0327b98c8196729b5e13a authored about 14 years ago
Conflicts:
draft-zyp-json-schema-03.xml
Conflicts:
draft-zyp-json-schema-03.xml
github.com/json-schema-org/json-schema-org.github.io - 3d58f91ff95d1923cbcc0111816d8f77fa5427da authored about 14 years ago
github.com/json-schema-org/json-schema-spec - 3d58f91ff95d1923cbcc0111816d8f77fa5427da authored about 14 years ago
github.com/json-schema-org/json-schema-org.github.io - 694b44a576392a5042b52d0902b3166dba530e06 authored about 14 years ago