Skip to content

Commit e3e0aa5

Browse files
committed
fix: replicas and primary nullable
1 parent ba45835 commit e3e0aa5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

specs/search/common/schemas/listIndicesResponse.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,13 @@ 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
5153
description: Only present if the index is a replica. Contains the name of the related primary index.
5254
replicas:
5355
type: array
56+
nullable: true
57+
default: null
5458
items:
5559
type: string
5660
description: Only present if the index is a primary index with replicas. Contains the names of all linked replicas.

0 commit comments

Comments
 (0)