Skip to content

Commit

Permalink
fix(specs): virtual is a fetchedIndex props (#3255)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Jun 26, 2024
1 parent 480b2e6 commit 5dbdb91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions specs/common/schemas/IndexSettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ baseIndexSettings:
default: []
x-categories:
- Ranking
virtual:
type: boolean
description: Only present if the index is a [virtual replica](https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/how-to/sort-an-index-alphabetically/#virtual-replicas).
x-categories:
- Ranking
paginationLimitedTo:
type: integer
example: 100
Expand Down
5 changes: 5 additions & 0 deletions specs/search/common/schemas/listIndicesResponse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ fetchedIndex:
type: string
description: Only present if the index is a primary index with replicas. Contains the names of all linked replicas.
example: ['T02_push','T2replica']
virtual:
type: boolean
description: Only present if the index is a [virtual replica](https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/how-to/sort-an-index-alphabetically/#virtual-replicas).
x-categories:
- Ranking
required:
- name
- createdAt
Expand Down

1 comment on commit 5dbdb91

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.