File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler-rs/clients_schema_to_openapi/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ pub fn product_meta_as_extensions(namespace: &str, product_meta: &IndexMap<Strin
194
194
let product_str = format ! ( "elasticsearch{additional_namespace}" ) ;
195
195
let mut product_feature_list: Vec < Value > = Vec :: new ( ) ;
196
196
let mut product_feature: Map < String , Value > = Map :: new ( ) ;
197
- product_feature. insert ( "name" . to_string ( ) , Value :: String ( "x-product-feature " . to_string ( ) ) ) ;
197
+ product_feature. insert ( "name" . to_string ( ) , Value :: String ( "product_name " . to_string ( ) ) ) ;
198
198
product_feature. insert ( "content" . to_string ( ) , Value :: String ( product_str) ) ;
199
199
product_feature_list. push ( Value :: Object ( product_feature) ) ;
200
200
result. insert ( "x-metaTags" . to_string ( ) , Value :: Array ( product_feature_list) ) ;
You can’t perform that action at this time.
0 commit comments