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.