Skip to content

Commit

Permalink
fix(specs): add type: object to 3 schemas (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4392

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Kai Welke <[email protected]>
  • Loading branch information
algolia-bot and kai687 committed Jan 23, 2025
1 parent 30acdb9 commit 871fcdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions lib/algolia/models/recommend/trending_facets_query.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def self.types_mapping
:threshold => :"Float",
:max_recommendations => :"Integer",
:query_parameters => :"RecommendSearchParams",
:facet_name => :"Object",
:facet_name => :"String",
:model => :"TrendingFacetsModel",
:fallback_parameters => :"FallbackParams"
}
Expand All @@ -55,9 +55,7 @@ def self.types_mapping
# List of attributes with nullable: true
def self.openapi_nullable
Set.new(
[
:facet_name
]
[]
)
end

Expand Down
4 changes: 1 addition & 3 deletions lib/algolia/models/search/consequence.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ def self.types_mapping
# List of attributes with nullable: true
def self.openapi_nullable
Set.new(
[
:user_data
]
[]
)
end

Expand Down

0 comments on commit 871fcdd

Please sign in to comment.