Links
Comment on page

Data Types and Schemas

Supported Types

Type
Details
string
String type
bytes
Array of bytes: default
long
8-byte number - binary encoded
double
Floating-point number with double precision - binary encoded
json
JSON encoded string
Currently, there are no validations checks for key_type and value_type. This allows for any data type to be put anywhere regardless of what's defined in the YAML configuration file. Support for data validation is coming shortly in a future release.