{
  "options": [
    {
      "name": "Platform X",
      "metadata": {
        "hosting": "managed",
        "compliance": "SOC 2"
      },
      "values": [
        {
          "criterion_name": "reliability",
          "value": 9.0
        },
        {
          "criterion_name": "setup_effort",
          "value": 6.0
        },
        {
          "criterion_name": "support_quality",
          "value": 8.8
        },
        {
          "criterion_name": "extensibility",
          "value": 7.4
        },
        {
          "criterion_name": "total_cost",
          "value": 54000
        }
      ]
    },
    {
      "name": "Platform Y",
      "metadata": {
        "hosting": "hybrid",
        "compliance": "SOC 2"
      },
      "values": [
        {
          "criterion_name": "reliability",
          "value": 8.1
        },
        {
          "criterion_name": "setup_effort",
          "value": 4.2
        },
        {
          "criterion_name": "support_quality",
          "value": 7.9
        },
        {
          "criterion_name": "extensibility",
          "value": 9.1
        },
        {
          "criterion_name": "total_cost",
          "value": 47000
        }
      ]
    },
    {
      "name": "Platform Z",
      "metadata": {
        "hosting": "managed",
        "compliance": "ISO 27001"
      },
      "values": [
        {
          "criterion_name": "reliability",
          "value": 8.7,
          "confidence": 0.82
        },
        {
          "criterion_name": "setup_effort",
          "value": 5.3
        },
        {
          "criterion_name": "support_quality",
          "value": 8.1
        },
        {
          "criterion_name": "extensibility",
          "value": 8.0
        },
        {
          "criterion_name": "total_cost",
          "value": 50000
        }
      ]
    }
  ],
  "criteria": [
    {
      "name": "reliability",
      "weight": 0.3,
      "direction": "benefit",
      "description": "Observed reliability under expected production usage."
    },
    {
      "name": "setup_effort",
      "weight": 0.15,
      "direction": "cost",
      "description": "Engineering effort required for initial rollout."
    },
    {
      "name": "support_quality",
      "weight": 0.2,
      "direction": "benefit",
      "description": "Vendor or internal support responsiveness and resolution quality."
    },
    {
      "name": "extensibility",
      "weight": 0.15,
      "direction": "benefit",
      "description": "Ability to extend or integrate the platform over time."
    },
    {
      "name": "total_cost",
      "weight": 0.2,
      "direction": "cost",
      "description": "Total yearly cost of ownership in EUR."
    }
  ],
  "constraints": [
    {
      "constraint_type": "max_value",
      "criterion_name": "total_cost",
      "threshold": 60000,
      "hard": true
    }
  ],
  "policy_name": "balanced",
  "context": "Select a platform for an internal engineering enablement rollout."
}
