yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml
index 3bb3a01..b6ed9d5 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml
@@ -7,7 +7,7 @@
 properties:
     - name: Type
       type: enum[self.AcceleratorType]
-      default: 'Unknown'
+      default: "Unknown"
       description: >
           The type of accelerator.
 
@@ -16,15 +16,15 @@
       description: >
           Possible accelerator type
       values:
-        - name: 'ASIC'
-          description: >
-              An ASIC.
-        - name: 'FPGA'
-          description: >
-              An FPGA.
-        - name: 'GPU'
-          description: >
-              A GPU.
-        - name: 'Unknown'
-          description: >
-              An unknown type.
+          - name: "ASIC"
+            description: >
+                An ASIC.
+          - name: "FPGA"
+            description: >
+                An FPGA.
+          - name: "GPU"
+            description: >
+                A GPU.
+          - name: "Unknown"
+            description: >
+                An unknown type.
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml
index 13b279f..597ec4b 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml
@@ -13,33 +13,33 @@
       description: >
           Possible chassis type
       values:
-        - name: Component
-          description: >
-              A small chassis, card, or device that contains devices for a
-              particular subsystem or function.
-        - name: Enclosure
-          description: >
-              A generic term for a chassis that does not fit any other
-              description.
-        - name: Module
-          description: >
-              A small, typically removable, chassis or card that contains
-              devices for a particular subsystem or function.
-        - name: RackMount
-          description: >
-              A single-system chassis designed specifically for mounting in an
-              equipment rack.
-        - name: StandAlone
-          description: >
-              A single, free-standing system, commonly called a tower or
-              desktop chassis.
-        - name: StorageEnclosure
-          description: >
-              A chassis that encloses storage.
-        - name: Unknown
-          description: >
-              An unknown chassis type.
-        - name: Zone
-          description: >
-              A logical division or portion of a physical chassis that contains
-              multiple devices or systems that cannot be physically separated.
+          - name: Component
+            description: >
+                A small chassis, card, or device that contains devices for a
+                particular subsystem or function.
+          - name: Enclosure
+            description: >
+                A generic term for a chassis that does not fit any other
+                description.
+          - name: Module
+            description: >
+                A small, typically removable, chassis or card that contains
+                devices for a particular subsystem or function.
+          - name: RackMount
+            description: >
+                A single-system chassis designed specifically for mounting in an
+                equipment rack.
+          - name: StandAlone
+            description: >
+                A single, free-standing system, commonly called a tower or
+                desktop chassis.
+          - name: StorageEnclosure
+            description: >
+                A chassis that encloses storage.
+          - name: Unknown
+            description: >
+                An unknown chassis type.
+          - name: Zone
+            description: >
+                A logical division or portion of a physical chassis that contains
+                multiple devices or systems that cannot be physically separated.
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/Cpu.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/Cpu.interface.yaml
index 53eca3e..95df804 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/Cpu.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/Cpu.interface.yaml
@@ -68,24 +68,24 @@
           List of capabilities that a processor can support.
           Values are based off DMTF DSP0134 specification.
       values:
-        - name: Capable64bit
-          description: >
-              Capable of 64-bit.
-        - name: MultiCore
-          description: >
-              Support multi-core.
-        - name: HardwareThread
-          description: >
-              Support hardware thread.
-        - name: ExecuteProtection
-          description: >
-              Support execute protection.
-        - name: EnhancedVirtualization
-          description: >
-              Support enhanced virtualization.
-        - name: PowerPerformanceControl
-          description: >
-              Support power/performance control.
+          - name: Capable64bit
+            description: >
+                Capable of 64-bit.
+          - name: MultiCore
+            description: >
+                Support multi-core.
+          - name: HardwareThread
+            description: >
+                Support hardware thread.
+          - name: ExecuteProtection
+            description: >
+                Support execute protection.
+          - name: EnhancedVirtualization
+            description: >
+                Support enhanced virtualization.
+          - name: PowerPerformanceControl
+            description: >
+                Support power/performance control.
 
 associations:
     - name: associated_pcie_slots
@@ -95,4 +95,4 @@
           PCIe slots.
       reverse_name: upstream_processor
       required_endpoint_interfaces:
-        - xyz.openbmc_project.Inventory.Item.PCIeSlot
+          - xyz.openbmc_project.Inventory.Item.PCIeSlot
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig.interface.yaml
index 0d0463a..2460505 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig.interface.yaml
@@ -6,44 +6,44 @@
       type: uint32
       description: The base clock speed of the processor in MHz.
       flags:
