{
  "type": "VerticalLayout",
  "elements": [
    {
      "type": "Control",
      "scope": "#/properties/name"
    },
    {
      "type": "Control",
      "scope": "#/properties/description"
    },
    {
      "type": "Control",
      "scope": "#/properties/done"
    },
    {
      "type": "Control",
      "scope": "#/properties/due_date"
    },
    {
      "type": "Control",
      "scope": "#/properties/rating"
    },
    {
      "type": "Control",
      "scope": "#/properties/recurrence"
    },
    {
      "type": "Control",
      "scope": "#/properties/recurrence_interval"
    }
  ]
}