{
  "eventsAndFunctions": [],
  "model": [
    {
      "name": "plan",
      "required": false,
      "type": "ExtStrategicPlanMng.Plan"
    },
    {
      "name": "planId",
      "required": false,
      "type": "string"
    }
  ],
  "root": {
    "children": [
      {
        "children": [
          {
            "binding": "plan.name",
            "label": "[[Name]]",
            "last": true,
            "name": "txtName",
            "size": 2,
            "widget": "TextBox"
          },
          {
            "binding": "plan.description",
            "label": "[[Description]]",
            "last": true,
            "name": "txtDescription",
            "size": 2,
            "widget": "TextBox"
          },
          {
            "binding": "plan.fromDate",
            "label": "[[From]]",
            "name": "dtFrom",
            "widget": "DateBox"
          },
          {
            "binding": "plan.toDate",
            "label": "[[To]]",
            "last": true,
            "name": "dtTo",
            "widget": "DateBox"
          }
        ],
        "layout": "form"
      }
    ],
    "layout": "responsive"
  },
  "routing": {
    "path": "/sf-plan/{planId}/clone"
  },
  "unused": []
}