If I have some JSON Schemas (http://tools.ietf.org/html/draft-zyp-json-schema-03), is there a way to pass them onto CouchDB to have CouchDB automatically ensure documents of a given type (i.e. with their "type" property set to a specific string) adhere to a specific schema file? I tried some google searches, but the closest thing I could find to information on the topic was this blog post (http://dev.wavemaker.com/forums/?q=node/2618) which implies (but does not explicitly state) that CouchDB does not support JSON Schemas at all.
- Nebu
