{
  "id": "article-feedback",
  "title": "Article Feedback",
  "block": {
    "title": "Was this article helpful?",
    "inputs": [
      {
        "id": "helpful",
        "type": "RADIO",
        "label": "Yes, this article was helpful",
        "group": "helpful",
        "checkedValue": true
      },
      {
        "id": "helpful",
        "type": "RADIO",
        "label": "No, this article wasn't helpful",
        "group": "helpful",
        "checkedValue": false
      }
    ],
    "validations": [
      {
        "type": "REQUIRED",
        "message": "Please tell us if the article was helpful"
      }
    ]
  },
  "theme": {
    "colorScheme": "light",
    "primaryColor": "#0077b6",
    "textColor": "#222222",
    "backgroundColor": "#ffffff",
    "borderColor": "#e0e0e0",
    "roundedBtn": "0.25rem",
    "roundedBox": "0.375rem"
  },
  "uiSettings": {
    "useAnimation": true
  },
  "thankyouMessage": "Thank you for your feedback! We're constantly working to improve our content."
}