{
  "name": "Print Material Brief",
  "description": "Brief for flyers, posters, brochures, and other print pieces — format, circulation, deadline, print-ready files, copy, and logos.",
  "version": "1.0",
  "questions": [
    {
      "questionText": "Project name",
      "questionType": "text",
      "required": true
    },
    {
      "questionText": "Print material type",
      "questionType": "select",
      "required": true,
      "options": ["Flyer (A5 / DL)", "Poster (A3 / A2 / A1)", "Brochure / Folder", "Business card", "Banner / Roll-up", "Postcard", "Sticker", "Other"]
    },
    {
      "questionText": "Format / dimensions",
      "questionType": "text",
      "required": true
    },
    {
      "questionText": "Print run (number of copies)",
      "questionType": "number",
      "required": true
    },
    {
      "questionText": "Delivery / print deadline",
      "questionType": "date",
      "required": true
    },
    {
      "questionText": "Copy / text for the piece",
      "questionType": "textarea",
      "required": true
    },
    {
      "questionText": "Headline / main message",
      "questionType": "text",
      "required": false
    },
    {
      "questionText": "Call-to-action (e.g. website URL, phone number, QR code target)",
      "questionType": "text",
      "required": false
    },
    {
      "questionText": "Please upload logos and brand assets.",
      "questionType": "file",
      "required": true,
      "fileConfig": {
        "allowedFileTypes": ["image/*", ".svg", ".ai", ".eps", "application/pdf", ".zip"],
        "maxFileSizeMB": 50,
        "maxFiles": 10
      }
    },
    {
      "questionText": "Please upload print-ready files or existing designs (if any).",
      "questionType": "file",
      "required": false,
      "fileConfig": {
        "allowedFileTypes": ["application/pdf", ".indd", ".ai", ".psd", ".zip"],
        "maxFileSizeMB": 200,
        "maxFiles": 5
      }
    },
    {
      "questionText": "Paper stock or finish preference",
      "questionType": "select",
      "required": false,
      "options": ["Standard offset", "Gloss coated", "Matt coated", "Uncoated / natural", "Recycled", "No preference"]
    },
    {
      "questionText": "Should the file be set up for bleed?",
      "questionType": "yesno",
      "required": false
    },
    {
      "questionText": "Any special instructions for the printer or designer?",
      "questionType": "textarea",
      "required": false
    }
  ]
}
