!!!Joefree!!! ๐Ÿ‘‘!
Apify & Crawleeโ€ข12mo agoโ€ข
7 replies
!!!Joefree!!! ๐Ÿ‘‘

BUG 2024/03/19: INPUT_SCHEMA.JSON

Parameter name containing a dot (.) with editor
stringList
doesn't work on web console.

Example INPUT_SCHEMA.JSON
{
    "title"            : "Test",
    "type"            : "object",
    "schemaVersion"    : 1,
    "properties"    : {        
        
        "search.location": {"title": "Locations #1", "type": "array", "description":"", "editor":"stringList", "prefill": ["Bandung"]}, ### <-- Problem
        
        "search_location": {"title": "Locations #2", "type": "array", "description":"", "editor":"stringList", "prefill": ["Bandung"]}
    }
}

check Actor-ID: acfF0psV9y4e9Z4hq
Can't click the
+Add
button. When edited using
Bulk
button, the resulting
Json
is weird. It automatically become Object Structure which is nice effect. not sure if this really a Bug, or new features ?
image.png
Was this page helpful?