summaryrefslogtreecommitdiff
path: root/redfish-core
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2024-02-27 03:57:26 +0300
committerEd Tanous <ed@tanous.net>2024-03-05 18:56:32 +0300
commit1c79f93e70e8e08f2b17a0bb8c38bcfd929bb3e9 (patch)
tree6e5b29670e654d537e405b9223bb13d407c7d680 /redfish-core
parent7a859ffeb420dd1e5106eab05c4b2ba1bb240920 (diff)
downloadbmcweb-1c79f93e70e8e08f2b17a0bb8c38bcfd929bb3e9.tar.xz
redfish-schema: add Protocol
The Drive schema indirectly references Protocol, but it is missing from the schema list. Modify `update_schemas.py` to include it and run, checking in the results. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic3adad00924d450d3b7062c94ec04fc26e4cc9b9
Diffstat (limited to 'redfish-core')
-rw-r--r--redfish-core/include/schemas.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/redfish-core/include/schemas.hpp b/redfish-core/include/schemas.hpp
index 0d47c6fca5..7302876572 100644
--- a/redfish-core/include/schemas.hpp
+++ b/redfish-core/include/schemas.hpp
@@ -93,6 +93,7 @@ namespace redfish
"Privileges",
"Processor",
"ProcessorCollection",
+ "Protocol",
"redfish-error",
"redfish-payload-annotations",
"redfish-schema",