Builtin types
The following builtin types are available
booluint8uint16uint32uint64int16int32int64doublestring
In addition, arrays and dictionaries are supported:
array<type>dict<keyType, valueType>wherekeyTypemust not be astruct,arrayordict.