From: Victor Julien Date: Fri, 5 May 2023 18:34:55 +0000 (+0200) Subject: eve/schema: spelling X-Git-Tag: suricata-7.0.0-rc2~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8057eeed89558871c038497c9636e0a9aa90c2c;p=thirdparty%2Fsuricata.git eve/schema: spelling --- diff --git a/etc/schema.json b/etc/schema.json index 017b709c14..daabba1dae 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -348,7 +348,9 @@ "response": { "type": "object", "additionalProperties": false, - "required": ["id"], + "required": [ + "id" + ], "properties": { "id": { "type": "string" @@ -361,10 +363,10 @@ "type": "object", "additionalProperties": false, "required": [ - "id", - "ip", - "port" - ], + "id", + "ip", + "port" + ], "properties": { "id": { "type": "string" @@ -385,10 +387,10 @@ "type": "object", "additionalProperties": false, "required": [ - "id", - "ip", - "port" - ], + "id", + "ip", + "port" + ], "properties": { "id": { "type": "string" @@ -1339,9 +1341,9 @@ "has_exe_url": { "type": "boolean" }, - "message_id": { - "type": "string" - } + "message_id": { + "type": "string" + } }, "additionalProperties": false }, @@ -1475,7 +1477,7 @@ "type": "integer" } }, - "additionalProperites": false + "additionalProperties": false }, "bytes_toclient": { "type": "integer"