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"]}
}
}
{
"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 ?
No description
6 Replies
Hall
Hall•6mo ago
Someone will reply to you shortly. In the meantime, this might help: -# This post was marked as solved by Matous. View answer.
!!!Joefree!!! šŸ‘‘
!!!Joefree!!! šŸ‘‘OP•6mo ago
No description
Oleg V.
Oleg V.•6mo ago
Hey, Thanks. Yeah, I'm seeing the same behavior. I'll report this bug to our team. In the meantime, please avoid deleting or modifying jupri/my-actor-1000 so our devs can check it.šŸ™
!!!Joefree!!! šŸ‘‘
!!!Joefree!!! šŸ‘‘OP•5mo ago
šŸ‘šŸ» šŸ†™
Matous
Matous•5mo ago
Hi, thanks for reporting this. We have it as an issue right now (in private repo, sorry šŸ™‡ā€ā™‚ļø ). Unfortunately, resolving it will take time, and it is not the top priority now...
!!!Joefree!!! šŸ‘‘
!!!Joefree!!! šŸ‘‘OP•5mo ago
šŸ‘šŸ»

Did you find this page helpful?