diff --git a/putfdmvalidate.json b/putfdmvalidate.json
index 484cdaa29515873149665a8cb3dbc817137e99d2..308872f52b920f037ee7f74c548d9b8cdfa57872 100644
--- a/putfdmvalidate.json
+++ b/putfdmvalidate.json
@@ -41,19 +41,12 @@
     }
   },
   "definitions" : {
-    "putfdmvalidate##data##errors" : {
-      "properties" : {
-        "errors" : {
-          "type" : "string"
-          }
-      }
-    },
     "putfdmvalidate##data##attributes" : {
       "properties" : {
         "errors" : {
           "type" : "array",
           "items" : {
-            "$ref" : "#/definitions/putfdmvalidate##errors"
+            "type" : "string"
           }
         },
         "valid" : {