o-nikolas commented on code in PR #67217:
URL: https://github.com/apache/airflow/pull/67217#discussion_r3300213334
##########
providers/edge3/src/airflow/providers/edge3/worker_api/v2-edge-generated.yaml:
##########
@@ -959,6 +959,12 @@ components:
- type: string
- type: 'null'
title: Version
+ version_data:
+ anyOf:
+ - additionalProperties: true
+ type: object
+ - type: 'null'
Review Comment:
The ` version` field above uses the same approach which this uses? But happy
to change it, I'll leave `version` as is though? @ashb?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]