yunchipang commented on code in PR #7334:
URL: https://github.com/apache/gravitino/pull/7334#discussion_r2132620024


##########
docs/open-api/filesets.yaml:
##########
@@ -411,6 +487,26 @@ components:
             FilesetResponse:
               $ref: "#/components/examples/FilesetResponse"
 
+    FileInfoListResponse:
+      description: The response containing a list of file/directory metadata
+      content:
+        application/vnd.gravitino.v1+json:
+          schema:
+            type: object
+            properties:
+              code:
+                type: integer
+                format: int32
+                description: Status code of the response
+                enum: [0]

Review Comment:
   @mchades I reverted this change to make CI pass. It seems like they require 
an array, and I believe this is the same as
   ```
   enum
     - 0
   ```



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

Reply via email to