feat: Add Eingabeseite 9 (Informationen zur KI)
This commit is contained in:
@@ -1580,7 +1580,6 @@ components:
|
||||
required:
|
||||
- formElementConditionType
|
||||
- sourceFormElementReference
|
||||
- formElementExpectedValue
|
||||
properties:
|
||||
formElementConditionType:
|
||||
$ref: "#/components/schemas/VisibilityConditionType"
|
||||
@@ -1589,7 +1588,8 @@ components:
|
||||
description: Reference key of the source form element to check
|
||||
formElementExpectedValue:
|
||||
type: string
|
||||
description: Expected value to compare against the source element's value property
|
||||
nullable: true
|
||||
description: Expected value to compare against the source element's value property. Not required for IS_EMPTY and IS_NOT_EMPTY operators.
|
||||
formElementOperator:
|
||||
$ref: "#/components/schemas/VisibilityConditionOperator"
|
||||
default: EQUALS
|
||||
|
||||
Reference in New Issue
Block a user