Problem with input { type: array, editor: select } on ZAPIER

I have an Actor with input :
...
"types": {
    "title": "Home Types", 
    "type":"array", 
    "description":"", 
    "editor": "select",
    "items": {
        "type": "string",
        "enum":   ["singleFamily","apartment","multiFamily","land"]
    }
}

...


I try to run the Actor via Zapier. But it seems zapier doesn't recognize the enum items. I cannot input this value in any way. how to resolve this ?
image.png
image.png
Was this page helpful?