From e0285d7888d8ea9bc49e9c20e58138d69967ee92 Mon Sep 17 00:00:00 2001 From: Joachim Vandersmissen Date: Fri, 15 May 2026 08:42:35 -0500 Subject: [PATCH] Add outputLength property to schema --- schema/2.0/model/cyclonedx-cryptography-2.0.schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schema/2.0/model/cyclonedx-cryptography-2.0.schema.json b/schema/2.0/model/cyclonedx-cryptography-2.0.schema.json index 898f994b..bdcb74a5 100644 --- a/schema/2.0/model/cyclonedx-cryptography-2.0.schema.json +++ b/schema/2.0/model/cyclonedx-cryptography-2.0.schema.json @@ -321,6 +321,12 @@ "$ref": "#/$defs/cryptographicFunction" } }, + "outputLength": { + "type": "integer", + "title": "Output length", + "description": "The output length provided by the cryptographic algorithm (in bits). For example: XOF output length, MAC tag length, derived key length for KDF.", + "minimum": 0 + }, "classicalSecurityLevel": { "type": "integer", "title": "classical security level",