This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new cd0534f3e00 Fix HITL related UI schema generated my prek hooks (#55204)
cd0534f3e00 is described below
commit cd0534f3e0022d34c4452600fc4421cae4353180
Author: Amogh Desai <[email protected]>
AuthorDate: Wed Sep 3 12:26:14 2025 +0530
Fix HITL related UI schema generated my prek hooks (#55204)
---
.../src/airflow/api_fastapi/core_api/openapi/_private_ui.yaml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git
a/airflow-core/src/airflow/api_fastapi/core_api/openapi/_private_ui.yaml
b/airflow-core/src/airflow/api_fastapi/core_api/openapi/_private_ui.yaml
index d6fb4b079ef..94b34e2bcbd 100644
--- a/airflow-core/src/airflow/api_fastapi/core_api/openapi/_private_ui.yaml
+++ b/airflow-core/src/airflow/api_fastapi/core_api/openapi/_private_ui.yaml
@@ -1943,11 +1943,16 @@ components:
type: array
- type: 'null'
title: Respondents
- user_id:
+ responded_user_id:
anyOf:
- type: string
- type: 'null'
- title: User Id
+ title: Responded User Id
+ responded_user_name:
+ anyOf:
+ - type: string
+ - type: 'null'
+ title: Responded User Name
response_at:
anyOf:
- type: string