Add OperationalStatus interface

Change-Id: If596152cf7e2fbcfda52ea0c22334ca3c4e41fdc
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/xyz/openbmc_project/State/Decorator/OperationalStatus.interface.yaml b/xyz/openbmc_project/State/Decorator/OperationalStatus.interface.yaml
new file mode 100644
index 0000000..45ff54e
--- /dev/null
+++ b/xyz/openbmc_project/State/Decorator/OperationalStatus.interface.yaml
@@ -0,0 +1,8 @@
+description: >
+    Implement to indicate the operational status of the object
+properties:
+    - name: Functional
+      type: boolean
+      description: >
+        The object is functional or not.
+      default: false
\ No newline at end of file