Coveo · JSON Structure

Coveo Search Restfacetresult Structure

Type: Properties: 0
Artificial IntelligenceAnalyticsCatalogCommerceCustomersExperienceMachine-LearningPersonalizationRecommendationsSearch

RestFacetResult is a JSON Structure definition published by Coveo.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "RestFacetResult",
  "structure": {
    "type": "object",
    "required": [
      "field",
      "indexScore",
      "moreValuesAvailable",
      "values"
    ],
    "properties": {
      "field": {
        "type": "string",
        "description": "The name of the field on which the facet is based.\n\n**Example: `author`"
      },
      "moreValuesAvailable": {
        "type": "boolean",
        "description": "Whether additional values are available for the facet."
      },
      "values": {
        "type": "array",
        "description": "The returned facet values.",
        "items": {
          "oneOf": [
            {
              "$ref": "#/components/schemas/RestFacetResultValue"
            },
            {
              "$ref": "#/components/schemas/RestHierarchicalFacetResponseValue"
            }
          ]
        }
      },
      "mlScore": {
        "type": "number",
        "format": "double",
        "description": "The ranking score computed by Coveo ML DNE for this facet."
      },
      "indexScore": {
        "type": "number",
        "format": "double",
        "description": "The ranking score computed by the index for this facet."
      },
      "isFromAutoSelect": {
        "type": "boolean",
        "description": "Whether the facet was recommended by Coveo ML."
      },
      "label": {
        "type": "string",
        "description": "A human-readable title that describes the facet."
      },
      "domain": {
        "type": "object",
        "description": "The domain of the facet. It represents the lowest and highest values possible for this facet.\n\n**Note:** This property is only populated when the facet is a range facet and `generateAutomaticRanges: true` was requested.\n",
        "properties": {
          "start": {
            "description": "The start of the domain. It represents the lowest value possible for this facet.",
            "anyOf": [
              {
                "type": "string",
                "example": "2001-07-20T23:01:05"
              },
              {
                "type": "integer",
                "format": "int64"
              },
              {
                "type": "number"
              }
            ]
          },
          "end": {
            "description": "The end of the domain. It represents the highest value possible for this facet.",
            "anyOf": [
              {
                "type": "string",
                "example": "2001-07-20T23:01:05"
              },
              {
                "type": "integer",
                "format": "int64"
              },
              {
                "type": "number"
              }
            ]
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/coveo-search-restfacetresult-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.