{
  "properties": {
    "card_id": {
      "type": "string"
    },
    "direction": {
      "enum": [
        "long",
        "short"
      ],
      "type": "string"
    },
    "role": {
      "enum": [
        "entry",
        "exit",
        "gate",
        "overlay"
      ],
      "type": "string"
    },
    "strategy_id": {
      "type": "string"
    }
  },
  "required": [
    "strategy_id",
    "card_id",
    "role"
  ],
  "type": "object"
}
