yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Certs/Authority.interface.yaml b/yaml/xyz/openbmc_project/Certs/Authority.interface.yaml
index 4a9beea..98c940c 100644
--- a/yaml/xyz/openbmc_project/Certs/Authority.interface.yaml
+++ b/yaml/xyz/openbmc_project/Certs/Authority.interface.yaml
@@ -6,17 +6,17 @@
           This method provides signing authority functionality.
 
       parameters:
-      - name: CSR
-        type: string
-        description: >
-          Should be a valid PEM encoded Certificate signing request string.
+          - name: CSR
+            type: string
+            description: >
+                Should be a valid PEM encoded Certificate signing request string.
 
       returns:
-      - name: path
-        type: path
-        description: >
-          The object path of an object that implements, at a minimum,
-          xyz.openbmc_project.Certs.Entry and xyz.openbmc_project.Object.Delete
+          - name: path
+            type: path
+            description: >
+                The object path of an object that implements, at a minimum,
+                xyz.openbmc_project.Certs.Entry and xyz.openbmc_project.Object.Delete
 
       errors:
-        - xyz.openbmc_project.Common.Error.InvalidArgument
+          - xyz.openbmc_project.Common.Error.InvalidArgument
diff --git a/yaml/xyz/openbmc_project/Certs/CSR.interface.yaml b/yaml/xyz/openbmc_project/Certs/CSR.interface.yaml
index 82f8dd3..0741de7 100644
--- a/yaml/xyz/openbmc_project/Certs/CSR.interface.yaml
+++ b/yaml/xyz/openbmc_project/Certs/CSR.interface.yaml
@@ -10,9 +10,9 @@
           xyz.openbmc_project.Object.Delete to allow the deletion of CSR objects.
 
       returns:
-        - name: CSRString
-          type: string
-          description: >
-              CSR string in the Base-64 encoded PEM format.
+          - name: CSRString
+            type: string
+            description: >
+                CSR string in the Base-64 encoded PEM format.
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Common.Error.InternalFailure
diff --git a/yaml/xyz/openbmc_project/Certs/CSR/Create.interface.yaml b/yaml/xyz/openbmc_project/Certs/CSR/Create.interface.yaml
index 48b1bd1..824c6cc 100644
--- a/yaml/xyz/openbmc_project/Certs/CSR/Create.interface.yaml
+++ b/yaml/xyz/openbmc_project/Certs/CSR/Create.interface.yaml
@@ -20,140 +20,140 @@
                 and zero for integers.
 
       parameters:
-        - name: AlternativeNames
-          type: array[string]
-          description: >
-              Additional hostnames of the component that is being secured.
-        - name: ChallengePassword
-          type: string
-          description: >
-              The challenge password to be applied to the certificate for
-              revocation requests.
-        - name: City
-          type: string
-          description: >
-              The city or locality of the organization making the request.
-              For Example Austin
-              This is a required parameter.
-        - name: CommonName
-          type: string
-          description: >
-              The fully qualified domain name of the component that is being
-              secured.
-              This is a required parameter.
-        - name: ContactPerson
-          type: string
-          description: >
-              The name of the user making the request.
-        - name: Country
-          type: string
-          description: >
-              The country of the organization making the request.
-              This is a required parameter.
-        - name: Email
-          type: string
-          description: >
-              The email address of the contact within the organization
-              making the request.
-        - name: GivenName
-          type: string
-          description: >
-              The given name of the user making the request.
-        - name: Initials
-          type: string
-          description: >
-              The initials of the user making the request.
-        - name: KeyBitLength
-          type: int64
-          description: >
-              The length of the key in bits, if needed based on the value
-              of the KeyPairAlgorithm parameter.
+          - name: AlternativeNames
+            type: array[string]
+            description: >
+                Additional hostnames of the component that is being secured.
+          - name: ChallengePassword
+            type: string
+            description: >
+                The challenge password to be applied to the certificate for
+                revocation requests.
+          - name: City
+            type: string
+            description: >
+                The city or locality of the organization making the request.
+                For Example Austin
+                This is a required parameter.
+          - name: CommonName
+            type: string
+            description: >
+                The fully qualified domain name of the component that is being
+                secured.
+                This is a required parameter.
+          - name: ContactPerson
+            type: string
+            description: >
+                The name of the user making the request.
+          - name: Country
+            type: string
+            description: >
+                The country of the organization making the request.
+                This is a required parameter.
+          - name: Email
+            type: string
+            description: >
+                The email address of the contact within the organization
+                making the request.
+          - name: GivenName
+            type: string
+            description: >
+                The given name of the user making the request.
+          - name: Initials
+            type: string
+            description: >
+                The initials of the user making the request.
+          - name: KeyBitLength
+            type: int64
+            description: >
+                The length of the key in bits, if needed based on the value
+                of the KeyPairAlgorithm parameter.
 
