diff --git a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/task_template-beamforming_observation-1.json b/SAS/TMSS/backend/src/tmss/tmssapp/schemas/task_template-beamforming_observation-1.json
index 28c435ca44ee6d83defdc213878a4b8544b257f2..a538d91b1024f0741b28abdf5446ba98242e3168 100644
--- a/SAS/TMSS/backend/src/tmss/tmssapp/schemas/task_template-beamforming_observation-1.json
+++ b/SAS/TMSS/backend/src/tmss/tmssapp/schemas/task_template-beamforming_observation-1.json
@@ -206,22 +206,25 @@
             },
             "required": ["SAPs"]
           },
-          "flys_eye_enabled": {
-            "title": "Enable Fly's Eye",
-            "type": "boolean",
-            "default": false
-          },
           "flys eye": {
             "title": "Fly's Eye Settings",
             "description": "Produce beams containing the individual station signals",
             "type": "object",
             "additionalProperties": false,
+            "default": {},
             "properties": {
               "settings": {
                 "$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/beamforming/1#/definitions/stokes_settings"
+              },
+              "enabled": {
+                "title": "Enable Fly's Eye",
+                "type": "boolean",
+                "default": false
               }
             },
-            "required": [ "settings" ]
+            "required": [
+              "settings",
+              "enabled"]
           },
           "stations": {
             "description": "Stations to beam form. Empty list = beam form all stations in the observation.",