]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
schema/psgql: fix fields order
authorJuliana Fajardini <jufajardini@oisf.net>
Thu, 22 May 2025 16:35:02 +0000 (13:35 -0300)
committerJuliana Fajardini <jufajardini@oisf.net>
Wed, 4 Jun 2025 18:21:32 +0000 (15:21 -0300)
etc/schema.json

index 582171dd87ac81f7a9252d47eb1986a2dcd0d19e..41a7911e9ddd9f1483f8582a963f769e1d10428d 100644 (file)
                             "type": "object",
                             "description": "CopyData message from CopyOut mode",
                             "properties": {
-                                "row_count": {
-                                    "type": "integer",
-                                    "description": "Number of rows sent in CopyData messages"
-                                },
                                 "data_size": {
                                     "type": "integer",
                                     "description": "Accumulated data size of all CopyData messages sent"
+                                },
+                                "row_count": {
+                                    "type": "integer",
+                                    "description": "Number of rows sent in CopyData messages"
                                 }
                             }
                         },