From bb21cb8ab27a78dc19ce8d8165f56e761b2a8897 Mon Sep 17 00:00:00 2001 From: Andreas Fehlner Date: Mon, 24 Aug 2026 07:57:07 +0200 Subject: [PATCH] fix: correct inputType/outputType image mix-up in MBOM guide The outputType relationships section pointed at inputType.svg with mismatched alt text, so the diagram was shown twice for inputType and the actual outputType.svg was never displayed anywhere in the guide. Signed-off-by: Andreas Fehlner --- MBOM/en/0x20-Object-Model.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MBOM/en/0x20-Object-Model.md b/MBOM/en/0x20-Object-Model.md index 3a6b5434..e1328370 100644 --- a/MBOM/en/0x20-Object-Model.md +++ b/MBOM/en/0x20-Object-Model.md @@ -221,7 +221,7 @@ Information about the actual volume instance, if applicable, allocated to worksp ## inputType relationships -![Object Model - output type](images/Object-Model/inputType.svg) +![Object Model - input type](images/Object-Model/inputType.svg) #### `inputType` @@ -249,7 +249,7 @@ An `attachment` Specifies the metadata (e.g., content type, encoding, etc.) and ## outputType relationships -![Object Model - input type](images/Object-Model/inputType.svg) +![Object Model - output type](images/Object-Model/outputType.svg) #### `outputType`