blob: 9008348be7026e9936913061c1ed53f0eded82f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
-------------
Field Types
-------------
string:
a string of unicode text.
text:
a longer block of unicode text;
integer:
.
float:
.
timestamp:
.
file:
.
url:
.
list:
.
yaml:
.
|