{
  "name": "Logo Files Upload",
  "description": "Request logo files in all required formats — SVG, PNG, PDF, EPS, and AI.",
  "version": "1.0",
  "questions": [
    {
      "questionText": "Company name",
      "questionType": "text",
      "required": true
    },
    {
      "questionText": "Please upload the logo in vector formats (SVG, AI, EPS, PDF).",
      "questionType": "file",
      "required": true,
      "fileConfig": {
        "allowedFileTypes": [".svg", ".ai", ".eps", "application/pdf", ".zip"],
        "maxFileSizeMB": 50,
        "maxFiles": 10
      }
    },
    {
      "questionText": "Please upload the logo as PNG (transparent background, high resolution).",
      "questionType": "file",
      "required": true,
      "fileConfig": {
        "allowedFileTypes": ["image/png", ".png"],
        "maxFileSizeMB": 25,
        "maxFiles": 5
      }
    },
    {
      "questionText": "Which logo variants are available?",
      "questionType": "multiselect",
      "required": false,
      "options": ["Full color", "Monochrome / Black", "White (for dark backgrounds)", "Icon only", "Horizontal", "Stacked / Square"]
    },
    {
      "questionText": "Is there a minimum size or exclusion zone we should respect?",
      "questionType": "textarea",
      "required": false
    },
    {
      "questionText": "Any special usage restrictions?",
      "questionType": "textarea",
      "required": false
    }
  ]
}
