zachliu commented on a change in pull request #14366:
URL: https://github.com/apache/airflow/pull/14366#discussion_r584801115
##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -1419,12 +1397,15 @@ components:
ConnectionCollection:
type: object
- description: Connections
- properties:
- connections:
- type: array
- items:
- $ref: '#/components/schemas/ConnectionCollectionItem'
+ description: Collection of connections.
+ allOf:
+ - type: object
+ properties:
+ connections:
+ type: array
Review comment:
done :rocket:
sorry about that, planned to do it after the weekend :grin:
----------------------------------------------------------------
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]