Skip to main content
GET
Get feature configuration schema

Path Parameters

feature
enum<string>
required

The feature to update. Allowed values:

  • signals: Create a parallel collection for storing signals data (such as user clicks or ratings). Signals need to be indexed and aggregated before they can be used.
  • recommendations: Get configuration information about recommendations. Parameters include idField (document ID field), itemsForUser (enable or disable items-for-user recommendations), itemsForQuery (enable or disable items-for-query recommendations), itemsForItem (enable or disable items-for-item recommendations), and queriesForQuery (enable or disable queries-for-query recommendations).
Available options:
signals,
recommendations

Response

200 - application/json

successful operation

type
enum<string>
read-only
Available options:
String,
Number,
Integer,
Boolean,
Object,
Array,
Null,
Ref
title
string
read-only
description
string
read-only
required
string[]
read-only
properties
object
read-only
additionalProperties
object
read-only
minProperties
integer<int32>
read-only
maxProperties
integer<int32>
read-only
definitions
object
read-only
category
string
read-only
categoryPriority
integer<int32>
read-only
enum
object[]
read-only
hints
string[]
read-only
unsafe
boolean
read-only
default
object
read-only
oneOf
object[]
read-only
propertyGroups
object[]
read-only