{
    "title": "KA Tuxedo Billet — entrée",
    "type": "object",
    "schemaVersion": 1,
    "properties": {
        "tenants": {
            "title": "Tenants",
            "type": "array",
            "description": "Sous-domaines *.tuxedobillet.com à moissonner (ex. espacetheatre).",
            "editor": "stringList",
            "prefill": ["espacetheatre"]
        },
        "renderWaitMs": {
            "title": "Attente de rendu (ms)",
            "type": "integer",
            "description": "Délai supplémentaire après le chargement pour laisser Angular peindre la liste.",
            "default": 6000
        },
        "proxyConfiguration": {
            "title": "Proxy",
            "type": "object",
            "description": "Proxy Apify (résidentiel CA recommandé).",
            "editor": "proxy",
            "default": {"useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "CA"}
        }
    },
    "required": ["tenants"]
}
