Skip to content

Commit 871fcdd

Browse files
algolia-botkai687
andcommitted
fix(specs): add type: object to 3 schemas (generated)
algolia/api-clients-automation#4392 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent 30acdb9 commit 871fcdd

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

lib/algolia/models/recommend/trending_facets_query.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def self.types_mapping
4646
:threshold => :"Float",
4747
:max_recommendations => :"Integer",
4848
:query_parameters => :"RecommendSearchParams",
49-
:facet_name => :"Object",
49+
:facet_name => :"String",
5050
:model => :"TrendingFacetsModel",
5151
:fallback_parameters => :"FallbackParams"
5252
}
@@ -55,9 +55,7 @@ def self.types_mapping
5555
# List of attributes with nullable: true
5656
def self.openapi_nullable
5757
Set.new(
58-
[
59-
:facet_name
60-
]
58+
[]
6159
)
6260
end
6361

lib/algolia/models/search/consequence.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ def self.types_mapping
4848
# List of attributes with nullable: true
4949
def self.openapi_nullable
5050
Set.new(
51-
[
52-
:user_data
53-
]
51+
[]
5452
)
5553
end
5654

0 commit comments

Comments
 (0)