-        - readonly
+          - readonly
     - name: BaseSpeedPrioritySettings
       type: array[struct[uint32, array[uint32]]]
       description: >
-        An array of objects that specify the base clock frequency for sets of
-        cores when the configuration is operational. Each entry contains two
-        members, first is the base clock speed in MHz, and second is an array
-        identifying the set of core IDs to configure at that base speed.
+          An array of objects that specify the base clock frequency for sets of
+          cores when the configuration is operational. Each entry contains two
+          members, first is the base clock speed in MHz, and second is an array
+          identifying the set of core IDs to configure at that base speed.
       flags:
-        - readonly
+          - readonly
     - name: MaxJunctionTemperature
       type: uint32
       description: The maximum temperature of the junction in degrees Celsius.
       flags:
-        - readonly
+          - readonly
     - name: MaxSpeed
       type: uint32
       description: >
-        The maximum clock speed to which the processor can be configured in MHz.
+          The maximum clock speed to which the processor can be configured in MHz.
       flags:
-        - readonly
+          - readonly
     - name: PowerLimit
       type: uint32
       description: The thermal design point of the processor in watts.
       flags:
-        - readonly
+          - readonly
     - name: AvailableCoreCount
       type: size
       description: >
-        The number of cores in the processor that can be used in this
-        configuration.
+          The number of cores in the processor that can be used in this
+          configuration.
       flags:
-        - readonly
+          - readonly
     - name: TurboProfile
       type: array[struct[uint32, size]]
       description: >
-        An array of objects that specify the turbo profile for a set of active
-        cores. Each entry contains two members, first is the maximum turbo clock
-        speed in MHz, and second is number of cores which can run at that speed.
+          An array of objects that specify the turbo profile for a set of active
+          cores. Each entry contains two members, first is the maximum turbo clock
+          speed in MHz, and second is number of cores which can run at that speed.
       flags:
-        - readonly
+          - readonly
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml
index b68b6c0..2639d71 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml
@@ -6,4 +6,3 @@
       description: >
           The microcode information for this processor
       default: 0
-
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/Dimm.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/Dimm.interface.yaml
index 4164691..d3a7df7 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/Dimm.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/Dimm.interface.yaml
@@ -72,196 +72,196 @@
       description: >
           Error-Correcting Code.
       values:
-        - name: NoECC
-          description: >
-              No ECC support.
-        - name: SingleBitECC
-          description: >
-              Single bit data errors can be corrected by ECC.
-        - name: MultiBitECC
-          description: >
-              Multibit data errors can be corrected by ECC.
-        - name: AddressParity
-          description: >
-              Address parity errors can be corrected.
+          - name: NoECC
+            description: >
+                No ECC support.
+          - name: SingleBitECC
+            description: >
+                Single bit data errors can be corrected by ECC.
+          - name: MultiBitECC
+            description: >
+                Multibit data errors can be corrected by ECC.
+          - name: AddressParity
+            description: >
+                Address parity errors can be corrected.
     - name: MemoryTech
       description: >
           This property shall contain the type ofmemory that this Resource
           represents.
       values:
-        - name: Other
-          description: >
-              Some devices which are not defined in SMBIOS table.
-        - name: Unknown
-          description: >
-              Unknown device.
-        - name: DRAM
-          description: >
-              The memory module is comprised of volatile memory.
-        - name: NVDIMM_N
-          description: >
-              The memory module is comprised of volatile memory backed by
-              non-volatile memory.
-        - name: NVDIMM_F
-          description: >
-              The memory module is comprised of non-volatile memory.
-        - name: NVDIMM_P
-          description: >
-              The memory module is comprised of a combination of non-volatile
-              and volatile memory.
-        - name: IntelOptane
-          description: >
-              The memory module is an Intel Optane DC Persistent Memory Module.
+          - name: Other
+            description: >
+                Some devices which are not defined in SMBIOS table.
+          - name: Unknown
+            description: >
+                Unknown device.
+          - name: DRAM
+            description: >
+                The memory module is comprised of volatile memory.
+          - name: NVDIMM_N
+            description: >
+                The memory module is comprised of volatile memory backed by
+                non-volatile memory.
+          - name: NVDIMM_F
+            description: >
+                The memory module is comprised of non-volatile memory.
+          - name: NVDIMM_P
+            description: >
+                The memory module is comprised of a combination of non-volatile
+                and volatile memory.
+          - name: IntelOptane
+            description: >
+                The memory module is an Intel Optane DC Persistent Memory Module.
     - name: DeviceType
       description: >
           This property shall contain the Memory Device Type as defined by
           SMBIOS.
       values:
