-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Which schemas are installed should be selectable in both a meson config, and trivially by forks. This commit gets us closer to that idea. It does it in several ways, first, the code for generating JsonSchemaFile resources has been changed to be generated at runtime, based on files on disk. This is slightly slower, but allows installing schemas from anywhere, and matches the CSDL handling. Next, the schema folders are separated into two sets csdl -> This includes the complete schema pack from dmtf installed -> this includes only the schemas the bmc includes Similar folders exist for json-schema and json-schema-installed. This allows any additional schemas to be a single symlink addition. Note, this also checks in all of the dmtf json schemas, not just the versions we use. This allows us to update the schema pack without needing to break our versions we ship. Because the static files are now selectable, all files need to be in a folder. This forces the css and image for the redfish built-in gui to be moved. Tested: /redfish/v1/JsonSchemas returns the correct result /redfish/v1/JsonSchemas/UpdateService returns a JsonSchemaFile instance /redfish/v1/JsonSchemas/UpdateService/UpdateService<version>json returns the JsonSchemaFile contents. Redfish service validator passes. Change-Id: Ie96b2e4b623788dc2ec94eb40fcfd80325f0d826 Signed-off-by: Ed Tanous <ed@tanous.net>
- Loading branch information
Showing
351 changed files
with
298 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
redfish-core/schema/dmtf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
subdir('schema') |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/AccountService.v1_15_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/AccountService.v1_15_1.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/ActionInfo.v1_4_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/ActionInfo.v1_4_2.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/AggregationService.v1_0_3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/AggregationService.v1_0_3.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/AggregationSource.v1_4_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/AggregationSource.v1_4_1.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/AggregationSourceCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/AggregationSourceCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/Assembly.v1_5_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/Assembly.v1_5_1.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/AttributeRegistry.v1_3_9.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/AttributeRegistry.v1_3_9.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/Bios.v1_2_3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/Bios.v1_2_3.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/Cable.v1_2_3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/Cable.v1_2_3.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/CableCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/CableCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/Certificate.v1_8_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/Certificate.v1_8_2.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/CertificateCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/CertificateCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/CertificateLocations.v1_0_4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/CertificateLocations.v1_0_4.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/CertificateService.v1_0_5.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/CertificateService.v1_0_5.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/Chassis.v1_25_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/Chassis.v1_25_1.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/ChassisCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/ChassisCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/ComponentIntegrity.v1_2_3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/ComponentIntegrity.v1_2_3.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/ComponentIntegrityCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/ComponentIntegrityCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/ComputerSystem.v1_22_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/ComputerSystem.v1_22_1.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/ComputerSystemCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/ComputerSystemCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/Drive.v1_19_0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/Drive.v1_19_0.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/DriveCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/DriveCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/EnvironmentMetrics.v1_3_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/EnvironmentMetrics.v1_3_2.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/EthernetInterface.v1_12_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/EthernetInterface.v1_12_1.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/EthernetInterfaceCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/EthernetInterfaceCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/Event.v1_10_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/Event.v1_10_1.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/EventDestination.v1_14_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/EventDestination.v1_14_1.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/EventDestinationCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/EventDestinationCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/EventService.v1_10_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/EventService.v1_10_2.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/FabricAdapter.v1_5_3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/FabricAdapter.v1_5_3.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/FabricAdapterCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/FabricAdapterCollection.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/Fan.v1_5_2.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/FanCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/FanCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/IPAddresses.v1_1_5.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/IPAddresses.v1_1_5.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/JsonSchemaFile.v1_1_5.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/JsonSchemaFile.v1_1_5.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/JsonSchemaFileCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/JsonSchemaFileCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/LogEntry.v1_16_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/LogEntry.v1_16_1.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/LogEntryCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/LogEntryCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/LogService.v1_7_0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/LogService.v1_7_0.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/LogServiceCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/LogServiceCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/Manager.v1_19_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/Manager.v1_19_1.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/ManagerAccount.v1_12_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/ManagerAccount.v1_12_1.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/ManagerAccountCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/ManagerAccountCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/ManagerCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/ManagerCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/ManagerDiagnosticData.v1_2_3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/ManagerDiagnosticData.v1_2_3.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/ManagerNetworkProtocol.v1_10_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/ManagerNetworkProtocol.v1_10_1.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/Memory.v1_20_0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/Memory.v1_20_0.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/MemoryCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/MemoryCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/Message.v1_2_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/Message.v1_2_1.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/MessageRegistry.v1_6_3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/MessageRegistry.v1_6_3.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/MessageRegistryCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/MessageRegistryCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/MessageRegistryFile.v1_1_5.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/MessageRegistryFile.v1_1_5.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/MessageRegistryFileCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/MessageRegistryFileCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/MetricDefinition.v1_3_4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/MetricDefinition.v1_3_4.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/MetricDefinitionCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/MetricDefinitionCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/MetricReport.v1_5_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/MetricReport.v1_5_1.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/MetricReportCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/MetricReportCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/MetricReportDefinition.v1_4_6.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/MetricReportDefinition.v1_4_6.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/MetricReportDefinitionCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/MetricReportDefinitionCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/OperatingConfig.v1_0_4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/OperatingConfig.v1_0_4.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/OperatingConfigCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/OperatingConfigCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/PCIeDevice.v1_14_0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/PCIeDevice.v1_14_0.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/PCIeDeviceCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/PCIeDeviceCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/PCIeFunction.v1_6_0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/PCIeFunction.v1_6_0.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/PCIeFunctionCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/PCIeFunctionCollection.json |
1 change: 1 addition & 0 deletions
1
redfish-core/schema/dmtf/json-schema-installed/PCIeSlots.v1_6_1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../json-schema/PCIeSlots.v1_6_1.json |
Oops, something went wrong.