Update get_index_schema to allow raw response

This commit is contained in:
Quentin de Quelen
2019-11-19 17:39:30 +01:00
parent e97e13ce9f
commit 2b3c91aabd
2 changed files with 19 additions and 10 deletions

View File

@ -145,7 +145,7 @@ struct InnerSchema {
}
impl Schema {
fn to_builder(&self) -> SchemaBuilder {
pub fn to_builder(&self) -> SchemaBuilder {
let identifier = self.inner.identifier.clone();
let attributes = self.attributes_ordered();
SchemaBuilder {