Try like this
"inputs": {
"index_filter": {
"type": "input.text",
"title": "Search Index Name",
"options": {
"token": "index_filter",
"defaultValue": ""
}
}
},
Unfortunately adding that gives me:
[Error: Input is not present in the global inputs structure or layout structure]: Input "index_filter" is defined but not used in either the Global Inputs Structure or in any Layout Structure
OK so the error message tells you what to do!
"layout": {
"globalInputs": [
"index_filter"
],