feat: Add Eingabeseite 9 (Informationen zur KI)

This commit is contained in:
2026-01-23 10:22:21 +01:00
parent e670b1188f
commit 3d19d077e5
5 changed files with 1017 additions and 11 deletions

View File

@@ -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