Merged in bugfix/tests (pull request #107)
Fix Fullsuite * save * foundthefix.. * codeandrequire
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user