]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: reformat
authorVictor Julien <vjulien@oisf.net>
Sat, 1 Jun 2024 18:07:32 +0000 (20:07 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 4 Jun 2024 04:28:26 +0000 (06:28 +0200)
etc/schema.json

index 2f6721b1eacdc9fb985367e98a206f8068df1aef..3bb9d4de20e0c67d007cc625b7b9edd050a4c565 100644 (file)
                         "email": {
                             "type": "string",
                             "optional": true,
-                            "description": "Email address for the person responsible for the conference"
+                            "description":
+                                    "Email address for the person responsible for the conference"
                         },
                         "phone_number": {
                             "type": "string",
                             "optional": true,
-                            "description": "Phone number for the person responsible for the conference"
+                            "description":
+                                    "Phone number for the person responsible for the conference"
                         },
                         "connection_data": {
                             "type": "string",
                         "timezone": {
                             "type": "string",
                             "optional": true,
-                            "description": "Timezone to specify adjustments for times and offsets from the base time"
+                            "description":
+                                    "Timezone to specify adjustments for times and offsets from the base time"
                         },
                         "encryption_key": {
                             "type": "string",
                             "optional": true,
-                            "description": "Field used to convey encryption keys if SDP is used over a secure channel"
+                            "description":
+                                    "Field used to convey encryption keys if SDP is used over a secure channel"
                         },
                         "attributes": {
                             "type": "array",
                                     "media_info": {
                                         "type": "string",
                                         "optional": true,
-                                        "description": "Media information primarily intended for labelling media streams"
+                                        "description":
+                                                "Media information primarily intended for labelling media streams"
                                     },
                                     "bandwidths": {
                                         "type": "array",
                                     },
                                     "attributes": {
                                         "type": "array",
-                                        "description": "A list of attributes specified for a media description",
+                                        "description":
+                                                "A list of attributes specified for a media description",
                                         "optional": true,
                                         "minItems": 1,
                                         "items": {
                             "type": "object",
                             "properties": {
                                 "blocked_function_errors": {
-                                    "description": "Counter for Lua scripts failing due to blocked functions being called",
+                                    "description":
+                                            "Counter for Lua scripts failing due to blocked functions being called",
                                     "type": "integer"
                                 },
                                 "instruction_limit_errors": {
-                                    "description": "Count of Lua rules exceeding the instruction limit",
+                                    "description":
+                                            "Count of Lua rules exceeding the instruction limit",
                                     "type": "integer"
                                 },
                                 "memory_limit_errors": {