Skip to content

Commit

Permalink
MID-7829: fix for unneeded mandatory on attributes displaySourceType …
Browse files Browse the repository at this point in the history
…in DashboardWidgetDataType and path in SearchItemType
  • Loading branch information
skublik committed May 25, 2022
1 parent 47049e8 commit 2db6034
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2079,7 +2079,7 @@
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="path" type="t:ItemPathType" minOccurs="1" maxOccurs="1">
<xsd:element name="path" type="t:ItemPathType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
Path of the searchable item (property) in the object over which the search is executed.
Expand Down Expand Up @@ -2637,7 +2637,7 @@
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="displaySourceType" type="tns:DashboardWidgetSourceTypeType" minOccurs="1" maxOccurs="1">
<xsd:element name="displaySourceType" type="tns:DashboardWidgetSourceTypeType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
Type of the widget. It is an identifier that override sourceType.
Expand Down

0 comments on commit 2db6034

Please sign in to comment.