fix: OpenAPI issues in legalconsenthub.yml
This commit is contained in:
@@ -1286,11 +1286,13 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
nullable: true
|
nullable: true
|
||||||
createdBy:
|
createdBy:
|
||||||
$ref: "#/components/schemas/UserDto"
|
|
||||||
nullable: true
|
nullable: true
|
||||||
|
allOf:
|
||||||
|
- $ref: "#/components/schemas/UserDto"
|
||||||
lastModifiedBy:
|
lastModifiedBy:
|
||||||
$ref: "#/components/schemas/UserDto"
|
|
||||||
nullable: true
|
nullable: true
|
||||||
|
allOf:
|
||||||
|
- $ref: "#/components/schemas/UserDto"
|
||||||
createdAt:
|
createdAt:
|
||||||
type: string
|
type: string
|
||||||
format: date-time
|
format: date-time
|
||||||
@@ -1548,9 +1550,10 @@ components:
|
|||||||
format: uuid
|
format: uuid
|
||||||
nullable: true
|
nullable: true
|
||||||
visibilityConditions:
|
visibilityConditions:
|
||||||
$ref: "#/components/schemas/VisibilityConditionGroup"
|
|
||||||
nullable: true
|
nullable: true
|
||||||
description: Recursive visibility condition tree (AND/OR groups with leaf conditions)
|
description: Recursive visibility condition tree (AND/OR groups with leaf conditions)
|
||||||
|
allOf:
|
||||||
|
- $ref: "#/components/schemas/VisibilityConditionGroup"
|
||||||
sectionSpawnTriggers:
|
sectionSpawnTriggers:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
@@ -1611,8 +1614,9 @@ components:
|
|||||||
items:
|
items:
|
||||||
$ref: "#/components/schemas/FormOptionDto"
|
$ref: "#/components/schemas/FormOptionDto"
|
||||||
visibilityConditions:
|
visibilityConditions:
|
||||||
$ref: "#/components/schemas/VisibilityConditionGroup"
|
|
||||||
nullable: true
|
nullable: true
|
||||||
|
allOf:
|
||||||
|
- $ref: "#/components/schemas/VisibilityConditionGroup"
|
||||||
sectionSpawnTriggers:
|
sectionSpawnTriggers:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
@@ -1699,8 +1703,9 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
description: Expected value to match in the source column
|
description: Expected value to match in the source column
|
||||||
operator:
|
operator:
|
||||||
$ref: "#/components/schemas/VisibilityConditionOperator"
|
|
||||||
default: EQUALS
|
default: EQUALS
|
||||||
|
allOf:
|
||||||
|
- $ref: "#/components/schemas/VisibilityConditionOperator"
|
||||||
|
|
||||||
FormElementType:
|
FormElementType:
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Reference in New Issue
Block a user