Skip to content

Commit

Permalink
schema: apply clang formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jufajardini authored and victorjulien committed Apr 11, 2024
1 parent 112f5cc commit ce001d8
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions etc/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -1136,7 +1137,7 @@
},
"authorities": {
"$ref": "#/$defs/dns.authorities"
}
}
},
"additionalProperties": false
},
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit ce001d8

Please sign in to comment.