{
  "$schema": "https://mx8labs.com/schemas/mx8-completed-conjoint-design-v1.schema.json",
  "schemaVersion": 1,
  "kind": "mx8.completed-conjoint-design",
  "metadata": {
    "sourceName": "example-client-design",
    "sourceFormat": "Example"
  },
  "study": {
    "name": "Coffee subscription",
    "questionText": "Which coffee subscription would you prefer?",
    "hasDontKnowOption": false,
    "assignmentStrategy": "least-filled",
    "randomizeTaskOrder": false,
    "randomizeConceptOrder": false
  },
  "attributes": [
    {
      "id": "brand",
      "name": "Brand",
      "type": "categorical",
      "levels": [
        { "id": "brand-a", "label": "Brand A" },
        { "id": "brand-b", "label": "Brand B" }
      ]
    },
    {
      "id": "price",
      "name": "Monthly price",
      "type": "numeric",
      "levels": [
        { "id": "price-10", "label": "10" },
        { "id": "price-20", "label": "20" }
      ]
    }
  ],
  "concepts": [
    {
      "id": "concept-1",
      "values": {
        "brand": "brand-a",
        "price": "price-10"
      }
    },
    {
      "id": "concept-2",
      "values": {
        "brand": "brand-b",
        "price": "price-20"
      }
    },
    {
      "id": "concept-3",
      "values": {
        "brand": "brand-a",
        "price": "price-20"
      }
    }
  ],
  "taskSets": [
    {
      "id": "version-1",
      "tasks": [
        { "id": "version-1-task-1", "conceptIds": ["concept-1", "concept-2"] },
        { "id": "version-1-task-2", "conceptIds": ["concept-3", "concept-2"] }
      ]
    }
  ],
  "prohibitions": []
}
