From d2f412d6e7a78e9a589bbbd9f461c277f0a77f9a Mon Sep 17 00:00:00 2001
From: Aki
Date: Fri, 14 Nov 2025 17:46:40 +0900
Subject: [PATCH] Fix typos in descriptions
Signed-off-by: Aki
---
schema/bom-1.7.schema.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/schema/bom-1.7.schema.json b/schema/bom-1.7.schema.json
index 43eda925..785acacb 100644
--- a/schema/bom-1.7.schema.json
+++ b/schema/bom-1.7.schema.json
@@ -981,7 +981,7 @@
"versionRange": {
"$ref": "#/definitions/versionRange",
"title": "Component Version Range",
- "description": "For an external component, this specifies the accepted version range.\nThe value must adhere to the Package URL Version Range syntax (vers), as defined at A list of zero or more patches describing how the component deviates from an ancestor, descendant, or variant. Patches may be complementary to commits or may be used in place of commits.",
+ "description": "A list of zero or more patches describing how the component deviates from an ancestor, descendant, or variant. Patches may be complementary to commits or may be used in place of commits.",
"items": {"$ref": "#/definitions/patch"}
},
"notes": {