Skip to content

Commit c829387

Browse files
committed
review
1 parent 9fe5ef1 commit c829387

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

specs/analytics/common/schemas/getTopHits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ topHitsResponseWithAnalytics:
3131
description: A list of top hits with their count and analytics.
3232
items:
3333
type: object
34-
title: analyticsTopHit
34+
title: topHitWithAnalytics
3535
additionalProperties: false
3636
required:
3737
- hit

specs/analytics/common/schemas/getTopSearches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ topSearchesResponseWithAnalytics:
3434
description: A list of top searches with their count and analytics.
3535
items:
3636
type: object
37-
title: analyticsTopSearch
37+
title: topSearchWithAnalytics
3838
additionalProperties: false
3939
required:
4040
- search

specs/analytics/paths/search/getTopCountries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ get:
2828
description: A list of countries with their count.
2929
items:
3030
type: object
31-
title: analyticsCountry
31+
title: Country
3232
additionalProperties: false
3333
required:
3434
- country

specs/analytics/paths/search/getUsersCount.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ get:
2929
description: A list of users count with their date.
3030
items:
3131
type: object
32-
title: analyticsUser
32+
title: userWithDate
3333
additionalProperties: false
3434
required:
3535
- date

specs/search/paths/multiclusters/searchUserIds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ post:
4848
type: array
4949
description: List of user object matching the query.
5050
items:
51-
title: userObject
51+
title: userHit
5252
type: object
5353
properties:
5454
userID:

0 commit comments

Comments
 (0)