diff --git a/etc/schema.json b/etc/schema.json index 3f88e13367..adfa1c40f7 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -539,10 +539,20 @@ "type": "integer" }, "uuid": { - "type": "string" + "type": "string", + "suricata": { + "keywords": [ + "dcerpc.iface" + ] + } }, "version": { - "type": "string" + "type": "string", + "suricata": { + "keywords": [ + "dcerpc.iface" + ] + } } }, "additionalProperties": false @@ -555,7 +565,12 @@ "type": "integer" }, "opnum": { - "type": "integer" + "type": "integer", + "suricata": { + "keywords": [ + "dcerpc.opnum" + ] + } }, "stub_data_size": { "type": "integer"