Add TermalSubsystem schema

Adds the ThermalSubsystem schema to the list of the supported schemas.

Tested: Code compiles.  Script generated change.

Signed-off-by: Xiaochao Ma <maxiaochao@inspur.com>
Signed-off-by: Ed Tanous <edtanous@google.com>

Change-Id: I4540fcaa57455ec95d4c8fff71429309c2eebce3
diff --git a/redfish-core/include/schemas.hpp b/redfish-core/include/schemas.hpp
index 1b76abd..b981a8a 100644
--- a/redfish-core/include/schemas.hpp
+++ b/redfish-core/include/schemas.hpp
@@ -72,6 +72,7 @@
         "TaskService",
         "TelemetryService",
         "Thermal",
+        "ThermalSubsystem",
         "Triggers",
         "UpdateService",
         "VirtualMedia",