-              Refer https://www.openssl.org/docs/man1.0.2/man1/genpkey.html
-        - name: KeyCurveId
-          type: string
-          description: >
-              The curve ID to be used with the key, if needed based on the
-              value of the KeyPairAlgorithm parameter.
+                Refer https://www.openssl.org/docs/man1.0.2/man1/genpkey.html
+          - name: KeyCurveId
+            type: string
+            description: >
+                The curve ID to be used with the key, if needed based on the
+                value of the KeyPairAlgorithm parameter.
 
-              Refer https://www.openssl.org/docs/man1.0.2/man1/genpkey.html
-        - name: KeyPairAlgorithm
-          type: string
-          description: >
-             The type of key pair for use with signing algorithms.
+                Refer https://www.openssl.org/docs/man1.0.2/man1/genpkey.html
+          - name: KeyPairAlgorithm
+            type: string
+            description: >
+                The type of key pair for use with signing algorithms.
 
-             Valid built-in algorithm names for private key generation are
-             RSA and EC.
-        - name: KeyUsage
-          type: array[string]
-          description: >
-             Key usage extensions define the purpose of the public key contained
-             in a certificate.
+                Valid built-in algorithm names for private key generation are
+                RSA and EC.
+          - name: KeyUsage
+            type: array[string]
+            description: >
+                Key usage extensions define the purpose of the public key contained
+                in a certificate.
 
-             Valid Key usage extensions and its usage description.
+                Valid Key usage extensions and its usage description.
 