-        - name: Other
-          description: >
-              Some devices which are not defined in this table.
-        - name: Unknown
-          description: >
-              Unknown device.
-        - name: DRAM
-          description: >
-              Dynamic Random Access Memory.
-        - name: EDRAM
-          description: >
-              Enhanced Dynamic Random Access Memory.
-        - name: VRAM
-          description: >
-              Video Random Access Memory.
-        - name: SRAM
-          description: >
-              Static Random Access Memory.
-        - name: RAM
-          description: >
-              Random Access Memory.
-        - name: ROM
-          description: >
-              Read Only Memory.
-        - name: FLASH
-          description: >
-              Flash Memory.
-        - name: EEPROM
-          description: >
-              Electrically Erasable Programmable Read Only Memory.
-        - name: FEPROM
-          description: >
-              Flash Erasable Programmable Read Only Memory.
-        - name: EPROM
-          description: >
-              Erasable Programmable Read Only Memory.
-        - name: CDRAM
-          description: >
-              Cached Dynamic Random Access Memory.
-        - name: ThreeDRAM
-          description: >
-              Three Dimensional Random Access Memory.
-        - name: SDRAM
-          description: >
-              Synchronous Dynamic Random Access Memory.
-        - name: DDR_SGRAM
-          description: >
-              Double Data Rate Synchronous Graphics Random-Access Memory.
-        - name: RDRAM
-          description: >
-              Direct Rambus Dynamic Random Access Memory.
-        - name: DDR
-          description: >
-              Double Data Rate SDRAM.
-        - name: DDR2
-          description: >
-              Double Data Rate 2 SDRAM.
-        - name: DDR2_SDRAM_FB_DIMM
-          description: >
-              DDR2 SDRAM Fully Buffered DIMM.
-        - name: EDO
-          description: >
-              Extended Data Output Memory.
-        - name: FastPageMode
-          description: >
-              Fast Page Mode Memory.
-        - name: PipelinedNibble
-          description: >
-              Pipelined Nibble Memory.
-        - name: DDR3
-          description: >
-              Double Data Rate 3 SDRAM.
-        - name: FBD2
-          description: >
-              Fully Buffered DIMM 2.
-        - name: DDR4
-          description: >
-              Double Data Rate 4 SDRAM.
-        - name: LPDDR_SDRAM
-          description: >
-              Low-Power Double Data Rate SDRAM.
-        - name: LPDDR2_SDRAM
-          description: >
-              Low-Power Double Data Rate 2 SDRAM.
-        - name: LPDDR3_SDRAM
-          description: >
-              Low-Power Double Data Rate 3 SDRAM.
-        - name: LPDDR4_SDRAM
-          description: >
-              Low-Power Double Data Rate 4 SDRAM.
-        - name: Logical
-          description: >
-              Logical Non-volatile device.
-        - name: HBM
-          description: >
-              High Bandwidth Memory
-        - name: HBM2
-          description: >
-              High Bandwidth Memory Generation 2.
-        - name: DDR2_SDRAM_FB_DIMM_PROB
-          description: >
-              DDR2 SDRAM Fully Buffered DIMM PROBE.
-        - name: DDR4E_SDRAM
-          description: >
-              Double Data Rate 4 Extended Compliant SDRAM.
-        - name: DDR5
-          description: >
-              Double Data Rate 5 SDRAM.
-        - name: LPDDR5_SDRAM
-          description: >
-              Low-Power Double Data Rate 5 SDRAM.
+          - name: Other
+            description: >
+                Some devices which are not defined in this table.
+          - name: Unknown
+            description: >
+                Unknown device.
+          - name: DRAM
+            description: >
+                Dynamic Random Access Memory.
+          - name: EDRAM
+            description: >
+                Enhanced Dynamic Random Access Memory.
+          - name: VRAM
+            description: >
+                Video Random Access Memory.
+          - name: SRAM
+            description: >
+                Static Random Access Memory.
+          - name: RAM
+            description: >
+                Random Access Memory.
+          - name: ROM
+            description: >
+                Read Only Memory.
+          - name: FLASH
+            description: >
+                Flash Memory.
+          - name: EEPROM
+            description: >
+                Electrically Erasable Programmable Read Only Memory.
+          - name: FEPROM
+            description: >
+                Flash Erasable Programmable Read Only Memory.
+          - name: EPROM
+            description: >
+                Erasable Programmable Read Only Memory.
+          - name: CDRAM
+            description: >
+                Cached Dynamic Random Access Memory.
+          - name: ThreeDRAM
+            description: >
+                Three Dimensional Random Access Memory.
+          - name: SDRAM
+            description: >
+                Synchronous Dynamic Random Access Memory.
+          - name: DDR_SGRAM
+            description: >
+                Double Data Rate Synchronous Graphics Random-Access Memory.
+          - name: RDRAM
+            description: >
+                Direct Rambus Dynamic Random Access Memory.
+          - name: DDR
+            description: >
+                Double Data Rate SDRAM.
+          - name: DDR2
+            description: >
+                Double Data Rate 2 SDRAM.
+          - name: DDR2_SDRAM_FB_DIMM
+            description: >
+                DDR2 SDRAM Fully Buffered DIMM.
+          - name: EDO
+            description: >
+                Extended Data Output Memory.
+          - name: FastPageMode
+            description: >
+                Fast Page Mode Memory.
+          - name: PipelinedNibble
+            description: >
+                Pipelined Nibble Memory.
+          - name: DDR3
+            description: >
+                Double Data Rate 3 SDRAM.
+          - name: FBD2
+            description: >
+                Fully Buffered DIMM 2.
+          - name: DDR4
+            description: >
+                Double Data Rate 4 SDRAM.
+          - name: LPDDR_SDRAM
+            description: >
+                Low-Power Double Data Rate SDRAM.
+          - name: LPDDR2_SDRAM
+            description: >
+                Low-Power Double Data Rate 2 SDRAM.
+          - name: LPDDR3_SDRAM
+            description: >
+                Low-Power Double Data Rate 3 SDRAM.
+          - name: LPDDR4_SDRAM
+            description: >
+                Low-Power Double Data Rate 4 SDRAM.
+          - name: Logical
+            description: >
+                Logical Non-volatile device.
+          - name: HBM
+            description: >
+                High Bandwidth Memory
+          - name: HBM2
+            description: >
+                High Bandwidth Memory Generation 2.
+          - name: DDR2_SDRAM_FB_DIMM_PROB
+            description: >
+                DDR2 SDRAM Fully Buffered DIMM PROBE.
+          - name: DDR4E_SDRAM
+            description: >
+                Double Data Rate 4 Extended Compliant SDRAM.
+          - name: DDR5
+            description: >
+                Double Data Rate 5 SDRAM.
+          - name: LPDDR5_SDRAM
+            description: >
+                Low-Power Double Data Rate 5 SDRAM.
     - name: FormFactor
       description: >
           Implementation form factor for this memory device.
       values:
