mik-laj commented on a change in pull request #9330:
URL: https://github.com/apache/airflow/pull/9330#discussion_r444282120
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -1964,13 +1972,14 @@ components:
__type: {type: string}
days: {type: integer}
seconds: {type: integer}
- microsecond: {type: integer}
+ microseconds: {type: integer}
RelativeDelta:
# TODO: Why we need these fields?
type: object
required:
- __type
+ - years
Review comment:
Should we add other fields also?
----------------------------------------------------------------
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]