pub type SchemaOptions = SchemaNameValue;
Schema options.
struct SchemaOptions { pub ttl: Option<Duration>, }
ttl: Option<Duration>