From bf79457aedfa68b28b0fa3ae436b950fe4afff89 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 10 Apr 2018 15:25:46 +0200 Subject: [PATCH] small fix --- 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 6448d3a..7abac51 100755 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -212,7 +212,7 @@ sharing\_group\_id is represented by a JSON string and **SHOULD** be present. If #### extends_uuid -extends\_uuid represents which event is extended by this event. The extend\_uuid is described as an Universally Unique IDentifier (UUID) [@!RFC4122] with the UUID of the extended event. +extends\_uuid represents which event is extended by this event. The extends\_uuid is described as a Universally Unique IDentifier (UUID) [@!RFC4122] with the UUID of the extended event. extends\_uuid is represented as a JSON string. extends\_uuid **SHOULD** be present.