Apache CouchDB · Example Payload

Apache Couchdb Doc Row Example

ApacheDatabaseDocument StoreJSONNoSQLOpen SourceReplicationREST

Apache Couchdb Doc Row Example is an example object payload from Apache CouchDB, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idkeyvaluedoc

Example Payload

Raw ↑
{
  "id": "doc001",
  "key": "doc001",
  "value": {
    "rev": "1-abc123"
  },
  "doc": {
    "_id": "doc001",
    "_rev": "1-abc123def456",
    "_deleted": false
  }
}