{
  "additionalProperties": false,
  "description": "Payload for ``trade.step_activated``.\n\nEmitted in ``application/commands/trades.py::ActivateTradeCommandHandler``\non initial activation, and again from the settle-PASS advancement path\n(``_apply_evaluated_verdict``) each time the trade moves to its next step.",
  "properties": {
    "step_no": {
      "title": "Step No",
      "type": "integer"
    },
    "trade_id": {
      "title": "Trade Id",
      "type": "string"
    }
  },
  "required": [
    "trade_id",
    "step_no"
  ],
  "title": "TradeStepActivatedEventPayload",
  "type": "object"
}
