mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 22:28:04 +01:00
Standardize KT response field name to serializedResponse
This commit is contained in:
committed by
Jon Chambers
parent
45fad7a6a9
commit
bbb6d448db
@@ -16,5 +16,5 @@ public record KeyTransparencyDistinguishedKeyResponse(
|
||||
@JsonSerialize(using = ByteArrayAdapter.Serializing.class)
|
||||
@JsonDeserialize(using = ByteArrayAdapter.Deserializing.class)
|
||||
@Schema(description = "The serialized `DistinguishedResponse` encoded in standard un-padded base64")
|
||||
byte[] distinguishedKeyResponse
|
||||
byte[] serializedResponse
|
||||
) {}
|
||||
|
||||
@@ -16,6 +16,6 @@ public record KeyTransparencyMonitorResponse(
|
||||
@NotNull
|
||||
@JsonSerialize(using = ByteArrayAdapter.Serializing.class)
|
||||
@JsonDeserialize(using = ByteArrayAdapter.Deserializing.class)
|
||||
@Schema(description = "The monitor response encoded in standard un-padded base64")
|
||||
byte[] monitorResponse
|
||||
@Schema(description = "The serialized `MonitorResponse` encoded in standard un-padded base64")
|
||||
byte[] serializedResponse
|
||||
) {}
|
||||
|
||||
Reference in New Issue
Block a user