From 7fde9368c1ce946a1fd8fea5ffd032f5e5e49681 Mon Sep 17 00:00:00 2001 From: Stefan Hagen Date: Thu, 11 Jul 2024 19:08:40 +0200 Subject: [PATCH] Adapted compliance level for consistency and use cases Signed-off-by: Stefan Hagen --- sarif-2.2/prose/edit/src/file-format-58-notification-object.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sarif-2.2/prose/edit/src/file-format-58-notification-object.md b/sarif-2.2/prose/edit/src/file-format-58-notification-object.md index a9fa819a..148e08df 100644 --- a/sarif-2.2/prose/edit/src/file-format-58-notification-object.md +++ b/sarif-2.2/prose/edit/src/file-format-58-notification-object.md @@ -103,7 +103,7 @@ If the notification is not the result of a runtime exception, the `exception` pr ### relatedLocations property{#notification-object--relatedlocations-property} -A `notification` object **SHOULD** contain a property named `relatedLocations` whose value is an array of zero or more unique ([sec](#array-properties-with-unique-values)) `location` objects ([sec](#location-object)) that identify those locations to which the condition described by the notification applies. +A `notification` object **MAY** contain a property named `relatedLocations` whose value is an array of zero or more unique ([sec](#array-properties-with-unique-values)) `location` objects ([sec](#location-object)) that identify those locations to which the condition described by the notification applies. The `relatedLocations` property **SHOULD** allow `notification` objects to distinguish between the following types of locations: