From 043fe839c791c85e8a7fc88c8bf1b656d8fb7718 Mon Sep 17 00:00:00 2001 From: Patrick Roe <patrick.roe@wisc.edu> Date: Mon, 16 Oct 2023 14:50:22 -0500 Subject: [PATCH] Update putfdmvalidate.json --- putfdmvalidate.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/putfdmvalidate.json b/putfdmvalidate.json index 484cdaa..308872f 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" : { -- GitLab