Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 8796b53

Browse files
committed
2 parents 0579a3a + a7c3af3 commit 8796b53

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

api/build/core-openapi3.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,20 +1757,20 @@ components:
17571757
type: object
17581758
required:
17591759
- key_data
1760-
- serial_number
1761-
- encryption_algorithms
1760+
- serialNumber
1761+
- encryptionAlgorithms
17621762
properties:
17631763
key_data:
17641764
type: string
17651765
description: |-
17661766
Custom variant of the X.509 `SubjectPublicKeyInfo`, where the `subject_public_key`
17671767
field stores the encrypted private key, instead of a public key. Otherwise equal to
17681768
`SubjectPublicKeyInfo`. Also referred to as `PrivateKeyInfo`.
1769-
serial_number:
1769+
serialNumber:
17701770
type: integer
17711771
format: uint64
17721772
description: The serial number of the ID-Cert this key material is associated with.
1773-
encryption_algorithms:
1773+
encryptionAlgorithms:
17741774
type: array
17751775
items:
17761776
type: array
@@ -1806,12 +1806,12 @@ components:
18061806
type: object
18071807
required:
18081808
- signature
1809-
- serial_number
1809+
- serialNumber
18101810
properties:
18111811
signature:
18121812
type: string
18131813
description: The signature produced by signing the key trial string using a private identity key.
1814-
serial_number:
1814+
serialNumber:
18151815
type: integer
18161816
format: uint64
18171817
description: The serial number of the ID-Cert corresponding to the private identity key used to sign the key trial string.

0 commit comments

Comments
 (0)