Merged in bugfix/tests (pull request #107)

Fix Fullsuite

* save

* foundthefix..

* codeandrequire
This commit is contained in:
Michael McGuinness
2025-03-19 11:54:14 +00:00
parent 3dd0c718cd
commit 1587da9d11
101 changed files with 977 additions and 910 deletions
+2 -2
View File
@@ -652,7 +652,7 @@ components:
type: string
description: Configuration for the query.
maxLength: 2048
pattern: '^\{.+\}$'
pattern: '^\{.*\}$'
Query:
description: A logic unit of execution.
@@ -930,7 +930,7 @@ components:
CollectorFieldName:
type: string
pattern: "^[a-zA-Z]+$"
pattern: "^.+$"
maxLength: 256
description: The output field name.