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.typesfilters.types doesn`t show. Please check my actor : https://apify.com/jupri/your-actor-1

