diff --git a/FPM-PP/fpm_pp_ready_swagger.json b/FPM-PP/fpm_pp_ready_swagger.json
index cca104127deacbfd0b69c1777b9068608f42da2b..5da69e055c1867d432ac9e8b28ac0e1f7acf6928 100644
--- a/FPM-PP/fpm_pp_ready_swagger.json
+++ b/FPM-PP/fpm_pp_ready_swagger.json
@@ -1,33 +1,33 @@
 {
-  "swagger" : "2.0",
-  "info" : {
-    "description" : null,
-    "version" : "1.0.0",
-    "title" : null,
-    "termsOfService" : null,
-    "contact" : null,
-    "license" : null
+  "swagger": "2.0",
+  "info": {
+    "description": "",
+    "version": "1.0.0",
+    "title": "ready_swagger",
+    "termsOfService": "",
+    "contact": {},
+    "license": {"name":""}
   },
-  "host" : "uwiscprod.assetworks.cloud",
-  "basePath" : "/ready/api/reporting",
-  "schemes" : [ "https" ],
-  "paths" : {
-    "/request" : {
-      "get" : {
-        "tags" : [ "1" ],
-        "summary" : null,
-        "description" : null,
-        "operationId" : "1",
-        "produces" : [ "application/json" ],
-        "consumes" : [ "application/json" ],
-        "parameters" : [ ],
-        "responses" : {
-          "200" : {
-            "description" : "successful operation",
-            "schema" : {
-              "type" : "array",
-              "items" : {
-                "$ref" : "#/definitions/1"
+  "host": "uwiscprod.assetworks.cloud",
+  "basePath": "/ready/api/reporting",
+  "schemes": ["https"],
+  "paths": {
+    "/request": {
+      "get": {
+        "tags": ["request"],
+        "summary": "",
+        "description": "",
+        "operationId": "getRequest",
+        "produces": ["application/json"],
+        "consumes": ["application/json"],
+        "parameters": [],
+        "responses": {
+          "200": {
+            "description": "successful operation",
+            "schema": {
+              "type": "array",
+              "items": {
+                "$ref": "#/definitions/Request"
               }
             }
           }
@@ -35,44 +35,45 @@
       }
     }
   },
-  "definitions" : {
-    "1" : {
-      "properties" : {
-        "template" : {
-          "type" : "string"
+  "definitions": {
+    "Request": {
+      "properties": {
+        "template": {
+          "type": "string"
         },
-        "values" : {
-          "type" : "string"
+        "values": {
+          "type": "string"
         },
-        "title" : {
-          "type" : "string"
+        "title": {
+          "type": "string"
         },
-        "additionalFieldsValues" : {
-          "type" : "string"
+        "additionalFieldsValues": {
+          "type": "string"
         },
-        "closed" : {
-          "type" : "boolean"
+        "closed": {
+          "type": "boolean"
         },
-        "dateCreated" : {
-          "type" : "string"
+        "dateCreated": {
+          "type": "string",
+          "format": "date"
         },
-        "requestor" : {
-          "type" : "string"
+        "requestor": {
+          "type": "string"
         },
-        "requestId" : {
-          "type" : "string",
+        "requestId": {
+          "type": "string"
         },
-        "workflowStates" : {
-          "type" : "string",
+        "workflowStates": {
+          "type": "string"
         },
-        "respondents" : {
-          "type" : "string"
+        "respondents": {
+          "type": "string"
         },
-        "aimStatusHistory.primaryKey" : {
-          "type" : "string",
+        "aimStatusHistory.primaryKey": {
+          "type": "string"
         },
-        "workflowResponses" : {
-          "type" : "string",
+        "workflowResponses": {
+          "type": "string"
         }
       }
     }