-             ClientAuthentication: The public key is used for TLS WWW client
-                                   authentication.
-             CodeSigning: The public key is used for the signing of executable code.
-             CRLSigning: The public key is used for verifying signatures on
-                         certificate revocation lists (CLRs).
-             DataEncipherment: The public key is used for directly enciphering
-                               raw user data without the use of an intermediate
-                               symmetric cipher.
-             DecipherOnly: The public key could be used for deciphering data
-                           while performing key agreement.
-             DigitalSignature: The public key is used for verifying digital
-                               signatures, other than signatures on certificates
-                               and CRLs.
-             EmailProtection: The public key is used for email protection.
-             EncipherOnly: The public key could be used for enciphering data
-                           while performing key agreement.
-             KeyCertSign: The public key is used for verifying signatures on
-                          public key certificates.
-             KeyEncipherment: The public key is used for enciphering private or
-                              secret keys.
-             NonRepudiation: The public key is used to verify digital signatures,
-                             other than signatures on certificates and CRLs,
-                             and used to provide a non- repudiation service that
-                             protects against the signing entity falsely denying
-                             some action.
-             OCSPSigning: The public key is used for signing OCSP responses.
-             ServerAuthentication: The public key is used for TLS WWW server
-                                   authentication.
-             Timestamping: The public key is used for binding the hash of an
-                           object to a time.
-        - name: Organization
-          type: string
-          description: >
-              The legal name of the organization. This should not be abbreviated
-              and should include suffixes such as Inc, Corp, or LLC.
-              For example, IBM Corp.
-              This is a required parameter.
-        - name: OrganizationalUnit
-          type: string
-          description: >
-              The name of the unit or division of the organization making the
-              request.
-              This is a required parameter.
-        - name: State
-          type: string
-          description: >
-              The state or province where the organization is located.
-              This should not be abbreviated. For example, Texas.
-              This is a required parameter.
-        - name: Surname
-          type: string
-          description: >
-              The surname of the user making the request.
-        - name: UnstructuredName
-          type: string
-          description: >
-              The unstructured name of the subject.
+                ClientAuthentication: The public key is used for TLS WWW client
+                                      authentication.
+                CodeSigning: The public key is used for the signing of executable code.
+                CRLSigning: The public key is used for verifying signatures on
+                            certificate revocation lists (CLRs).
+                DataEncipherment: The public key is used for directly enciphering
+                                  raw user data without the use of an intermediate
+                                  symmetric cipher.
+                DecipherOnly: The public key could be used for deciphering data
+                              while performing key agreement.
+                DigitalSignature: The public key is used for verifying digital
+                                  signatures, other than signatures on certificates
+                                  and CRLs.
+                EmailProtection: The public key is used for email protection.
+                EncipherOnly: The public key could be used for enciphering data
+                              while performing key agreement.
+                KeyCertSign: The public key is used for verifying signatures on
+                             public key certificates.
+                KeyEncipherment: The public key is used for enciphering private or
+                                 secret keys.
+                NonRepudiation: The public key is used to verify digital signatures,
+                                other than signatures on certificates and CRLs,
+                                and used to provide a non- repudiation service that
+                                protects against the signing entity falsely denying
+                                some action.
+                OCSPSigning: The public key is used for signing OCSP responses.
+                ServerAuthentication: The public key is used for TLS WWW server
+                                      authentication.
+                Timestamping: The public key is used for binding the hash of an
+                              object to a time.
+          - name: Organization
+            type: string
+            description: >
+                The legal name of the organization. This should not be abbreviated
+                and should include suffixes such as Inc, Corp, or LLC.
+                For example, IBM Corp.
+                This is a required parameter.
+          - name: OrganizationalUnit
+            type: string
+            description: >
+                The name of the unit or division of the organization making the
+                request.
+                This is a required parameter.
+          - name: State
+            type: string
+            description: >
+                The state or province where the organization is located.
+                This should not be abbreviated. For example, Texas.
+                This is a required parameter.
+          - name: Surname
+            type: string
+            description: >
+                The surname of the user making the request.
+          - name: UnstructuredName
+            type: string
+            description: >
+                The unstructured name of the subject.
       returns:
-        - name: path
-          type: string
-          description: >
-              The object path of the D-Bus object to be watch for retrieving
-              the CSR string.
+          - name: path
+            type: string
+            description: >
+                The object path of the D-Bus object to be watch for retrieving
+                the CSR string.
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Common.Error.InternalFailure
diff --git a/yaml/xyz/openbmc_project/Certs/Entry.interface.yaml b/yaml/xyz/openbmc_project/Certs/Entry.interface.yaml
index d4c46ce..4547798 100644
--- a/yaml/xyz/openbmc_project/Certs/Entry.interface.yaml
+++ b/yaml/xyz/openbmc_project/Certs/Entry.interface.yaml
@@ -16,16 +16,16 @@
           The current status of the signing operation.
 
 enumerations:
-  - name: State
-    description: >
-      Signing operation state enum.
-    values:
-      - name: Pending
-        description: >
-         Signing request is pending.
-      - name: BadCSR
-        description: >
-          The CSR was malformed.
-      - name: Complete
-        description: >
-          CSR signing complete
+    - name: State
+      description: >
+          Signing operation state enum.
+      values:
+          - name: Pending
+            description: >
+                Signing request is pending.
+          - name: BadCSR
+            description: >
+                The CSR was malformed.
+          - name: Complete
+            description: >
+                CSR signing complete
diff --git a/yaml/xyz/openbmc_project/Certs/Install.interface.yaml b/yaml/xyz/openbmc_project/Certs/Install.interface.yaml
index dbbfcd8..209b0cd 100644
--- a/yaml/xyz/openbmc_project/Certs/Install.interface.yaml
+++ b/yaml/xyz/openbmc_project/Certs/Install.interface.yaml
@@ -6,20 +6,20 @@
           Install the certificate and restart the associated services.
           NotAllowed error thrown if certificate already exists.
       parameters:
-        - name: Path
-          type: string
-          description: >
-              Path of file that contains both the certificate public and
-              private key. (Example: a .PEM file containing both signed
-              certificate and private key).
+          - name: Path
+            type: string
+            description: >
+                Path of file that contains both the certificate public and
+                private key. (Example: a .PEM file containing both signed
+                certificate and private key).
 
       returns:
