{
  "name": "Photo Licensing Request",
  "description": "Collect usage details before granting access to licensed photos — channel, usage period, region, circulation, and commercial intent.",
  "version": "1.0",
  "questions": [
    {
      "questionText": "Your full name",
      "questionType": "text",
      "required": true
    },
    {
      "questionText": "Company name",
      "questionType": "text",
      "required": true
    },
    {
      "questionText": "Your email address",
      "questionType": "email",
      "required": true
    },
    {
      "questionText": "Is this a commercial use?",
      "questionType": "yesno",
      "required": true
    },
    {
      "questionText": "Which channels will the photos be used on?",
      "questionType": "multiselect",
      "required": true,
      "options": ["Website", "Social media", "Print (magazine, brochure)", "Advertising / Out-of-home", "TV / Broadcast", "Internal / Presentation", "E-commerce / Product listing"]
    },
    {
      "questionText": "Intended usage period",
      "questionType": "select",
      "required": true,
      "options": ["One-time use", "Up to 6 months", "Up to 1 year", "Up to 3 years", "Unlimited / Perpetual"]
    },
    {
      "questionText": "Distribution region",
      "questionType": "select",
      "required": true,
      "options": ["Germany", "DACH (Germany, Austria, Switzerland)", "Europe", "Worldwide"]
    },
    {
      "questionText": "Expected print run or reach (if print or broadcast)",
      "questionType": "number",
      "required": false
    },
    {
      "questionText": "Project or campaign description",
      "questionType": "textarea",
      "required": true
    },
    {
      "questionText": "Link to the publication or campaign (if available)",
      "questionType": "url",
      "required": false
    },
    {
      "questionText": "I confirm that I will use these photos only as described above.",
      "questionType": "yesno",
      "required": true
    }
  ]
}