-        - name: RDIMM
-          description: >
-              Registered DIMM.
-        - name: UDIMM
-          description: >
-              Unbuffered DIMM.
-        - name: SO_DIMM
-          description: >
-              Small Outline DIMM.
-        - name: LRDIMM
-          description: >
-              Load-reduced DIMMs.
-        - name: Mini_RDIMM
-          description: >
-              mini Registered DIMM.
-        - name: Mini_UDIMM
-          description: >
-              mini Unbuffered DIMM.
-        - name: SO_RDIMM_72b
-          description: >
-              Small Outline Registered DIMM.
-        - name: SO_UDIMM_72b
-          description: >
-              Small Outline Unbuffered DIMM.
-        - name: SO_DIMM_16b
-          description: >
-              Small Outline DIMM 16 bit.
-        - name: SO_DIMM_32b
-          description: >
-              Small Outline DIMM 32 bit.
-        - name: Die
-          description: >
-              A die within a package.
+          - name: RDIMM
+            description: >
+                Registered DIMM.
+          - name: UDIMM
+            description: >
+                Unbuffered DIMM.
+          - name: SO_DIMM
+            description: >
+                Small Outline DIMM.
+          - name: LRDIMM
+            description: >
+                Load-reduced DIMMs.
+          - name: Mini_RDIMM
+            description: >
+                mini Registered DIMM.
+          - name: Mini_UDIMM
+            description: >
+                mini Unbuffered DIMM.
+          - name: SO_RDIMM_72b
+            description: >
+                Small Outline Registered DIMM.
+          - name: SO_UDIMM_72b
+            description: >
+                Small Outline Unbuffered DIMM.
+          - name: SO_DIMM_16b
+            description: >
+                Small Outline DIMM 16 bit.
+          - name: SO_DIMM_32b
+            description: >
+                Small Outline DIMM 32 bit.
+          - name: Die
+            description: >
+                A die within a package.
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/Dimm/MemoryLocation.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/Dimm/MemoryLocation.interface.yaml
index 43e838f..6e9e48d 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/Dimm/MemoryLocation.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/Dimm/MemoryLocation.interface.yaml
@@ -17,4 +17,4 @@
     - name: Slot
       type: byte
       description: >
