pub type FieldName = String;
The name of the field in the struct (can be used to convert JSON to OBI using the schema).
struct FieldName { /* private fields */ }