From 4d3a892d650ad0f7f5499e143a181a74347e1aa1 Mon Sep 17 00:00:00 2001 From: Josh Cannon <3956745+thejcannon@users.noreply.github.com> Date: Sat, 7 Dec 2024 13:55:42 -0600 Subject: [PATCH 1/3] Update schema.json --- schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/schema.json b/schema.json index a5e5310..e5ca4a3 100644 --- a/schema.json +++ b/schema.json @@ -845,9 +845,8 @@ "with": { "oneOf": [ { - "type": "array", + "type": "string", "description": "List of existing or new elements for single-dimension Build Matrix", - "items": { "$ref": "#/definitions/matrixElement" } }, { "type": "object", From 2bf51fa38ec3906ea398806b8d7ed203bc851a52 Mon Sep 17 00:00:00 2001 From: Josh Cannon <3956745+thejcannon@users.noreply.github.com> Date: Sat, 7 Dec 2024 20:49:22 -0600 Subject: [PATCH 2/3] Update schema.json --- schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.json b/schema.json index e5ca4a3..6927fde 100644 --- a/schema.json +++ b/schema.json @@ -846,7 +846,7 @@ "oneOf": [ { "type": "string", - "description": "List of existing or new elements for single-dimension Build Matrix", + "description": "An existing or new element for single-dimension Build Matrix", }, { "type": "object", From 0d669a54e001e66f146c24b296ace11f413ac184 Mon Sep 17 00:00:00 2001 From: Josh Cannon <3956745+thejcannon@users.noreply.github.com> Date: Sat, 7 Dec 2024 20:49:45 -0600 Subject: [PATCH 3/3] Update schema.json --- schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.json b/schema.json index 6927fde..5404d74 100644 --- a/schema.json +++ b/schema.json @@ -846,7 +846,7 @@ "oneOf": [ { "type": "string", - "description": "An existing or new element for single-dimension Build Matrix", + "description": "An existing or new element for single-dimension Build Matrix" }, { "type": "object",