Entry: Add Resolution property

This property can be used to provide suggestions on how to resolve the
situation that caused the log entry. This property is to support
Redfish API version v1_9_0 for LogEntry.

Signed-off-by: Vijay Lobo <vijaylobo@gmail.com>
Change-Id: I6ce909f81c5ed2fd742f95297f07fe6b77021eec
diff --git a/yaml/xyz/openbmc_project/Logging/Entry.interface.yaml b/yaml/xyz/openbmc_project/Logging/Entry.interface.yaml
index 79a5d54..991f038 100644
--- a/yaml/xyz/openbmc_project/Logging/Entry.interface.yaml
+++ b/yaml/xyz/openbmc_project/Logging/Entry.interface.yaml
@@ -34,6 +34,10 @@
       type: array[string]
       description: >
           Additional information in the form of metadata field strings VAR=val
+    - name: Resolution
+      type: string
+      description: >
+          Suggestion for error resolution of this event.
     - name: Resolved
       type: boolean
       description: >