Apache CouchDB · Example Payload

Apache Couchdb Document Example

ApacheDatabaseDocument StoreJSONNoSQLOpen SourceReplicationREST

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

Top-level fields

_id_rev_deleted

Example Payload

Raw ↑
{
  "_id": "doc001",
  "_rev": "1-abc123def456",
  "_deleted": false
}