!!!Joefree!!! ๐Ÿ‘‘!
Apify & Crawleeโ€ข8mo agoโ€ข
4 replies
!!!Joefree!!! ๐Ÿ‘‘

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"
        }
    }
}


filters.types
doesn`t show. Please check my actor : https://apify.com/jupri/your-actor-1
image.png
Apify
Sadly, Actor jupri/your-actor-1 has no description.
Your Actor 1 ยท Apify
Was this page helpful?