Manticore Search · Schema

searchRequest

Request object for search operation

SearchFull-Text SearchVector SearchElasticsearch CompatibleOpen-SourceDatabase

Properties

Name Type Description
table string The table to perform the search on
query object
join array Join clause to combine search data from multiple tables
highlight object
limit integer Maximum number of results to return
knn object
aggs object Defines aggregation settings for grouping results
expressions object Expressions to calculate additional values for the result
max_matches integer Maximum number of matches allowed in the result
offset integer Starting point for pagination of the result
options object Additional search options
profile boolean Enable or disable profiling of the search request
sort {} Sorting criteria for the search results
_source {} Specify which fields to include or exclude in the response
track_scores boolean Enable or disable result weight calculation used for sorting
View JSON Schema on GitHub

JSON Schema

searchRequest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/manticore/main/json-schema/searchRequest.json",
  "title": "searchRequest",
  "description": "Request object for search operation",
  "type": "object",
  "required": [
    "table"
  ],
  "properties": {
    "table": {
      "type": "string",
      "description": "The table to perform the search on"
    },
    "query": {
      "$ref": "#/components/schemas/searchQuery"
    },
    "join": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/join"
      },
      "description": "Join clause to combine search data from multiple tables"
    },
    "highlight": {
      "$ref": "#/components/schemas/highlight"
    },
    "limit": {
      "type": "integer",
      "description": "Maximum number of results to return"
    },
    "knn": {
      "$ref": "#/components/schemas/knn"
    },
    "aggs": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/components/schemas/aggregation"
      },
      "example": {
        "agg1": {
          "terms": {
            "field": "field1",
            "size": 1000,
            "sort": [
              {
                "field1": null,
                "order": "asc"
              }
            ]
          }
        }
      },
      "description": "Defines aggregation settings for grouping results"
    },
    "expressions": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "example": {
        "title_len": "crc32(title)"
      },
      "description": "Expressions to calculate additional values for the result"
    },
    "max_matches": {
      "type": "integer",
      "description": "Maximum number of matches allowed in the result"
    },
    "offset": {
      "type": "integer",
      "description": "Starting point for pagination of the result"
    },
    "options": {
      "type": "object",
      "description": "Additional search options"
    },
    "profile": {
      "type": "boolean",
      "description": "Enable or disable profiling of the search request"
    },
    "sort": {
      "type": {},
      "description": "Sorting criteria for the search results"
    },
    "_source": {
      "type": {},
      "description": "Specify which fields to include or exclude in the response"
    },
    "track_scores": {
      "type": "boolean",
      "description": "Enable or disable result weight calculation used for sorting"
    }
  },
  "example": {
    "table": "your_table",
    "query": {
      "query_string": "your_query"
    }
  }
}

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/searchRequest"
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.