diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/field_types.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/field_types.rst b/docs/field_types.rst new file mode 100644 index 0000000..9008348 --- /dev/null +++ b/docs/field_types.rst @@ -0,0 +1,22 @@ +------------- + Field Types +------------- + +string: + a string of unicode text. +text: + a longer block of unicode text; +integer: + . +float: + . +timestamp: + . +file: + . +url: + . +list: + . +yaml: + . |