From 538671ded14d80717b3545f0bf8f1bd1bd6abf62 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:33:17 +0100 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kévin Commaille <76261501+zecakeh@users.noreply.github.com> --- data/api/client-server/definitions/encrypted_file.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/api/client-server/definitions/encrypted_file.yaml b/data/api/client-server/definitions/encrypted_file.yaml index 5bb7af4c..87dd7b19 100644 --- a/data/api/client-server/definitions/encrypted_file.yaml +++ b/data/api/client-server/definitions/encrypted_file.yaml @@ -59,6 +59,7 @@ properties: - ext iv: type: string + format: mx-unpadded-base64 description: The 128-bit unique counter block used by AES-CTR, encoded as [unpadded Base64](/appendices/#unpadded-base64). example: "w+sE15fzSc0AAAAAAAAAAA" hashes: @@ -69,6 +70,7 @@ properties: properties: sha256: type: string + format: mx-unpadded-base64 description: The hash of the ciphertext. encoded as [unpadded Base64](/appendices/#unpadded-base64). example: "fdSLu/YkRx3Wyh3KQabP3rd6+SFiKg5lsJZQHtkSAYA" required: ['sha256']