{
  "$id": "https://elicitra.eigen.rest/developers/v6/schemas/mcp/campaign_list.input.schema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": false,
  "properties": {
    "channel": {
      "enum": [
        "phone_call",
        "web_call",
        "text_chat"
      ],
      "type": "string"
    },
    "cursor": {
      "maxLength": 512,
      "type": "string"
    },
    "limit": {
      "default": 20,
      "maximum": 100,
      "minimum": 1,
      "type": "integer"
    },
    "query": {
      "maxLength": 256,
      "type": "string"
    },
    "scenarioId": {
      "maxLength": 128,
      "minLength": 1,
      "type": "string"
    },
    "status": {
      "enum": [
        "DRAFT",
        "ACTIVE",
        "ARCHIVED"
      ],
      "type": "string"
    }
  },
  "title": "campaign_list input",
  "type": "object"
}
