From e19ead97b0c8cc43630c00d7208fa36b3db9b991 Mon Sep 17 00:00:00 2001 From: Cevan00 <81602675+Cevan00@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:20:04 -0500 Subject: [PATCH 1/2] Rename configTagList to groupTagList Update property name in SHIELD.json schema to better reflect its purpose as a group tag list rather than configuration tag list. --- specs/SHIELD.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/SHIELD.json b/specs/SHIELD.json index 81072dd..31cff32 100644 --- a/specs/SHIELD.json +++ b/specs/SHIELD.json @@ -565,7 +565,7 @@ false ] }, - "configTagList": { + "groupTagList": { "type": "array", "description": "List of configuration tags that are a part of this architecture.", "minItems": 0, From c8717d360ac3a5646eaa2d4ed969761b53d67d11 Mon Sep 17 00:00:00 2001 From: Cevan00 <81602675+Cevan00@users.noreply.github.com> Date: Wed, 1 Jul 2026 07:17:02 -0500 Subject: [PATCH 2/2] Fix required tag field in SHIELD spec Updates the SHIELD OpenAPI schema to require `groupTagList` instead of `configTagList`, aligning the required fields with the current property naming. --- specs/SHIELD.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/SHIELD.json b/specs/SHIELD.json index 31cff32..3887966 100644 --- a/specs/SHIELD.json +++ b/specs/SHIELD.json @@ -612,7 +612,7 @@ }, "required": [ "advanced", - "configTagList", + "groupTagList", "description", "displayName", "id"