We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10af133 commit 543dcddCopy full SHA for 543dcdd
1 file changed
schemas/message.fbs
@@ -1,7 +1,6 @@
1
namespace protocol;
2
3
// Value
4
-
5
union Value {
6
Null,
7
Text,
@@ -10,7 +9,8 @@ union Value {
10
9
Float,
11
List,
12
Document,
13
- Time
+ Time,
+ EventWrapper
14
}
15
16
table Null {}
@@ -156,18 +156,6 @@ table Disconnect{
156
id: ulong;
157
158
159
-union Value {
160
- Null,
161
- Text,
162
- Bool,
163
- Integer,
164
- Float,
165
- List,
166
- Document,
167
- Time,
168
- EventWrapper
169
-}
170
171
table RegisterResponse{
172
id: ulong = null;
173
permissions: [string];
0 commit comments