Changeset 481 for Dev/trunk/src/server/config/couchdb-schema.json
- Timestamp:
- 11/30/13 22:45:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/server/config/couchdb-schema.json
r480 r481 1 1 { 2 2 "title": "QED Object Schema", 3 "version": "1", 3 4 "type": "object", 4 5 "oneOf": [ … … 11 12 "_id": { "type": "string", "pattern": "schemaInfo" }, 12 13 "_rev": { "type": "string", "optional": true }, 13 "version": { "type": "string" , "pattern": "1"}14 "version": { "type": "string" } 14 15 }, 15 16 "additionalProperties": false
Note: See TracChangeset
for help on using the changeset viewer.