Skip to content

Commit 8f8e6e9

Browse files
committed
Fix version number format in nodes.info.yaml
Signed-off-by: hye-on <[email protected]>
1 parent 394be9e commit 8f8e6e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/schemas/nodes.info.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ components:
6868
description: Total heap allowed to be used to hold recently indexed documents before they must be written to disk. This size is a shared pool across all shards on this node, and is controlled by Indexing Buffer settings.
6969
oneOf:
7070
- $ref: '_common.yaml#/components/schemas/ByteCount'
71-
x-version-removed: 3.0
71+
x-version-removed: '3.0'
7272
- $ref: '_common.yaml#/components/schemas/HumanReadableByteCount'
73-
x-version-added: 3.0
73+
x-version-added: '3.0'
7474
total_indexing_buffer_in_bytes:
7575
oneOf:
7676
- $ref: '_common.yaml#/components/schemas/HumanReadableByteCount'
77-
x-version-removed: 3.0
77+
x-version-removed: '3.0'
7878
- $ref: '_common.yaml#/components/schemas/ByteCount'
79-
x-version-added: 3.0
79+
x-version-added: '3.0'
8080
transport:
8181
$ref: '#/components/schemas/NodeInfoTransport'
8282
transport_address:

0 commit comments

Comments
 (0)