{
  "title": "QC Social Pulse",
  "type": "object",
  "schemaVersion": 1,
  "properties": {
    "tasks": {
      "title": "Tâches",
      "type": "array",
      "description": "[{platform: instagram|facebook|youtube|tiktok|x, party: CAQ|PLQ|PQ|QS|PCQ, target?: compte, query?: recherche, limit?: n}]",
      "editor": "json",
      "prefill": [
        {
          "platform": "youtube",
          "party": "PQ",
          "query": "Parti québécois élections 2026",
          "limit": 3
        }
      ]
    },
    "maxCommentsPerVideo": {
      "title": "Commentaires max par vidéo",
      "type": "integer",
      "default": 20,
      "minimum": 0,
      "maximum": 100,
      "description": "Nombre maximal de commentaires publics récoltés par vidéo YouTube.",
      "editor": "number"
    },
    "proxyCountry": {
      "title": "Pays du proxy",
      "type": "string",
      "default": "CA",
      "editor": "textfield",
      "description": "Code pays du proxy résidentiel Apify (défaut CA)."
    }
  },
  "required": [
    "tasks"
  ]
}