diff --git a/src/MCPServer/lib/assets/workflow-schema-v1.json b/src/MCPServer/lib/assets/workflow-schema-v1.json index 20c60b55f6..62a44cdbd9 100644 --- a/src/MCPServer/lib/assets/workflow-schema-v1.json +++ b/src/MCPServer/lib/assets/workflow-schema-v1.json @@ -112,11 +112,9 @@ "type": "string" }, "chain_choices": { - "items": [ - { - "$ref": "#/definitions/uuid" - } - ], + "items": { + "$ref": "#/definitions/uuid" + }, "minItems": 1, "type": "array" } @@ -212,31 +210,29 @@ "type": "string" }, "replacements": { - "items": [ - { - "additionalProperties": false, - "properties": { - "description": { - "$ref": "#/definitions/translations" - }, - "id": { - "$ref": "#/definitions/uuid" - }, - "items": { - "additionalProperties": { - "type": "string" - }, - "type": "object" - } + "items": { + "additionalProperties": false, + "properties": { + "description": { + "$ref": "#/definitions/translations" }, - "required": [ - "id", - "description", - "items" - ], - "type": "object" - } - ], + "id": { + "$ref": "#/definitions/uuid" + }, + "items": { + "additionalProperties": { + "type": "string" + }, + "type": "object" + } + }, + "required": [ + "id", + "description", + "items" + ], + "type": "object" + }, "minItems": 0, "type": "array" }