We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6921c65 commit 2cbf1e5Copy full SHA for 2cbf1e5
sbe-samples/src/main/resources/example-extension-schema.xml
@@ -7,7 +7,7 @@
7
description="Example schema with extension"
8
byteOrder="littleEndian">
9
<types>
10
- <type name="cupHolderCount_t" primitiveType="uint8" presence="optional"/>
+ <type name="cupHolderCount_t" primitiveType="uint8" presence="optional" sinceVersion="1"/>
11
<composite name="messageHeader" description="Message identifiers and length of message root">
12
<type name="blockLength" primitiveType="uint16"/>
13
<type name="templateId" primitiveType="uint16"/>
0 commit comments