{
  "data": [
    {
      "type": "onboarding_step",
      "id": "1",
      "attributes": {
        "step_number": 1,
        "layout": "video",
        "video": {
          "url": "/onboarding/onboarding_de_compressed.mp4",
          "alt": "Einführungsvideo der Painfree-App"
        },
        "close_action": {
          "type": "open_step",
          "target_step": 2
        }
      }
    },
    {
      "type": "onboarding_step",
      "id": "2",
      "attributes": {
        "step_number": 2,
        "layout": "image",
        "title": "Willkommen bei Painfree von Reducept! Wir stellen dir ein paar Fragen, um dein Erlebnis persönlich zu gestalten",
        "body": "Deine Antworten helfen uns dabei.",
        "image": {
          "url": "/onboarding/welcome-illustration.png",
          "alt": "Eine fröhliche Skizze einer Person mit Pfeilen und Farben"
        },
        "primary_cta": {
          "label": "Los geht's",
          "action": {
            "type": "open_step",
            "target_step": 3
          }
        }
      }
    },
    {
      "type": "onboarding_step",
      "id": "3",
      "attributes": {
        "step_number": 3,
        "layout": "step",
        "title": "Wo hast du chronische Schmerzen?",
        "options": [
          {
            "value": "low_back_pain",
            "label": "Unterer Rückenschmerz"
          },
          {
            "value": "neck_shoulder_pain",
            "label": "Nacken- und Schulterschmerzen"
          },
          {
            "value": "headache_migraine",
            "label": "Kopfschmerzen / Migräne"
          },
          {
            "value": "pelvic_pain",
            "label": "Becken- oder Beckenbodenschmerzen"
          },
          {
            "value": "jaw_pain",
            "label": "Kieferschmerzen"
          },
          {
            "value": "chronic_muscle_pain",
            "label": "Chronische Muskelschmerzen"
          },
          {
            "value": "chronic_abdominal_pain",
            "label": "Chronische Bauchschmerzen / Reizdarm"
          },
          {
            "value": "osteoarthritis_joint_pain",
            "label": "Arthrose / Gelenkschmerzen"
          },
          {
            "value": "nerve_pain",
            "label": "Nervenschmerzen"
          },
          {
            "value": "endometriosis_pain",
            "label": "Schmerzen durch Endometriose"
          },
          {
            "value": "fibromyalgia",
            "label": "Fibromyalgie"
          },
          {
            "value": "me_cfs",
            "label": "ME/CFS"
          },
          {
            "value": "chronic_post_surgical_pain",
            "label": "Chronische postoperative Schmerzen"
          },
          {
            "value": "other_chronic_pain",
            "label": "Andere chronische Schmerzen"
          },
          {
            "value": "other",
            "label": "Sonstiges"
          }
        ],
        "progress": {
          "current_step": 1,
          "total_steps": 3
        },
        "selection": {
          "type": "multiple",
          "selected_values": []
        },
        "primary_cta": {
          "label": "Weiter",
          "action": {
            "type": "open_step",
            "target_step": 4
          },
          "enabled_when": {
            "selection_not_empty": true
          }
        }
      }
    },
    {
      "type": "onboarding_step",
      "id": "4",
      "attributes": {
        "step_number": 4,
        "layout": "step",
        "title": "Wie lange hast du schon chronische Schmerzen?",
        "body": "Das hilft uns, die Begleitung auf deine Situation abzustimmen.",
        "options": [
          {
            "value": "lt_6m",
            "label": "Weniger als 6 Monate"
          },
          {
            "value": "6_12m",
            "label": "6 bis 12 Monate"
          },
          {
            "value": "1_3y",
            "label": "1 bis 3 Jahre"
          },
          {
            "value": "3_5y",
            "label": "3 bis 5 Jahre"
          },
          {
            "value": "gt_5y",
            "label": "Länger als 5 Jahre"
          }
        ],
        "progress": {
          "current_step": 2,
          "total_steps": 3
        },
        "selection": {
          "type": "single",
          "selected_value": null
        },
        "primary_cta": {
          "label": "Weiter",
          "action": {
            "type": "open_step",
            "target_step": 5
          },
          "enabled_when": {
            "selection_not_empty": true
          }
        }
      }
    },
    {
      "type": "onboarding_step",
      "id": "5",
      "attributes": {
        "step_number": 5,
        "layout": "step",
        "title": "Wie oft möchtest du Painfree nutzen?",
        "body": "Wir passen die Begleitung an deinen Rhythmus an.",
        "options": [
          {
            "value": "daily",
            "label": "Täglich"
          },
          {
            "value": "every2",
            "label": "Alle 2 Tage"
          },
          {
            "value": "every3",
            "label": "Alle 3 Tage"
          }
        ],
        "progress": {
          "current_step": 3,
          "total_steps": 3
        },
        "selection": {
          "type": "single",
          "selected_value": null
        },
        "primary_cta": {
          "label": "Weiter",
          "action": {
            "type": "open_step",
            "target_step": 6
          },
          "enabled_when": {
            "selection_not_empty": true
          }
        }
      }
    },
    {
      "type": "onboarding_step",
      "id": "6",
      "attributes": {
        "step_number": 6,
        "layout": "image",
        "title": "Alles bereit!",
        "body": "Du bist bereit, die App zu nutzen.",
        "image": {
          "url": "/onboarding/finish-illustration.png",
          "alt": "Eine feierliche Figur mit einem grünen Häkchen"
        },
        "primary_cta": {
          "label": "Loslegen",
          "action": {
            "type": "finish_onboarding"
          }
        }
      }
    }
  ]
}