Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion schema/bom-1.6.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2912,7 +2912,6 @@
"version": {
"description": "A single disjunctive version identifier, for a component or service.",
"type": "string",
"minLength": 1,
"maxLength": 1024,
"examples": [
"9.0.14",
Expand Down
4 changes: 3 additions & 1 deletion schema/bom-1.6.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ limitations under the License.
]]>
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:normalizedString"/>
<xs:restriction base="xs:normalizedString">
<xs:maxLength value="1024"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="versionRangeType">
<xs:annotation>
Expand Down