pub type PbCreateSchemaRequest = CreateSchemaRequest;
pub struct PbCreateSchemaRequest { pub schema: Option<Schema>, }
schema: Option<Schema>