A metadata query index
"-9876"
The ID of the metadata query index.
"metadata_query_index"
Value is always metadata_query_index
A list of template fields which make up the index.
"vendor name"
The metadata template field key.
"asc"
The sort direction of the field.
Value is one of asc
,desc
"active"
The status of the metadata query index
Value is one of building
,active
,disabled
{
"id": "-9876",
"type": "metadata_query_index",
"fields": [
{
"key": "vendor name",
"sort_direction": "asc"
}
],
"status": "active"
}