schema: apply clang formatting changes

pull/10805/head
Juliana Fajardini 2 years ago committed by Victor Julien
parent 112f5cc0ad
commit ce001d8eae

@ -1043,7 +1043,8 @@
"additionalProperties": false "additionalProperties": false
}, },
"sshfp": { "sshfp": {
"description": "A Secure Shell fingerprint, used to verify the systems authenticity", "description":
"A Secure Shell fingerprint, used to verify the systems authenticity",
"type": "object", "type": "object",
"properties": { "properties": {
"fingerprint": { "fingerprint": {
@ -1136,7 +1137,7 @@
}, },
"authorities": { "authorities": {
"$ref": "#/$defs/dns.authorities" "$ref": "#/$defs/dns.authorities"
} }
}, },
"additionalProperties": false "additionalProperties": false
}, },
@ -1215,7 +1216,8 @@
} }
}, },
"SSHFP": { "SSHFP": {
"description": "A Secure Shell fingerprint is used to verify the systems authenticity", "description":
"A Secure Shell fingerprint is used to verify the systems authenticity",
"type": "array", "type": "array",
"minItems": 1, "minItems": 1,
"items": { "items": {
@ -3733,7 +3735,8 @@
} }
}, },
"memcap_pressure": { "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" "type": "integer"
}, },
"memcap_pressure_max": { "memcap_pressure_max": {
@ -3751,7 +3754,8 @@
"type": "object", "type": "object",
"properties": { "properties": {
"bittorrent-dht": { "bittorrent-dht": {
"description": "Errors encountered parsing BitTorrent DHT protocol", "description":
"Errors encountered parsing BitTorrent DHT protocol",
"$ref": "#/$defs/stats_applayer_error" "$ref": "#/$defs/stats_applayer_error"
}, },
"dcerpc_tcp": { "dcerpc_tcp": {
@ -3815,11 +3819,13 @@
"$ref": "#/$defs/stats_applayer_error" "$ref": "#/$defs/stats_applayer_error"
}, },
"krb5_tcp": { "krb5_tcp": {
"description": "Errors encountered parsing Kerberos v5/TCP protocol", "description":
"Errors encountered parsing Kerberos v5/TCP protocol",
"$ref": "#/$defs/stats_applayer_error" "$ref": "#/$defs/stats_applayer_error"
}, },
"krb5_udp": { "krb5_udp": {
"description": "Errors encountered parsing Kerberos v5/UDP protocol", "description":
"Errors encountered parsing Kerberos v5/UDP protocol",
"$ref": "#/$defs/stats_applayer_error" "$ref": "#/$defs/stats_applayer_error"
}, },
"modbus": { "modbus": {

Loading…
Cancel
Save