BUG ? : input_schema.json

whats wrong with this :
{
"title": "",
"type": "object",
"schemaVersion": 1,
"required": [],
"properties": {

"filters.sort" : {
"sectionCaption": "๐Ÿ”Ž Posts Filters",
"title": "Sort", "type": "string", "description": "",
"enum": ["new", "old"], "enumTitles": ["Newest to oldest", "Oldest to newest"]
},
"filters.search": {
"title": "Search", "type": "string", "description": "๐Ÿ’ก Search posts", "editor": "textfield"
},

"filters.types": {
"title": "Types", "type": "array", "description": "", "editor": "select",
"items": {
"type" : "string",
"enum" : ["text","image","video","audio","podcast","link","poll"],
"enumTitles": ["Text","Image","Video","Audio","Podcast","Link","Poll"]
}
},

"filters.public" : {
"title": "Yes", "type": "boolean", "description": "๐Ÿ’ก Public posts only", "groupCaption": "Public"
}
}
}
{
"title": "",
"type": "object",
"schemaVersion": 1,
"required": [],
"properties": {

"filters.sort" : {
"sectionCaption": "๐Ÿ”Ž Posts Filters",
"title": "Sort", "type": "string", "description": "",
"enum": ["new", "old"], "enumTitles": ["Newest to oldest", "Oldest to newest"]
},
"filters.search": {
"title": "Search", "type": "string", "description": "๐Ÿ’ก Search posts", "editor": "textfield"
},

"filters.types": {
"title": "Types", "type": "array", "description": "", "editor": "select",
"items": {
"type" : "string",
"enum" : ["text","image","video","audio","podcast","link","poll"],
"enumTitles": ["Text","Image","Video","Audio","Podcast","Link","Poll"]
}
},

"filters.public" : {
"title": "Yes", "type": "boolean", "description": "๐Ÿ’ก Public posts only", "groupCaption": "Public"
}
}
}
filters.types doesn`t show. Please check my actor : https://apify.com/jupri/your-actor-1
Apify
Your Actor 1 ยท Apify
Sadly, Actor jupri/your-actor-1 has no description.
No description
3 Replies
!!!Joefree!!! ๐Ÿ‘‘
!!!Joefree!!! ๐Ÿ‘‘OPโ€ข2mo ago
Google Chrome Console errors:
No description
luigi.ruocco
luigi.ruoccoโ€ข2mo ago
Hello! It looks like there is a problem with problem with properties named using a point and the array type. I'll pass this information to the team so that they can have a look, in the meantime I would suggest you to have a simpler schema using another convention for naming, like camelcase. Thank you for your feedback!
!!!Joefree!!! ๐Ÿ‘‘
!!!Joefree!!! ๐Ÿ‘‘OPโ€ข2mo ago
Thanks. It happens when the type is set to 'array'. It used to work, but now it's broken. Many of my actors use this syntax, and now the input is disappearing. I have to update all of them one by one ๐Ÿ˜ต . It works if I use : or example, filters:types

Did you find this page helpful?