From 8885fa2f494cf502cc9af3fa6a593a261e26e7fd Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 23 Jun 2019 17:16:21 +0200 Subject: [PATCH] chg: [misp-core] JSON reference is now RFC 8259 - Comment from Carsten Bormann --- misp-core-format/raw.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp-core-format/raw.md b/misp-core-format/raw.md index c2efc68..4e5aba7 100755 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -64,7 +64,7 @@ document are to be interpreted as described in RFC 2119 [@!RFC2119]. ## Overview -The MISP core format is in the JSON [@!RFC4627] format. In MISP, an event is composed of a single JSON object. +The MISP core format is in the JSON [@!RFC8259] format. In MISP, an event is composed of a single JSON object. A capitalized key (like Event, Org) represent a data model and a non-capitalised key is just an attribute. This nomenclature can support an implementation to represent the MISP format in another data structure.