diff --git a/formats/planning_configuration.py b/formats/planning_configuration.py
index 27a315434cc4aac4913f96d07e313db21f346927..b4500776d0204bbb68fe323e8da1179ed03ce1d7 100644
--- a/formats/planning_configuration.py
+++ b/formats/planning_configuration.py
@@ -76,7 +76,7 @@ platform_schema = {
             "description": "Maximum altitude set for squad.",
             "example": 0.9,
         },
-        "additional_specs": {
+        "additional_data": {
             "description": "Any addition fields/data to be added here",
             "example": {"swath_width": 10.0, "scan_type": "DVL"},
             "type": "object",
diff --git a/project/soar/swagger.json b/project/soar/swagger.json
index cbb07a5a46143c043c8bee223436e0bc423e0834..7e0d681dcf8c24dc03aa291ac9327688f57ef3ec 100644
--- a/project/soar/swagger.json
+++ b/project/soar/swagger.json
@@ -432,7 +432,7 @@
                            "description":"Squad consists of these platforms",
                            "items":{
                               "properties":{
-                                 "additional_specs":{
+                                 "additional_data":{
                                     "description":"Any addition fields/data to be added here",
                                     "example":{
                                        "scan_type":"DVL",
diff --git a/tests/fixtures/schemas.py b/tests/fixtures/schemas.py
index 7ddf3c1f519af52df78499519ee447a52531ef55..dcc6ac34602bbfcfbb73ac284e7202bae6fb3b9c 100644
--- a/tests/fixtures/schemas.py
+++ b/tests/fixtures/schemas.py
@@ -311,7 +311,7 @@ platform_schema = {
             "description": "Maximum altitude set for squad.",
             "example": 0.9,
         },
-        "additional_specs": {
+        "additional_data": {
             "description": "Any addition fields/data to be added here",
             "example": {"swath_width": 10.0, "scan_type": "DVL"},
         },
diff --git a/tests/fixtures/swagger.json b/tests/fixtures/swagger.json
index 6372a06f7d02cd9bd62f58e63d6857084873ca03..a1db4bff435b9686156a7372002b2bb7823302bb 100644
--- a/tests/fixtures/swagger.json
+++ b/tests/fixtures/swagger.json
@@ -322,7 +322,7 @@
                   "description": "Squad consists of these platforms",
                   "items": {
                     "properties": {
-                      "additional_specs": {
+                      "additional_data": {
                         "description": "Any addition fields/data to be added here",
                         "example": {
                           "scan_type": "DVL",