Skip to content

Commit

Permalink
[Nodes.Info] Fix NodeInfoPath data (#3194)
Browse files Browse the repository at this point in the history
* change data type from array to union

* make contrib
  • Loading branch information
Anaethelion authored Dec 3, 2024
1 parent 0b00127 commit b8baaa7
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 13 deletions.
15 changes: 11 additions & 4 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 19 additions & 7 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specification/nodes/info/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class NodeInfoPath {
logs?: string
home?: string
repo?: string[]
data?: string[]
data?: string | string[]
}

export class NodeInfoRepositories {
Expand Down

0 comments on commit b8baaa7

Please sign in to comment.