Skip to content

Commit

Permalink
Increasing version range character limit per @prabhu request
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Springett <steve@springett.us>
  • Loading branch information
stevespringett committed Mar 25, 2024
1 parent 7a9208a commit 3e01ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema/bom-1.6.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2927,7 +2927,7 @@
"description": "A version range specified in Package URL Version Range syntax (vers) which is defined at https://github.com/package-url/purl-spec/VERSION-RANGE-SPEC.rst",
"type": "string",
"minLength": 1,
"maxLength": 1024,
"maxLength": 4096,
"examples": [
"9.0.14",
"1.2.3|>=2.0.0|<5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion schema/bom-1.6.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ limitations under the License.
</xs:annotation>
<xs:restriction base="xs:normalizedString">
<xs:minLength value="1"/>
<xs:maxLength value="1024"/>
<xs:maxLength value="4096"/>
</xs:restriction>
</xs:simpleType>

Expand Down

1 comment on commit 3e01ce6

@prabhu
Copy link
Contributor

@prabhu prabhu commented on 3e01ce6 Mar 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.