Apache CouchDB · Schema

FindRequest

Mango query request

ApacheDatabaseDocument StoreJSONNoSQLOpen-SourceReplicationREST

Properties

Name Type Description
selector object Mango selector (JSON query expression)
fields array Fields to return in results
limit integer Maximum number of results
skip integer Number of results to skip
sort array Sort order specification
bookmark string Bookmark for pagination from previous query
View JSON Schema on GitHub

JSON Schema

apache-couchdb-find-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-couchdb/refs/heads/main/json-schema/apache-couchdb-find-request-schema.json",
  "title": "FindRequest",
  "description": "Mango query request",
  "type": "object",
  "properties": {
    "selector": {
      "type": "object",
      "description": "Mango selector (JSON query expression)",
      "example": {
        "type": "product",
        "status": "active"
      }
    },
    "fields": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Fields to return in results",
      "example": [
        "_id",
        "name"
      ]
    },
    "limit": {
      "type": "integer",
      "description": "Maximum number of results",
      "default": 25,
      "example": 25
    },
    "skip": {
      "type": "integer",
      "description": "Number of results to skip",
      "default": 0,
      "example": 0
    },
    "sort": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "Sort order specification",
      "example": [
        {
          "name": "asc"
        }
      ]
    },
    "bookmark": {
      "type": "string",
      "description": "Bookmark for pagination from previous query",
      "example": "g1AAAABleJzLYWBg"
    }
  },
  "required": [
    "selector"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apache-couchdb-find-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.