Skip to content

Commit d78c019

Browse files
fix: update schema.xsd (#728)
1 parent 72bd439 commit d78c019

File tree

1 file changed

+1
-1
lines changed
  • pytest_splunk_addon/standard_lib/sample_generation

1 file changed

+1
-1
lines changed

pytest_splunk_addon/standard_lib/sample_generation/schema.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<xs:element name="cim_fields" maxOccurs="1" minOccurs="0">
9898
<xs:complexType>
9999
<xs:sequence>
100-
<xs:element name="field" maxOccurs="unbounded" minOccurs="1">
100+
<xs:element name="field" maxOccurs="unbounded" minOccurs="0">
101101
<xs:complexType>
102102
<xs:simpleContent>
103103
<xs:extension base="xs:string">

0 commit comments

Comments
 (0)