{
  "additionalProperties": false,
  "description": "Payload for ``platform.kill_switch_fired``.\n\nEmitted in ``application/commands/settlement.py::TradeSettlementService.settle_failure``\nonly when the trailing-hour slash count trips the M1 kill switch\n(> ``KILL_SWITCH_SLASHES_PER_HOUR`` slashes in the trailing hour).",
  "properties": {
    "slashes_last_hour": {
      "title": "Slashes Last Hour",
      "type": "integer"
    },
    "trade_id": {
      "title": "Trade Id",
      "type": "string"
    }
  },
  "required": [
    "slashes_last_hour",
    "trade_id"
  ],
  "title": "PlatformKillSwitchFiredEventPayload",
  "type": "object"
}