-          Slot of given channel.
\ No newline at end of file
+          Slot of given channel.
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml
index ab2b49a..a710268 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml
@@ -10,12 +10,12 @@
           Indicates if the device is MultiFunction or SingleFunction.
     - name: GenerationInUse
       type: enum[xyz.openbmc_project.Inventory.Item.PCIeSlot.Generations]
-      default: 'Unknown'
+      default: "Unknown"
       description: >
           The PCIe interface generation in use by the device.
     - name: GenerationSupported
       type: enum[xyz.openbmc_project.Inventory.Item.PCIeSlot.Generations]
-      default: 'Unknown'
+      default: "Unknown"
       description: >
           The maximum PCIe generation supported by the device.
 
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml
index 570514e..5c0f0d5 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml
@@ -5,7 +5,7 @@
 properties:
     - name: Generation
       type: enum[self.Generations]
-      default: 'Unknown'
+      default: "Unknown"
       description: >
           The PCIe generation of the slot
 
@@ -16,7 +16,7 @@
 
     - name: SlotType
       type: enum[self.SlotTypes]
-      default: 'Unknown'
+      default: "Unknown"
       description: >
           The type of the slot
 
@@ -30,73 +30,73 @@
       description: >
           Possible PCIe generations
       values:
-        - name: 'Gen1'
-          description: >
-              PCIe v1.0 slot
+          - name: "Gen1"
+            description: >
+                PCIe v1.0 slot
 
-        - name: 'Gen2'
-          description: >
-              PCIe v2.0 slot
+          - name: "Gen2"
+            description: >
+                PCIe v2.0 slot
 
-        - name: 'Gen3'
-          description: >
-              PCIe v3.0 slot
+          - name: "Gen3"
+            description: >
+                PCIe v3.0 slot
 
-        - name: 'Gen4'
-          description: >
-              PCIe v4.0 slot
+          - name: "Gen4"
+            description: >
+                PCIe v4.0 slot
 
-        - name: 'Gen5'
-          description: >
-              PCIe v5.0 slot
+          - name: "Gen5"
+            description: >
+                PCIe v5.0 slot
 
-        - name: 'Unknown'
-          description: >
-              Version of the PCIe slot is unknown
+          - name: "Unknown"
+            description: >
+                Version of the PCIe slot is unknown
 
     - name: SlotTypes
       description: >
           Possible types of a PCIe slot
       values:
-        - name: 'FullLength'
-          description: >
-              Full-Length PCIe slot
+          - name: "FullLength"
+            description: >
+                Full-Length PCIe slot
 
-        - name: 'HalfLength'
-          description: >
-              Half-Length PCIe slot
+          - name: "HalfLength"
+            description: >
+                Half-Length PCIe slot
 
-        - name: 'LowProfile'
-          description: >
-              Low-Profile or Slim PCIe slot
+          - name: "LowProfile"
+            description: >
+                Low-Profile or Slim PCIe slot
 
-        - name: 'Mini'
-          description: >
-              Mini PCIe slot
+          - name: "Mini"
+            description: >
+                Mini PCIe slot
 
-        - name: 'M_2'
-          description: >
-              PCIe M.2 slot
+          - name: "M_2"
+            description: >
+                PCIe M.2 slot
 
-        - name: 'OEM'
-          description: >
-              An OEM-specific PCIe slot
+          - name: "OEM"
+            description: >
+                An OEM-specific PCIe slot
 
-        - name: 'OCP3Small'
-          description: >
-              Open Compute Project 3.0 small form factor PCIe slot
+          - name: "OCP3Small"
+            description: >
+                Open Compute Project 3.0 small form factor PCIe slot
 
