You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/01 15:23:28 UTC

[GitHub] [airflow] zachliu commented on a change in pull request #14366: Add CollectionInfo in all Collections that have total_entries

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:
users@infra.apache.org