From 5b2b2f0eb36d6a5e4d302a43177d43fb536831f7 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 12 Sep 2025 11:46:06 +0200 Subject: [PATCH] fix(XML): fixed `aggregateType` docs for `incomplete_first_party_*` Signed-off-by: Jan Kowalleck --- schema/bom-1.7.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/bom-1.7.xsd b/schema/bom-1.7.xsd index 0b26628d..338a2a4c 100644 --- a/schema/bom-1.7.xsd +++ b/schema/bom-1.7.xsd @@ -3051,12 +3051,12 @@ limitations under the License. - The relationship is incomplete. Only relationships for third-party components, services, or their dependencies are represented, limited specifically to those that are proprietary. + The relationship is incomplete. Only relationships for first-party components, services, or their dependencies are represented, limited specifically to those that are proprietary. - The relationship is incomplete. Only relationships for third-party components, services, or their dependencies are represented, limited specifically to those that are opensource. + The relationship is incomplete. Only relationships for first-party components, services, or their dependencies are represented, limited specifically to those that are opensource.