Survey JSON Shape
The developer page provides examples but not a formal JSON Schema document.
This page captures the observed object shapes from those examples.
Survey
{
"id": "bf92a312-cc65-4126-8298-bcb5c957bddd",
"title": "Customer Satisfaction Survey"
}
Survey Page
{
"id": "925c5b5a-3aae-4845-8eaf-595b14f85a43",
"title": "Your Workplace",
"pageIndex": 0
}
Survey Question
{
"id": "e1a760f9-dcf1-4c6d-b516-639c4b803a61",
"type": "Star Rating",
"questionIndex": 0,
"properties": {
"title": "How would you rate us?",
"length": 5,
"color": "#F5A623",
"half": false,
"requireAnswer": true
}
}