houqp commented on a change in pull request #10351:
URL: https://github.com/apache/airflow/pull/10351#discussion_r481866791
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -1447,8 +1447,9 @@ components:
readOnly: true
nullable: true
state:
- $ref: '#/components/schemas/DagState'
readOnly: True
+ oneOf:
+ - $ref: '#/components/schemas/DagState'
Review comment:
Based on the docs you linked, i think the change you introduced looks
correct, but I agree this is better handled as a separate follow issue.
----------------------------------------------------------------
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]