From: Juliana Fajardini Date: Mon, 26 Feb 2024 19:43:25 +0000 (-0300) Subject: schema: apply clang formatting changes X-Git-Tag: suricata-8.0.0-beta1~1514 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce001d8eae4b94f6caba82b3d6e5f7d0841f229c;p=thirdparty%2Fsuricata.git schema: apply clang formatting changes --- diff --git a/etc/schema.json b/etc/schema.json index 4924f5982b..d39c35c704 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1043,7 +1043,8 @@ "additionalProperties": false }, "sshfp": { - "description": "A Secure Shell fingerprint, used to verify the system’s authenticity", + "description": + "A Secure Shell fingerprint, used to verify the system’s authenticity", "type": "object", "properties": { "fingerprint": { @@ -1136,7 +1137,7 @@ }, "authorities": { "$ref": "#/$defs/dns.authorities" - } + } }, "additionalProperties": false }, @@ -1215,7 +1216,8 @@ } }, "SSHFP": { - "description": "A Secure Shell fingerprint is used to verify the system’s authenticity", + "description": + "A Secure Shell fingerprint is used to verify the system’s authenticity", "type": "array", "minItems": 1, "items": { @@ -3733,7 +3735,8 @@ } }, "memcap_pressure": { - "description": "Percentage of memcaps used by flow, stream, stream-reassembly and app-layer-http", + "description": + "Percentage of memcaps used by flow, stream, stream-reassembly and app-layer-http", "type": "integer" }, "memcap_pressure_max": { @@ -3751,7 +3754,8 @@ "type": "object", "properties": { "bittorrent-dht": { - "description": "Errors encountered parsing BitTorrent DHT protocol", + "description": + "Errors encountered parsing BitTorrent DHT protocol", "$ref": "#/$defs/stats_applayer_error" }, "dcerpc_tcp": { @@ -3815,11 +3819,13 @@ "$ref": "#/$defs/stats_applayer_error" }, "krb5_tcp": { - "description": "Errors encountered parsing Kerberos v5/TCP protocol", + "description": + "Errors encountered parsing Kerberos v5/TCP protocol", "$ref": "#/$defs/stats_applayer_error" }, "krb5_udp": { - "description": "Errors encountered parsing Kerberos v5/UDP protocol", + "description": + "Errors encountered parsing Kerberos v5/UDP protocol", "$ref": "#/$defs/stats_applayer_error" }, "modbus": {