zachliu commented on a change in pull request #14366:
URL: https://github.com/apache/airflow/pull/14366#discussion_r581134349



##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -1425,6 +1425,8 @@ components:
           type: array
           items:
             $ref: '#/components/schemas/ConnectionCollectionItem'
+        total_entries:
+          type: integer

Review comment:
       `allOf` is always a headache in openapi 3.0, but surprisingly this one 
works 
   my guess is because `CollectionInfo` is not nullable otherwise we are 
[doomed](https://github.com/OAI/OpenAPI-Specification/issues/1368) :joy: 
   i'll add the rest, thanks :+1:




----------------------------------------------------------------
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]


Reply via email to