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