Skip to content

Commit df50baa

Browse files
added missing type
Signed-off-by: Steve Springett <steve@springett.us>
1 parent 3c7197b commit df50baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/bom-1.5.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4595,7 +4595,7 @@ limitations under the License.
45954595
<xs:element name="command" minOccurs="0" maxOccurs="unbounded">
45964596
<xs:complexType>
45974597
<xs:sequence>
4598-
<xs:element name="executed" minOccurs="0" maxOccurs="1">
4598+
<xs:element name="executed" type="xs:string" minOccurs="0" maxOccurs="1">
45994599
<xs:annotation>
46004600
<xs:documentation>
46014601
A text representation of the executed command.

0 commit comments

Comments
 (0)