Apache CouchDB · Example Payload

Apache Couchdb Indexes Response Example

ApacheDatabaseDocument StoreJSONNoSQLOpen SourceReplicationREST

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

Top-level fields

total_rowsindexes

Example Payload

Raw ↑
{
  "total_rows": 2,
  "indexes": [
    {
      "ddoc": "_design/idx-status",
      "name": "idx-status",
      "type": "json",
      "def": {}
    }
  ]
}