Skip to content

Commit

Permalink
add version field to config.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2-DanielKrueger committed Dec 17, 2024
1 parent fa64519 commit 6094338
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hivemq-edge/src/main/resources/config.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

<xs:complexType name="hiveMQConfigEntity">
<xs:all>
<xs:element name="config-version" type="xs:integer" minOccurs="0"/>
<xs:element name="mqtt-listeners" type="mqttListenersEntity" minOccurs="0"/>
<xs:element name="mqtt-sn-listeners" type="mqttsnListenersEntity" minOccurs="0"/>
<xs:element name="mqtt" type="mqttConfigEntity" minOccurs="0"/>
Expand Down Expand Up @@ -861,7 +862,7 @@
<xs:complexType>
<xs:choice>
<xs:element name="mqtt-topic-filter"
type="nonEmptyString" minOccurs="1"
type="nonEmptyString"
maxOccurs="unbounded"/>
</xs:choice>
</xs:complexType>
Expand Down

0 comments on commit 6094338

Please sign in to comment.