mik-laj commented on a change in pull request #9277:
URL: https://github.com/apache/airflow/pull/9277#discussion_r440938264
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -1382,6 +1403,18 @@ components:
items:
$ref: '#/components/schemas/Pool'
+ Scheduler:
+ type: object
+ description: Returns the status and the latest scheduler heartbeat
+ properties:
+ status:
+ type: string
Review comment:
What values are allowed here? Is it enum?
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -1353,6 +1366,14 @@ components:
type: array
items:
$ref: '#/components/schemas/ImportError'
+
+ Metadatabase:
+ type: object
+ description: Returns the status of the metadatabase
+ properties:
+ statuses:
+ type: string
Review comment:
What values are allowed here? Is it enum?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]