From d17f488ee343df1466e8a795d8d45c6d1979f5f3 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Thu, 6 Dec 2018 07:16:57 -0700 Subject: [PATCH] SHIBUI-799 Updated Schema --- .../src/main/resources/nameid-filter.schema.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/backend/src/main/resources/nameid-filter.schema.json b/backend/src/main/resources/nameid-filter.schema.json index b52ee8ceb..47cb75304 100644 --- a/backend/src/main/resources/nameid-filter.schema.json +++ b/backend/src/main/resources/nameid-filter.schema.json @@ -9,7 +9,12 @@ "@type", "resourceId", "version", - "removeExistingFormats", + "removeExistingFormats" + ] + }, + { + "type": "group-lg", + "fields": [ "formats" ] } @@ -57,10 +62,16 @@ }, "formats": { "type": "array", + "widget": { + "id": "inline-obj-list" + }, "title": "label.nameid-formats", "description": "tooltip.nameid-formats", "items": { "type": "object", + "widget": { + "id": "inline-obj" + }, "properties": { "format": { "type": "string",