-        - name: 'OCP3Large'
-          description: >
-              Open Compute Project 3.0 large form factor PCIe slot
+          - name: "OCP3Large"
+            description: >
+                Open Compute Project 3.0 large form factor PCIe slot
 
-        - name: 'U_2'
-          description: >
-              U.2 / SFF-8639 PCIe slot or bay
+          - name: "U_2"
+            description: >
+                U.2 / SFF-8639 PCIe slot or bay
 
-        - name: 'Unknown'
-          description: >
-              Type of the PCIe slot is unknown
+          - name: "Unknown"
+            description: >
+                Type of the PCIe slot is unknown
 
 associations:
     - name: upstream_processor
@@ -106,4 +106,4 @@
           bridge or on-processor PCIe root complexes.
       reverse_name: associated_pcie_slots
       required_endpoint_interfaces:
-        - xyz.openbmc_project.Inventory.Item.Cpu
+          - xyz.openbmc_project.Inventory.Item.Cpu
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory.interface.yaml
index 9396726..16c9d08 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory.interface.yaml
@@ -98,12 +98,12 @@
       description: >
           Memory modes supported by the memory module.
       values:
-        - name: Volatile
-          description: >
-              Memory module supports volatile or non-persistent memory mode.
-        - name: Persistent
-          description: >
-              Memory module supports apt direct mode.
-        - name: Block
-          description: >
-              Memory module supports block mode.
\ No newline at end of file
+          - name: Volatile
+            description: >
+                Memory module supports volatile or non-persistent memory mode.
+          - name: Persistent
+            description: >
+                Memory module supports apt direct mode.
+          - name: Block
+            description: >
+                Memory module supports block mode.
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy.interface.yaml
index d5231d7..5d067ec 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy.interface.yaml
@@ -17,4 +17,4 @@
     - name: AveragePowerBudgetmW
       type: uint32
       description: >
-          Average power budget in milliwatts.
\ No newline at end of file
+          Average power budget in milliwatts.
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities.interface.yaml
index 23ca54e..09a6856 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities.interface.yaml
@@ -21,4 +21,4 @@
       type: uint32
       description: >
           The maximum number of incorrect passphrase attempts
-          allowed before memory is locked.
\ No newline at end of file
+          allowed before memory is locked.
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/Rotor.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/Rotor.interface.yaml
index 4f8d931..c403032 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/Rotor.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/Rotor.interface.yaml
@@ -7,14 +7,14 @@
     - name: NominalVoltage
       type: double
       description: >
-        The nominal voltage of the fan in mV.
+          The nominal voltage of the fan in mV.
 
     - name: NominalCurrent
       type: double
       description: >
-        The nominal maximum current of the fan in mA.
+          The nominal maximum current of the fan in mA.
 
     - name: NominalRPM
       type: double
       description: >
-        The nominal speed of the fan in RPMs.
+          The nominal speed of the fan in RPMs.
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/Volume.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/Volume.interface.yaml
index fab0db8..4388da3 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/Volume.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/Volume.interface.yaml
@@ -6,119 +6,119 @@
 methods:
     - name: FormatLuks
       description: >
-        Format a LUKS encrypted device and create a filesystem.
+          Format a LUKS encrypted device and create a filesystem.
       parameters:
-        - name: Password
-          type: array[byte]
-          description: >
-            Array of bytes to use as the LUKS password.
-        - name: Type
-          type: enum[self.FilesystemType]
-          description: >
-            Type of filesystem, e.g. ext2, ext3, ext4, vfat.
+          - name: Password
+            type: array[byte]
+            description: >
+                Array of bytes to use as the LUKS password.
+          - name: Type
+            type: enum[self.FilesystemType]
+            description: >
+                Type of filesystem, e.g. ext2, ext3, ext4, vfat.
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
-        - xyz.openbmc_project.Common.Error.ResourceNotFound
-        - xyz.openbmc_project.Common.Error.UnsupportedRequest
+          - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Common.Error.ResourceNotFound
+          - xyz.openbmc_project.Common.Error.UnsupportedRequest
 
     - name: Erase
       description: >
-        Erase the contents of the volume.
+          Erase the contents of the volume.
       parameters:
-        - name: EraseType
-          type: enum[self.EraseMethod]
-          description: >
-            Describes what type of erase is done.
+          - name: EraseType
+            type: enum[self.EraseMethod]
+            description: >
+                Describes what type of erase is done.
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
-        - xyz.openbmc_project.Common.Error.ResourceNotFound
+          - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Common.Error.ResourceNotFound
 
     - name: Lock
       description: >
