{
  "decisionId": "AUTO-RENT-009",
  "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-RENT-009",
    "decisionName": "Recommend Vehicle Class",
    "profileId": "balanced",
    "scenarioId": null,
    "options": [
      {
        "optionId": "CLASS-COMPACT",
        "name": "Compact",
        "values": {
          "recommend_vehicle_class_customer_fit_score": 76,
          "recommend_vehicle_class_vehicle_or_resource_fit": 95,
          "recommend_vehicle_class_operational_readiness": 94,
          "recommend_vehicle_class_financial_impact": 64,
          "recommend_vehicle_class_risk_exposure": 24,
          "recommend_vehicle_class_time_sensitivity": 15
        }
      },
      {
        "optionId": "CLASS-MIDSIZE",
        "name": "Midsize",
        "values": {
          "recommend_vehicle_class_customer_fit_score": 94,
          "recommend_vehicle_class_vehicle_or_resource_fit": 84,
          "recommend_vehicle_class_operational_readiness": 90,
          "recommend_vehicle_class_financial_impact": 83,
          "recommend_vehicle_class_risk_exposure": 10,
          "recommend_vehicle_class_time_sensitivity": 20
        }
      },
      {
        "optionId": "CLASS-SUV",
        "name": "SUV",
        "values": {
          "recommend_vehicle_class_customer_fit_score": 90,
          "recommend_vehicle_class_vehicle_or_resource_fit": 72,
          "recommend_vehicle_class_operational_readiness": 78,
          "recommend_vehicle_class_financial_impact": 96,
          "recommend_vehicle_class_risk_exposure": 16,
          "recommend_vehicle_class_time_sensitivity": 35
        }
      }
    ]
  },
  "businessSchemaValid": true,
  "directMappingMatches": true,
  "winner": "CLASS-MIDSIZE",
  "ranking": [
    {
      "rank": 1,
      "optionId": "CLASS-MIDSIZE",
      "optionName": "Midsize",
      "score": 0.721022
    },
    {
      "rank": 2,
      "optionId": "CLASS-COMPACT",
      "optionName": "Compact",
      "score": 0.5
    },
    {
      "rank": 3,
      "optionId": "CLASS-SUV",
      "optionName": "SUV",
      "score": 0.441274
    }
  ],
  "ahp": {
    "isConsistent": true,
    "consistencyRatio": 0,
    "weights": {
      "recommend_vehicle_class_customer_fit_score": 0.16666666666666666,
      "recommend_vehicle_class_vehicle_or_resource_fit": 0.16666666666666666,
      "recommend_vehicle_class_operational_readiness": 0.16666666666666666,
      "recommend_vehicle_class_financial_impact": 0.16666666666666666,
      "recommend_vehicle_class_risk_exposure": 0.16666666666666666,
      "recommend_vehicle_class_time_sensitivity": 0.16666666666666666
    },
    "winner": "CLASS-MIDSIZE"
  },
  "changedInputWinner": "CLASS-COMPACT"
}
