{
  "decisionId": "AUTO-NCD-002",
  "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-NCD-002",
    "decisionName": "Recommend Vehicle Model",
    "profileId": "balanced",
    "scenarioId": null,
    "options": [
      {
        "optionId": "MODEL-A",
        "name": "Compact hybrid",
        "values": {
          "customer_purchase_readiness": 4.2,
          "vehicle_fit_score": 4.8,
          "gross_profit_potential": 2400,
          "inventory_availability": 4.7,
          "deal_risk": 1.5
        }
      },
      {
        "optionId": "MODEL-B",
        "name": "Family crossover",
        "values": {
          "customer_purchase_readiness": 4.2,
          "vehicle_fit_score": 4.5,
          "gross_profit_potential": 3800,
          "inventory_availability": 3.8,
          "deal_risk": 2.1
        }
      },
      {
        "optionId": "MODEL-C",
        "name": "Electric hatchback",
        "values": {
          "customer_purchase_readiness": 4.2,
          "vehicle_fit_score": 4.3,
          "gross_profit_potential": 3100,
          "inventory_availability": 4.1,
          "deal_risk": 2.5
        }
      }
    ]
  },
  "businessSchemaValid": true,
  "directMappingMatches": true,
  "winner": "MODEL-A",
  "ranking": [
    {
      "rank": 1,
      "optionId": "MODEL-A",
      "optionName": "Compact hybrid",
      "score": 0.62112
    },
    {
      "rank": 2,
      "optionId": "MODEL-B",
      "optionName": "Family crossover",
      "score": 0.501172
    },
    {
      "rank": 3,
      "optionId": "MODEL-C",
      "optionName": "Electric hatchback",
      "score": 0.256524
    }
  ],
  "ahp": {
    "isConsistent": true,
    "consistencyRatio": 0.04407,
    "weights": {
      "customer_purchase_readiness": 0.326177949522691,
      "vehicle_fit_score": 0.326177949522691,
      "gross_profit_potential": 0.17511579219997586,
      "inventory_availability": 0.08626415437732103,
      "deal_risk": 0.08626415437732103
    },
    "winner": "MODEL-A"
  },
  "changedInputWinner": "MODEL-B"
}
