{
  "id": "micro-survey-1",
  "title": "Feedback",
  "subtitle": "Help us improve our product",
  "block": {
    "title": "How would you rate your experience?",
    "subtitle": "Your feedback helps us improve our service",
    "inputs": [
      {
        "id": "rating",
        "type": "STAR_SCALE",
        "label": "Rate your experience",
        "maxValue": 5,
        "hint": "1 = Poor, 5 = Excellent"
      }
    ],
    "validations": [
      {
        "type": "REQUIRED",
        "message": "Please rate your experience before submitting"
      }
    ]
  },
  "theme": {
    "colorScheme": "light",
    "primaryColor": "#4361ee",
    "textColor": "#333333",
    "backgroundColor": "#ffffff",
    "borderColor": "#dddddd",
    "roundedBtn": "0.25rem",
    "roundedBox": "0.5rem",
    "fontFamily": "sans-serif"
  },
  "uiSettings": {
    "useAnimation": true,
    "showProgress": false
  },
  "thankyouMessage": "Thank you for your feedback! We appreciate your input.",
  "dataEndpoint": "/api/survey-responses"
}