485 B
485 B
2021-12-02
Search inputs JSON
[
{
"field": "name",
"description": "Name",
"operators": [
{
"name": "is",
"description": "is",
"type": "string"
},
{
"name": "choose",
"type": "enum",
"options": [
"a",
"b"
]
}
]
}
]