ephraimbuddy commented on a change in pull request #9227:
URL: https://github.com/apache/airflow/pull/9227#discussion_r439445858
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -1315,6 +1315,7 @@ components:
extra:
type: string
readOnly: true
+ nullable: true
Review comment:
And if it is None then on serializing it, it would come out as None
instead of a string. This would not conform to the spec
----------------------------------------------------------------
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]