Ignore:
Timestamp:
11/30/13 22:45:04 (11 years ago)
Author:
hendrikvanantwerpen
Message:

Hide database details behind decent API. Client needs to start using it now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/server/config/couchdb-schema.json

    r480 r481  
    11{
    22  "title": "QED Object Schema",
     3  "version": "1",
    34  "type": "object",
    45  "oneOf": [
     
    1112        "_id": { "type": "string", "pattern": "schemaInfo" },
    1213        "_rev": { "type": "string", "optional": true },
    13         "version": { "type": "string", "pattern": "1" }
     14        "version": { "type": "string" }
    1415    },
    1516    "additionalProperties": false
Note: See TracChangeset for help on using the changeset viewer.