Couchbase · Schema

SearchIndexResponse

Single search index definition response

AnalyticsApp ServicesBackupCapellaCloudDatabaseDBaaSEventingFull-Text SearchGatewayJSONMobileNoSQLReplicationSQL++SyncVector SearchXDCR

Properties

Name Type Description
status string Response status
indexDef object
View JSON Schema on GitHub

JSON Schema

couchbase-searchindexresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SearchIndexResponse",
  "title": "SearchIndexResponse",
  "type": "object",
  "description": "Single search index definition response",
  "properties": {
    "status": {
      "type": "string",
      "description": "Response status"
    },
    "indexDef": {
      "$ref": "#/components/schemas/SearchIndexDefinition"
    }
  }
}