From 4505f65523c4bfc247150b32bec528fbe3c6e12b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 22 Jan 2020 10:38:41 +0100 Subject: [PATCH] chg: [core] missing first_seen/last_seen in JSON schema added --- misp-core-format/raw.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/misp-core-format/raw.md b/misp-core-format/raw.md index 5a244ea..0d948b4 100755 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -1296,6 +1296,12 @@ or parsing. "timestamp": { "type": "string" }, + "first_seen": { + "type": "string" + }, + "last_seen": { + "type": "string" + }, "distribution": { "type": "string" }, @@ -1463,6 +1469,12 @@ or parsing. "timestamp": { "type": "string" }, + "first_seen": { + "type": "string" + }, + "last_seen": { + "type": "string" + }, "comment": { "type": "string" },