summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-05-25 22:00:51 +0300
committerEd Tanous <edtanous@google.com>2022-06-17 18:32:59 +0300
commit81d523a7eeb2b5f9e066a9055faf436e7086873b (patch)
tree3721b985e2236a1e8c5bd44dbe77f7ff72fa9a01 /static
parent2aacf85668ebb4653e8e16d01c2ed2245a92c2fa (diff)
downloadbmcweb-81d523a7eeb2b5f9e066a9055faf436e7086873b.tar.xz
Move the JsonSchemas to be generated at runtime
Generating all of these index files at compile time is kind of wasteful, considering that it's really not that much code to generate them. This commit modifies the update_schemas script to generate a C++ version of the schemas that can then be used to generate a route. This allows deleting a LOT of fixed files, for a very small incremental binary size increase. This change will cause two impacts that a user could possibly notice. Expand will now work properly on JsonSchemas tree. Keys on the JsonSchema schemas will now be sorted alphabetically, as we do elsewhere. All other things should remain the same. Tested: Redfish service validator passes. curl --insecure --user root:0penBmc https://192.168.7.2/redfish/v1/JsonSchemas/Triggers Returns the same object as before with changes above. This adds 2512 bytes to the bmcweb binary size, and interestingly, adds 3764 bytes to the overall rootfs size, despite the level of file deletion seen in the patch. While this is debatably "worse" than what we had before in this regard, making JsonSchemas work similar to how the rest of the Redfish tree operates, is worth the minor increase in code size. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ic0d568112a3784821aa6867f7bcf50705dc586db
Diffstat (limited to 'static')
-rw-r--r--static/redfish/v1/JsonSchemas/AccountService/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/ActionInfo/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Assembly/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/AttributeRegistry/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Bios/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Cable/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Certificate/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/CertificateLocations/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/CertificateService/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Chassis/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/ComputerSystem/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Drive/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/EthernetInterface/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Event/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/EventDestination/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/EventService/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/IPAddresses/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/JsonSchemaFile/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/LogEntry/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/LogService/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Manager/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/ManagerAccount/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/ManagerDiagnosticData/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/ManagerNetworkProtocol/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Memory/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Message/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/MessageRegistry/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/MessageRegistryFile/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/MetricDefinition/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/MetricReport/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/MetricReportDefinition/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/OperatingConfig/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/PCIeDevice/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/PCIeFunction/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/PCIeSlots/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/PhysicalContext/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Power/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Privileges/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Processor/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Redundancy/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Resource/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Role/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Sensor/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/ServiceRoot/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Session/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/SessionService/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Settings/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/SoftwareInventory/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Storage/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/StorageController/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Task/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/TaskService/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/TelemetryService/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Thermal/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/Triggers/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/UpdateService/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/VLanNetworkInterface/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/VirtualMedia/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/index.json196
-rw-r--r--static/redfish/v1/JsonSchemas/odata/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/redfish-error/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/redfish-payload-annotations/index.json21
-rw-r--r--static/redfish/v1/JsonSchemas/redfish-schema/index.json21
63 files changed, 0 insertions, 1498 deletions
diff --git a/static/redfish/v1/JsonSchemas/AccountService/index.json b/static/redfish/v1/JsonSchemas/AccountService/index.json
deleted file mode 100644
index 6b05be9e43..0000000000
--- a/static/redfish/v1/JsonSchemas/AccountService/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/AccountService",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "AccountService Schema File",
- "Schema": "#AccountService.AccountService",
- "Description": "AccountService Schema File Location",
- "Id": "AccountService",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AccountService.json",
- "Uri": "/redfish/v1/JsonSchemas/AccountService/AccountService.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/ActionInfo/index.json b/static/redfish/v1/JsonSchemas/ActionInfo/index.json
deleted file mode 100644
index a4df96b48d..0000000000
--- a/static/redfish/v1/JsonSchemas/ActionInfo/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/ActionInfo",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "ActionInfo Schema File",
- "Schema": "#ActionInfo.ActionInfo",
- "Description": "ActionInfo Schema File Location",
- "Id": "ActionInfo",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ActionInfo.json",
- "Uri": "/redfish/v1/JsonSchemas/ActionInfo/ActionInfo.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Assembly/index.json b/static/redfish/v1/JsonSchemas/Assembly/index.json
deleted file mode 100644
index 9e9dc62655..0000000000
--- a/static/redfish/v1/JsonSchemas/Assembly/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Assembly",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Assembly Schema File",
- "Schema": "#Assembly.Assembly",
- "Description": "Assembly Schema File Location",
- "Id": "Assembly",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Assembly.json",
- "Uri": "/redfish/v1/JsonSchemas/Assembly/Assembly.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/AttributeRegistry/index.json b/static/redfish/v1/JsonSchemas/AttributeRegistry/index.json
deleted file mode 100644
index 4bd2c7b1d6..0000000000
--- a/static/redfish/v1/JsonSchemas/AttributeRegistry/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/AttributeRegistry",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "AttributeRegistry Schema File",
- "Schema": "#AttributeRegistry.AttributeRegistry",
- "Description": "AttributeRegistry Schema File Location",
- "Id": "AttributeRegistry",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AttributeRegistry.json",
- "Uri": "/redfish/v1/JsonSchemas/AttributeRegistry/AttributeRegistry.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Bios/index.json b/static/redfish/v1/JsonSchemas/Bios/index.json
deleted file mode 100644
index 3db309709a..0000000000
--- a/static/redfish/v1/JsonSchemas/Bios/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Bios",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Bios Schema File",
- "Schema": "#Bios.Bios",
- "Description": "Bios Schema File Location",
- "Id": "Bios",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Bios.json",
- "Uri": "/redfish/v1/JsonSchemas/Bios/Bios.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Cable/index.json b/static/redfish/v1/JsonSchemas/Cable/index.json
deleted file mode 100644
index 8198846952..0000000000
--- a/static/redfish/v1/JsonSchemas/Cable/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Cable",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Cable Schema File",
- "Schema": "#Cable.Cable",
- "Description": "Cable Schema File Location",
- "Id": "Cable",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Cable.json",
- "Uri": "/redfish/v1/JsonSchemas/Cable/Cable.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Certificate/index.json b/static/redfish/v1/JsonSchemas/Certificate/index.json
deleted file mode 100644
index e4cb9d37c9..0000000000
--- a/static/redfish/v1/JsonSchemas/Certificate/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Certificate",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Certificate Schema File",
- "Schema": "#Certificate.Certificate",
- "Description": "Certificate Schema File Location",
- "Id": "Certificate",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Certificate.json",
- "Uri": "/redfish/v1/JsonSchemas/Certificate/Certificate.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/CertificateLocations/index.json b/static/redfish/v1/JsonSchemas/CertificateLocations/index.json
deleted file mode 100644
index 2b5489c54b..0000000000
--- a/static/redfish/v1/JsonSchemas/CertificateLocations/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/CertificateLocations",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "CertificateLocations Schema File",
- "Schema": "#CertificateLocations.CertificateLocations",
- "Description": "CertificateLocations Schema File Location",
- "Id": "CertificateLocations",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CertificateLocations.json",
- "Uri": "/redfish/v1/JsonSchemas/CertificateLocations/CertificateLocations.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/CertificateService/index.json b/static/redfish/v1/JsonSchemas/CertificateService/index.json
deleted file mode 100644
index c42104da82..0000000000
--- a/static/redfish/v1/JsonSchemas/CertificateService/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/CertificateService",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "CertificateService Schema File",
- "Schema": "#CertificateService.CertificateService",
- "Description": "CertificateService Schema File Location",
- "Id": "CertificateService",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CertificateService.json",
- "Uri": "/redfish/v1/JsonSchemas/CertificateService/CertificateService.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Chassis/index.json b/static/redfish/v1/JsonSchemas/Chassis/index.json
deleted file mode 100644
index cd937814db..0000000000
--- a/static/redfish/v1/JsonSchemas/Chassis/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Chassis",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Chassis Schema File",
- "Schema": "#Chassis.Chassis",
- "Description": "Chassis Schema File Location",
- "Id": "Chassis",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Chassis.json",
- "Uri": "/redfish/v1/JsonSchemas/Chassis/Chassis.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/ComputerSystem/index.json b/static/redfish/v1/JsonSchemas/ComputerSystem/index.json
deleted file mode 100644
index 08478501ea..0000000000
--- a/static/redfish/v1/JsonSchemas/ComputerSystem/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/ComputerSystem",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "ComputerSystem Schema File",
- "Schema": "#ComputerSystem.ComputerSystem",
- "Description": "ComputerSystem Schema File Location",
- "Id": "ComputerSystem",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json",
- "Uri": "/redfish/v1/JsonSchemas/ComputerSystem/ComputerSystem.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Drive/index.json b/static/redfish/v1/JsonSchemas/Drive/index.json
deleted file mode 100644
index 123a8a6c00..0000000000
--- a/static/redfish/v1/JsonSchemas/Drive/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Drive",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Drive Schema File",
- "Schema": "#Drive.Drive",
- "Description": "Drive Schema File Location",
- "Id": "Drive",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Drive.json",
- "Uri": "/redfish/v1/JsonSchemas/Drive/Drive.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/EthernetInterface/index.json b/static/redfish/v1/JsonSchemas/EthernetInterface/index.json
deleted file mode 100644
index eb3ba8eead..0000000000
--- a/static/redfish/v1/JsonSchemas/EthernetInterface/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/EthernetInterface",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "EthernetInterface Schema File",
- "Schema": "#EthernetInterface.EthernetInterface",
- "Description": "EthernetInterface Schema File Location",
- "Id": "EthernetInterface",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EthernetInterface.json",
- "Uri": "/redfish/v1/JsonSchemas/EthernetInterface/EthernetInterface.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Event/index.json b/static/redfish/v1/JsonSchemas/Event/index.json
deleted file mode 100644
index b6922b17c6..0000000000
--- a/static/redfish/v1/JsonSchemas/Event/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Event",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Event Schema File",
- "Schema": "#Event.Event",
- "Description": "Event Schema File Location",
- "Id": "Event",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Event.json",
- "Uri": "/redfish/v1/JsonSchemas/Event/Event.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/EventDestination/index.json b/static/redfish/v1/JsonSchemas/EventDestination/index.json
deleted file mode 100644
index 50b7eac78f..0000000000
--- a/static/redfish/v1/JsonSchemas/EventDestination/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/EventDestination",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "EventDestination Schema File",
- "Schema": "#EventDestination.EventDestination",
- "Description": "EventDestination Schema File Location",
- "Id": "EventDestination",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EventDestination.json",
- "Uri": "/redfish/v1/JsonSchemas/EventDestination/EventDestination.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/EventService/index.json b/static/redfish/v1/JsonSchemas/EventService/index.json
deleted file mode 100644
index 379039ae82..0000000000
--- a/static/redfish/v1/JsonSchemas/EventService/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/EventService",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "EventService Schema File",
- "Schema": "#EventService.EventService",
- "Description": "EventService Schema File Location",
- "Id": "EventService",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EventService.json",
- "Uri": "/redfish/v1/JsonSchemas/EventService/EventService.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/IPAddresses/index.json b/static/redfish/v1/JsonSchemas/IPAddresses/index.json
deleted file mode 100644
index abc997e3f5..0000000000
--- a/static/redfish/v1/JsonSchemas/IPAddresses/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/IPAddresses",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "IPAddresses Schema File",
- "Schema": "#IPAddresses.IPAddresses",
- "Description": "IPAddresses Schema File Location",
- "Id": "IPAddresses",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/IPAddresses.json",
- "Uri": "/redfish/v1/JsonSchemas/IPAddresses/IPAddresses.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/JsonSchemaFile/index.json b/static/redfish/v1/JsonSchemas/JsonSchemaFile/index.json
deleted file mode 100644
index 6d924ea165..0000000000
--- a/static/redfish/v1/JsonSchemas/JsonSchemaFile/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/JsonSchemaFile",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "JsonSchemaFile Schema File",
- "Schema": "#JsonSchemaFile.JsonSchemaFile",
- "Description": "JsonSchemaFile Schema File Location",
- "Id": "JsonSchemaFile",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/JsonSchemaFile.json",
- "Uri": "/redfish/v1/JsonSchemas/JsonSchemaFile/JsonSchemaFile.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/LogEntry/index.json b/static/redfish/v1/JsonSchemas/LogEntry/index.json
deleted file mode 100644
index d81b581e01..0000000000
--- a/static/redfish/v1/JsonSchemas/LogEntry/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/LogEntry",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "LogEntry Schema File",
- "Schema": "#LogEntry.LogEntry",
- "Description": "LogEntry Schema File Location",
- "Id": "LogEntry",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LogEntry.json",
- "Uri": "/redfish/v1/JsonSchemas/LogEntry/LogEntry.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/LogService/index.json b/static/redfish/v1/JsonSchemas/LogService/index.json
deleted file mode 100644
index 916f4c4728..0000000000
--- a/static/redfish/v1/JsonSchemas/LogService/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/LogService",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "LogService Schema File",
- "Schema": "#LogService.LogService",
- "Description": "LogService Schema File Location",
- "Id": "LogService",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LogService.json",
- "Uri": "/redfish/v1/JsonSchemas/LogService/LogService.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Manager/index.json b/static/redfish/v1/JsonSchemas/Manager/index.json
deleted file mode 100644
index e2705fb8ce..0000000000
--- a/static/redfish/v1/JsonSchemas/Manager/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Manager",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Manager Schema File",
- "Schema": "#Manager.Manager",
- "Description": "Manager Schema File Location",
- "Id": "Manager",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Manager.json",
- "Uri": "/redfish/v1/JsonSchemas/Manager/Manager.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/ManagerAccount/index.json b/static/redfish/v1/JsonSchemas/ManagerAccount/index.json
deleted file mode 100644
index 82b8d94824..0000000000
--- a/static/redfish/v1/JsonSchemas/ManagerAccount/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/ManagerAccount",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "ManagerAccount Schema File",
- "Schema": "#ManagerAccount.ManagerAccount",
- "Description": "ManagerAccount Schema File Location",
- "Id": "ManagerAccount",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerAccount.json",
- "Uri": "/redfish/v1/JsonSchemas/ManagerAccount/ManagerAccount.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/ManagerDiagnosticData/index.json b/static/redfish/v1/JsonSchemas/ManagerDiagnosticData/index.json
deleted file mode 100644
index f52c6d2092..0000000000
--- a/static/redfish/v1/JsonSchemas/ManagerDiagnosticData/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/ManagerDiagnosticData",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "ManagerDiagnosticData Schema File",
- "Schema": "#ManagerDiagnosticData.ManagerDiagnosticData",
- "Description": "ManagerDiagnosticData Schema File Location",
- "Id": "ManagerDiagnosticData",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerDiagnosticData.json",
- "Uri": "/redfish/v1/JsonSchemas/ManagerDiagnosticData/ManagerDiagnosticData.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/ManagerNetworkProtocol/index.json b/static/redfish/v1/JsonSchemas/ManagerNetworkProtocol/index.json
deleted file mode 100644
index f1de260437..0000000000
--- a/static/redfish/v1/JsonSchemas/ManagerNetworkProtocol/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/ManagerNetworkProtocol",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "ManagerNetworkProtocol Schema File",
- "Schema": "#ManagerNetworkProtocol.ManagerNetworkProtocol",
- "Description": "ManagerNetworkProtocol Schema File Location",
- "Id": "ManagerNetworkProtocol",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerNetworkProtocol.json",
- "Uri": "/redfish/v1/JsonSchemas/ManagerNetworkProtocol/ManagerNetworkProtocol.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Memory/index.json b/static/redfish/v1/JsonSchemas/Memory/index.json
deleted file mode 100644
index a0026b06c3..0000000000
--- a/static/redfish/v1/JsonSchemas/Memory/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Memory",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Memory Schema File",
- "Schema": "#Memory.Memory",
- "Description": "Memory Schema File Location",
- "Id": "Memory",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Memory.json",
- "Uri": "/redfish/v1/JsonSchemas/Memory/Memory.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Message/index.json b/static/redfish/v1/JsonSchemas/Message/index.json
deleted file mode 100644
index 035b67244f..0000000000
--- a/static/redfish/v1/JsonSchemas/Message/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Message",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Message Schema File",
- "Schema": "#Message.Message",
- "Description": "Message Schema File Location",
- "Id": "Message",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Message.json",
- "Uri": "/redfish/v1/JsonSchemas/Message/Message.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/MessageRegistry/index.json b/static/redfish/v1/JsonSchemas/MessageRegistry/index.json
deleted file mode 100644
index ab169a08cc..0000000000
--- a/static/redfish/v1/JsonSchemas/MessageRegistry/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistry",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "MessageRegistry Schema File",
- "Schema": "#MessageRegistry.MessageRegistry",
- "Description": "MessageRegistry Schema File Location",
- "Id": "MessageRegistry",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistry.json",
- "Uri": "/redfish/v1/JsonSchemas/MessageRegistry/MessageRegistry.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/MessageRegistryFile/index.json b/static/redfish/v1/JsonSchemas/MessageRegistryFile/index.json
deleted file mode 100644
index d2fba69a4a..0000000000
--- a/static/redfish/v1/JsonSchemas/MessageRegistryFile/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistryFile",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "MessageRegistryFile Schema File",
- "Schema": "#MessageRegistryFile.MessageRegistryFile",
- "Description": "MessageRegistryFile Schema File Location",
- "Id": "MessageRegistryFile",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistryFile.json",
- "Uri": "/redfish/v1/JsonSchemas/MessageRegistryFile/MessageRegistryFile.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/MetricDefinition/index.json b/static/redfish/v1/JsonSchemas/MetricDefinition/index.json
deleted file mode 100644
index 2c1d2f6899..0000000000
--- a/static/redfish/v1/JsonSchemas/MetricDefinition/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/MetricDefinition",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "MetricDefinition Schema File",
- "Schema": "#MetricDefinition.MetricDefinition",
- "Description": "MetricDefinition Schema File Location",
- "Id": "MetricDefinition",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MetricDefinition.json",
- "Uri": "/redfish/v1/JsonSchemas/MetricDefinition/MetricDefinition.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/MetricReport/index.json b/static/redfish/v1/JsonSchemas/MetricReport/index.json
deleted file mode 100644
index 0e6e35c73e..0000000000
--- a/static/redfish/v1/JsonSchemas/MetricReport/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/MetricReport",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "MetricReport Schema File",
- "Schema": "#MetricReport.MetricReport",
- "Description": "MetricReport Schema File Location",
- "Id": "MetricReport",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MetricReport.json",
- "Uri": "/redfish/v1/JsonSchemas/MetricReport/MetricReport.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/MetricReportDefinition/index.json b/static/redfish/v1/JsonSchemas/MetricReportDefinition/index.json
deleted file mode 100644
index e22287aece..0000000000
--- a/static/redfish/v1/JsonSchemas/MetricReportDefinition/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/MetricReportDefinition",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "MetricReportDefinition Schema File",
- "Schema": "#MetricReportDefinition.MetricReportDefinition",
- "Description": "MetricReportDefinition Schema File Location",
- "Id": "MetricReportDefinition",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MetricReportDefinition.json",
- "Uri": "/redfish/v1/JsonSchemas/MetricReportDefinition/MetricReportDefinition.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/OperatingConfig/index.json b/static/redfish/v1/JsonSchemas/OperatingConfig/index.json
deleted file mode 100644
index bc0a7a39a8..0000000000
--- a/static/redfish/v1/JsonSchemas/OperatingConfig/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/OperatingConfig",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "OperatingConfig Schema File",
- "Schema": "#OperatingConfig.OperatingConfig",
- "Description": "OperatingConfig Schema File Location",
- "Id": "OperatingConfig",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/OperatingConfig.json",
- "Uri": "/redfish/v1/JsonSchemas/OperatingConfig/OperatingConfig.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/PCIeDevice/index.json b/static/redfish/v1/JsonSchemas/PCIeDevice/index.json
deleted file mode 100644
index d0c74c2cb0..0000000000
--- a/static/redfish/v1/JsonSchemas/PCIeDevice/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/PCIeDevice",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "PCIeDevice Schema File",
- "Schema": "#PCIeDevice.PCIeDevice",
- "Description": "PCIeDevice Schema File Location",
- "Id": "PCIeDevice",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json",
- "Uri": "/redfish/v1/JsonSchemas/PCIeDevice/PCIeDevice.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/PCIeFunction/index.json b/static/redfish/v1/JsonSchemas/PCIeFunction/index.json
deleted file mode 100644
index 14fb6178d6..0000000000
--- a/static/redfish/v1/JsonSchemas/PCIeFunction/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/PCIeFunction",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "PCIeFunction Schema File",
- "Schema": "#PCIeFunction.PCIeFunction",
- "Description": "PCIeFunction Schema File Location",
- "Id": "PCIeFunction",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.json",
- "Uri": "/redfish/v1/JsonSchemas/PCIeFunction/PCIeFunction.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/PCIeSlots/index.json b/static/redfish/v1/JsonSchemas/PCIeSlots/index.json
deleted file mode 100644
index c2a0a3364e..0000000000
--- a/static/redfish/v1/JsonSchemas/PCIeSlots/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/PCIeSlots",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "PCIeSlots Schema File",
- "Schema": "#PCIeSlots.PCIeSlots",
- "Description": "PCIeSlots Schema File Location",
- "Id": "PCIeSlots",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PCIeSlots.json",
- "Uri": "/redfish/v1/JsonSchemas/PCIeSlots/PCIeSlots.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/PhysicalContext/index.json b/static/redfish/v1/JsonSchemas/PhysicalContext/index.json
deleted file mode 100644
index 4735da0cd1..0000000000
--- a/static/redfish/v1/JsonSchemas/PhysicalContext/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/PhysicalContext",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "PhysicalContext Schema File",
- "Schema": "#PhysicalContext.PhysicalContext",
- "Description": "PhysicalContext Schema File Location",
- "Id": "PhysicalContext",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json",
- "Uri": "/redfish/v1/JsonSchemas/PhysicalContext/PhysicalContext.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Power/index.json b/static/redfish/v1/JsonSchemas/Power/index.json
deleted file mode 100644
index 683e06adc1..0000000000
--- a/static/redfish/v1/JsonSchemas/Power/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Power",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Power Schema File",
- "Schema": "#Power.Power",
- "Description": "Power Schema File Location",
- "Id": "Power",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Power.json",
- "Uri": "/redfish/v1/JsonSchemas/Power/Power.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Privileges/index.json b/static/redfish/v1/JsonSchemas/Privileges/index.json
deleted file mode 100644
index b2e2e7a7e8..0000000000
--- a/static/redfish/v1/JsonSchemas/Privileges/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Privileges",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Privileges Schema File",
- "Schema": "#Privileges.Privileges",
- "Description": "Privileges Schema File Location",
- "Id": "Privileges",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Privileges.json",
- "Uri": "/redfish/v1/JsonSchemas/Privileges/Privileges.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Processor/index.json b/static/redfish/v1/JsonSchemas/Processor/index.json
deleted file mode 100644
index e026856a88..0000000000
--- a/static/redfish/v1/JsonSchemas/Processor/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Processor",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Processor Schema File",
- "Schema": "#Processor.Processor",
- "Description": "Processor Schema File Location",
- "Id": "Processor",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Processor.json",
- "Uri": "/redfish/v1/JsonSchemas/Processor/Processor.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Redundancy/index.json b/static/redfish/v1/JsonSchemas/Redundancy/index.json
deleted file mode 100644
index 6dfd2317a4..0000000000
--- a/static/redfish/v1/JsonSchemas/Redundancy/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Redundancy",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Redundancy Schema File",
- "Schema": "#Redundancy.Redundancy",
- "Description": "Redundancy Schema File Location",
- "Id": "Redundancy",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Redundancy.json",
- "Uri": "/redfish/v1/JsonSchemas/Redundancy/Redundancy.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Resource/index.json b/static/redfish/v1/JsonSchemas/Resource/index.json
deleted file mode 100644
index be6fa07659..0000000000
--- a/static/redfish/v1/JsonSchemas/Resource/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Resource",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Resource Schema File",
- "Schema": "#Resource.Resource",
- "Description": "Resource Schema File Location",
- "Id": "Resource",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Resource.json",
- "Uri": "/redfish/v1/JsonSchemas/Resource/Resource.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Role/index.json b/static/redfish/v1/JsonSchemas/Role/index.json
deleted file mode 100644
index d9897fbf39..0000000000
--- a/static/redfish/v1/JsonSchemas/Role/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Role",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Role Schema File",
- "Schema": "#Role.Role",
- "Description": "Role Schema File Location",
- "Id": "Role",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Role.json",
- "Uri": "/redfish/v1/JsonSchemas/Role/Role.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Sensor/index.json b/static/redfish/v1/JsonSchemas/Sensor/index.json
deleted file mode 100644
index 6ef64fc280..0000000000
--- a/static/redfish/v1/JsonSchemas/Sensor/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Sensor",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Sensor Schema File",
- "Schema": "#Sensor.Sensor",
- "Description": "Sensor Schema File Location",
- "Id": "Sensor",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Sensor.json",
- "Uri": "/redfish/v1/JsonSchemas/Sensor/Sensor.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/ServiceRoot/index.json b/static/redfish/v1/JsonSchemas/ServiceRoot/index.json
deleted file mode 100644
index 28b772d8ec..0000000000
--- a/static/redfish/v1/JsonSchemas/ServiceRoot/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/ServiceRoot",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "ServiceRoot Schema File",
- "Schema": "#ServiceRoot.ServiceRoot",
- "Description": "ServiceRoot Schema File Location",
- "Id": "ServiceRoot",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ServiceRoot.json",
- "Uri": "/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Session/index.json b/static/redfish/v1/JsonSchemas/Session/index.json
deleted file mode 100644
index 723a08e75b..0000000000
--- a/static/redfish/v1/JsonSchemas/Session/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Session",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Session Schema File",
- "Schema": "#Session.Session",
- "Description": "Session Schema File Location",
- "Id": "Session",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Session.json",
- "Uri": "/redfish/v1/JsonSchemas/Session/Session.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/SessionService/index.json b/static/redfish/v1/JsonSchemas/SessionService/index.json
deleted file mode 100644
index 1ddb62ea7e..0000000000
--- a/static/redfish/v1/JsonSchemas/SessionService/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/SessionService",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "SessionService Schema File",
- "Schema": "#SessionService.SessionService",
- "Description": "SessionService Schema File Location",
- "Id": "SessionService",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SessionService.json",
- "Uri": "/redfish/v1/JsonSchemas/SessionService/SessionService.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Settings/index.json b/static/redfish/v1/JsonSchemas/Settings/index.json
deleted file mode 100644
index b160c387dd..0000000000
--- a/static/redfish/v1/JsonSchemas/Settings/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Settings",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Settings Schema File",
- "Schema": "#Settings.Settings",
- "Description": "Settings Schema File Location",
- "Id": "Settings",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Settings.json",
- "Uri": "/redfish/v1/JsonSchemas/Settings/Settings.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/SoftwareInventory/index.json b/static/redfish/v1/JsonSchemas/SoftwareInventory/index.json
deleted file mode 100644
index a9fa24d1fe..0000000000
--- a/static/redfish/v1/JsonSchemas/SoftwareInventory/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/SoftwareInventory",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "SoftwareInventory Schema File",
- "Schema": "#SoftwareInventory.SoftwareInventory",
- "Description": "SoftwareInventory Schema File Location",
- "Id": "SoftwareInventory",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.json",
- "Uri": "/redfish/v1/JsonSchemas/SoftwareInventory/SoftwareInventory.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Storage/index.json b/static/redfish/v1/JsonSchemas/Storage/index.json
deleted file mode 100644
index ba9e7adb2d..0000000000
--- a/static/redfish/v1/JsonSchemas/Storage/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Storage",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Storage Schema File",
- "Schema": "#Storage.Storage",
- "Description": "Storage Schema File Location",
- "Id": "Storage",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Storage.json",
- "Uri": "/redfish/v1/JsonSchemas/Storage/Storage.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/StorageController/index.json b/static/redfish/v1/JsonSchemas/StorageController/index.json
deleted file mode 100644
index 1df711240e..0000000000
--- a/static/redfish/v1/JsonSchemas/StorageController/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/StorageController",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "StorageController Schema File",
- "Schema": "#StorageController.StorageController",
- "Description": "StorageController Schema File Location",
- "Id": "StorageController",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageController.json",
- "Uri": "/redfish/v1/JsonSchemas/StorageController/StorageController.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Task/index.json b/static/redfish/v1/JsonSchemas/Task/index.json
deleted file mode 100644
index 733b08d8ea..0000000000
--- a/static/redfish/v1/JsonSchemas/Task/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Task",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Task Schema File",
- "Schema": "#Task.Task",
- "Description": "Task Schema File Location",
- "Id": "Task",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Task.json",
- "Uri": "/redfish/v1/JsonSchemas/Task/Task.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/TaskService/index.json b/static/redfish/v1/JsonSchemas/TaskService/index.json
deleted file mode 100644
index 024c9b43db..0000000000
--- a/static/redfish/v1/JsonSchemas/TaskService/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/TaskService",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "TaskService Schema File",
- "Schema": "#TaskService.TaskService",
- "Description": "TaskService Schema File Location",
- "Id": "TaskService",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/TaskService.json",
- "Uri": "/redfish/v1/JsonSchemas/TaskService/TaskService.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/TelemetryService/index.json b/static/redfish/v1/JsonSchemas/TelemetryService/index.json
deleted file mode 100644
index 327e17ece7..0000000000
--- a/static/redfish/v1/JsonSchemas/TelemetryService/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/TelemetryService",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "TelemetryService Schema File",
- "Schema": "#TelemetryService.TelemetryService",
- "Description": "TelemetryService Schema File Location",
- "Id": "TelemetryService",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/TelemetryService.json",
- "Uri": "/redfish/v1/JsonSchemas/TelemetryService/TelemetryService.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Thermal/index.json b/static/redfish/v1/JsonSchemas/Thermal/index.json
deleted file mode 100644
index 29812e0561..0000000000
--- a/static/redfish/v1/JsonSchemas/Thermal/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Thermal",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Thermal Schema File",
- "Schema": "#Thermal.Thermal",
- "Description": "Thermal Schema File Location",
- "Id": "Thermal",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Thermal.json",
- "Uri": "/redfish/v1/JsonSchemas/Thermal/Thermal.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/Triggers/index.json b/static/redfish/v1/JsonSchemas/Triggers/index.json
deleted file mode 100644
index 57ff11af2a..0000000000
--- a/static/redfish/v1/JsonSchemas/Triggers/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/Triggers",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "Triggers Schema File",
- "Schema": "#Triggers.Triggers",
- "Description": "Triggers Schema File Location",
- "Id": "Triggers",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Triggers.json",
- "Uri": "/redfish/v1/JsonSchemas/Triggers/Triggers.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/UpdateService/index.json b/static/redfish/v1/JsonSchemas/UpdateService/index.json
deleted file mode 100644
index 6338678042..0000000000
--- a/static/redfish/v1/JsonSchemas/UpdateService/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/UpdateService",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "UpdateService Schema File",
- "Schema": "#UpdateService.UpdateService",
- "Description": "UpdateService Schema File Location",
- "Id": "UpdateService",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/UpdateService.json",
- "Uri": "/redfish/v1/JsonSchemas/UpdateService/UpdateService.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/VLanNetworkInterface/index.json b/static/redfish/v1/JsonSchemas/VLanNetworkInterface/index.json
deleted file mode 100644
index e36533fb74..0000000000
--- a/static/redfish/v1/JsonSchemas/VLanNetworkInterface/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/VLanNetworkInterface",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "VLanNetworkInterface Schema File",
- "Schema": "#VLanNetworkInterface.VLanNetworkInterface",
- "Description": "VLanNetworkInterface Schema File Location",
- "Id": "VLanNetworkInterface",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VLanNetworkInterface.json",
- "Uri": "/redfish/v1/JsonSchemas/VLanNetworkInterface/VLanNetworkInterface.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/VirtualMedia/index.json b/static/redfish/v1/JsonSchemas/VirtualMedia/index.json
deleted file mode 100644
index 46a43b0538..0000000000
--- a/static/redfish/v1/JsonSchemas/VirtualMedia/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/VirtualMedia",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "VirtualMedia Schema File",
- "Schema": "#VirtualMedia.VirtualMedia",
- "Description": "VirtualMedia Schema File Location",
- "Id": "VirtualMedia",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VirtualMedia.json",
- "Uri": "/redfish/v1/JsonSchemas/VirtualMedia/VirtualMedia.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/index.json b/static/redfish/v1/JsonSchemas/index.json
deleted file mode 100644
index 415f816575..0000000000
--- a/static/redfish/v1/JsonSchemas/index.json
+++ /dev/null
@@ -1,196 +0,0 @@
-{
- "@odata.id": "/redfish/v1/JsonSchemas",
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFileCollection.JsonSchemaFileCollection",
- "@odata.type": "#JsonSchemaFileCollection.JsonSchemaFileCollection",
- "Name": "JsonSchemaFile Collection",
- "Description": "Collection of JsonSchemaFiles",
- "Members@odata.count": 62,
- "Members": [
- {
- "@odata.id": "/redfish/v1/JsonSchemas/AccountService"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/ActionInfo"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Assembly"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/AttributeRegistry"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Bios"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Cable"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Certificate"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/CertificateLocations"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/CertificateService"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Chassis"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/ComputerSystem"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Drive"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/EthernetInterface"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Event"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/EventDestination"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/EventService"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/IPAddresses"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/JsonSchemaFile"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/LogEntry"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/LogService"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Manager"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/ManagerAccount"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/ManagerDiagnosticData"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/ManagerNetworkProtocol"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Memory"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Message"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistry"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistryFile"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/MetricDefinition"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/MetricReport"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/MetricReportDefinition"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/OperatingConfig"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/PCIeDevice"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/PCIeFunction"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/PCIeSlots"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/PhysicalContext"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Power"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Privileges"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Processor"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Redundancy"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Resource"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Role"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Sensor"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/ServiceRoot"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Session"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/SessionService"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Settings"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/SoftwareInventory"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Storage"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/StorageController"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Task"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/TaskService"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/TelemetryService"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Thermal"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/Triggers"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/UpdateService"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/VLanNetworkInterface"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/VirtualMedia"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/odata"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/redfish-error"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/redfish-payload-annotations"
- },
- {
- "@odata.id": "/redfish/v1/JsonSchemas/redfish-schema"
- }
- ]
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/odata/index.json b/static/redfish/v1/JsonSchemas/odata/index.json
deleted file mode 100644
index afa9bf0512..0000000000
--- a/static/redfish/v1/JsonSchemas/odata/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/odata",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "odata Schema File",
- "Schema": "#odata.odata",
- "Description": "odata Schema File Location",
- "Id": "odata",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/odata.json",
- "Uri": "/redfish/v1/JsonSchemas/odata/odata.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/redfish-error/index.json b/static/redfish/v1/JsonSchemas/redfish-error/index.json
deleted file mode 100644
index 4f1e19ff4f..0000000000
--- a/static/redfish/v1/JsonSchemas/redfish-error/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/redfish-error",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "redfish-error Schema File",
- "Schema": "#redfish-error.redfish-error",
- "Description": "redfish-error Schema File Location",
- "Id": "redfish-error",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/redfish-error.json",
- "Uri": "/redfish/v1/JsonSchemas/redfish-error/redfish-error.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/redfish-payload-annotations/index.json b/static/redfish/v1/JsonSchemas/redfish-payload-annotations/index.json
deleted file mode 100644
index c64d5ce35f..0000000000
--- a/static/redfish/v1/JsonSchemas/redfish-payload-annotations/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/redfish-payload-annotations",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "redfish-payload-annotations Schema File",
- "Schema": "#redfish-payload-annotations.redfish-payload-annotations",
- "Description": "redfish-payload-annotations Schema File Location",
- "Id": "redfish-payload-annotations",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/redfish-payload-annotations.json",
- "Uri": "/redfish/v1/JsonSchemas/redfish-payload-annotations/redfish-payload-annotations.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file
diff --git a/static/redfish/v1/JsonSchemas/redfish-schema/index.json b/static/redfish/v1/JsonSchemas/redfish-schema/index.json
deleted file mode 100644
index 86ca88b1c7..0000000000
--- a/static/redfish/v1/JsonSchemas/redfish-schema/index.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
- "@odata.id": "/redfish/v1/JsonSchemas/redfish-schema",
- "@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
- "Name": "redfish-schema Schema File",
- "Schema": "#redfish-schema.redfish-schema",
- "Description": "redfish-schema Schema File Location",
- "Id": "redfish-schema",
- "Languages": [
- "en"
- ],
- "Languages@odata.count": 1,
- "Location": [
- {
- "Language": "en",
- "PublicationUri": "http://redfish.dmtf.org/schemas/v1/redfish-schema.json",
- "Uri": "/redfish/v1/JsonSchemas/redfish-schema/redfish-schema.json"
- }
- ],
- "Location@odata.count": 1
-} \ No newline at end of file