Skip to content

Commit 5af82af

Browse files
committed
Revert "fix: replicas and primary nullable"
This reverts commit e3e0aa5.
1 parent e3e0aa5 commit 5af82af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

specs/search/common/schemas/listIndicesResponse.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,9 @@ fetchedIndex:
4848
description: A boolean which says whether the index has pending tasks. This value is deprecated and should not be used.
4949
primary:
5050
type: string
51-
nullable: true
52-
default: null
5351
description: Only present if the index is a replica. Contains the name of the related primary index.
5452
replicas:
5553
type: array
56-
nullable: true
57-
default: null
5854
items:
5955
type: string
6056
description: Only present if the index is a primary index with replicas. Contains the names of all linked replicas.

0 commit comments

Comments
 (0)