[
{
"type": "stringSingleSelect",
"field": "protocol_ids",
"content": {
"label": "Platform",
"description": "The platform where the data originated"
},
"defaultOperator": "includes",
"allowedOperators": ["includes", "not-includes"],
"selectOptions": [
{ "value": 2, "content": { "label": "Centrifuge" } },
{ "value": 16, "content": { "label": "Ondo" } }
]
},
{
"type": "Dollar",
"field": "circulating_market_value_dollar",
"content": {
"label": "Circulating Market Value",
"description": "..."
},
"defaultOperator": "gte",
"allowedOperators": ["gt", "gte", "lt", "lte", "equals", "notEquals"]
},
{
"type": "boolean",
"field": "is_investable",
"content": {
"label": "Is Investable",
"description": "Whether the asset is investable"
},
"defaultOperator": "equals",
"defaultValue": true,
"allowedOperators": ["equals", "notEquals"]
}
// ...
]