Index
An index object contains a list of values for a specific category in Riftbound, such as tags, domains, or keywords. It includes the total number of values, the category type, and an array of values belonging to the category.
totalinteger
The total number of values.
typestring
The type of index
valuesValues (string,integer)[]
An array of distinct values of the specified type.
Index
{
"total": 7,
"type": "domains",
"values": [
"Body",
"Calm",
"Chaos",
"Colorless",
"Fury",
"Mind",
"Order"
]
}