{
  "properties": {
    "conditions": {
      "items": {
        "additionalProperties": true,
        "type": "object"
      },
      "title": "Conditions",
      "type": "array"
    },
    "end_date": {
      "title": "End Date",
      "type": "string"
    },
    "filter_condition": {
      "anyOf": [
        {
          "additionalProperties": true,
          "type": "object"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Filter Condition"
    },
    "horizon": {
      "default": 10,
      "title": "Horizon",
      "type": "integer"
    },
    "hypothesis": {
      "default": "",
      "title": "Hypothesis",
      "type": "string"
    },
    "labels": {
      "anyOf": [
        {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Labels"
    },
    "project_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Project Id"
    },
    "resolution": {
      "title": "Resolution",
      "type": "string"
    },
    "start_date": {
      "title": "Start Date",
      "type": "string"
    },
    "symbol": {
      "title": "Symbol",
      "type": "string"
    }
  },
  "required": [
    "conditions",
    "symbol",
    "resolution",
    "start_date",
    "end_date"
  ],
  "title": "signal_compareArguments",
  "type": "object"
}
