{
  "properties": {
    "name": {
      "type": "string"
    },
    "parent_strategy_id": {
      "type": "string"
    },
    "symbols": {
      "items": {
        "type": "string"
      },
      "minItems": 1,
      "type": "array"
    },
    "timeframe": {
      "type": "string"
    }
  },
  "required": [
    "name",
    "symbols",
    "timeframe"
  ],
  "type": "object"
}
