From 59d9a51bad8f9b23ce27a0d5962599295f7610cc Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 25 Jan 2023 11:52:07 -0600 Subject: [PATCH] eve: remove dcerpc.interface from schema Looks like this was due to an error in the dcerpc logging where the interfaces should have been logged to the "interfaces" array that was already defined. Issue: 5814 --- etc/schema.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/etc/schema.json b/etc/schema.json index b59a46e894..15214e12ad 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -3533,19 +3533,6 @@ "response": { "type": "string" }, - "interface": { - "type": "object", - "optional": true, - "properties": { - "uuid": { - "type": "string" - }, - "version": { - "type": "string" - } - }, - "additionalProperties": false - }, "interfaces": { "type": "array", "minItems": 1,