Skip to content

Commit

Permalink
avoiding container extension (#3373)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta authored Dec 19, 2024
1 parent 5987f79 commit 435b8e7
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 15 deletions.
20 changes: 18 additions & 2 deletions output/openapi/elasticsearch-openapi.json

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

54 changes: 43 additions & 11 deletions output/schema/schema.json

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

5 changes: 4 additions & 1 deletion output/typescript/types.ts

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

13 changes: 12 additions & 1 deletion specification/ingest/_types/Database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,20 @@ export class DatabaseConfiguration {
ipinfo?: Ipinfo
}

export class DatabaseConfigurationFull extends DatabaseConfiguration {
/**
* @variants container
*/
export class DatabaseConfigurationFull {
web?: Web
local?: Local
/**
* The provider-assigned name of the IP geolocation database to download.
* @variant container_property
*/
name: Name

maxmind?: Maxmind
ipinfo?: Ipinfo
}

export class Maxmind {
Expand Down

0 comments on commit 435b8e7

Please sign in to comment.