Skip to content

Commit 435b8e7

Browse files
authored
avoiding container extension (#3373)
1 parent 5987f79 commit 435b8e7

File tree

4 files changed

+77
-15
lines changed

4 files changed

+77
-15
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 18 additions & 2 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: 43 additions & 11 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: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ingest/_types/Database.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,20 @@ export class DatabaseConfiguration {
3636
ipinfo?: Ipinfo
3737
}
3838

39-
export class DatabaseConfigurationFull extends DatabaseConfiguration {
39+
/**
40+
* @variants container
41+
*/
42+
export class DatabaseConfigurationFull {
4043
web?: Web
4144
local?: Local
45+
/**
46+
* The provider-assigned name of the IP geolocation database to download.
47+
* @variant container_property
48+
*/
49+
name: Name
50+
51+
maxmind?: Maxmind
52+
ipinfo?: Ipinfo
4253
}
4354

4455
export class Maxmind {

0 commit comments

Comments
 (0)