Skip to content

Commit b1675de

Browse files
authored
Editorial: Fix typos in descriptions (#721)
A couple of errant characters in their description fields are rendering and should not be. Editors' discretion if they'd rather add a `>` than remove a `<`
2 parents 3088143 + d2f412d commit b1675de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/bom-1.7.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@
981981
"versionRange": {
982982
"$ref": "#/definitions/versionRange",
983983
"title": "Component Version Range",
984-
"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 <https://github.com/package-url/vers-spec\nMay only be used if `.isExternal` is set to `true`.\nMust be used exclusively, either 'version' or 'versionRange', but not both."
984+
"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 https://github.com/package-url/vers-spec\nMay only be used if `.isExternal` is set to `true`.\nMust be used exclusively, either 'version' or 'versionRange', but not both."
985985
},
986986
"isExternal": {
987987
"type": "boolean",
@@ -1103,7 +1103,7 @@
11031103
"patches": {
11041104
"type": "array",
11051105
"title": "Patches",
1106-
"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.",
1106+
"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.",
11071107
"items": {"$ref": "#/definitions/patch"}
11081108
},
11091109
"notes": {

0 commit comments

Comments
 (0)