-        - name: ObjectPath
-          type: string
-          description: >
-              D-Bus object path to created object.
+          - name: ObjectPath
+            type: string
+            description: >
+                D-Bus object path to created object.
 
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
-        - xyz.openbmc_project.Common.Error.NotAllowed
-        - xyz.openbmc_project.Certs.Error.InvalidCertificate
+          - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Common.Error.NotAllowed
+          - xyz.openbmc_project.Certs.Error.InvalidCertificate
diff --git a/yaml/xyz/openbmc_project/Certs/InstallAll.interface.yaml b/yaml/xyz/openbmc_project/Certs/InstallAll.interface.yaml
index 19d29f7..e375a07 100644
--- a/yaml/xyz/openbmc_project/Certs/InstallAll.interface.yaml
+++ b/yaml/xyz/openbmc_project/Certs/InstallAll.interface.yaml
@@ -5,18 +5,18 @@
       description: >
           Install the authority list and restart the associated services.
       parameters:
-        - name: Path
-          type: string
-          description: >
-              Path of the file that contains a list of root certificates.
+          - name: Path
+            type: string
+            description: >
+                Path of the file that contains a list of root certificates.
 
       returns:
-        - name: ObjectPath
-          type: array[object_path]
-          description: >
-              D-Bus object path to created objects.
+          - name: ObjectPath
+            type: array[object_path]
+            description: >
+                D-Bus object path to created objects.
 
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
-        - xyz.openbmc_project.Common.Error.NotAllowed
-        - xyz.openbmc_project.Certs.Error.InvalidCertificate
+          - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Common.Error.NotAllowed
+          - xyz.openbmc_project.Certs.Error.InvalidCertificate
diff --git a/yaml/xyz/openbmc_project/Certs/Replace.interface.yaml b/yaml/xyz/openbmc_project/Certs/Replace.interface.yaml
index 714c589..bf35d2f 100644
--- a/yaml/xyz/openbmc_project/Certs/Replace.interface.yaml
+++ b/yaml/xyz/openbmc_project/Certs/Replace.interface.yaml
@@ -5,13 +5,13 @@
       description: >
           Replace the certificate and restart the associated services.
       parameters:
-        - name: Path
-          type: string
-          description: >
-              Path of file that contains both the certificate public and
-              private key. (Example: a .PEM file containing both signed
-              certificate and private key).
+          - name: Path
+            type: string
+            description: >
+                Path of file that contains both the certificate public and
+                private key. (Example: a .PEM file containing both signed
+                certificate and private key).
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
-        - xyz.openbmc_project.Certs.Error.InvalidCertificate
-        - xyz.openbmc_project.Common.Error.NotAllowed
+          - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Certs.Error.InvalidCertificate
+          - xyz.openbmc_project.Common.Error.NotAllowed
diff --git a/yaml/xyz/openbmc_project/Certs/ReplaceAll.interface.yaml b/yaml/xyz/openbmc_project/Certs/ReplaceAll.interface.yaml
index dbbfffe..cc188fb 100644
--- a/yaml/xyz/openbmc_project/Certs/ReplaceAll.interface.yaml
+++ b/yaml/xyz/openbmc_project/Certs/ReplaceAll.interface.yaml
@@ -6,16 +6,16 @@
           Replace the current authorities list and restart the associated
           services.
       parameters:
-        - name: Path
-          type: string
-          description: >
-              Path of file that contains multiple root certificates.
+          - name: Path
+            type: string
+            description: >
+                Path of file that contains multiple root certificates.
       returns:
-        - name: ObjectPath
-          type: array[object_path]
-          description: >
-              D-Bus object path to created objects.
+          - name: ObjectPath
+            type: array[object_path]
+            description: >
+                D-Bus object path to created objects.
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
-        - xyz.openbmc_project.Certs.Error.InvalidCertificate
-        - xyz.openbmc_project.Common.Error.NotAllowed
+          - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Certs.Error.InvalidCertificate
+          - xyz.openbmc_project.Common.Error.NotAllowed