Skip to content

Commit b8baaa7

Browse files
authored
[Nodes.Info] Fix NodeInfoPath data (#3194)
* change data type from array to union * make contrib
1 parent 0b00127 commit b8baaa7

File tree

4 files changed

+32
-13
lines changed

4 files changed

+32
-13
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 19 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/nodes/info/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export class NodeInfoPath {
159159
logs?: string
160160
home?: string
161161
repo?: string[]
162-
data?: string[]
162+
data?: string | string[]
163163
}
164164

165165
export class NodeInfoRepositories {

0 commit comments

Comments
 (0)