Get feature configuration schema
import requests
url = "https://{FUSION HOST}/api/features/{feature}/_schema"
response = requests.get(url)
print(response.text){
"title": "<string>",
"description": "<string>",
"required": [
"<string>"
],
"properties": {},
"additionalProperties": {},
"minProperties": 123,
"maxProperties": 123,
"definitions": {},
"category": "<string>",
"categoryPriority": 123,
"enum": [
{}
],
"hints": [
"<string>"
],
"unsafe": true,
"default": {},
"oneOf": [
{
"title": "<string>",
"description": "<string>",
"enum": [
{}
],
"default": {},
"category": "<string>",
"categoryPriority": 123,
"hints": [
"<string>"
],
"unsafe": true,
"oneOf": "<unknown>"
}
],
"propertyGroups": [
{
"label": "<string>",
"properties": [
"<string>"
]
}
]
}Get a feature’s configuration schema.
GET
/
features
/
{feature}
/
_schema
Get feature configuration schema
import requests
url = "https://{FUSION HOST}/api/features/{feature}/_schema"
response = requests.get(url)
print(response.text){
"title": "<string>",
"description": "<string>",
"required": [
"<string>"
],
"properties": {},
"additionalProperties": {},
"minProperties": 123,
"maxProperties": 123,
"definitions": {},
"category": "<string>",
"categoryPriority": 123,
"enum": [
{}
],
"hints": [
"<string>"
],
"unsafe": true,
"default": {},
"oneOf": [
{
"title": "<string>",
"description": "<string>",
"enum": [
{}
],
"default": {},
"category": "<string>",
"categoryPriority": 123,
"hints": [
"<string>"
],
"unsafe": true,
"oneOf": "<unknown>"
}
],
"propertyGroups": [
{
"label": "<string>",
"properties": [
"<string>"
]
}
]
}Path Parameters
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 includeidField(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), andqueriesForQuery(enable or disable queries-for-query recommendations).
Available options:
signals, recommendations Response
200 - application/json
successful operation
Available options:
String, Number, Integer, Boolean, Object, Array, Null, Ref Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?
⌘I