{
  "properties": {
    "end_ts": {
      "description": "End timestamp (ISO, inclusive)",
      "title": "End Ts",
      "type": "string"
    },
    "event_type_id": {
      "description": "Event type ID to query",
      "title": "Event Type Id",
      "type": "string"
    },
    "limit": {
      "default": 100,
      "description": "Max occurrences to return (default 100, max 200).",
      "maximum": 200,
      "minimum": 1,
      "title": "Limit",
      "type": "integer"
    },
    "offset": {
      "default": 0,
      "description": "Number of leading occurrences to skip for paging.",
      "maximum": 10000,
      "minimum": 0,
      "title": "Offset",
      "type": "integer"
    },
    "start_ts": {
      "description": "Start timestamp (ISO, inclusive)",
      "title": "Start Ts",
      "type": "string"
    },
    "symbol": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Optional symbol filter",
      "title": "Symbol"
    }
  },
  "required": [
    "event_type_id",
    "start_ts",
    "end_ts"
  ],
  "title": "query_eventsArguments",
  "type": "object"
}
