From 1a7b377664022ff20dd6687927f2dcc0de33131e Mon Sep 17 00:00:00 2001 From: George Liu Date: Thu, 29 Sep 2022 09:29:18 +0800 Subject: Add Fan and FanCollection schema Based on DSP8010_2022.2 and adds the schema of Fan and FanCollection. Tested: built bmcweb successfully and validator passes Signed-off-by: George Liu Change-Id: Id1867a6f19d47d0fb1d686d650f7d936c33b5284 --- scripts/update_schemas.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py index cf79a19cef..626c0d10a7 100755 --- a/scripts/update_schemas.py +++ b/scripts/update_schemas.py @@ -49,6 +49,8 @@ include_list = [ "EventDestination", "EventDestinationCollection", "EventService", + "Fan", + "FanCollection", "IPAddresses", "JsonSchemaFile", "JsonSchemaFileCollection", # redfish/v1/JsonSchemas -- cgit v1.2.3