I just released a new version of jsonschema 0.2 alpha over at http://code.google.com/p/jsonschema The source can be downloaded here: jsonschema-0.2a.tar.gz The documentation can be found here: jsonschema (version 0.2a) documentation The new release includes the following notable changes. * The additionalProperties attribute is now validated. * Using schemas in the type attribute now w[...]
jsonschema 0.2 alpha
Sept. 6, 2008
jsonschema mentioned on json.com
July 31, 2008
Kris Zyp (the author of the JSONSchema proposal) mentioned jsonschema on his blog at json.com. Thanks Kris!!
JSON Schema Validator 0.1a for Python
July 31, 2008
I just released the first version for a project that I've been working on since the Python Onsen. It's a validator for JSON Schema written in Python. It's based on the JSON Schema Proposal Second Draft. The source can be downloaded here: jsonschema-0.1a.tar.gz The source is on Bitbucket JSON Schema's purpose is to allow validation of JSON documents much like XML Schema, DTD. You can use it[...]
