From 5a48a729fffd0bf11605caec329d7d5969ab4b8d Mon Sep 17 00:00:00 2001
From: Patrick Roe <patrick.roe@wisc.edu>
Date: Mon, 16 Oct 2023 14:30:12 -0500
Subject: [PATCH] Update putfdmvalidate.json

---
 putfdmvalidate.json | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/putfdmvalidate.json b/putfdmvalidate.json
index 03b3604..5b6a00d 100644
--- a/putfdmvalidate.json
+++ b/putfdmvalidate.json
@@ -41,11 +41,20 @@
     }
   },
   "definitions" : {
+    "putfdmvalidate##data##errors" : {
+      "properties" : {
+        "errors" : {
+          "type" : "string"
+          }
+      }
+    }
     "putfdmvalidate##data##attributes" : {
       "properties" : {
         "errors" : {
           "type" : "array",
-          "items" : {}
+          "items" : {
+            "$ref" : "#/definitions/putfdmvalidate##errors"
+          }
         },
         "valid" : {
           "type" : "boolean"
-- 
GitLab