{
  "decisionId": "AUTO-PART-003",
  "executionMode": "local-in-process",
  "engine": "DecisioQ.DecisionEngine.Services.TopsisEngine",
  "note": "Local computation, not a hosted API capture. Schema validation and direct-field mapping parity checked; full translation orchestration and HTTP transport not executed.",
  "request": {
    "decisionId": "AUTO-PART-003",
    "decisionName": "Select Shipping Method",
    "profileId": "balanced",
    "scenarioId": null,
    "options": [
      {
        "optionId": "SHIP-GROUND",
        "name": "Tracked ground service",
        "values": {
          "fit_score": 3.6,
          "availability": 4.8,
          "cost": 24,
          "quality_score": 4.2,
          "risk": 2.2
        }
      },
      {
        "optionId": "SHIP-EXPRESS",
        "name": "Next-day express",
        "values": {
          "fit_score": 4.8,
          "availability": 4.4,
          "cost": 68,
          "quality_score": 4.7,
          "risk": 1.5
        }
      },
      {
        "optionId": "SHIP-COURIER",
        "name": "Dedicated local courier",
        "values": {
          "fit_score": 4.6,
          "availability": 3.8,
          "cost": 115,
          "quality_score": 4.5,
          "risk": 1.8
        }
      }
    ]
  },
  "businessSchemaValid": true,
  "directMappingMatches": true,
  "winner": "SHIP-EXPRESS",
  "ranking": [
    {
      "rank": 1,
      "optionId": "SHIP-EXPRESS",
      "optionName": "Next-day express",
      "score": 0.732881
    },
    {
      "rank": 2,
      "optionId": "SHIP-GROUND",
      "optionName": "Tracked ground service",
      "score": 0.488366
    },
    {
      "rank": 3,
      "optionId": "SHIP-COURIER",
      "optionName": "Dedicated local courier",
      "score": 0.424247
    }
  ],
  "ahp": {
    "isConsistent": true,
    "consistencyRatio": 0.01242,
    "weights": {
      "fit_score": 0.34345000699342143,
      "availability": 0.34345000699342143,
      "cost": 0.1290097856829543,
      "quality_score": 0.1290097856829543,
      "risk": 0.055080414647248506
    },
    "winner": "SHIP-EXPRESS"
  },
  "changedInputWinner": "SHIP-GROUND"
}