-        Unmount the filesystem, lock the volume, and remove sensitive data
-        (e.g. volume key) from memory.
+          Unmount the filesystem, lock the volume, and remove sensitive data
+          (e.g. volume key) from memory.
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
-        - xyz.openbmc_project.Common.Error.UnsupportedRequest
+          - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Common.Error.UnsupportedRequest
 
     - name: Unlock
       description: >
-        Activate the volume and mount the filesystem.
+          Activate the volume and mount the filesystem.
       parameters:
-        - name: Password
-          type: array[byte]
-          description: >
-            Array of bytes to use as the LUKS password.
+          - name: Password
+            type: array[byte]
+            description: >
+                Array of bytes to use as the LUKS password.
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
-        - xyz.openbmc_project.Common.Error.ResourceNotFound
+          - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Common.Error.ResourceNotFound
 
     - name: ChangePassword
       description: >
-        Change the LUKS password that unlocks the storage volume.
+          Change the LUKS password that unlocks the storage volume.
       parameters:
-        - name: OldPassword
-          type: array[byte]
-          description: >
-            Array of bytes for the old LUKS password.
-        - name: NewPassword
-          type: array[byte]
-          description: >
-            Array of bytes to use as the LUKS password.
+          - name: OldPassword
+            type: array[byte]
+            description: >
+                Array of bytes for the old LUKS password.
+          - name: NewPassword
+            type: array[byte]
+            description: >
+                Array of bytes to use as the LUKS password.
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
-        - xyz.openbmc_project.Common.Error.ResourceNotFound
+          - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Common.Error.ResourceNotFound
 
 properties:
     - name: Locked
       type: boolean
       default: false
       description: >
-        Indicates whether the LUKS volume is locked.
+          Indicates whether the LUKS volume is locked.
 
 enumerations:
     - name: EraseMethod
       description: >
-        Indicates which erase method/step is being requested.
+          Indicates which erase method/step is being requested.
       values:
-        - name: CryptoErase
-          description: >
-            Destroys the encryption key slots, preventing decyrption.
-        - name: VerifyGeometry
-          description: >
-            Confirms a set percent of the disk is accessible.
-        - name: LogicalOverWrite
-          description: >
-            Overwrites the disk with a reproducible incompressible pattern.
-        - name: LogicalVerify
-          description: >
-            Verifies a reproducible pattern has been written to the disk.
-        - name: VendorSanitize
-          description: >
-            Uses the sanitization provided by the device firmware.
-        - name: ZeroOverWrite
-          description: >
-            Writes zeros over the whole disk.
-        - name: ZeroVerify
-          description: >
-            Verifies the the entire disk has been zeroed.
-        - name: SecuredLocked
-          description: >
-            Locks the disk to prevent data being written to it.
+          - name: CryptoErase
+            description: >
+                Destroys the encryption key slots, preventing decyrption.
+          - name: VerifyGeometry
+            description: >
+                Confirms a set percent of the disk is accessible.
+          - name: LogicalOverWrite
+            description: >
+                Overwrites the disk with a reproducible incompressible pattern.
+          - name: LogicalVerify
+            description: >
+                Verifies a reproducible pattern has been written to the disk.
+          - name: VendorSanitize
+            description: >
+                Uses the sanitization provided by the device firmware.
+          - name: ZeroOverWrite
+            description: >
+                Writes zeros over the whole disk.
+          - name: ZeroVerify
+            description: >
+                Verifies the the entire disk has been zeroed.
+          - name: SecuredLocked
+            description: >
+                Locks the disk to prevent data being written to it.
 
     - name: FilesystemType
       description: >
-        Type of filesystem used on the storage device.
+          Type of filesystem used on the storage device.
       values:
-        - name: ext2
-          description: >
-            Filesystem type ext2
-        - name: ext3
-          description: >
-            Filesystem type ext3
-        - name: ext4
-          description: >
-            Filesystem type ext4
-        - name: vfat
-          description: >
-            Filesystem type vfat
+          - name: ext2
+            description: >
+                Filesystem type ext2
+          - name: ext3
+            description: >
+                Filesystem type ext3
+          - name: ext4
+            description: >
+                Filesystem type ext4
+          - name: vfat
+            description: >
+                Filesystem type vfat