diff --git a/compiler-rs/Cargo.lock b/compiler-rs/Cargo.lock index 40cc205fd3..a535065c2c 100644 --- a/compiler-rs/Cargo.lock +++ b/compiler-rs/Cargo.lock @@ -239,6 +239,7 @@ dependencies = [ "clients_schema_to_openapi", "console_error_panic_hook", "serde_json", + "tracing-wasm", "wasm-bindgen", "wasm-bindgen-test", ] @@ -1179,6 +1180,17 @@ dependencies = [ "tracing-log", ] +[[package]] +name = "tracing-wasm" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4575c663a174420fa2d78f4108ff68f65bf2fbb7dd89f33749b6e826b3626e07" +dependencies = [ + "tracing", + "tracing-subscriber", + "wasm-bindgen", +] + [[package]] name = "unicode-ident" version = "1.0.12" diff --git a/compiler-rs/clients_schema_to_openapi/.spectral.yaml b/compiler-rs/clients_schema_to_openapi/.spectral.yaml index c4f537b2af..79e618ff21 100644 --- a/compiler-rs/clients_schema_to_openapi/.spectral.yaml +++ b/compiler-rs/clients_schema_to_openapi/.spectral.yaml @@ -7,4 +7,7 @@ rules: oas3-api-servers: off # OpenAPI "servers" must be present and non-empty array. info-contact: off # Info object must have "contact" object. info-description: off # Info "description" must be present and non-empty string. + operation-description: off # Info "description" must be present and non-empty string. operation-tag-defined: off # Operation tags must be defined in global tags. + +# oas3-valid-media-example: off diff --git a/compiler-rs/clients_schema_to_openapi/package-lock.json b/compiler-rs/clients_schema_to_openapi/package-lock.json index 7407ad5617..5e4ff0e220 100644 --- a/compiler-rs/clients_schema_to_openapi/package-lock.json +++ b/compiler-rs/clients_schema_to_openapi/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@stoplight/spectral-cli": "^6.10.1", + "@stoplight/spectral-cli": "^6.14.3", "json-diff": "^1.0.6" } }, @@ -17,6 +17,7 @@ "version": "4.3.1", "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.3.1.tgz", "integrity": "sha512-EfexhJu/lwF8OdQDm28NKLJHFkx0Gb6O+rcezhZYLPIoNYKXJMh2J1vFGpwmfAcTTh+ffK44Oc2Hs1Q4sLBp+A==", + "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.11" } @@ -33,6 +34,7 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.3.0.tgz", "integrity": "sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==", + "license": "MIT", "engines": { "node": ">= 10.16.0" }, @@ -44,6 +46,7 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.4.tgz", "integrity": "sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==", + "license": "MIT", "engines": { "node": ">= 10.16.0" }, @@ -55,6 +58,7 @@ "version": "1.1.4", "resolved": "https://registry.npmjs.org/@jsep-plugin/ternary/-/ternary-1.1.4.tgz", "integrity": "sha512-ck5wiqIbqdMX6WRQztBL7ASDty9YLgJ3sSAK5ZpBzXeySvFGCzIvM6UiAI4hTZ22fEcYQVV/zhUbNscggW+Ukg==", + "license": "MIT", "engines": { "node": ">= 10.16.0" }, @@ -98,6 +102,7 @@ "version": "22.0.2", "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.2.tgz", "integrity": "sha512-//NdP6iIwPbMTcazYsiBMbJW7gfmpHom33u1beiIoHDEM0Q9clvtQB1T0efvMqHeKsGohiHo97BCPCkBXdscwg==", + "license": "MIT", "dependencies": { "@rollup/pluginutils": "^3.1.0", "commondir": "^1.0.1", @@ -118,6 +123,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", + "license": "MIT", "dependencies": { "@types/estree": "0.0.39", "estree-walker": "^1.0.1", @@ -133,12 +139,14 @@ "node_modules/@rollup/pluginutils/node_modules/estree-walker": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", - "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==" + "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", + "license": "MIT" }, "node_modules/@stoplight/better-ajv-errors": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@stoplight/better-ajv-errors/-/better-ajv-errors-1.0.3.tgz", "integrity": "sha512-0p9uXkuB22qGdNfy3VeEhxkU5uwvp/KrBTAbrLBURv6ilxIVwanKwjMc41lQfIVgPGcOkmLbTolfFrSsueu7zA==", + "license": "Apache-2.0", "dependencies": { "jsonpointer": "^5.0.0", "leven": "^3.1.0" @@ -151,9 +159,10 @@ } }, "node_modules/@stoplight/json": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/@stoplight/json/-/json-3.21.0.tgz", - "integrity": "sha512-5O0apqJ/t4sIevXCO3SBN9AHCEKKR/Zb4gaj7wYe5863jme9g02Q0n/GhM7ZCALkL+vGPTe4ZzTETP8TFtsw3g==", + "version": "3.21.7", + "resolved": "https://registry.npmjs.org/@stoplight/json/-/json-3.21.7.tgz", + "integrity": "sha512-xcJXgKFqv/uCEgtGlPxy3tPA+4I+ZI4vAuMJ885+ThkTHFVkC+0Fm58lA9NlsyjnkpxFh4YiQWpH+KefHdbA0A==", + "license": "Apache-2.0", "dependencies": { "@stoplight/ordered-object-literal": "^1.0.3", "@stoplight/path": "^1.3.2", @@ -170,6 +179,7 @@ "version": "1.2.2", "resolved": "https://registry.npmjs.org/@stoplight/json-ref-readers/-/json-ref-readers-1.2.2.tgz", "integrity": "sha512-nty0tHUq2f1IKuFYsLM4CXLZGHdMn+X/IwEUIpeSOXt0QjMUbL0Em57iJUDzz+2MkWG83smIigNZ3fauGjqgdQ==", + "license": "Apache-2.0", "dependencies": { "node-fetch": "^2.6.0", "tslib": "^1.14.1" @@ -181,12 +191,14 @@ "node_modules/@stoplight/json-ref-readers/node_modules/tslib": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "license": "0BSD" }, "node_modules/@stoplight/json-ref-resolver": { "version": "3.1.6", "resolved": "https://registry.npmjs.org/@stoplight/json-ref-resolver/-/json-ref-resolver-3.1.6.tgz", "integrity": "sha512-YNcWv3R3n3U6iQYBsFOiWSuRGE5su1tJSiX6pAPRVk7dP0L7lqCteXGzuVRQ0gMZqUl8v1P0+fAKxF6PLo9B5A==", + "license": "Apache-2.0", "dependencies": { "@stoplight/json": "^3.21.0", "@stoplight/path": "^1.3.2", @@ -204,9 +216,10 @@ } }, "node_modules/@stoplight/ordered-object-literal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@stoplight/ordered-object-literal/-/ordered-object-literal-1.0.4.tgz", - "integrity": "sha512-OF8uib1jjDs5/cCU+iOVy+GJjU3X7vk/qJIkIJFqwmlJKrrtijFmqwbu8XToXrwTYLQTP+Hebws5gtZEmk9jag==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@stoplight/ordered-object-literal/-/ordered-object-literal-1.0.5.tgz", + "integrity": "sha512-COTiuCU5bgMUtbIFBuyyh2/yVVzlr5Om0v5utQDgBCuQUOPgU1DwoffkTfg4UBQOvByi5foF4w4T+H9CoRe5wg==", + "license": "Apache-2.0", "engines": { "node": ">=8" } @@ -215,23 +228,25 @@ "version": "1.3.2", "resolved": "https://registry.npmjs.org/@stoplight/path/-/path-1.3.2.tgz", "integrity": "sha512-lyIc6JUlUA8Ve5ELywPC8I2Sdnh1zc1zmbYgVarhXIp9YeAB0ReeqmGEOWNtlHkbP2DAA1AL65Wfn2ncjK/jtQ==", + "license": "Apache-2.0", "engines": { "node": ">=8" } }, "node_modules/@stoplight/spectral-cli": { - "version": "6.10.1", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.10.1.tgz", - "integrity": "sha512-yjal3WE42buthVnqfwppw2YmjeXZJ8rmMaHjpx9/94xbbfS79RsReExH9sj1QZam6A9XPGWtjLdWSrklqydpYg==", + "version": "6.14.3", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.14.3.tgz", + "integrity": "sha512-vKy7d2yqBfOf94uB6KXzujDl6/qjXa8mCQ6cfsQ8xYsoArZN9iBHpS3271hR5IyTm3R1GwMgaSZ1h0sfZjZrZw==", + "license": "Apache-2.0", "dependencies": { "@stoplight/json": "~3.21.0", "@stoplight/path": "1.3.2", - "@stoplight/spectral-core": "^1.18.3", - "@stoplight/spectral-formatters": "^1.2.0", - "@stoplight/spectral-parsers": "^1.0.3", + "@stoplight/spectral-core": "^1.19.5", + "@stoplight/spectral-formatters": "^1.4.1", + "@stoplight/spectral-parsers": "^1.0.4", "@stoplight/spectral-ref-resolver": "^1.0.4", - "@stoplight/spectral-ruleset-bundler": "^1.5.2", - "@stoplight/spectral-ruleset-migrator": "^1.9.5", + "@stoplight/spectral-ruleset-bundler": "^1.6.0", + "@stoplight/spectral-ruleset-migrator": "^1.11.0", "@stoplight/spectral-rulesets": ">=1", "@stoplight/spectral-runtime": "^1.1.2", "@stoplight/types": "^13.6.0", @@ -239,16 +254,16 @@ "fast-glob": "~3.2.12", "hpagent": "~1.2.0", "lodash": "~4.17.21", - "pony-cause": "^1.0.0", - "stacktracey": "^2.1.7", - "tslib": "^2.3.0", - "yargs": "17.3.1" + "pony-cause": "^1.1.1", + "stacktracey": "^2.1.8", + "tslib": "^2.8.1", + "yargs": "~17.7.2" }, "bin": { "spectral": "dist/index.js" }, "engines": { - "node": "^12.20 || >= 14.13" + "node": "^16.20 || ^18.18 || >= 20.17" } }, "node_modules/@stoplight/spectral-core": { @@ -287,6 +302,7 @@ "version": "13.6.0", "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.6.0.tgz", "integrity": "sha512-dzyuzvUjv3m1wmhPfq82lCVYGcXG0xUYgqnWfCq3PCVR4BKFhjdkHrnJ+jIDoMKvXb05AZP/ObQF6+NpDo29IQ==", + "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.4", "utility-types": "^3.10.0" @@ -296,78 +312,99 @@ } }, "node_modules/@stoplight/spectral-formats": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-formats/-/spectral-formats-1.5.0.tgz", - "integrity": "sha512-VskkdU3qBSvI1dfJ79ysjvTssfNlbA6wrf/XkXK6iTyjfIVqOAWVtjypTb2U95tN/X8IjIBBhNWtZ4tNVZilrA==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-formats/-/spectral-formats-1.8.2.tgz", + "integrity": "sha512-c06HB+rOKfe7tuxg0IdKDEA5XnjL2vrn/m/OVIIxtINtBzphZrOgtRn7epQ5bQF5SWp84Ue7UJWaGgDwVngMFw==", + "license": "Apache-2.0", "dependencies": { "@stoplight/json": "^3.17.0", - "@stoplight/spectral-core": "^1.8.0", + "@stoplight/spectral-core": "^1.19.2", "@types/json-schema": "^7.0.7", - "tslib": "^2.3.1" + "tslib": "^2.8.1" }, "engines": { - "node": ">=12" + "node": "^16.20 || ^18.18 || >= 20.17" } }, "node_modules/@stoplight/spectral-formatters": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-formatters/-/spectral-formatters-1.2.0.tgz", - "integrity": "sha512-1IrQksU1fpuvK7oT8t0jk419vkvzHbwqKYtnyoF9yZa+MV1AcSsieD5I6wBFL0WlgFr6iCg23s1V99VXlrFelw==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-formatters/-/spectral-formatters-1.4.3.tgz", + "integrity": "sha512-03Nc6nhjMO9aHhJPgBH4zDwMPklKLWEMtvx+PMmzfStCndMjJkf8ki7O/55u3myZ1TwxBzln9z9tXPLSL3KKhw==", + "license": "Apache-2.0", "dependencies": { "@stoplight/path": "^1.3.2", - "@stoplight/spectral-core": "^1.15.1", - "@stoplight/spectral-runtime": "^1.1.0", + "@stoplight/spectral-core": "^1.19.4", + "@stoplight/spectral-runtime": "^1.1.2", "@stoplight/types": "^13.15.0", + "@types/markdown-escape": "^1.1.3", "chalk": "4.1.2", "cliui": "7.0.4", "lodash": "^4.17.21", + "markdown-escape": "^2.0.0", + "node-sarif-builder": "^2.0.3", "strip-ansi": "6.0", "text-table": "^0.2.0", - "tslib": "^2.5.0" + "tslib": "^2.8.1" }, "engines": { - "node": "^12.20 || >=14.13" + "node": "^16.20 || ^18.18 || >= 20.17" } }, "node_modules/@stoplight/spectral-functions": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-functions/-/spectral-functions-1.7.2.tgz", - "integrity": "sha512-f+61/FtIkQeIo+a269CeaeqjpyRsgDyIk6DGr7iS4hyuk1PPk7Uf6MNRDs9FEIBh7CpdEJ+HSHbMLwgpymWTIw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-functions/-/spectral-functions-1.9.4.tgz", + "integrity": "sha512-+dgu7QQ1JIZFsNLhNbQLPA9tniIT3KjOc9ORv0LYSCLvZjkWT2bN7vgmathbXsbmhnmhvl15H9sRqUIqzi+qoQ==", + "license": "Apache-2.0", "dependencies": { "@stoplight/better-ajv-errors": "1.0.3", "@stoplight/json": "^3.17.1", - "@stoplight/spectral-core": "^1.7.0", - "@stoplight/spectral-formats": "^1.0.0", - "@stoplight/spectral-runtime": "^1.1.0", - "ajv": "^8.6.3", + "@stoplight/spectral-core": "^1.19.4", + "@stoplight/spectral-formats": "^1.8.1", + "@stoplight/spectral-runtime": "^1.1.2", + "ajv": "^8.17.1", "ajv-draft-04": "~1.0.0", "ajv-errors": "~3.0.0", - "ajv-formats": "~2.1.0", + "ajv-formats": "~2.1.1", "lodash": "~4.17.21", - "tslib": "^2.3.0" + "tslib": "^2.8.1" }, "engines": { - "node": ">=12" + "node": "^16.20 || ^18.18 || >= 20.17" } }, "node_modules/@stoplight/spectral-parsers": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-parsers/-/spectral-parsers-1.0.3.tgz", - "integrity": "sha512-J0KW5Rh5cHWnJQ3yN+cr/ijNFVirPSR0pkQbdrNX30VboEl083UEDrQ3yov9kjLVIWEk9t9kKE7Eo3QT/k4JLA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-parsers/-/spectral-parsers-1.0.4.tgz", + "integrity": "sha512-nCTVvtX6q71M8o5Uvv9kxU31Gk1TRmgD6/k8HBhdCmKG6FWcwgjiZouA/R3xHLn/VwTI/9k8SdG5Mkdy0RBqbQ==", + "license": "Apache-2.0", "dependencies": { "@stoplight/json": "~3.21.0", - "@stoplight/types": "^13.6.0", - "@stoplight/yaml": "~4.2.3", + "@stoplight/types": "^14.1.1", + "@stoplight/yaml": "~4.3.0", "tslib": "^2.3.1" }, "engines": { "node": "^12.20 || >=14.13" } }, + "node_modules/@stoplight/spectral-parsers/node_modules/@stoplight/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-14.1.1.tgz", + "integrity": "sha512-/kjtr+0t0tjKr+heVfviO9FrU/uGLc+QNX3fHJc19xsCNYqU7lVhaXxDmEID9BZTjG+/r9pK9xP/xU02XGg65g==", + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.4", + "utility-types": "^3.10.0" + }, + "engines": { + "node": "^12.20 || >=14.13" + } + }, "node_modules/@stoplight/spectral-ref-resolver": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/@stoplight/spectral-ref-resolver/-/spectral-ref-resolver-1.0.4.tgz", "integrity": "sha512-5baQIYL0NJTSVy8v6RxOR4U51xOUYM8wJri1YvlAT6bPN8m0EIxMwfVYi0xUZEMVeHcWx869nIkoqyWmOutF2A==", + "license": "Apache-2.0", "dependencies": { "@stoplight/json-ref-readers": "1.2.2", "@stoplight/json-ref-resolver": "~3.1.6", @@ -380,18 +417,19 @@ } }, "node_modules/@stoplight/spectral-ruleset-bundler": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-bundler/-/spectral-ruleset-bundler-1.5.2.tgz", - "integrity": "sha512-4QUVUFAU+S7IQ9XeCu+0TQMYxKFpKnkOAfa9unRQ1iPL2cviaipEN6witpbAptdHJD3UUjx4OnwlX8WwmXSq9w==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-bundler/-/spectral-ruleset-bundler-1.6.0.tgz", + "integrity": "sha512-8CU7e4aEGdfU9ncVDtlnJSawg/6epzAHrQTjuNu1QfKAOoiwyG7oUk2XUTHWcvq6Q67iUctb0vjOokR+MPVg0Q==", + "license": "Apache-2.0", "dependencies": { "@rollup/plugin-commonjs": "~22.0.2", "@stoplight/path": "1.3.2", "@stoplight/spectral-core": ">=1", - "@stoplight/spectral-formats": ">=1", + "@stoplight/spectral-formats": "^1.7.0", "@stoplight/spectral-functions": ">=1", "@stoplight/spectral-parsers": ">=1", - "@stoplight/spectral-ref-resolver": ">=1", - "@stoplight/spectral-ruleset-migrator": "^1.7.4", + "@stoplight/spectral-ref-resolver": "^1.0.4", + "@stoplight/spectral-ruleset-migrator": "^1.9.6", "@stoplight/spectral-rulesets": ">=1", "@stoplight/spectral-runtime": "^1.1.0", "@stoplight/types": "^13.6.0", @@ -406,46 +444,70 @@ } }, "node_modules/@stoplight/spectral-ruleset-migrator": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-migrator/-/spectral-ruleset-migrator-1.9.5.tgz", - "integrity": "sha512-76n/HETr3UinVl/xLNldrH9p0JNoD8Gz4K75J6E4OHp4xD0P+BA2e8+W30HjIvqm1LJdLU2BNma0ioy+q3B9RA==", + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-migrator/-/spectral-ruleset-migrator-1.11.2.tgz", + "integrity": "sha512-6r5i4hrDmppspSSxdUKKNHc07NGSSIkvwKNk3M5ukCwvSslImvDEimeWAhPBryhmSJ82YAsKr8erZZpKullxWw==", + "license": "Apache-2.0", "dependencies": { "@stoplight/json": "~3.21.0", "@stoplight/ordered-object-literal": "~1.0.4", "@stoplight/path": "1.3.2", - "@stoplight/spectral-functions": "^1.0.0", - "@stoplight/spectral-runtime": "^1.1.0", + "@stoplight/spectral-functions": "^1.9.1", + "@stoplight/spectral-runtime": "^1.1.2", "@stoplight/types": "^13.6.0", "@stoplight/yaml": "~4.2.3", "@types/node": "*", - "ajv": "^8.6.0", + "ajv": "^8.17.1", "ast-types": "0.14.2", - "astring": "^1.7.5", + "astring": "^1.9.0", "reserved": "0.1.2", - "tslib": "^2.3.1", + "tslib": "^2.8.1", "validate-npm-package-name": "3.0.0" }, "engines": { - "node": ">=12" + "node": "^16.20 || ^18.18 || >= 20.17" + } + }, + "node_modules/@stoplight/spectral-ruleset-migrator/node_modules/@stoplight/yaml": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@stoplight/yaml/-/yaml-4.2.3.tgz", + "integrity": "sha512-Mx01wjRAR9C7yLMUyYFTfbUf5DimEpHMkRDQ1PKLe9dfNILbgdxyrncsOXM3vCpsQ1Hfj4bPiGl+u4u6e9Akqw==", + "license": "Apache-2.0", + "dependencies": { + "@stoplight/ordered-object-literal": "^1.0.1", + "@stoplight/types": "^13.0.0", + "@stoplight/yaml-ast-parser": "0.0.48", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=10.8" } }, + "node_modules/@stoplight/spectral-ruleset-migrator/node_modules/@stoplight/yaml-ast-parser": { + "version": "0.0.48", + "resolved": "https://registry.npmjs.org/@stoplight/yaml-ast-parser/-/yaml-ast-parser-0.0.48.tgz", + "integrity": "sha512-sV+51I7WYnLJnKPn2EMWgS4EUfoP4iWEbrWwbXsj0MZCB/xOK8j6+C9fntIdOM50kpx45ZLC3s6kwKivWuqvyg==", + "license": "Apache-2.0" + }, "node_modules/@stoplight/spectral-rulesets": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-rulesets/-/spectral-rulesets-1.17.0.tgz", - "integrity": "sha512-fRWunqvtP9k0vRonwqXQ663Xt1UfmOZRdaO+S02zA3mlKdA5a1vBQjVV9QYK70TXWmqUfmabc1G35FHNT+7iRw==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-rulesets/-/spectral-rulesets-1.20.2.tgz", + "integrity": "sha512-7Y8orZuNyGyeHr9n50rMfysgUJ+/zzIEHMptt66jiy82GUWl+0nr865DkMuXdC5GryfDYhtjoRTUCVsXu80Nkg==", + "license": "Apache-2.0", "dependencies": { "@asyncapi/specs": "^4.1.0", "@stoplight/better-ajv-errors": "1.0.3", "@stoplight/json": "^3.17.0", "@stoplight/spectral-core": "^1.8.1", - "@stoplight/spectral-formats": "^1.5.0", + "@stoplight/spectral-formats": "^1.7.0", "@stoplight/spectral-functions": "^1.5.1", "@stoplight/spectral-runtime": "^1.1.1", "@stoplight/types": "^13.6.0", "@types/json-schema": "^7.0.7", - "ajv": "^8.8.2", + "ajv": "^8.17.1", "ajv-formats": "~2.1.0", "json-schema-traverse": "^1.0.0", + "leven": "3.1.0", "lodash": "~4.17.21", "tslib": "^2.3.0" }, @@ -457,6 +519,7 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/@stoplight/spectral-runtime/-/spectral-runtime-1.1.2.tgz", "integrity": "sha512-fr5zRceXI+hrl82yAVoME+4GvJie8v3wmOe9tU+ZLRRNonizthy8qDi0Z/z4olE+vGreSDcuDOZ7JjRxFW5kTw==", + "license": "Apache-2.0", "dependencies": { "@stoplight/json": "^3.17.0", "@stoplight/path": "^1.3.2", @@ -474,6 +537,7 @@ "version": "12.5.0", "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-12.5.0.tgz", "integrity": "sha512-dwqYcDrGmEyUv5TWrDam5TGOxU72ufyQ7hnOIIDdmW5ezOwZaBFoR5XQ9AsH49w7wgvOqB2Bmo799pJPWnpCbg==", + "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.4", "utility-types": "^3.10.0" @@ -486,6 +550,7 @@ "version": "13.20.0", "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.20.0.tgz", "integrity": "sha512-2FNTv05If7ib79VPDA/r9eUet76jewXFH2y2K5vuge6SXbRHtWBhcaRmu+6QpF4/WRNoJj5XYRSwLGXDxysBGA==", + "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.4", "utility-types": "^3.10.0" @@ -495,13 +560,14 @@ } }, "node_modules/@stoplight/yaml": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@stoplight/yaml/-/yaml-4.2.3.tgz", - "integrity": "sha512-Mx01wjRAR9C7yLMUyYFTfbUf5DimEpHMkRDQ1PKLe9dfNILbgdxyrncsOXM3vCpsQ1Hfj4bPiGl+u4u6e9Akqw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@stoplight/yaml/-/yaml-4.3.0.tgz", + "integrity": "sha512-JZlVFE6/dYpP9tQmV0/ADfn32L9uFarHWxfcRhReKUnljz1ZiUM5zpX+PH8h5CJs6lao3TuFqnPm9IJJCEkE2w==", + "license": "Apache-2.0", "dependencies": { - "@stoplight/ordered-object-literal": "^1.0.1", - "@stoplight/types": "^13.0.0", - "@stoplight/yaml-ast-parser": "0.0.48", + "@stoplight/ordered-object-literal": "^1.0.5", + "@stoplight/types": "^14.1.1", + "@stoplight/yaml-ast-parser": "0.0.50", "tslib": "^2.2.0" }, "engines": { @@ -509,14 +575,29 @@ } }, "node_modules/@stoplight/yaml-ast-parser": { - "version": "0.0.48", - "resolved": "https://registry.npmjs.org/@stoplight/yaml-ast-parser/-/yaml-ast-parser-0.0.48.tgz", - "integrity": "sha512-sV+51I7WYnLJnKPn2EMWgS4EUfoP4iWEbrWwbXsj0MZCB/xOK8j6+C9fntIdOM50kpx45ZLC3s6kwKivWuqvyg==" + "version": "0.0.50", + "resolved": "https://registry.npmjs.org/@stoplight/yaml-ast-parser/-/yaml-ast-parser-0.0.50.tgz", + "integrity": "sha512-Pb6M8TDO9DtSVla9yXSTAxmo9GVEouq5P40DWXdOie69bXogZTkgvopCq+yEvTMA0F6PEvdJmbtTV3ccIp11VQ==", + "license": "Apache-2.0" + }, + "node_modules/@stoplight/yaml/node_modules/@stoplight/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-14.1.1.tgz", + "integrity": "sha512-/kjtr+0t0tjKr+heVfviO9FrU/uGLc+QNX3fHJc19xsCNYqU7lVhaXxDmEID9BZTjG+/r9pK9xP/xU02XGg65g==", + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.4", + "utility-types": "^3.10.0" + }, + "engines": { + "node": "^12.20 || >=14.13" + } }, "node_modules/@types/es-aggregate-error": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/es-aggregate-error/-/es-aggregate-error-1.0.2.tgz", - "integrity": "sha512-erqUpFXksaeR2kejKnhnjZjbFxUpGZx4Z7ydNL9ie8tEhXPiZTsLeUDJ6aR1F8j5wWUAtOAQWUqkc7givBJbBA==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/es-aggregate-error/-/es-aggregate-error-1.0.6.tgz", + "integrity": "sha512-qJ7LIFp06h1QE1aVxbVd+zJP2wdaugYXYfd6JxsyRMrYHaxb6itXPogW2tz+ylUJ1n1b+JF1PHyYCfYHm0dvUg==", + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -524,27 +605,47 @@ "node_modules/@types/estree": { "version": "0.0.39", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", - "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" + "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", + "license": "MIT" }, "node_modules/@types/json-schema": { - "version": "7.0.12", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz", - "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==" + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "license": "MIT" + }, + "node_modules/@types/markdown-escape": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@types/markdown-escape/-/markdown-escape-1.1.3.tgz", + "integrity": "sha512-JIc1+s3y5ujKnt/+N+wq6s/QdL2qZ11fP79MijrVXsAAnzSxCbT2j/3prHRouJdZ2yFLN3vkP0HytfnoCczjOw==", + "license": "MIT" }, "node_modules/@types/node": { - "version": "20.5.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.9.tgz", - "integrity": "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==" + "version": "22.14.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.0.tgz", + "integrity": "sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.21.0" + } + }, + "node_modules/@types/sarif": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@types/sarif/-/sarif-2.1.7.tgz", + "integrity": "sha512-kRz0VEkJqWLf1LLVN4pT1cg1Z9wAuvI6L97V3m2f5B76Tg8d413ddvLBPTEHAZJlnn4XSvu0FkZtViCQGVyrXQ==", + "license": "MIT" }, "node_modules/@types/urijs": { - "version": "1.19.20", - "resolved": "https://registry.npmjs.org/@types/urijs/-/urijs-1.19.20.tgz", - "integrity": "sha512-77Mq/2BeHU894J364dUv9tSwxxyCLtcX228Pc8TwZpP5bvOoMns+gZoftp3LYl3FBH8vChpWbuagKGiMki2c1A==" + "version": "1.19.25", + "resolved": "https://registry.npmjs.org/@types/urijs/-/urijs-1.19.25.tgz", + "integrity": "sha512-XOfUup9r3Y06nFAZh3WvO0rBU4OtlfPB/vgxpjg+NRdGU6CN6djdc6OEiH+PcqHCY6eFLo9Ista73uarf4gnBg==", + "license": "MIT" }, "node_modules/abort-controller": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "license": "MIT", "dependencies": { "event-target-shim": "^5.0.0" }, @@ -556,6 +657,7 @@ "version": "8.17.1", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -571,6 +673,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/ajv-draft-04/-/ajv-draft-04-1.0.0.tgz", "integrity": "sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==", + "license": "MIT", "peerDependencies": { "ajv": "^8.5.0" }, @@ -584,6 +687,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "license": "MIT", "peerDependencies": { "ajv": "^8.0.1" } @@ -592,6 +696,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "license": "MIT", "dependencies": { "ajv": "^8.0.0" }, @@ -608,6 +713,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "license": "MIT", "engines": { "node": ">=8" } @@ -616,6 +722,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -627,28 +734,34 @@ } }, "node_modules/array-buffer-byte-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", - "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", + "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "is-array-buffer": "^3.0.1" + "call-bound": "^1.0.3", + "is-array-buffer": "^3.0.5" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/arraybuffer.prototype.slice": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz", - "integrity": "sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz", + "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==", + "license": "MIT", "dependencies": { - "array-buffer-byte-length": "^1.0.0", - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "get-intrinsic": "^1.2.1", - "is-array-buffer": "^3.0.2", - "is-shared-array-buffer": "^1.0.2" + "array-buffer-byte-length": "^1.0.1", + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "is-array-buffer": "^3.0.4" }, "engines": { "node": ">= 0.4" @@ -669,6 +782,7 @@ "version": "0.14.2", "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", + "license": "MIT", "dependencies": { "tslib": "^2.0.1" }, @@ -677,17 +791,31 @@ } }, "node_modules/astring": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz", - "integrity": "sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", + "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==", + "license": "MIT", "bin": { "astring": "bin/astring" } }, + "node_modules/async-function": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz", + "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/available-typed-arrays": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", - "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "license": "MIT", + "dependencies": { + "possible-typed-array-names": "^1.0.0" + }, "engines": { "node": ">= 0.4" }, @@ -698,12 +826,14 @@ "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "license": "MIT" }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -723,15 +853,51 @@ "node_modules/builtins": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz", - "integrity": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==" + "integrity": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==", + "license": "MIT" }, "node_modules/call-bind": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", + "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.0", + "es-define-property": "^1.0.0", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/call-bind-apply-helpers": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", + "license": "MIT", "dependencies": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -741,6 +907,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -756,6 +923,7 @@ "version": "7.0.4", "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", @@ -766,6 +934,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -776,7 +945,8 @@ "node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "license": "MIT" }, "node_modules/colors": { "version": "1.4.0", @@ -789,23 +959,95 @@ "node_modules/commondir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "license": "MIT" }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "license": "MIT" }, "node_modules/data-uri-to-buffer": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-2.0.2.tgz", "integrity": "sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA==" }, + "node_modules/data-view-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz", + "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/data-view-byte-length": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", + "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/inspect-js" + } + }, + "node_modules/data-view-byte-offset": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", + "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/define-properties": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz", - "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "license": "MIT", "dependencies": { + "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", "object-keys": "^1.1.1" }, @@ -820,6 +1062,7 @@ "version": "0.11.0", "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==", + "license": "MIT", "engines": { "node": ">= 0.6.0" } @@ -835,55 +1078,83 @@ "node": ">=0.4.0" } }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "license": "MIT" }, "node_modules/es-abstract": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz", - "integrity": "sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==", - "dependencies": { - "array-buffer-byte-length": "^1.0.0", - "arraybuffer.prototype.slice": "^1.0.1", - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "es-set-tostringtag": "^2.0.1", - "es-to-primitive": "^1.2.1", - "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.2.1", - "get-symbol-description": "^1.0.0", - "globalthis": "^1.0.3", - "gopd": "^1.0.1", - "has": "^1.0.3", - "has-property-descriptors": "^1.0.0", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.5", - "is-array-buffer": "^3.0.2", + "version": "1.23.9", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.9.tgz", + "integrity": "sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==", + "license": "MIT", + "dependencies": { + "array-buffer-byte-length": "^1.0.2", + "arraybuffer.prototype.slice": "^1.0.4", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "data-view-buffer": "^1.0.2", + "data-view-byte-length": "^1.0.2", + "data-view-byte-offset": "^1.0.1", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-set-tostringtag": "^2.1.0", + "es-to-primitive": "^1.3.0", + "function.prototype.name": "^1.1.8", + "get-intrinsic": "^1.2.7", + "get-proto": "^1.0.0", + "get-symbol-description": "^1.1.0", + "globalthis": "^1.0.4", + "gopd": "^1.2.0", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "internal-slot": "^1.1.0", + "is-array-buffer": "^3.0.5", "is-callable": "^1.2.7", - "is-negative-zero": "^2.0.2", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", - "is-string": "^1.0.7", - "is-typed-array": "^1.1.10", - "is-weakref": "^1.0.2", - "object-inspect": "^1.12.3", + "is-data-view": "^1.0.2", + "is-regex": "^1.2.1", + "is-shared-array-buffer": "^1.0.4", + "is-string": "^1.1.1", + "is-typed-array": "^1.1.15", + "is-weakref": "^1.1.0", + "math-intrinsics": "^1.1.0", + "object-inspect": "^1.13.3", "object-keys": "^1.1.1", - "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.5.0", - "safe-array-concat": "^1.0.0", - "safe-regex-test": "^1.0.0", - "string.prototype.trim": "^1.2.7", - "string.prototype.trimend": "^1.0.6", - "string.prototype.trimstart": "^1.0.6", - "typed-array-buffer": "^1.0.0", - "typed-array-byte-length": "^1.0.0", - "typed-array-byte-offset": "^1.0.0", - "typed-array-length": "^1.0.4", - "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.10" + "object.assign": "^4.1.7", + "own-keys": "^1.0.1", + "regexp.prototype.flags": "^1.5.3", + "safe-array-concat": "^1.1.3", + "safe-push-apply": "^1.0.0", + "safe-regex-test": "^1.1.0", + "set-proto": "^1.0.0", + "string.prototype.trim": "^1.2.10", + "string.prototype.trimend": "^1.0.9", + "string.prototype.trimstart": "^1.0.8", + "typed-array-buffer": "^1.0.3", + "typed-array-byte-length": "^1.0.3", + "typed-array-byte-offset": "^1.0.4", + "typed-array-length": "^1.0.7", + "unbox-primitive": "^1.1.0", + "which-typed-array": "^1.1.18" }, "engines": { "node": ">= 0.4" @@ -893,17 +1164,19 @@ } }, "node_modules/es-aggregate-error": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/es-aggregate-error/-/es-aggregate-error-1.0.10.tgz", - "integrity": "sha512-qX3K9eP7HcgeFckzRy1T5Mtb7wYwZt9ahFteBDigG5Te0vGOmOH3dHDncBiuNkZBX9i+C8LgSbpqSEl97gN11Q==", + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/es-aggregate-error/-/es-aggregate-error-1.0.13.tgz", + "integrity": "sha512-KkzhUUuD2CUMqEc8JEqsXEMDHzDPE8RCjZeUBitsnB1eNcAJWQPiciKsMXe3Yytj4Flw1XLl46Qcf9OxvZha7A==", + "license": "MIT", "dependencies": { - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "function-bind": "^1.1.1", - "functions-have-names": "^1.2.3", - "get-intrinsic": "^1.2.1", + "define-data-property": "^1.1.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", "globalthis": "^1.0.3", - "has-property-descriptors": "^1.0.0" + "has-property-descriptors": "^1.0.2", + "set-function-name": "^2.0.2" }, "engines": { "node": ">= 0.4" @@ -912,39 +1185,73 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/es-set-tostringtag": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", - "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", - "dependencies": { - "get-intrinsic": "^1.1.3", - "has": "^1.0.3", - "has-tostringtag": "^1.0.0" - }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "license": "MIT", "engines": { "node": ">= 0.4" } }, - "node_modules/es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "dependencies": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", "engines": { "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-to-primitive": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz", + "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==", + "license": "MIT", + "dependencies": { + "is-callable": "^1.2.7", + "is-date-object": "^1.0.5", + "is-symbol": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "license": "MIT", "engines": { "node": ">=6" } @@ -952,12 +1259,14 @@ "node_modules/estree-walker": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "license": "MIT" }, "node_modules/event-target-shim": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "license": "MIT", "engines": { "node": ">=6" } @@ -965,7 +1274,8 @@ "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "license": "MIT" }, "node_modules/fast-glob": { "version": "3.2.12", @@ -985,12 +1295,24 @@ "node_modules/fast-memoize": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/fast-memoize/-/fast-memoize-2.5.2.tgz", - "integrity": "sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw==" + "integrity": "sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw==", + "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", - "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==" + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz", + "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" }, "node_modules/fastq": { "version": "1.15.0", @@ -1012,23 +1334,46 @@ } }, "node_modules/for-each": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", - "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", + "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", + "license": "MIT", + "dependencies": { + "is-callable": "^1.2.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "license": "MIT", "dependencies": { - "is-callable": "^1.1.3" + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" } }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "license": "ISC" }, "node_modules/fsevents": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "hasInstallScript": true, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -1038,19 +1383,26 @@ } }, "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/function.prototype.name": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", - "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz", + "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "functions-have-names": "^1.2.3" + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "functions-have-names": "^1.2.3", + "hasown": "^2.0.2", + "is-callable": "^1.2.7" }, "engines": { "node": ">= 0.4" @@ -1063,6 +1415,7 @@ "version": "1.2.3", "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -1071,24 +1424,48 @@ "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "license": "ISC", "engines": { "node": "6.* || 8.* || >= 10.*" } }, "node_modules/get-intrinsic": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", - "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "license": "MIT", "dependencies": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3" + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/get-source": { "version": "2.0.12", "resolved": "https://registry.npmjs.org/get-source/-/get-source-2.0.12.tgz", @@ -1099,12 +1476,14 @@ } }, "node_modules/get-symbol-description": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", + "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6" }, "engines": { "node": ">= 0.4" @@ -1117,6 +1496,8 @@ "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -1144,11 +1525,13 @@ } }, "node_modules/globalthis": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", - "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", + "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", + "license": "MIT", "dependencies": { - "define-properties": "^1.1.3" + "define-properties": "^1.2.1", + "gopd": "^1.0.1" }, "engines": { "node": ">= 0.4" @@ -1158,31 +1541,31 @@ } }, "node_modules/gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "dependencies": { - "get-intrinsic": "^1.1.3" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "license": "ISC" }, "node_modules/has-bigints": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", + "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -1191,25 +1574,31 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/has-property-descriptors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "license": "MIT", "dependencies": { - "get-intrinsic": "^1.1.1" + "es-define-property": "^1.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", - "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz", + "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.0" + }, "engines": { "node": ">= 0.4" }, @@ -1218,9 +1607,10 @@ } }, "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -1229,11 +1619,12 @@ } }, "node_modules/has-tostringtag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "license": "MIT", "dependencies": { - "has-symbols": "^1.0.2" + "has-symbols": "^1.0.3" }, "engines": { "node": ">= 0.4" @@ -1242,6 +1633,18 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/heap": { "version": "0.2.7", "resolved": "https://registry.npmjs.org/heap/-/heap-0.2.7.tgz", @@ -1259,6 +1662,7 @@ "version": "9.0.21", "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz", "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/immer" @@ -1268,6 +1672,8 @@ "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "license": "ISC", "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -1276,52 +1682,82 @@ "node_modules/inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" }, "node_modules/internal-slot": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", - "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz", + "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==", + "license": "MIT", "dependencies": { - "get-intrinsic": "^1.2.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" + "es-errors": "^1.3.0", + "hasown": "^2.0.2", + "side-channel": "^1.1.0" }, "engines": { "node": ">= 0.4" } }, "node_modules/is-array-buffer": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", - "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz", + "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "get-intrinsic": "^1.2.6" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-async-function": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz", + "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", - "is-typed-array": "^1.1.10" + "async-function": "^1.0.0", + "call-bound": "^1.0.3", + "get-proto": "^1.0.1", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-bigint": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz", + "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==", + "license": "MIT", "dependencies": { - "has-bigints": "^1.0.1" + "has-bigints": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-boolean-object": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz", + "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -1334,6 +1770,7 @@ "version": "1.2.7", "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -1342,22 +1779,45 @@ } }, "node_modules/is-core-module": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", - "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", + "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", + "license": "MIT", + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-data-view": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz", + "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==", + "license": "MIT", "dependencies": { - "has": "^1.0.3" + "call-bound": "^1.0.2", + "get-intrinsic": "^1.2.6", + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-date-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz", + "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==", + "license": "MIT", "dependencies": { - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.2", + "has-tostringtag": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -1374,14 +1834,48 @@ "node": ">=0.10.0" } }, + "node_modules/is-finalizationregistry": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz", + "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/is-generator-function": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", + "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "get-proto": "^1.0.0", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-glob": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", @@ -1393,10 +1887,11 @@ "node": ">=0.10.0" } }, - "node_modules/is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "node_modules/is-map": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", + "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -1413,11 +1908,13 @@ } }, "node_modules/is-number-object": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz", + "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==", + "license": "MIT", "dependencies": { - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -1430,17 +1927,21 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz", "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==", + "license": "MIT", "dependencies": { "@types/estree": "*" } }, "node_modules/is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", + "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.2", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" }, "engines": { "node": ">= 0.4" @@ -1449,23 +1950,41 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-set": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", + "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", + "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2" + "call-bound": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz", + "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==", + "license": "MIT", "dependencies": { - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -1475,11 +1994,14 @@ } }, "node_modules/is-symbol": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz", + "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==", + "license": "MIT", "dependencies": { - "has-symbols": "^1.0.2" + "call-bound": "^1.0.2", + "has-symbols": "^1.1.0", + "safe-regex-test": "^1.1.0" }, "engines": { "node": ">= 0.4" @@ -1489,11 +2011,12 @@ } }, "node_modules/is-typed-array": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", - "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", + "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", + "license": "MIT", "dependencies": { - "which-typed-array": "^1.1.11" + "which-typed-array": "^1.1.16" }, "engines": { "node": ">= 0.4" @@ -1502,12 +2025,44 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-weakmap": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", + "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-weakref": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz", + "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2" + "call-bound": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakset": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz", + "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "get-intrinsic": "^1.2.6" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -1516,12 +2071,14 @@ "node_modules/isarray": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "license": "MIT" }, "node_modules/jsep": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.4.0.tgz", "integrity": "sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==", + "license": "MIT", "engines": { "node": ">= 10.16.0" } @@ -1545,12 +2102,26 @@ "node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "license": "MIT" }, "node_modules/jsonc-parser": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.2.1.tgz", - "integrity": "sha512-o6/yDBYccGvTz1+QFevz6l6OBZ2+fMVu2JZ9CIhzsYRX4mjaK5IyX9eldUdCmga16zlgQxyrj5pt9kzuj2C02w==" + "integrity": "sha512-o6/yDBYccGvTz1+QFevz6l6OBZ2+fMVu2JZ9CIhzsYRX4mjaK5IyX9eldUdCmga16zlgQxyrj5pt9kzuj2C02w==", + "license": "MIT" + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "license": "MIT", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } }, "node_modules/jsonpath-plus": { "version": "10.3.0", @@ -1574,6 +2145,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz", "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -1582,6 +2154,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "license": "MIT", "engines": { "node": ">=6" } @@ -1589,21 +2162,39 @@ "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" }, "node_modules/lodash.topath": { "version": "4.5.2", "resolved": "https://registry.npmjs.org/lodash.topath/-/lodash.topath-4.5.2.tgz", - "integrity": "sha512-1/W4dM+35DwvE/iEd1M9ekewOSTlpFekhw9mhAtrwjVqUr83/ilQiyAvmg4tVX7Unkcfl1KC+i9WdaT4B6aQcg==" + "integrity": "sha512-1/W4dM+35DwvE/iEd1M9ekewOSTlpFekhw9mhAtrwjVqUr83/ilQiyAvmg4tVX7Unkcfl1KC+i9WdaT4B6aQcg==", + "license": "MIT" }, "node_modules/magic-string": { "version": "0.25.9", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "license": "MIT", "dependencies": { "sourcemap-codec": "^1.4.8" } }, + "node_modules/markdown-escape": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/markdown-escape/-/markdown-escape-2.0.0.tgz", + "integrity": "sha512-Trz4v0+XWlwy68LJIyw3bLbsJiC8XAbRCKF9DbEtZjyndKOGVx6n+wNB0VfoRmY2LKboQLeniap3xrb6LGSJ8A==", + "license": "MIT" + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -1629,6 +2220,7 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -1640,6 +2232,7 @@ "version": "0.2.3", "resolved": "https://registry.npmjs.org/nimma/-/nimma-0.2.3.tgz", "integrity": "sha512-1ZOI8J+1PKKGceo/5CT5GfQOG6H8I2BencSK06YarZ2wXwH37BSSUWldqJmMJYA5JfqDqffxDXynt6f11AyKcA==", + "license": "Apache-2.0", "dependencies": { "@jsep-plugin/regex": "^1.0.1", "@jsep-plugin/ternary": "^1.0.2", @@ -1658,6 +2251,7 @@ "version": "2.7.0", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "license": "MIT", "dependencies": { "whatwg-url": "^5.0.0" }, @@ -1667,16 +2261,33 @@ "peerDependencies": { "encoding": "^0.1.0" }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-sarif-builder": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-2.0.3.tgz", + "integrity": "sha512-Pzr3rol8fvhG/oJjIq2NTVB0vmdNNlz22FENhhPojYRZ4/ee08CfK4YuKmuL54V9MLhI1kpzxfOJ/63LzmZzDg==", + "license": "MIT", + "dependencies": { + "@types/sarif": "^2.1.4", + "fs-extra": "^10.0.0" + }, + "engines": { + "node": ">=14" } }, "node_modules/object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", + "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -1685,18 +2296,22 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "license": "MIT", "engines": { "node": ">= 0.4" } }, "node_modules/object.assign": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", - "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", + "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "has-symbols": "^1.0.3", + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0", + "has-symbols": "^1.1.0", "object-keys": "^1.1.1" }, "engines": { @@ -1710,14 +2325,33 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "license": "ISC", "dependencies": { "wrappy": "1" } }, + "node_modules/own-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", + "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.2.6", + "object-keys": "^1.1.1", + "safe-push-apply": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -1725,7 +2359,8 @@ "node_modules/path-parse": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "license": "MIT" }, "node_modules/picomatch": { "version": "2.3.1", @@ -1742,10 +2377,20 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/pony-cause/-/pony-cause-1.1.1.tgz", "integrity": "sha512-PxkIc/2ZpLiEzQXu5YRDOUgBlfGYBY8156HY5ZcRAwwonMk5W/MrJP2LLkG/hF7GEQzaHo2aS7ho6ZLCOvf+6g==", + "license": "0BSD", "engines": { "node": ">=12.0.0" } }, + "node_modules/possible-typed-array-names": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", + "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/printable-characters": { "version": "1.0.42", "resolved": "https://registry.npmjs.org/printable-characters/-/printable-characters-1.0.42.tgz", @@ -1770,14 +2415,40 @@ } ] }, + "node_modules/reflect.getprototypeof": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", + "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.9", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.7", + "get-proto": "^1.0.1", + "which-builtin-type": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/regexp.prototype.flags": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", - "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", + "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "functions-have-names": "^1.2.3" + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-errors": "^1.3.0", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "set-function-name": "^2.0.2" }, "engines": { "node": ">= 0.4" @@ -1790,6 +2461,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -1798,6 +2470,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -1811,17 +2484,21 @@ } }, "node_modules/resolve": { - "version": "1.22.4", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz", - "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==", + "version": "1.22.10", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", + "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", + "license": "MIT", "dependencies": { - "is-core-module": "^2.13.0", + "is-core-module": "^2.16.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, "bin": { "resolve": "bin/resolve" }, + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -1839,6 +2516,7 @@ "version": "2.79.2", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz", "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==", + "license": "MIT", "bin": { "rollup": "dist/bin/rollup" }, @@ -1872,13 +2550,15 @@ } }, "node_modules/safe-array-concat": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz", - "integrity": "sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz", + "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", - "has-symbols": "^1.0.3", + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "get-intrinsic": "^1.2.6", + "has-symbols": "^1.1.0", "isarray": "^2.0.5" }, "engines": { @@ -1888,14 +2568,34 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/safe-regex-test": { + "node_modules/safe-push-apply": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", - "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz", + "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "isarray": "^2.0.5" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safe-regex-test": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", + "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.3", - "is-regex": "^1.1.4" + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "is-regex": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -1904,16 +2604,122 @@ "node_modules/safe-stable-stringify": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-1.1.1.tgz", - "integrity": "sha512-ERq4hUjKDbJfE4+XtZLFPCDi8Vb1JqaxAPTxWFLBx8XcAlf9Bda/ZJdVezs/NAfsMQScyIlUMx+Yeu7P7rx5jw==" + "integrity": "sha512-ERq4hUjKDbJfE4+XtZLFPCDi8Vb1JqaxAPTxWFLBx8XcAlf9Bda/ZJdVezs/NAfsMQScyIlUMx+Yeu7P7rx5jw==", + "license": "MIT" + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-function-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", + "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-proto": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz", + "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } }, "node_modules/side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", + "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3", + "side-channel-list": "^1.0.0", + "side-channel-map": "^1.0.1", + "side-channel-weakmap": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-list": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", + "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", + "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-weakmap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", + "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3", + "side-channel-map": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -1923,6 +2729,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/simple-eval/-/simple-eval-1.0.1.tgz", "integrity": "sha512-LH7FpTAkeD+y5xQC4fzS+tFtaNlvt3Ib1zKzvhjv/Y+cioV4zIuw4IZr2yhRLu67CWL7FR9/6KXKnjRoZTvGGQ==", + "license": "MIT", "dependencies": { "jsep": "^1.3.6" }, @@ -1942,7 +2749,8 @@ "version": "1.4.8", "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", - "deprecated": "Please use @jridgewell/sourcemap-codec instead" + "deprecated": "Please use @jridgewell/sourcemap-codec instead", + "license": "MIT" }, "node_modules/stacktracey": { "version": "2.1.8", @@ -1957,6 +2765,7 @@ "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -1967,13 +2776,18 @@ } }, "node_modules/string.prototype.trim": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz", - "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==", + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", + "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "define-data-property": "^1.1.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-object-atoms": "^1.0.0", + "has-property-descriptors": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -1983,26 +2797,35 @@ } }, "node_modules/string.prototype.trimend": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", - "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", + "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/string.prototype.trimstart": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", - "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", + "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -2012,6 +2835,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -2023,6 +2847,7 @@ "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -2034,6 +2859,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -2044,7 +2870,8 @@ "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "license": "MIT" }, "node_modules/to-regex-range": { "version": "5.0.1", @@ -2060,7 +2887,8 @@ "node_modules/tr46": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "license": "MIT" }, "node_modules/tslib": { "version": "2.8.1", @@ -2069,27 +2897,30 @@ "license": "0BSD" }, "node_modules/typed-array-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz", - "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", + "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.1", - "is-typed-array": "^1.1.10" + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-typed-array": "^1.1.14" }, "engines": { "node": ">= 0.4" } }, "node_modules/typed-array-byte-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", - "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", + "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", + "call-bind": "^1.0.8", "for-each": "^0.3.3", - "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" + "gopd": "^1.2.0", + "has-proto": "^1.2.0", + "is-typed-array": "^1.1.14" }, "engines": { "node": ">= 0.4" @@ -2099,15 +2930,18 @@ } }, "node_modules/typed-array-byte-offset": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", - "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", + "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", + "license": "MIT", "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", "for-each": "^0.3.3", - "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" + "gopd": "^1.2.0", + "has-proto": "^1.2.0", + "is-typed-array": "^1.1.15", + "reflect.getprototypeof": "^1.0.9" }, "engines": { "node": ">= 0.4" @@ -2117,41 +2951,69 @@ } }, "node_modules/typed-array-length": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", - "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz", + "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", + "call-bind": "^1.0.7", "for-each": "^0.3.3", - "is-typed-array": "^1.1.9" + "gopd": "^1.0.1", + "is-typed-array": "^1.1.13", + "possible-typed-array-names": "^1.0.0", + "reflect.getprototypeof": "^1.0.6" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/unbox-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", - "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", + "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", + "call-bound": "^1.0.3", "has-bigints": "^1.0.2", - "has-symbols": "^1.0.3", - "which-boxed-primitive": "^1.0.2" + "has-symbols": "^1.1.0", + "which-boxed-primitive": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/undici-types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "license": "MIT" + }, + "node_modules/universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "license": "MIT", + "engines": { + "node": ">= 10.0.0" + } + }, "node_modules/urijs": { "version": "1.19.11", "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.11.tgz", - "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==" + "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==", + "license": "MIT" }, "node_modules/utility-types": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.10.0.tgz", - "integrity": "sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz", + "integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==", + "license": "MIT", "engines": { "node": ">= 4" } @@ -2160,6 +3022,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz", "integrity": "sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==", + "license": "ISC", "dependencies": { "builtins": "^1.0.3" } @@ -2167,42 +3030,96 @@ "node_modules/webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "license": "BSD-2-Clause" }, "node_modules/whatwg-url": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "license": "MIT", "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" } }, "node_modules/which-boxed-primitive": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz", + "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==", + "license": "MIT", + "dependencies": { + "is-bigint": "^1.1.0", + "is-boolean-object": "^1.2.1", + "is-number-object": "^1.1.1", + "is-string": "^1.1.1", + "is-symbol": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-builtin-type": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz", + "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "function.prototype.name": "^1.1.6", + "has-tostringtag": "^1.0.2", + "is-async-function": "^2.0.0", + "is-date-object": "^1.1.0", + "is-finalizationregistry": "^1.1.0", + "is-generator-function": "^1.0.10", + "is-regex": "^1.2.1", + "is-weakref": "^1.0.2", + "isarray": "^2.0.5", + "which-boxed-primitive": "^1.1.0", + "which-collection": "^1.0.2", + "which-typed-array": "^1.1.16" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-collection": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", + "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", + "license": "MIT", "dependencies": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" + "is-map": "^2.0.3", + "is-set": "^2.0.3", + "is-weakmap": "^2.0.2", + "is-weakset": "^2.0.3" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/which-typed-array": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz", - "integrity": "sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==", + "version": "1.1.19", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz", + "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==", + "license": "MIT", "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-tostringtag": "^1.0.0" + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "for-each": "^0.3.5", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -2220,6 +3137,7 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -2235,28 +3153,31 @@ "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "license": "ISC" }, "node_modules/y18n": { "version": "5.0.8", "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/yargs": { - "version": "17.3.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.3.1.tgz", - "integrity": "sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==", + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "license": "MIT", "dependencies": { - "cliui": "^7.0.2", + "cliui": "^8.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.3", "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" + "yargs-parser": "^21.1.1" }, "engines": { "node": ">=12" @@ -2266,6 +3187,21 @@ "version": "21.1.1", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs/node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "license": "ISC", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, "engines": { "node": ">=12" } @@ -2370,9 +3306,9 @@ } }, "@stoplight/json": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/@stoplight/json/-/json-3.21.0.tgz", - "integrity": "sha512-5O0apqJ/t4sIevXCO3SBN9AHCEKKR/Zb4gaj7wYe5863jme9g02Q0n/GhM7ZCALkL+vGPTe4ZzTETP8TFtsw3g==", + "version": "3.21.7", + "resolved": "https://registry.npmjs.org/@stoplight/json/-/json-3.21.7.tgz", + "integrity": "sha512-xcJXgKFqv/uCEgtGlPxy3tPA+4I+ZI4vAuMJ885+ThkTHFVkC+0Fm58lA9NlsyjnkpxFh4YiQWpH+KefHdbA0A==", "requires": { "@stoplight/ordered-object-literal": "^1.0.3", "@stoplight/path": "^1.3.2", @@ -2416,9 +3352,9 @@ } }, "@stoplight/ordered-object-literal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@stoplight/ordered-object-literal/-/ordered-object-literal-1.0.4.tgz", - "integrity": "sha512-OF8uib1jjDs5/cCU+iOVy+GJjU3X7vk/qJIkIJFqwmlJKrrtijFmqwbu8XToXrwTYLQTP+Hebws5gtZEmk9jag==" + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@stoplight/ordered-object-literal/-/ordered-object-literal-1.0.5.tgz", + "integrity": "sha512-COTiuCU5bgMUtbIFBuyyh2/yVVzlr5Om0v5utQDgBCuQUOPgU1DwoffkTfg4UBQOvByi5foF4w4T+H9CoRe5wg==" }, "@stoplight/path": { "version": "1.3.2", @@ -2426,18 +3362,18 @@ "integrity": "sha512-lyIc6JUlUA8Ve5ELywPC8I2Sdnh1zc1zmbYgVarhXIp9YeAB0ReeqmGEOWNtlHkbP2DAA1AL65Wfn2ncjK/jtQ==" }, "@stoplight/spectral-cli": { - "version": "6.10.1", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.10.1.tgz", - "integrity": "sha512-yjal3WE42buthVnqfwppw2YmjeXZJ8rmMaHjpx9/94xbbfS79RsReExH9sj1QZam6A9XPGWtjLdWSrklqydpYg==", + "version": "6.14.3", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.14.3.tgz", + "integrity": "sha512-vKy7d2yqBfOf94uB6KXzujDl6/qjXa8mCQ6cfsQ8xYsoArZN9iBHpS3271hR5IyTm3R1GwMgaSZ1h0sfZjZrZw==", "requires": { "@stoplight/json": "~3.21.0", "@stoplight/path": "1.3.2", - "@stoplight/spectral-core": "^1.18.3", - "@stoplight/spectral-formatters": "^1.2.0", - "@stoplight/spectral-parsers": "^1.0.3", + "@stoplight/spectral-core": "^1.19.5", + "@stoplight/spectral-formatters": "^1.4.1", + "@stoplight/spectral-parsers": "^1.0.4", "@stoplight/spectral-ref-resolver": "^1.0.4", - "@stoplight/spectral-ruleset-bundler": "^1.5.2", - "@stoplight/spectral-ruleset-migrator": "^1.9.5", + "@stoplight/spectral-ruleset-bundler": "^1.6.0", + "@stoplight/spectral-ruleset-migrator": "^1.11.0", "@stoplight/spectral-rulesets": ">=1", "@stoplight/spectral-runtime": "^1.1.2", "@stoplight/types": "^13.6.0", @@ -2445,10 +3381,10 @@ "fast-glob": "~3.2.12", "hpagent": "~1.2.0", "lodash": "~4.17.21", - "pony-cause": "^1.0.0", - "stacktracey": "^2.1.7", - "tslib": "^2.3.0", - "yargs": "17.3.1" + "pony-cause": "^1.1.1", + "stacktracey": "^2.1.8", + "tslib": "^2.8.1", + "yargs": "~17.7.2" } }, "@stoplight/spectral-core": { @@ -2491,60 +3427,74 @@ } }, "@stoplight/spectral-formats": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-formats/-/spectral-formats-1.5.0.tgz", - "integrity": "sha512-VskkdU3qBSvI1dfJ79ysjvTssfNlbA6wrf/XkXK6iTyjfIVqOAWVtjypTb2U95tN/X8IjIBBhNWtZ4tNVZilrA==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-formats/-/spectral-formats-1.8.2.tgz", + "integrity": "sha512-c06HB+rOKfe7tuxg0IdKDEA5XnjL2vrn/m/OVIIxtINtBzphZrOgtRn7epQ5bQF5SWp84Ue7UJWaGgDwVngMFw==", "requires": { "@stoplight/json": "^3.17.0", - "@stoplight/spectral-core": "^1.8.0", + "@stoplight/spectral-core": "^1.19.2", "@types/json-schema": "^7.0.7", - "tslib": "^2.3.1" + "tslib": "^2.8.1" } }, "@stoplight/spectral-formatters": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-formatters/-/spectral-formatters-1.2.0.tgz", - "integrity": "sha512-1IrQksU1fpuvK7oT8t0jk419vkvzHbwqKYtnyoF9yZa+MV1AcSsieD5I6wBFL0WlgFr6iCg23s1V99VXlrFelw==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-formatters/-/spectral-formatters-1.4.3.tgz", + "integrity": "sha512-03Nc6nhjMO9aHhJPgBH4zDwMPklKLWEMtvx+PMmzfStCndMjJkf8ki7O/55u3myZ1TwxBzln9z9tXPLSL3KKhw==", "requires": { "@stoplight/path": "^1.3.2", - "@stoplight/spectral-core": "^1.15.1", - "@stoplight/spectral-runtime": "^1.1.0", + "@stoplight/spectral-core": "^1.19.4", + "@stoplight/spectral-runtime": "^1.1.2", "@stoplight/types": "^13.15.0", + "@types/markdown-escape": "^1.1.3", "chalk": "4.1.2", "cliui": "7.0.4", "lodash": "^4.17.21", + "markdown-escape": "^2.0.0", + "node-sarif-builder": "^2.0.3", "strip-ansi": "6.0", "text-table": "^0.2.0", - "tslib": "^2.5.0" + "tslib": "^2.8.1" } }, "@stoplight/spectral-functions": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-functions/-/spectral-functions-1.7.2.tgz", - "integrity": "sha512-f+61/FtIkQeIo+a269CeaeqjpyRsgDyIk6DGr7iS4hyuk1PPk7Uf6MNRDs9FEIBh7CpdEJ+HSHbMLwgpymWTIw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-functions/-/spectral-functions-1.9.4.tgz", + "integrity": "sha512-+dgu7QQ1JIZFsNLhNbQLPA9tniIT3KjOc9ORv0LYSCLvZjkWT2bN7vgmathbXsbmhnmhvl15H9sRqUIqzi+qoQ==", "requires": { "@stoplight/better-ajv-errors": "1.0.3", "@stoplight/json": "^3.17.1", - "@stoplight/spectral-core": "^1.7.0", - "@stoplight/spectral-formats": "^1.0.0", - "@stoplight/spectral-runtime": "^1.1.0", - "ajv": "^8.6.3", + "@stoplight/spectral-core": "^1.19.4", + "@stoplight/spectral-formats": "^1.8.1", + "@stoplight/spectral-runtime": "^1.1.2", + "ajv": "^8.17.1", "ajv-draft-04": "~1.0.0", "ajv-errors": "~3.0.0", - "ajv-formats": "~2.1.0", + "ajv-formats": "~2.1.1", "lodash": "~4.17.21", - "tslib": "^2.3.0" + "tslib": "^2.8.1" } }, "@stoplight/spectral-parsers": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-parsers/-/spectral-parsers-1.0.3.tgz", - "integrity": "sha512-J0KW5Rh5cHWnJQ3yN+cr/ijNFVirPSR0pkQbdrNX30VboEl083UEDrQ3yov9kjLVIWEk9t9kKE7Eo3QT/k4JLA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-parsers/-/spectral-parsers-1.0.4.tgz", + "integrity": "sha512-nCTVvtX6q71M8o5Uvv9kxU31Gk1TRmgD6/k8HBhdCmKG6FWcwgjiZouA/R3xHLn/VwTI/9k8SdG5Mkdy0RBqbQ==", "requires": { "@stoplight/json": "~3.21.0", - "@stoplight/types": "^13.6.0", - "@stoplight/yaml": "~4.2.3", + "@stoplight/types": "^14.1.1", + "@stoplight/yaml": "~4.3.0", "tslib": "^2.3.1" + }, + "dependencies": { + "@stoplight/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-14.1.1.tgz", + "integrity": "sha512-/kjtr+0t0tjKr+heVfviO9FrU/uGLc+QNX3fHJc19xsCNYqU7lVhaXxDmEID9BZTjG+/r9pK9xP/xU02XGg65g==", + "requires": { + "@types/json-schema": "^7.0.4", + "utility-types": "^3.10.0" + } + } } }, "@stoplight/spectral-ref-resolver": { @@ -2560,18 +3510,18 @@ } }, "@stoplight/spectral-ruleset-bundler": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-bundler/-/spectral-ruleset-bundler-1.5.2.tgz", - "integrity": "sha512-4QUVUFAU+S7IQ9XeCu+0TQMYxKFpKnkOAfa9unRQ1iPL2cviaipEN6witpbAptdHJD3UUjx4OnwlX8WwmXSq9w==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-bundler/-/spectral-ruleset-bundler-1.6.0.tgz", + "integrity": "sha512-8CU7e4aEGdfU9ncVDtlnJSawg/6epzAHrQTjuNu1QfKAOoiwyG7oUk2XUTHWcvq6Q67iUctb0vjOokR+MPVg0Q==", "requires": { "@rollup/plugin-commonjs": "~22.0.2", "@stoplight/path": "1.3.2", "@stoplight/spectral-core": ">=1", - "@stoplight/spectral-formats": ">=1", + "@stoplight/spectral-formats": "^1.7.0", "@stoplight/spectral-functions": ">=1", "@stoplight/spectral-parsers": ">=1", - "@stoplight/spectral-ref-resolver": ">=1", - "@stoplight/spectral-ruleset-migrator": "^1.7.4", + "@stoplight/spectral-ref-resolver": "^1.0.4", + "@stoplight/spectral-ruleset-migrator": "^1.9.6", "@stoplight/spectral-rulesets": ">=1", "@stoplight/spectral-runtime": "^1.1.0", "@stoplight/types": "^13.6.0", @@ -2583,43 +3533,62 @@ } }, "@stoplight/spectral-ruleset-migrator": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-migrator/-/spectral-ruleset-migrator-1.9.5.tgz", - "integrity": "sha512-76n/HETr3UinVl/xLNldrH9p0JNoD8Gz4K75J6E4OHp4xD0P+BA2e8+W30HjIvqm1LJdLU2BNma0ioy+q3B9RA==", + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-migrator/-/spectral-ruleset-migrator-1.11.2.tgz", + "integrity": "sha512-6r5i4hrDmppspSSxdUKKNHc07NGSSIkvwKNk3M5ukCwvSslImvDEimeWAhPBryhmSJ82YAsKr8erZZpKullxWw==", "requires": { "@stoplight/json": "~3.21.0", "@stoplight/ordered-object-literal": "~1.0.4", "@stoplight/path": "1.3.2", - "@stoplight/spectral-functions": "^1.0.0", - "@stoplight/spectral-runtime": "^1.1.0", + "@stoplight/spectral-functions": "^1.9.1", + "@stoplight/spectral-runtime": "^1.1.2", "@stoplight/types": "^13.6.0", "@stoplight/yaml": "~4.2.3", "@types/node": "*", - "ajv": "^8.6.0", + "ajv": "^8.17.1", "ast-types": "0.14.2", - "astring": "^1.7.5", + "astring": "^1.9.0", "reserved": "0.1.2", - "tslib": "^2.3.1", + "tslib": "^2.8.1", "validate-npm-package-name": "3.0.0" + }, + "dependencies": { + "@stoplight/yaml": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@stoplight/yaml/-/yaml-4.2.3.tgz", + "integrity": "sha512-Mx01wjRAR9C7yLMUyYFTfbUf5DimEpHMkRDQ1PKLe9dfNILbgdxyrncsOXM3vCpsQ1Hfj4bPiGl+u4u6e9Akqw==", + "requires": { + "@stoplight/ordered-object-literal": "^1.0.1", + "@stoplight/types": "^13.0.0", + "@stoplight/yaml-ast-parser": "0.0.48", + "tslib": "^2.2.0" + } + }, + "@stoplight/yaml-ast-parser": { + "version": "0.0.48", + "resolved": "https://registry.npmjs.org/@stoplight/yaml-ast-parser/-/yaml-ast-parser-0.0.48.tgz", + "integrity": "sha512-sV+51I7WYnLJnKPn2EMWgS4EUfoP4iWEbrWwbXsj0MZCB/xOK8j6+C9fntIdOM50kpx45ZLC3s6kwKivWuqvyg==" + } } }, "@stoplight/spectral-rulesets": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-rulesets/-/spectral-rulesets-1.17.0.tgz", - "integrity": "sha512-fRWunqvtP9k0vRonwqXQ663Xt1UfmOZRdaO+S02zA3mlKdA5a1vBQjVV9QYK70TXWmqUfmabc1G35FHNT+7iRw==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-rulesets/-/spectral-rulesets-1.20.2.tgz", + "integrity": "sha512-7Y8orZuNyGyeHr9n50rMfysgUJ+/zzIEHMptt66jiy82GUWl+0nr865DkMuXdC5GryfDYhtjoRTUCVsXu80Nkg==", "requires": { "@asyncapi/specs": "^4.1.0", "@stoplight/better-ajv-errors": "1.0.3", "@stoplight/json": "^3.17.0", "@stoplight/spectral-core": "^1.8.1", - "@stoplight/spectral-formats": "^1.5.0", + "@stoplight/spectral-formats": "^1.7.0", "@stoplight/spectral-functions": "^1.5.1", "@stoplight/spectral-runtime": "^1.1.1", "@stoplight/types": "^13.6.0", "@types/json-schema": "^7.0.7", - "ajv": "^8.8.2", + "ajv": "^8.17.1", "ajv-formats": "~2.1.0", "json-schema-traverse": "^1.0.0", + "leven": "3.1.0", "lodash": "~4.17.21", "tslib": "^2.3.0" } @@ -2659,25 +3628,36 @@ } }, "@stoplight/yaml": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@stoplight/yaml/-/yaml-4.2.3.tgz", - "integrity": "sha512-Mx01wjRAR9C7yLMUyYFTfbUf5DimEpHMkRDQ1PKLe9dfNILbgdxyrncsOXM3vCpsQ1Hfj4bPiGl+u4u6e9Akqw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@stoplight/yaml/-/yaml-4.3.0.tgz", + "integrity": "sha512-JZlVFE6/dYpP9tQmV0/ADfn32L9uFarHWxfcRhReKUnljz1ZiUM5zpX+PH8h5CJs6lao3TuFqnPm9IJJCEkE2w==", "requires": { - "@stoplight/ordered-object-literal": "^1.0.1", - "@stoplight/types": "^13.0.0", - "@stoplight/yaml-ast-parser": "0.0.48", + "@stoplight/ordered-object-literal": "^1.0.5", + "@stoplight/types": "^14.1.1", + "@stoplight/yaml-ast-parser": "0.0.50", "tslib": "^2.2.0" + }, + "dependencies": { + "@stoplight/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-14.1.1.tgz", + "integrity": "sha512-/kjtr+0t0tjKr+heVfviO9FrU/uGLc+QNX3fHJc19xsCNYqU7lVhaXxDmEID9BZTjG+/r9pK9xP/xU02XGg65g==", + "requires": { + "@types/json-schema": "^7.0.4", + "utility-types": "^3.10.0" + } + } } }, "@stoplight/yaml-ast-parser": { - "version": "0.0.48", - "resolved": "https://registry.npmjs.org/@stoplight/yaml-ast-parser/-/yaml-ast-parser-0.0.48.tgz", - "integrity": "sha512-sV+51I7WYnLJnKPn2EMWgS4EUfoP4iWEbrWwbXsj0MZCB/xOK8j6+C9fntIdOM50kpx45ZLC3s6kwKivWuqvyg==" + "version": "0.0.50", + "resolved": "https://registry.npmjs.org/@stoplight/yaml-ast-parser/-/yaml-ast-parser-0.0.50.tgz", + "integrity": "sha512-Pb6M8TDO9DtSVla9yXSTAxmo9GVEouq5P40DWXdOie69bXogZTkgvopCq+yEvTMA0F6PEvdJmbtTV3ccIp11VQ==" }, "@types/es-aggregate-error": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/es-aggregate-error/-/es-aggregate-error-1.0.2.tgz", - "integrity": "sha512-erqUpFXksaeR2kejKnhnjZjbFxUpGZx4Z7ydNL9ie8tEhXPiZTsLeUDJ6aR1F8j5wWUAtOAQWUqkc7givBJbBA==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/es-aggregate-error/-/es-aggregate-error-1.0.6.tgz", + "integrity": "sha512-qJ7LIFp06h1QE1aVxbVd+zJP2wdaugYXYfd6JxsyRMrYHaxb6itXPogW2tz+ylUJ1n1b+JF1PHyYCfYHm0dvUg==", "requires": { "@types/node": "*" } @@ -2688,19 +3668,32 @@ "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" }, "@types/json-schema": { - "version": "7.0.12", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz", - "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==" + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" + }, + "@types/markdown-escape": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@types/markdown-escape/-/markdown-escape-1.1.3.tgz", + "integrity": "sha512-JIc1+s3y5ujKnt/+N+wq6s/QdL2qZ11fP79MijrVXsAAnzSxCbT2j/3prHRouJdZ2yFLN3vkP0HytfnoCczjOw==" }, "@types/node": { - "version": "20.5.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.9.tgz", - "integrity": "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==" + "version": "22.14.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.0.tgz", + "integrity": "sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==", + "requires": { + "undici-types": "~6.21.0" + } + }, + "@types/sarif": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@types/sarif/-/sarif-2.1.7.tgz", + "integrity": "sha512-kRz0VEkJqWLf1LLVN4pT1cg1Z9wAuvI6L97V3m2f5B76Tg8d413ddvLBPTEHAZJlnn4XSvu0FkZtViCQGVyrXQ==" }, "@types/urijs": { - "version": "1.19.20", - "resolved": "https://registry.npmjs.org/@types/urijs/-/urijs-1.19.20.tgz", - "integrity": "sha512-77Mq/2BeHU894J364dUv9tSwxxyCLtcX228Pc8TwZpP5bvOoMns+gZoftp3LYl3FBH8vChpWbuagKGiMki2c1A==" + "version": "1.19.25", + "resolved": "https://registry.npmjs.org/@types/urijs/-/urijs-1.19.25.tgz", + "integrity": "sha512-XOfUup9r3Y06nFAZh3WvO0rBU4OtlfPB/vgxpjg+NRdGU6CN6djdc6OEiH+PcqHCY6eFLo9Ista73uarf4gnBg==" }, "abort-controller": { "version": "3.0.0", @@ -2755,25 +3748,26 @@ } }, "array-buffer-byte-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", - "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", + "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", "requires": { - "call-bind": "^1.0.2", - "is-array-buffer": "^3.0.1" + "call-bound": "^1.0.3", + "is-array-buffer": "^3.0.5" } }, "arraybuffer.prototype.slice": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz", - "integrity": "sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz", + "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==", "requires": { - "array-buffer-byte-length": "^1.0.0", - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "get-intrinsic": "^1.2.1", - "is-array-buffer": "^3.0.2", - "is-shared-array-buffer": "^1.0.2" + "array-buffer-byte-length": "^1.0.1", + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "is-array-buffer": "^3.0.4" } }, "as-table": { @@ -2793,14 +3787,22 @@ } }, "astring": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz", - "integrity": "sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==" + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", + "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==" + }, + "async-function": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz", + "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==" }, "available-typed-arrays": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", - "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==" + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "requires": { + "possible-typed-array-names": "^1.0.0" + } }, "balanced-match": { "version": "1.0.2", @@ -2830,12 +3832,32 @@ "integrity": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==" }, "call-bind": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", + "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", + "requires": { + "call-bind-apply-helpers": "^1.0.0", + "es-define-property": "^1.0.0", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.2" + } + }, + "call-bind-apply-helpers": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "requires": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + } + }, + "call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" } }, "chalk": { @@ -2890,11 +3912,52 @@ "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-2.0.2.tgz", "integrity": "sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA==" }, + "data-view-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz", + "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", + "requires": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.2" + } + }, + "data-view-byte-length": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", + "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", + "requires": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.2" + } + }, + "data-view-byte-offset": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", + "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", + "requires": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + } + }, + "define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "requires": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + } + }, "define-properties": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz", - "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "requires": { + "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", "object-keys": "^1.1.1" } @@ -2912,95 +3975,137 @@ "wordwrap": ">=0.0.2" } }, + "dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "requires": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + } + }, "emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" }, "es-abstract": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz", - "integrity": "sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==", - "requires": { - "array-buffer-byte-length": "^1.0.0", - "arraybuffer.prototype.slice": "^1.0.1", - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "es-set-tostringtag": "^2.0.1", - "es-to-primitive": "^1.2.1", - "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.2.1", - "get-symbol-description": "^1.0.0", - "globalthis": "^1.0.3", - "gopd": "^1.0.1", - "has": "^1.0.3", - "has-property-descriptors": "^1.0.0", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.5", - "is-array-buffer": "^3.0.2", + "version": "1.23.9", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.9.tgz", + "integrity": "sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==", + "requires": { + "array-buffer-byte-length": "^1.0.2", + "arraybuffer.prototype.slice": "^1.0.4", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "data-view-buffer": "^1.0.2", + "data-view-byte-length": "^1.0.2", + "data-view-byte-offset": "^1.0.1", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-set-tostringtag": "^2.1.0", + "es-to-primitive": "^1.3.0", + "function.prototype.name": "^1.1.8", + "get-intrinsic": "^1.2.7", + "get-proto": "^1.0.0", + "get-symbol-description": "^1.1.0", + "globalthis": "^1.0.4", + "gopd": "^1.2.0", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "internal-slot": "^1.1.0", + "is-array-buffer": "^3.0.5", "is-callable": "^1.2.7", - "is-negative-zero": "^2.0.2", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", - "is-string": "^1.0.7", - "is-typed-array": "^1.1.10", - "is-weakref": "^1.0.2", - "object-inspect": "^1.12.3", + "is-data-view": "^1.0.2", + "is-regex": "^1.2.1", + "is-shared-array-buffer": "^1.0.4", + "is-string": "^1.1.1", + "is-typed-array": "^1.1.15", + "is-weakref": "^1.1.0", + "math-intrinsics": "^1.1.0", + "object-inspect": "^1.13.3", "object-keys": "^1.1.1", - "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.5.0", - "safe-array-concat": "^1.0.0", - "safe-regex-test": "^1.0.0", - "string.prototype.trim": "^1.2.7", - "string.prototype.trimend": "^1.0.6", - "string.prototype.trimstart": "^1.0.6", - "typed-array-buffer": "^1.0.0", - "typed-array-byte-length": "^1.0.0", - "typed-array-byte-offset": "^1.0.0", - "typed-array-length": "^1.0.4", - "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.10" + "object.assign": "^4.1.7", + "own-keys": "^1.0.1", + "regexp.prototype.flags": "^1.5.3", + "safe-array-concat": "^1.1.3", + "safe-push-apply": "^1.0.0", + "safe-regex-test": "^1.1.0", + "set-proto": "^1.0.0", + "string.prototype.trim": "^1.2.10", + "string.prototype.trimend": "^1.0.9", + "string.prototype.trimstart": "^1.0.8", + "typed-array-buffer": "^1.0.3", + "typed-array-byte-length": "^1.0.3", + "typed-array-byte-offset": "^1.0.4", + "typed-array-length": "^1.0.7", + "unbox-primitive": "^1.1.0", + "which-typed-array": "^1.1.18" } }, "es-aggregate-error": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/es-aggregate-error/-/es-aggregate-error-1.0.10.tgz", - "integrity": "sha512-qX3K9eP7HcgeFckzRy1T5Mtb7wYwZt9ahFteBDigG5Te0vGOmOH3dHDncBiuNkZBX9i+C8LgSbpqSEl97gN11Q==", + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/es-aggregate-error/-/es-aggregate-error-1.0.13.tgz", + "integrity": "sha512-KkzhUUuD2CUMqEc8JEqsXEMDHzDPE8RCjZeUBitsnB1eNcAJWQPiciKsMXe3Yytj4Flw1XLl46Qcf9OxvZha7A==", "requires": { - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "function-bind": "^1.1.1", - "functions-have-names": "^1.2.3", - "get-intrinsic": "^1.2.1", + "define-data-property": "^1.1.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", "globalthis": "^1.0.3", - "has-property-descriptors": "^1.0.0" + "has-property-descriptors": "^1.0.2", + "set-function-name": "^2.0.2" + } + }, + "es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==" + }, + "es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" + }, + "es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "requires": { + "es-errors": "^1.3.0" } }, "es-set-tostringtag": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", - "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", "requires": { - "get-intrinsic": "^1.1.3", - "has": "^1.0.3", - "has-tostringtag": "^1.0.0" + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" } }, "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz", + "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==", "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" + "is-callable": "^1.2.7", + "is-date-object": "^1.0.5", + "is-symbol": "^1.0.4" } }, "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" }, "estree-walker": { "version": "2.0.2", @@ -3035,9 +4140,9 @@ "integrity": "sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw==" }, "fast-uri": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", - "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==" + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz", + "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==" }, "fastq": { "version": "1.15.0", @@ -3056,11 +4161,21 @@ } }, "for-each": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", - "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", + "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", + "requires": { + "is-callable": "^1.2.7" + } + }, + "fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "requires": { - "is-callable": "^1.1.3" + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" } }, "fs.realpath": { @@ -3075,19 +4190,21 @@ "optional": true }, "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" }, "function.prototype.name": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", - "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz", + "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "functions-have-names": "^1.2.3" + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "functions-have-names": "^1.2.3", + "hasown": "^2.0.2", + "is-callable": "^1.2.7" } }, "functions-have-names": { @@ -3101,14 +4218,29 @@ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" }, "get-intrinsic": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", - "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3" + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + } + }, + "get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "requires": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" } }, "get-source": { @@ -3121,12 +4253,13 @@ } }, "get-symbol-description": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", + "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6" } }, "glob": { @@ -3151,33 +4284,28 @@ } }, "globalthis": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", - "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", + "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", "requires": { - "define-properties": "^1.1.3" + "define-properties": "^1.2.1", + "gopd": "^1.0.1" } }, "gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "requires": { - "get-intrinsic": "^1.1.3" - } + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" - } + "graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "has-bigints": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", + "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==" }, "has-flag": { "version": "4.0.0", @@ -3185,29 +4313,40 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, "has-property-descriptors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "requires": { - "get-intrinsic": "^1.1.1" + "es-define-property": "^1.0.0" } }, "has-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", - "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz", + "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", + "requires": { + "dunder-proto": "^1.0.0" + } }, "has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" }, "has-tostringtag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", "requires": { - "has-symbols": "^1.0.2" + "has-symbols": "^1.0.3" + } + }, + "hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "requires": { + "function-bind": "^1.1.2" } }, "heap": { @@ -3240,40 +4379,52 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, "internal-slot": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", - "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz", + "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==", "requires": { - "get-intrinsic": "^1.2.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" + "es-errors": "^1.3.0", + "hasown": "^2.0.2", + "side-channel": "^1.1.0" } }, "is-array-buffer": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", - "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz", + "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==", + "requires": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "get-intrinsic": "^1.2.6" + } + }, + "is-async-function": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz", + "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", - "is-typed-array": "^1.1.10" + "async-function": "^1.0.0", + "call-bound": "^1.0.3", + "get-proto": "^1.0.1", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" } }, "is-bigint": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz", + "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==", "requires": { - "has-bigints": "^1.0.1" + "has-bigints": "^1.0.2" } }, "is-boolean-object": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz", + "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==", "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" } }, "is-callable": { @@ -3282,19 +4433,30 @@ "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" }, "is-core-module": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", - "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", + "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", + "requires": { + "hasown": "^2.0.2" + } + }, + "is-data-view": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz", + "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==", "requires": { - "has": "^1.0.3" + "call-bound": "^1.0.2", + "get-intrinsic": "^1.2.6", + "is-typed-array": "^1.1.13" } }, "is-date-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz", + "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==", "requires": { - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.2", + "has-tostringtag": "^1.0.2" } }, "is-extglob": { @@ -3302,11 +4464,30 @@ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" }, + "is-finalizationregistry": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz", + "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==", + "requires": { + "call-bound": "^1.0.3" + } + }, "is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" }, + "is-generator-function": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", + "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", + "requires": { + "call-bound": "^1.0.3", + "get-proto": "^1.0.0", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" + } + }, "is-glob": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", @@ -3315,10 +4496,10 @@ "is-extglob": "^2.1.1" } }, - "is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==" + "is-map": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", + "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==" }, "is-number": { "version": "7.0.0", @@ -3326,11 +4507,12 @@ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" }, "is-number-object": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz", + "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==", "requires": { - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" } }, "is-reference": { @@ -3342,52 +4524,76 @@ } }, "is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", + "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.2", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" } }, + "is-set": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", + "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==" + }, "is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", + "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", "requires": { - "call-bind": "^1.0.2" + "call-bound": "^1.0.3" } }, "is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz", + "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==", "requires": { - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" } }, "is-symbol": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz", + "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==", "requires": { - "has-symbols": "^1.0.2" + "call-bound": "^1.0.2", + "has-symbols": "^1.1.0", + "safe-regex-test": "^1.1.0" } }, "is-typed-array": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", - "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", + "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", "requires": { - "which-typed-array": "^1.1.11" + "which-typed-array": "^1.1.16" } }, + "is-weakmap": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", + "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==" + }, "is-weakref": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz", + "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==", + "requires": { + "call-bound": "^1.0.3" + } + }, + "is-weakset": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz", + "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==", "requires": { - "call-bind": "^1.0.2" + "call-bound": "^1.0.3", + "get-intrinsic": "^1.2.6" } }, "isarray": { @@ -3420,6 +4626,15 @@ "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.2.1.tgz", "integrity": "sha512-o6/yDBYccGvTz1+QFevz6l6OBZ2+fMVu2JZ9CIhzsYRX4mjaK5IyX9eldUdCmga16zlgQxyrj5pt9kzuj2C02w==" }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, "jsonpath-plus": { "version": "10.3.0", "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz", @@ -3458,6 +4673,16 @@ "sourcemap-codec": "^1.4.8" } }, + "markdown-escape": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/markdown-escape/-/markdown-escape-2.0.0.tgz", + "integrity": "sha512-Trz4v0+XWlwy68LJIyw3bLbsJiC8XAbRCKF9DbEtZjyndKOGVx6n+wNB0VfoRmY2LKboQLeniap3xrb6LGSJ8A==" + }, + "math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" + }, "merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -3501,10 +4726,19 @@ "whatwg-url": "^5.0.0" } }, + "node-sarif-builder": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-2.0.3.tgz", + "integrity": "sha512-Pzr3rol8fvhG/oJjIq2NTVB0vmdNNlz22FENhhPojYRZ4/ee08CfK4YuKmuL54V9MLhI1kpzxfOJ/63LzmZzDg==", + "requires": { + "@types/sarif": "^2.1.4", + "fs-extra": "^10.0.0" + } + }, "object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==" + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", + "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==" }, "object-keys": { "version": "1.1.1", @@ -3512,13 +4746,15 @@ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" }, "object.assign": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", - "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", + "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "has-symbols": "^1.0.3", + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0", + "has-symbols": "^1.1.0", "object-keys": "^1.1.1" } }, @@ -3530,6 +4766,16 @@ "wrappy": "1" } }, + "own-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", + "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", + "requires": { + "get-intrinsic": "^1.2.6", + "object-keys": "^1.1.1", + "safe-push-apply": "^1.0.0" + } + }, "path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", @@ -3550,6 +4796,11 @@ "resolved": "https://registry.npmjs.org/pony-cause/-/pony-cause-1.1.1.tgz", "integrity": "sha512-PxkIc/2ZpLiEzQXu5YRDOUgBlfGYBY8156HY5ZcRAwwonMk5W/MrJP2LLkG/hF7GEQzaHo2aS7ho6ZLCOvf+6g==" }, + "possible-typed-array-names": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", + "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==" + }, "printable-characters": { "version": "1.0.42", "resolved": "https://registry.npmjs.org/printable-characters/-/printable-characters-1.0.42.tgz", @@ -3560,14 +4811,32 @@ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" }, + "reflect.getprototypeof": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", + "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", + "requires": { + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.9", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.7", + "get-proto": "^1.0.1", + "which-builtin-type": "^1.2.1" + } + }, "regexp.prototype.flags": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", - "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", + "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "functions-have-names": "^1.2.3" + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-errors": "^1.3.0", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "set-function-name": "^2.0.2" } }, "require-directory": { @@ -3586,11 +4855,11 @@ "integrity": "sha512-/qO54MWj5L8WCBP9/UNe2iefJc+L9yETbH32xO/ft/EYPOTCR5k+azvDUgdCOKwZH8hXwPd0b8XBL78Nn2U69g==" }, "resolve": { - "version": "1.22.4", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz", - "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==", + "version": "1.22.10", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", + "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", "requires": { - "is-core-module": "^2.13.0", + "is-core-module": "^2.16.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" } @@ -3617,24 +4886,34 @@ } }, "safe-array-concat": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz", + "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==", + "requires": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "get-intrinsic": "^1.2.6", + "has-symbols": "^1.1.0", + "isarray": "^2.0.5" + } + }, + "safe-push-apply": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz", - "integrity": "sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==", + "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz", + "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", - "has-symbols": "^1.0.3", + "es-errors": "^1.3.0", "isarray": "^2.0.5" } }, "safe-regex-test": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", - "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", + "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.3", - "is-regex": "^1.1.4" + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "is-regex": "^1.2.1" } }, "safe-stable-stringify": { @@ -3642,14 +4921,82 @@ "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-1.1.1.tgz", "integrity": "sha512-ERq4hUjKDbJfE4+XtZLFPCDi8Vb1JqaxAPTxWFLBx8XcAlf9Bda/ZJdVezs/NAfsMQScyIlUMx+Yeu7P7rx5jw==" }, + "set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "requires": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + } + }, + "set-function-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", + "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "requires": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.2" + } + }, + "set-proto": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz", + "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", + "requires": { + "dunder-proto": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0" + } + }, "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", + "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", + "requires": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3", + "side-channel-list": "^1.0.0", + "side-channel-map": "^1.0.1", + "side-channel-weakmap": "^1.0.2" + } + }, + "side-channel-list": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", + "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", + "requires": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3" + } + }, + "side-channel-map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", + "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", + "requires": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3" + } + }, + "side-channel-weakmap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", + "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3", + "side-channel-map": "^1.0.1" } }, "simple-eval": { @@ -3690,33 +5037,38 @@ } }, "string.prototype.trim": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz", - "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==", + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", + "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==", "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "define-data-property": "^1.1.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-object-atoms": "^1.0.0", + "has-property-descriptors": "^1.0.2" } }, "string.prototype.trimend": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", - "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", + "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" } }, "string.prototype.trimstart": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", - "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", + "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" } }, "strip-ansi": { @@ -3764,68 +5116,84 @@ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" }, "typed-array-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz", - "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", + "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.1", - "is-typed-array": "^1.1.10" + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-typed-array": "^1.1.14" } }, "typed-array-byte-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", - "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", + "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", "requires": { - "call-bind": "^1.0.2", + "call-bind": "^1.0.8", "for-each": "^0.3.3", - "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" + "gopd": "^1.2.0", + "has-proto": "^1.2.0", + "is-typed-array": "^1.1.14" } }, "typed-array-byte-offset": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", - "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", + "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", "requires": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", "for-each": "^0.3.3", - "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" + "gopd": "^1.2.0", + "has-proto": "^1.2.0", + "is-typed-array": "^1.1.15", + "reflect.getprototypeof": "^1.0.9" } }, "typed-array-length": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", - "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz", + "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", "requires": { - "call-bind": "^1.0.2", + "call-bind": "^1.0.7", "for-each": "^0.3.3", - "is-typed-array": "^1.1.9" + "gopd": "^1.0.1", + "is-typed-array": "^1.1.13", + "possible-typed-array-names": "^1.0.0", + "reflect.getprototypeof": "^1.0.6" } }, "unbox-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", - "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", + "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", "requires": { - "call-bind": "^1.0.2", + "call-bound": "^1.0.3", "has-bigints": "^1.0.2", - "has-symbols": "^1.0.3", - "which-boxed-primitive": "^1.0.2" + "has-symbols": "^1.1.0", + "which-boxed-primitive": "^1.1.1" } }, + "undici-types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" + }, + "universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" + }, "urijs": { "version": "1.19.11", "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.11.tgz", "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==" }, "utility-types": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.10.0.tgz", - "integrity": "sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==" + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz", + "integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==" }, "validate-npm-package-name": { "version": "3.0.0", @@ -3850,27 +5218,60 @@ } }, "which-boxed-primitive": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz", + "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==", + "requires": { + "is-bigint": "^1.1.0", + "is-boolean-object": "^1.2.1", + "is-number-object": "^1.1.1", + "is-string": "^1.1.1", + "is-symbol": "^1.1.1" + } + }, + "which-builtin-type": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz", + "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==", + "requires": { + "call-bound": "^1.0.2", + "function.prototype.name": "^1.1.6", + "has-tostringtag": "^1.0.2", + "is-async-function": "^2.0.0", + "is-date-object": "^1.1.0", + "is-finalizationregistry": "^1.1.0", + "is-generator-function": "^1.0.10", + "is-regex": "^1.2.1", + "is-weakref": "^1.0.2", + "isarray": "^2.0.5", + "which-boxed-primitive": "^1.1.0", + "which-collection": "^1.0.2", + "which-typed-array": "^1.1.16" + } + }, + "which-collection": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", + "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", "requires": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" + "is-map": "^2.0.3", + "is-set": "^2.0.3", + "is-weakmap": "^2.0.2", + "is-weakset": "^2.0.3" } }, "which-typed-array": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz", - "integrity": "sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==", + "version": "1.1.19", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz", + "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==", "requires": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-tostringtag": "^1.0.0" + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "for-each": "^0.3.5", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2" } }, "wordwrap": { @@ -3899,17 +5300,29 @@ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" }, "yargs": { - "version": "17.3.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.3.1.tgz", - "integrity": "sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==", + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "requires": { - "cliui": "^7.0.2", + "cliui": "^8.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.3", "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" + "yargs-parser": "^21.1.1" + }, + "dependencies": { + "cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + } + } } }, "yargs-parser": { diff --git a/compiler-rs/clients_schema_to_openapi/package.json b/compiler-rs/clients_schema_to_openapi/package.json index 2610fe5481..285e8034e5 100644 --- a/compiler-rs/clients_schema_to_openapi/package.json +++ b/compiler-rs/clients_schema_to_openapi/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "@stoplight/spectral-cli": "^6.10.1", + "@stoplight/spectral-cli": "^6.14.3", "json-diff": "^1.0.6" } } diff --git a/compiler-rs/clients_schema_to_openapi/src/components.rs b/compiler-rs/clients_schema_to_openapi/src/components.rs index 4b2a919c82..5826890f9f 100644 --- a/compiler-rs/clients_schema_to_openapi/src/components.rs +++ b/compiler-rs/clients_schema_to_openapi/src/components.rs @@ -21,8 +21,12 @@ use openapiv3::{Components, Parameter, ReferenceOr, RequestBody, Response, Schem use crate::utils::SchemaName; // Separator used to combine parts of a component path. -// See https://github.com/elastic/elasticsearch-specification/issues/4183 -pub const SEPARATOR: char = ':'; +// OpenAPI says `$ref` must comply with RFC 3968 (escaping reserved chars), +// but also restricts the keys in `components` to match `^[a-zA-Z0-9\.\-_]+$`. +// +// See https://spec.openapis.org/oas/v3.1.1.html#reference-object +// and https://spec.openapis.org/oas/v3.1.1.html#fixed-fields-5 +pub const SEPARATOR: char = '-'; pub struct TypesAndComponents<'a> { pub model: &'a clients_schema::IndexedModel, diff --git a/compiler-rs/clients_schema_to_openapi/src/paths.rs b/compiler-rs/clients_schema_to_openapi/src/paths.rs index c881466415..7ea9ed30c4 100644 --- a/compiler-rs/clients_schema_to_openapi/src/paths.rs +++ b/compiler-rs/clients_schema_to_openapi/src/paths.rs @@ -28,7 +28,6 @@ use openapiv3::{ RequestBody, Response, Responses, StatusCode, Example }; use clients_schema::SchemaExample; -use serde_json::json; use crate::components::TypesAndComponents; @@ -40,12 +39,12 @@ pub fn add_endpoint( out: &mut Paths, ) -> anyhow::Result<()> { if endpoint.request.is_none() { - tracing::warn!("Endpoint {} is missing a request -- ignored", &endpoint.name); + // tracing::warn!("Endpoint {} is missing a request -- ignored", &endpoint.name); return Ok(()); } if endpoint.response.is_none() { - tracing::warn!("Endpoint {} is missing a response -- ignored", &endpoint.name); + // tracing::warn!("Endpoint {} is missing a response -- ignored", &endpoint.name); return Ok(()); } @@ -122,11 +121,31 @@ pub fn add_endpoint( // This function converts the IndexMap examples of // schema.json to IndexMap> which is the format // that OpenAPI expects. - fn get_openapi_examples(schema_examples: IndexMap) -> IndexMap> { + fn get_openapi_examples(schema_examples: &IndexMap) -> IndexMap> { let mut openapi_examples = indexmap! {}; for (name, schema_example) in schema_examples { + let example = match &schema_example.value { + None => None, + // Examples should be objects - https://spec.openapis.org/oas/v3.1.1.html#example-object + // Disabled for now, as some examples use multi-line json as in the Kibana console. + Some(text) => Some(serde_json::Value::String(text.clone())), + // Some(text) => { + // match serde_json::from_str::(&text) { + // Ok(json) => { + // Some(json) + // } + // // Cannot parse json: assume it's text (e.g. cat requests) + // // but should be validated by looking at the media-type + // Err(err) => { + // tracing::warn!("Cannot parse example: {}\n{}", err, text); + // Some(serde_json::Value::String(text.clone())) + // } + // } + // } + }; + let openapi_example = Example { - value: Some(json!(schema_example.value)), + value: example, description: schema_example.description.clone(), summary: schema_example.summary.clone(), external_value: None, @@ -134,16 +153,16 @@ pub fn add_endpoint( }; openapi_examples.insert(name.clone(), ReferenceOr::Item(openapi_example)); } - return openapi_examples; + openapi_examples } - - let mut request_examples: IndexMap> = indexmap! {}; // If this endpoint request has examples in schema.json, convert them to the // OpenAPI format and add them to the endpoint request in the OpenAPI document. - if request.examples.is_some() { - request_examples = get_openapi_examples(request.examples.as_ref().unwrap().clone()); - } + let request_examples = if let Some(examples) = &request.examples { + get_openapi_examples(examples) + } else { + IndexMap::new() + }; let request_body = tac.convert_request(request)?.map(|schema| { let media = MediaType { @@ -176,12 +195,13 @@ pub fn add_endpoint( // FIXME: buggy for responses with no body // TODO: handle binary responses let response_def = tac.model.get_response(endpoint.response.as_ref().unwrap())?; - let mut response_examples: IndexMap> = indexmap! {}; // If this endpoint response has examples in schema.json, convert them to the // OpenAPI format and add them to the endpoint response in the OpenAPI document. - if response_def.examples.is_some() { - response_examples = get_openapi_examples(response_def.examples.as_ref().unwrap().clone()); - } + let response_examples = if let Some(examples) = &response_def.examples { + get_openapi_examples(examples) + } else { + IndexMap::new() + }; let response = Response { description: "".to_string(), headers: Default::default(), diff --git a/compiler-rs/clients_schema_to_openapi/src/utils.rs b/compiler-rs/clients_schema_to_openapi/src/utils.rs index 4c3d0d9702..854dc10de0 100644 --- a/compiler-rs/clients_schema_to_openapi/src/utils.rs +++ b/compiler-rs/clients_schema_to_openapi/src/utils.rs @@ -43,13 +43,15 @@ pub trait SchemaName { } impl SchemaName for TypeName { + // Use '.' as the separator: names and paths must be RFC 3986 compliant, + // and ':' output by `TypeName.toString()` is a reserved character. fn schema_name(&self) -> String { - format!("{}", self) + format!("{}.{}", self.namespace, self.name) } fn schema_ref(&self) -> ReferenceOr { ReferenceOr::Reference { - reference: format!("#/components/schemas/{}", self), + reference: format!("#/components/schemas/{}.{}", self.namespace, self.name), } } } diff --git a/compiler-rs/compiler-wasm-lib/Cargo.toml b/compiler-rs/compiler-wasm-lib/Cargo.toml index 37522db7e7..873da66fe2 100644 --- a/compiler-rs/compiler-wasm-lib/Cargo.toml +++ b/compiler-rs/compiler-wasm-lib/Cargo.toml @@ -19,6 +19,7 @@ serde_json = { workspace = true } anyhow = { workspace = true } console_error_panic_hook = { workspace = true, optional = true } +tracing-wasm = "0.2.1" [dev-dependencies] wasm-bindgen-test = { workspace = true } diff --git a/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib.js b/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib.js index 5957df6a8b..da786906a2 100644 --- a/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib.js +++ b/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib.js @@ -149,11 +149,68 @@ module.exports.convert_schema_to_openapi = function(json, flavor) { } }; +function handleError(f, args) { + try { + return f.apply(this, args); + } catch (e) { + wasm.__wbindgen_exn_store(addHeapObject(e)); + } +} + module.exports.__wbindgen_string_new = function(arg0, arg1) { const ret = getStringFromWasm0(arg0, arg1); return addHeapObject(ret); }; +module.exports.__wbg_log_c9486ca5d8e2cbe8 = function(arg0, arg1) { + let deferred0_0; + let deferred0_1; + try { + deferred0_0 = arg0; + deferred0_1 = arg1; + console.log(getStringFromWasm0(arg0, arg1)); + } finally { + wasm.__wbindgen_free(deferred0_0, deferred0_1, 1); + } +}; + +module.exports.__wbg_log_aba5996d9bde071f = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) { + let deferred0_0; + let deferred0_1; + try { + deferred0_0 = arg0; + deferred0_1 = arg1; + console.log(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3), getStringFromWasm0(arg4, arg5), getStringFromWasm0(arg6, arg7)); + } finally { + wasm.__wbindgen_free(deferred0_0, deferred0_1, 1); + } +}; + +module.exports.__wbg_mark_40e050a77cc39fea = function(arg0, arg1) { + performance.mark(getStringFromWasm0(arg0, arg1)); +}; + +module.exports.__wbindgen_object_drop_ref = function(arg0) { + takeObject(arg0); +}; + +module.exports.__wbg_measure_aa7a73f17813f708 = function() { return handleError(function (arg0, arg1, arg2, arg3) { + let deferred0_0; + let deferred0_1; + let deferred1_0; + let deferred1_1; + try { + deferred0_0 = arg0; + deferred0_1 = arg1; + deferred1_0 = arg2; + deferred1_1 = arg3; + performance.measure(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3)); + } finally { + wasm.__wbindgen_free(deferred0_0, deferred0_1, 1); + wasm.__wbindgen_free(deferred1_0, deferred1_1, 1); + } +}, arguments) }; + module.exports.__wbg_new_abda76e883ba8a5f = function() { const ret = new Error(); return addHeapObject(ret); @@ -179,10 +236,6 @@ module.exports.__wbg_error_f851667af71bcfc6 = function(arg0, arg1) { } }; -module.exports.__wbindgen_object_drop_ref = function(arg0) { - takeObject(arg0); -}; - const path = require('path').join(__dirname, 'compiler_wasm_lib_bg.wasm'); const bytes = require('fs').readFileSync(path); diff --git a/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm b/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm index 7c3ae35835..dbbc0fdd17 100644 Binary files a/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm and b/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm differ diff --git a/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm.d.ts b/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm.d.ts index d91825f6f3..2926c135ca 100644 --- a/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm.d.ts +++ b/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm.d.ts @@ -6,3 +6,4 @@ export function __wbindgen_add_to_stack_pointer(a: number): number; export function __wbindgen_malloc(a: number, b: number): number; export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number; export function __wbindgen_free(a: number, b: number, c: number): void; +export function __wbindgen_exn_store(a: number): void; diff --git a/compiler-rs/compiler-wasm-lib/src/lib.rs b/compiler-rs/compiler-wasm-lib/src/lib.rs index c4bccbbe05..f6109786cc 100644 --- a/compiler-rs/compiler-wasm-lib/src/lib.rs +++ b/compiler-rs/compiler-wasm-lib/src/lib.rs @@ -22,7 +22,7 @@ use clients_schema::transform::ExpandConfig; #[wasm_bindgen] pub fn convert_schema_to_openapi(json: &str, flavor: &str) -> Result { - set_panic_hook(); + setup_hooks(); convert0(json, flavor).map_err(|err| err.to_string()) } @@ -50,7 +50,7 @@ fn convert0(json: &str, flavor: &str) -> anyhow::Result { Ok(result) } -pub fn set_panic_hook() { +pub fn setup_hooks() { // When the `console_error_panic_hook` feature is enabled, we can call the // `set_panic_hook` function at least once during initialization, and then // we will get better error messages if our code ever panics. @@ -59,4 +59,10 @@ pub fn set_panic_hook() { // https://github.com/rustwasm/console_error_panic_hook#readme #[cfg(feature = "console_error_panic_hook")] console_error_panic_hook::set_once(); + + use std::sync::Once; + static SET_TRACING: Once = Once::new(); + SET_TRACING.call_once(|| { + tracing_wasm::set_as_global_default(); + }); } diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index 31e53a5785..942b00ebca 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -25,7 +25,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -35,7 +35,7 @@ "description": "The length of time that the async search should be available in the cluster.\nWhen not specified, the `keep_alive` set with the corresponding submit async request will be used.\nOtherwise, it is possible to override the value and extend the validity of the request.\nWhen this period expires, the search, if still running, is cancelled.\nIf the search is completed, its saved results are deleted.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -55,7 +55,7 @@ "description": "Specifies to wait for the search to be completed up until the provided timeout.\nFinal results will be returned if available before the timeout expires, otherwise the currently available results will be returned once the timeout expires.\nBy default no timeout is set meaning that the currently available results will be returned without any additional wait.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -66,7 +66,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/async_search._types:AsyncSearchDocumentResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchDocumentResponseBase" }, "examples": { "AsyncSearchGetResponseExample1": { @@ -95,7 +95,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -106,7 +106,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -131,7 +131,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -141,7 +141,7 @@ "description": "The length of time that the async search needs to be available.\nOngoing async searches and any saved search results are deleted after this period.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -152,7 +152,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/async_search.status:StatusResponseBase" + "$ref": "#/components/schemas/async_search.status.StatusResponseBase" }, "examples": { "AsyncSearchStatusResponseExample1": { @@ -188,133 +188,133 @@ "operationId": "async-search-submit", "parameters": [ { - "$ref": "#/components/parameters/async_search.submit:wait_for_completion_timeout" + "$ref": "#/components/parameters/async_search.submit-wait_for_completion_timeout" }, { - "$ref": "#/components/parameters/async_search.submit:keep_alive" + "$ref": "#/components/parameters/async_search.submit-keep_alive" }, { - "$ref": "#/components/parameters/async_search.submit:keep_on_completion" + "$ref": "#/components/parameters/async_search.submit-keep_on_completion" }, { - "$ref": "#/components/parameters/async_search.submit:allow_no_indices" + "$ref": "#/components/parameters/async_search.submit-allow_no_indices" }, { - "$ref": "#/components/parameters/async_search.submit:allow_partial_search_results" + "$ref": "#/components/parameters/async_search.submit-allow_partial_search_results" }, { - "$ref": "#/components/parameters/async_search.submit:analyzer" + "$ref": "#/components/parameters/async_search.submit-analyzer" }, { - "$ref": "#/components/parameters/async_search.submit:analyze_wildcard" + "$ref": "#/components/parameters/async_search.submit-analyze_wildcard" }, { - "$ref": "#/components/parameters/async_search.submit:batched_reduce_size" + "$ref": "#/components/parameters/async_search.submit-batched_reduce_size" }, { - "$ref": "#/components/parameters/async_search.submit:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/async_search.submit-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/async_search.submit:default_operator" + "$ref": "#/components/parameters/async_search.submit-default_operator" }, { - "$ref": "#/components/parameters/async_search.submit:df" + "$ref": "#/components/parameters/async_search.submit-df" }, { - "$ref": "#/components/parameters/async_search.submit:docvalue_fields" + "$ref": "#/components/parameters/async_search.submit-docvalue_fields" }, { - "$ref": "#/components/parameters/async_search.submit:expand_wildcards" + "$ref": "#/components/parameters/async_search.submit-expand_wildcards" }, { - "$ref": "#/components/parameters/async_search.submit:explain" + "$ref": "#/components/parameters/async_search.submit-explain" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_throttled" + "$ref": "#/components/parameters/async_search.submit-ignore_throttled" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_unavailable" + "$ref": "#/components/parameters/async_search.submit-ignore_unavailable" }, { - "$ref": "#/components/parameters/async_search.submit:lenient" + "$ref": "#/components/parameters/async_search.submit-lenient" }, { - "$ref": "#/components/parameters/async_search.submit:max_concurrent_shard_requests" + "$ref": "#/components/parameters/async_search.submit-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/async_search.submit:preference" + "$ref": "#/components/parameters/async_search.submit-preference" }, { - "$ref": "#/components/parameters/async_search.submit:request_cache" + "$ref": "#/components/parameters/async_search.submit-request_cache" }, { - "$ref": "#/components/parameters/async_search.submit:routing" + "$ref": "#/components/parameters/async_search.submit-routing" }, { - "$ref": "#/components/parameters/async_search.submit:search_type" + "$ref": "#/components/parameters/async_search.submit-search_type" }, { - "$ref": "#/components/parameters/async_search.submit:stats" + "$ref": "#/components/parameters/async_search.submit-stats" }, { - "$ref": "#/components/parameters/async_search.submit:stored_fields" + "$ref": "#/components/parameters/async_search.submit-stored_fields" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_field" + "$ref": "#/components/parameters/async_search.submit-suggest_field" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_mode" + "$ref": "#/components/parameters/async_search.submit-suggest_mode" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_size" + "$ref": "#/components/parameters/async_search.submit-suggest_size" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_text" + "$ref": "#/components/parameters/async_search.submit-suggest_text" }, { - "$ref": "#/components/parameters/async_search.submit:terminate_after" + "$ref": "#/components/parameters/async_search.submit-terminate_after" }, { - "$ref": "#/components/parameters/async_search.submit:timeout" + "$ref": "#/components/parameters/async_search.submit-timeout" }, { - "$ref": "#/components/parameters/async_search.submit:track_total_hits" + "$ref": "#/components/parameters/async_search.submit-track_total_hits" }, { - "$ref": "#/components/parameters/async_search.submit:track_scores" + "$ref": "#/components/parameters/async_search.submit-track_scores" }, { - "$ref": "#/components/parameters/async_search.submit:typed_keys" + "$ref": "#/components/parameters/async_search.submit-typed_keys" }, { - "$ref": "#/components/parameters/async_search.submit:rest_total_hits_as_int" + "$ref": "#/components/parameters/async_search.submit-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/async_search.submit:version" + "$ref": "#/components/parameters/async_search.submit-version" }, { - "$ref": "#/components/parameters/async_search.submit:_source" + "$ref": "#/components/parameters/async_search.submit-_source" }, { - "$ref": "#/components/parameters/async_search.submit:_source_excludes" + "$ref": "#/components/parameters/async_search.submit-_source_excludes" }, { - "$ref": "#/components/parameters/async_search.submit:_source_includes" + "$ref": "#/components/parameters/async_search.submit-_source_includes" }, { - "$ref": "#/components/parameters/async_search.submit:seq_no_primary_term" + "$ref": "#/components/parameters/async_search.submit-seq_no_primary_term" }, { - "$ref": "#/components/parameters/async_search.submit:q" + "$ref": "#/components/parameters/async_search.submit-q" }, { - "$ref": "#/components/parameters/async_search.submit:size" + "$ref": "#/components/parameters/async_search.submit-size" }, { - "$ref": "#/components/parameters/async_search.submit:from" + "$ref": "#/components/parameters/async_search.submit-from" }, { - "$ref": "#/components/parameters/async_search.submit:sort" + "$ref": "#/components/parameters/async_search.submit-sort" } ], "requestBody": { @@ -322,7 +322,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/async_search.submit:200" + "$ref": "#/components/responses/async_search.submit-200" } }, "x-state": "Added in 7.7.0" @@ -338,136 +338,136 @@ "operationId": "async-search-submit-1", "parameters": [ { - "$ref": "#/components/parameters/async_search.submit:index" + "$ref": "#/components/parameters/async_search.submit-index" }, { - "$ref": "#/components/parameters/async_search.submit:wait_for_completion_timeout" + "$ref": "#/components/parameters/async_search.submit-wait_for_completion_timeout" }, { - "$ref": "#/components/parameters/async_search.submit:keep_alive" + "$ref": "#/components/parameters/async_search.submit-keep_alive" }, { - "$ref": "#/components/parameters/async_search.submit:keep_on_completion" + "$ref": "#/components/parameters/async_search.submit-keep_on_completion" }, { - "$ref": "#/components/parameters/async_search.submit:allow_no_indices" + "$ref": "#/components/parameters/async_search.submit-allow_no_indices" }, { - "$ref": "#/components/parameters/async_search.submit:allow_partial_search_results" + "$ref": "#/components/parameters/async_search.submit-allow_partial_search_results" }, { - "$ref": "#/components/parameters/async_search.submit:analyzer" + "$ref": "#/components/parameters/async_search.submit-analyzer" }, { - "$ref": "#/components/parameters/async_search.submit:analyze_wildcard" + "$ref": "#/components/parameters/async_search.submit-analyze_wildcard" }, { - "$ref": "#/components/parameters/async_search.submit:batched_reduce_size" + "$ref": "#/components/parameters/async_search.submit-batched_reduce_size" }, { - "$ref": "#/components/parameters/async_search.submit:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/async_search.submit-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/async_search.submit:default_operator" + "$ref": "#/components/parameters/async_search.submit-default_operator" }, { - "$ref": "#/components/parameters/async_search.submit:df" + "$ref": "#/components/parameters/async_search.submit-df" }, { - "$ref": "#/components/parameters/async_search.submit:docvalue_fields" + "$ref": "#/components/parameters/async_search.submit-docvalue_fields" }, { - "$ref": "#/components/parameters/async_search.submit:expand_wildcards" + "$ref": "#/components/parameters/async_search.submit-expand_wildcards" }, { - "$ref": "#/components/parameters/async_search.submit:explain" + "$ref": "#/components/parameters/async_search.submit-explain" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_throttled" + "$ref": "#/components/parameters/async_search.submit-ignore_throttled" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_unavailable" + "$ref": "#/components/parameters/async_search.submit-ignore_unavailable" }, { - "$ref": "#/components/parameters/async_search.submit:lenient" + "$ref": "#/components/parameters/async_search.submit-lenient" }, { - "$ref": "#/components/parameters/async_search.submit:max_concurrent_shard_requests" + "$ref": "#/components/parameters/async_search.submit-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/async_search.submit:preference" + "$ref": "#/components/parameters/async_search.submit-preference" }, { - "$ref": "#/components/parameters/async_search.submit:request_cache" + "$ref": "#/components/parameters/async_search.submit-request_cache" }, { - "$ref": "#/components/parameters/async_search.submit:routing" + "$ref": "#/components/parameters/async_search.submit-routing" }, { - "$ref": "#/components/parameters/async_search.submit:search_type" + "$ref": "#/components/parameters/async_search.submit-search_type" }, { - "$ref": "#/components/parameters/async_search.submit:stats" + "$ref": "#/components/parameters/async_search.submit-stats" }, { - "$ref": "#/components/parameters/async_search.submit:stored_fields" + "$ref": "#/components/parameters/async_search.submit-stored_fields" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_field" + "$ref": "#/components/parameters/async_search.submit-suggest_field" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_mode" + "$ref": "#/components/parameters/async_search.submit-suggest_mode" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_size" + "$ref": "#/components/parameters/async_search.submit-suggest_size" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_text" + "$ref": "#/components/parameters/async_search.submit-suggest_text" }, { - "$ref": "#/components/parameters/async_search.submit:terminate_after" + "$ref": "#/components/parameters/async_search.submit-terminate_after" }, { - "$ref": "#/components/parameters/async_search.submit:timeout" + "$ref": "#/components/parameters/async_search.submit-timeout" }, { - "$ref": "#/components/parameters/async_search.submit:track_total_hits" + "$ref": "#/components/parameters/async_search.submit-track_total_hits" }, { - "$ref": "#/components/parameters/async_search.submit:track_scores" + "$ref": "#/components/parameters/async_search.submit-track_scores" }, { - "$ref": "#/components/parameters/async_search.submit:typed_keys" + "$ref": "#/components/parameters/async_search.submit-typed_keys" }, { - "$ref": "#/components/parameters/async_search.submit:rest_total_hits_as_int" + "$ref": "#/components/parameters/async_search.submit-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/async_search.submit:version" + "$ref": "#/components/parameters/async_search.submit-version" }, { - "$ref": "#/components/parameters/async_search.submit:_source" + "$ref": "#/components/parameters/async_search.submit-_source" }, { - "$ref": "#/components/parameters/async_search.submit:_source_excludes" + "$ref": "#/components/parameters/async_search.submit-_source_excludes" }, { - "$ref": "#/components/parameters/async_search.submit:_source_includes" + "$ref": "#/components/parameters/async_search.submit-_source_includes" }, { - "$ref": "#/components/parameters/async_search.submit:seq_no_primary_term" + "$ref": "#/components/parameters/async_search.submit-seq_no_primary_term" }, { - "$ref": "#/components/parameters/async_search.submit:q" + "$ref": "#/components/parameters/async_search.submit-q" }, { - "$ref": "#/components/parameters/async_search.submit:size" + "$ref": "#/components/parameters/async_search.submit-size" }, { - "$ref": "#/components/parameters/async_search.submit:from" + "$ref": "#/components/parameters/async_search.submit-from" }, { - "$ref": "#/components/parameters/async_search.submit:sort" + "$ref": "#/components/parameters/async_search.submit-sort" } ], "requestBody": { @@ -475,7 +475,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/async_search.submit:200" + "$ref": "#/components/responses/async_search.submit-200" } }, "x-state": "Added in 7.7.0" @@ -500,7 +500,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -510,7 +510,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -521,7 +521,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/autoscaling._types:AutoscalingPolicy" + "$ref": "#/components/schemas/autoscaling._types.AutoscalingPolicy" }, "examples": { "GetAutoscalingPolicyResponseExample1": { @@ -554,7 +554,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -564,7 +564,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -574,7 +574,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -583,7 +583,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/autoscaling._types:AutoscalingPolicy" + "$ref": "#/components/schemas/autoscaling._types.AutoscalingPolicy" }, "examples": { "PutAutoscalingPolicyRequestExample1": { @@ -606,7 +606,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "PutAutoscalingPolicyResponseExample1": { @@ -638,7 +638,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -648,7 +648,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -658,7 +658,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -669,7 +669,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "DeleteAutoscalingPolicyResponseExample1": { @@ -703,7 +703,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -719,7 +719,7 @@ "policies": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingDeciders" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingDeciders" } } }, @@ -751,40 +751,40 @@ "operationId": "bulk-1", "parameters": [ { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -792,7 +792,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } }, @@ -805,40 +805,40 @@ "operationId": "bulk", "parameters": [ { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -846,7 +846,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } } @@ -861,43 +861,43 @@ "operationId": "bulk-3", "parameters": [ { - "$ref": "#/components/parameters/bulk:index" + "$ref": "#/components/parameters/bulk-index" }, { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -905,7 +905,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } }, @@ -918,43 +918,43 @@ "operationId": "bulk-2", "parameters": [ { - "$ref": "#/components/parameters/bulk:index" + "$ref": "#/components/parameters/bulk-index" }, { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -962,7 +962,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } } @@ -977,21 +977,21 @@ "operationId": "cat-aliases", "parameters": [ { - "$ref": "#/components/parameters/cat.aliases:h" + "$ref": "#/components/parameters/cat.aliases-h" }, { - "$ref": "#/components/parameters/cat.aliases:s" + "$ref": "#/components/parameters/cat.aliases-s" }, { - "$ref": "#/components/parameters/cat.aliases:expand_wildcards" + "$ref": "#/components/parameters/cat.aliases-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.aliases:master_timeout" + "$ref": "#/components/parameters/cat.aliases-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.aliases:200" + "$ref": "#/components/responses/cat.aliases-200" } } } @@ -1006,24 +1006,24 @@ "operationId": "cat-aliases-1", "parameters": [ { - "$ref": "#/components/parameters/cat.aliases:name" + "$ref": "#/components/parameters/cat.aliases-name" }, { - "$ref": "#/components/parameters/cat.aliases:h" + "$ref": "#/components/parameters/cat.aliases-h" }, { - "$ref": "#/components/parameters/cat.aliases:s" + "$ref": "#/components/parameters/cat.aliases-s" }, { - "$ref": "#/components/parameters/cat.aliases:expand_wildcards" + "$ref": "#/components/parameters/cat.aliases-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.aliases:master_timeout" + "$ref": "#/components/parameters/cat.aliases-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.aliases:200" + "$ref": "#/components/responses/cat.aliases-200" } } } @@ -1038,24 +1038,24 @@ "operationId": "cat-allocation", "parameters": [ { - "$ref": "#/components/parameters/cat.allocation:bytes" + "$ref": "#/components/parameters/cat.allocation-bytes" }, { - "$ref": "#/components/parameters/cat.allocation:h" + "$ref": "#/components/parameters/cat.allocation-h" }, { - "$ref": "#/components/parameters/cat.allocation:s" + "$ref": "#/components/parameters/cat.allocation-s" }, { - "$ref": "#/components/parameters/cat.allocation:local" + "$ref": "#/components/parameters/cat.allocation-local" }, { - "$ref": "#/components/parameters/cat.allocation:master_timeout" + "$ref": "#/components/parameters/cat.allocation-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.allocation:200" + "$ref": "#/components/responses/cat.allocation-200" } } } @@ -1070,27 +1070,27 @@ "operationId": "cat-allocation-1", "parameters": [ { - "$ref": "#/components/parameters/cat.allocation:node_id" + "$ref": "#/components/parameters/cat.allocation-node_id" }, { - "$ref": "#/components/parameters/cat.allocation:bytes" + "$ref": "#/components/parameters/cat.allocation-bytes" }, { - "$ref": "#/components/parameters/cat.allocation:h" + "$ref": "#/components/parameters/cat.allocation-h" }, { - "$ref": "#/components/parameters/cat.allocation:s" + "$ref": "#/components/parameters/cat.allocation-s" }, { - "$ref": "#/components/parameters/cat.allocation:local" + "$ref": "#/components/parameters/cat.allocation-local" }, { - "$ref": "#/components/parameters/cat.allocation:master_timeout" + "$ref": "#/components/parameters/cat.allocation-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.allocation:200" + "$ref": "#/components/responses/cat.allocation-200" } } } @@ -1105,21 +1105,21 @@ "operationId": "cat-component-templates", "parameters": [ { - "$ref": "#/components/parameters/cat.component_templates:h" + "$ref": "#/components/parameters/cat.component_templates-h" }, { - "$ref": "#/components/parameters/cat.component_templates:s" + "$ref": "#/components/parameters/cat.component_templates-s" }, { - "$ref": "#/components/parameters/cat.component_templates:local" + "$ref": "#/components/parameters/cat.component_templates-local" }, { - "$ref": "#/components/parameters/cat.component_templates:master_timeout" + "$ref": "#/components/parameters/cat.component_templates-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.component_templates:200" + "$ref": "#/components/responses/cat.component_templates-200" } }, "x-state": "Added in 5.1.0" @@ -1135,24 +1135,24 @@ "operationId": "cat-component-templates-1", "parameters": [ { - "$ref": "#/components/parameters/cat.component_templates:name" + "$ref": "#/components/parameters/cat.component_templates-name" }, { - "$ref": "#/components/parameters/cat.component_templates:h" + "$ref": "#/components/parameters/cat.component_templates-h" }, { - "$ref": "#/components/parameters/cat.component_templates:s" + "$ref": "#/components/parameters/cat.component_templates-s" }, { - "$ref": "#/components/parameters/cat.component_templates:local" + "$ref": "#/components/parameters/cat.component_templates-local" }, { - "$ref": "#/components/parameters/cat.component_templates:master_timeout" + "$ref": "#/components/parameters/cat.component_templates-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.component_templates:200" + "$ref": "#/components/responses/cat.component_templates-200" } }, "x-state": "Added in 5.1.0" @@ -1168,15 +1168,15 @@ "operationId": "cat-count", "parameters": [ { - "$ref": "#/components/parameters/cat.count:h" + "$ref": "#/components/parameters/cat.count-h" }, { - "$ref": "#/components/parameters/cat.count:s" + "$ref": "#/components/parameters/cat.count-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.count:200" + "$ref": "#/components/responses/cat.count-200" } } } @@ -1191,18 +1191,18 @@ "operationId": "cat-count-1", "parameters": [ { - "$ref": "#/components/parameters/cat.count:index" + "$ref": "#/components/parameters/cat.count-index" }, { - "$ref": "#/components/parameters/cat.count:h" + "$ref": "#/components/parameters/cat.count-h" }, { - "$ref": "#/components/parameters/cat.count:s" + "$ref": "#/components/parameters/cat.count-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.count:200" + "$ref": "#/components/responses/cat.count-200" } } } @@ -1217,21 +1217,21 @@ "operationId": "cat-fielddata", "parameters": [ { - "$ref": "#/components/parameters/cat.fielddata:bytes" + "$ref": "#/components/parameters/cat.fielddata-bytes" }, { - "$ref": "#/components/parameters/cat.fielddata:fields_" + "$ref": "#/components/parameters/cat.fielddata-fields_" }, { - "$ref": "#/components/parameters/cat.fielddata:h" + "$ref": "#/components/parameters/cat.fielddata-h" }, { - "$ref": "#/components/parameters/cat.fielddata:s" + "$ref": "#/components/parameters/cat.fielddata-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.fielddata:200" + "$ref": "#/components/responses/cat.fielddata-200" } } } @@ -1246,24 +1246,24 @@ "operationId": "cat-fielddata-1", "parameters": [ { - "$ref": "#/components/parameters/cat.fielddata:fields" + "$ref": "#/components/parameters/cat.fielddata-fields" }, { - "$ref": "#/components/parameters/cat.fielddata:bytes" + "$ref": "#/components/parameters/cat.fielddata-bytes" }, { - "$ref": "#/components/parameters/cat.fielddata:fields_" + "$ref": "#/components/parameters/cat.fielddata-fields_" }, { - "$ref": "#/components/parameters/cat.fielddata:h" + "$ref": "#/components/parameters/cat.fielddata-h" }, { - "$ref": "#/components/parameters/cat.fielddata:s" + "$ref": "#/components/parameters/cat.fielddata-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.fielddata:200" + "$ref": "#/components/responses/cat.fielddata-200" } } } @@ -1283,7 +1283,7 @@ "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, @@ -1303,7 +1303,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -1313,7 +1313,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" } @@ -1326,7 +1326,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.health:HealthRecord" + "$ref": "#/components/schemas/cat.health.HealthRecord" } }, "examples": { @@ -1373,36 +1373,36 @@ "operationId": "cat-indices", "parameters": [ { - "$ref": "#/components/parameters/cat.indices:bytes" + "$ref": "#/components/parameters/cat.indices-bytes" }, { - "$ref": "#/components/parameters/cat.indices:expand_wildcards" + "$ref": "#/components/parameters/cat.indices-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.indices:health" + "$ref": "#/components/parameters/cat.indices-health" }, { - "$ref": "#/components/parameters/cat.indices:include_unloaded_segments" + "$ref": "#/components/parameters/cat.indices-include_unloaded_segments" }, { - "$ref": "#/components/parameters/cat.indices:pri" + "$ref": "#/components/parameters/cat.indices-pri" }, { - "$ref": "#/components/parameters/cat.indices:time" + "$ref": "#/components/parameters/cat.indices-time" }, { - "$ref": "#/components/parameters/cat.indices:master_timeout" + "$ref": "#/components/parameters/cat.indices-master_timeout" }, { - "$ref": "#/components/parameters/cat.indices:h" + "$ref": "#/components/parameters/cat.indices-h" }, { - "$ref": "#/components/parameters/cat.indices:s" + "$ref": "#/components/parameters/cat.indices-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.indices:200" + "$ref": "#/components/responses/cat.indices-200" } } } @@ -1417,39 +1417,39 @@ "operationId": "cat-indices-1", "parameters": [ { - "$ref": "#/components/parameters/cat.indices:index" + "$ref": "#/components/parameters/cat.indices-index" }, { - "$ref": "#/components/parameters/cat.indices:bytes" + "$ref": "#/components/parameters/cat.indices-bytes" }, { - "$ref": "#/components/parameters/cat.indices:expand_wildcards" + "$ref": "#/components/parameters/cat.indices-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.indices:health" + "$ref": "#/components/parameters/cat.indices-health" }, { - "$ref": "#/components/parameters/cat.indices:include_unloaded_segments" + "$ref": "#/components/parameters/cat.indices-include_unloaded_segments" }, { - "$ref": "#/components/parameters/cat.indices:pri" + "$ref": "#/components/parameters/cat.indices-pri" }, { - "$ref": "#/components/parameters/cat.indices:time" + "$ref": "#/components/parameters/cat.indices-time" }, { - "$ref": "#/components/parameters/cat.indices:master_timeout" + "$ref": "#/components/parameters/cat.indices-master_timeout" }, { - "$ref": "#/components/parameters/cat.indices:h" + "$ref": "#/components/parameters/cat.indices-h" }, { - "$ref": "#/components/parameters/cat.indices:s" + "$ref": "#/components/parameters/cat.indices-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.indices:200" + "$ref": "#/components/responses/cat.indices-200" } } } @@ -1469,7 +1469,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -1479,7 +1479,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -1499,7 +1499,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -1512,7 +1512,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.master:MasterRecord" + "$ref": "#/components/schemas/cat.master.MasterRecord" } }, "examples": { @@ -1537,24 +1537,24 @@ "operationId": "cat-ml-data-frame-analytics", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:bytes" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-bytes" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:h" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-h" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:s" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-s" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:time" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_data_frame_analytics:200" + "$ref": "#/components/responses/cat.ml_data_frame_analytics-200" } }, "x-state": "Added in 7.7.0" @@ -1570,27 +1570,27 @@ "operationId": "cat-ml-data-frame-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:id" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-id" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:bytes" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-bytes" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:h" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-h" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:s" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-s" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:time" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_data_frame_analytics:200" + "$ref": "#/components/responses/cat.ml_data_frame_analytics-200" } }, "x-state": "Added in 7.7.0" @@ -1606,21 +1606,21 @@ "operationId": "cat-ml-datafeeds", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_datafeeds:allow_no_match" + "$ref": "#/components/parameters/cat.ml_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:h" + "$ref": "#/components/parameters/cat.ml_datafeeds-h" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:s" + "$ref": "#/components/parameters/cat.ml_datafeeds-s" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:time" + "$ref": "#/components/parameters/cat.ml_datafeeds-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_datafeeds:200" + "$ref": "#/components/responses/cat.ml_datafeeds-200" } }, "x-state": "Added in 7.7.0" @@ -1636,24 +1636,24 @@ "operationId": "cat-ml-datafeeds-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_datafeeds:datafeed_id" + "$ref": "#/components/parameters/cat.ml_datafeeds-datafeed_id" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:allow_no_match" + "$ref": "#/components/parameters/cat.ml_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:h" + "$ref": "#/components/parameters/cat.ml_datafeeds-h" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:s" + "$ref": "#/components/parameters/cat.ml_datafeeds-s" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:time" + "$ref": "#/components/parameters/cat.ml_datafeeds-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_datafeeds:200" + "$ref": "#/components/responses/cat.ml_datafeeds-200" } }, "x-state": "Added in 7.7.0" @@ -1669,24 +1669,24 @@ "operationId": "cat-ml-jobs", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_jobs:allow_no_match" + "$ref": "#/components/parameters/cat.ml_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_jobs:bytes" + "$ref": "#/components/parameters/cat.ml_jobs-bytes" }, { - "$ref": "#/components/parameters/cat.ml_jobs:h" + "$ref": "#/components/parameters/cat.ml_jobs-h" }, { - "$ref": "#/components/parameters/cat.ml_jobs:s" + "$ref": "#/components/parameters/cat.ml_jobs-s" }, { - "$ref": "#/components/parameters/cat.ml_jobs:time" + "$ref": "#/components/parameters/cat.ml_jobs-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_jobs:200" + "$ref": "#/components/responses/cat.ml_jobs-200" } }, "x-state": "Added in 7.7.0" @@ -1702,27 +1702,27 @@ "operationId": "cat-ml-jobs-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_jobs:job_id" + "$ref": "#/components/parameters/cat.ml_jobs-job_id" }, { - "$ref": "#/components/parameters/cat.ml_jobs:allow_no_match" + "$ref": "#/components/parameters/cat.ml_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_jobs:bytes" + "$ref": "#/components/parameters/cat.ml_jobs-bytes" }, { - "$ref": "#/components/parameters/cat.ml_jobs:h" + "$ref": "#/components/parameters/cat.ml_jobs-h" }, { - "$ref": "#/components/parameters/cat.ml_jobs:s" + "$ref": "#/components/parameters/cat.ml_jobs-s" }, { - "$ref": "#/components/parameters/cat.ml_jobs:time" + "$ref": "#/components/parameters/cat.ml_jobs-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_jobs:200" + "$ref": "#/components/responses/cat.ml_jobs-200" } }, "x-state": "Added in 7.7.0" @@ -1738,30 +1738,30 @@ "operationId": "cat-ml-trained-models", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_trained_models:allow_no_match" + "$ref": "#/components/parameters/cat.ml_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:bytes" + "$ref": "#/components/parameters/cat.ml_trained_models-bytes" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:h" + "$ref": "#/components/parameters/cat.ml_trained_models-h" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:s" + "$ref": "#/components/parameters/cat.ml_trained_models-s" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:from" + "$ref": "#/components/parameters/cat.ml_trained_models-from" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:size" + "$ref": "#/components/parameters/cat.ml_trained_models-size" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:time" + "$ref": "#/components/parameters/cat.ml_trained_models-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_trained_models:200" + "$ref": "#/components/responses/cat.ml_trained_models-200" } }, "x-state": "Added in 7.7.0" @@ -1777,33 +1777,33 @@ "operationId": "cat-ml-trained-models-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_trained_models:model_id" + "$ref": "#/components/parameters/cat.ml_trained_models-model_id" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:allow_no_match" + "$ref": "#/components/parameters/cat.ml_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:bytes" + "$ref": "#/components/parameters/cat.ml_trained_models-bytes" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:h" + "$ref": "#/components/parameters/cat.ml_trained_models-h" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:s" + "$ref": "#/components/parameters/cat.ml_trained_models-s" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:from" + "$ref": "#/components/parameters/cat.ml_trained_models-from" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:size" + "$ref": "#/components/parameters/cat.ml_trained_models-size" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:time" + "$ref": "#/components/parameters/cat.ml_trained_models-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_trained_models:200" + "$ref": "#/components/responses/cat.ml_trained_models-200" } }, "x-state": "Added in 7.7.0" @@ -1824,7 +1824,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -1834,7 +1834,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -1854,7 +1854,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -1867,7 +1867,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.nodeattrs:NodeAttributesRecord" + "$ref": "#/components/schemas/cat.nodeattrs.NodeAttributesRecord" } }, "examples": { @@ -1903,7 +1903,7 @@ "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, @@ -1940,7 +1940,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -1950,7 +1950,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -1960,7 +1960,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -1970,7 +1970,7 @@ "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" } @@ -1983,7 +1983,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.nodes:NodesRecord" + "$ref": "#/components/schemas/cat.nodes.NodesRecord" } }, "examples": { @@ -2019,7 +2019,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2029,7 +2029,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2049,7 +2049,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -2059,7 +2059,7 @@ "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" } @@ -2072,7 +2072,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.pending_tasks:PendingTasksRecord" + "$ref": "#/components/schemas/cat.pending_tasks.PendingTasksRecord" } }, "examples": { @@ -2102,7 +2102,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2112,7 +2112,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2142,7 +2142,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -2155,7 +2155,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.plugins:PluginsRecord" + "$ref": "#/components/schemas/cat.plugins.PluginsRecord" } }, "examples": { @@ -2180,30 +2180,30 @@ "operationId": "cat-recovery", "parameters": [ { - "$ref": "#/components/parameters/cat.recovery:active_only" + "$ref": "#/components/parameters/cat.recovery-active_only" }, { - "$ref": "#/components/parameters/cat.recovery:bytes" + "$ref": "#/components/parameters/cat.recovery-bytes" }, { - "$ref": "#/components/parameters/cat.recovery:detailed" + "$ref": "#/components/parameters/cat.recovery-detailed" }, { - "$ref": "#/components/parameters/cat.recovery:index_" + "$ref": "#/components/parameters/cat.recovery-index_" }, { - "$ref": "#/components/parameters/cat.recovery:h" + "$ref": "#/components/parameters/cat.recovery-h" }, { - "$ref": "#/components/parameters/cat.recovery:s" + "$ref": "#/components/parameters/cat.recovery-s" }, { - "$ref": "#/components/parameters/cat.recovery:time" + "$ref": "#/components/parameters/cat.recovery-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.recovery:200" + "$ref": "#/components/responses/cat.recovery-200" } } } @@ -2218,33 +2218,33 @@ "operationId": "cat-recovery-1", "parameters": [ { - "$ref": "#/components/parameters/cat.recovery:index" + "$ref": "#/components/parameters/cat.recovery-index" }, { - "$ref": "#/components/parameters/cat.recovery:active_only" + "$ref": "#/components/parameters/cat.recovery-active_only" }, { - "$ref": "#/components/parameters/cat.recovery:bytes" + "$ref": "#/components/parameters/cat.recovery-bytes" }, { - "$ref": "#/components/parameters/cat.recovery:detailed" + "$ref": "#/components/parameters/cat.recovery-detailed" }, { - "$ref": "#/components/parameters/cat.recovery:index_" + "$ref": "#/components/parameters/cat.recovery-index_" }, { - "$ref": "#/components/parameters/cat.recovery:h" + "$ref": "#/components/parameters/cat.recovery-h" }, { - "$ref": "#/components/parameters/cat.recovery:s" + "$ref": "#/components/parameters/cat.recovery-s" }, { - "$ref": "#/components/parameters/cat.recovery:time" + "$ref": "#/components/parameters/cat.recovery-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.recovery:200" + "$ref": "#/components/responses/cat.recovery-200" } } } @@ -2264,7 +2264,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2274,7 +2274,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2294,7 +2294,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -2307,7 +2307,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.repositories:RepositoriesRecord" + "$ref": "#/components/schemas/cat.repositories.RepositoriesRecord" } }, "examples": { @@ -2333,24 +2333,24 @@ "operationId": "cat-segments", "parameters": [ { - "$ref": "#/components/parameters/cat.segments:bytes" + "$ref": "#/components/parameters/cat.segments-bytes" }, { - "$ref": "#/components/parameters/cat.segments:h" + "$ref": "#/components/parameters/cat.segments-h" }, { - "$ref": "#/components/parameters/cat.segments:s" + "$ref": "#/components/parameters/cat.segments-s" }, { - "$ref": "#/components/parameters/cat.segments:local" + "$ref": "#/components/parameters/cat.segments-local" }, { - "$ref": "#/components/parameters/cat.segments:master_timeout" + "$ref": "#/components/parameters/cat.segments-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.segments:200" + "$ref": "#/components/responses/cat.segments-200" } } } @@ -2365,27 +2365,27 @@ "operationId": "cat-segments-1", "parameters": [ { - "$ref": "#/components/parameters/cat.segments:index" + "$ref": "#/components/parameters/cat.segments-index" }, { - "$ref": "#/components/parameters/cat.segments:bytes" + "$ref": "#/components/parameters/cat.segments-bytes" }, { - "$ref": "#/components/parameters/cat.segments:h" + "$ref": "#/components/parameters/cat.segments-h" }, { - "$ref": "#/components/parameters/cat.segments:s" + "$ref": "#/components/parameters/cat.segments-s" }, { - "$ref": "#/components/parameters/cat.segments:local" + "$ref": "#/components/parameters/cat.segments-local" }, { - "$ref": "#/components/parameters/cat.segments:master_timeout" + "$ref": "#/components/parameters/cat.segments-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.segments:200" + "$ref": "#/components/responses/cat.segments-200" } } } @@ -2400,24 +2400,24 @@ "operationId": "cat-shards", "parameters": [ { - "$ref": "#/components/parameters/cat.shards:bytes" + "$ref": "#/components/parameters/cat.shards-bytes" }, { - "$ref": "#/components/parameters/cat.shards:h" + "$ref": "#/components/parameters/cat.shards-h" }, { - "$ref": "#/components/parameters/cat.shards:s" + "$ref": "#/components/parameters/cat.shards-s" }, { - "$ref": "#/components/parameters/cat.shards:master_timeout" + "$ref": "#/components/parameters/cat.shards-master_timeout" }, { - "$ref": "#/components/parameters/cat.shards:time" + "$ref": "#/components/parameters/cat.shards-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.shards:200" + "$ref": "#/components/responses/cat.shards-200" } } } @@ -2432,27 +2432,27 @@ "operationId": "cat-shards-1", "parameters": [ { - "$ref": "#/components/parameters/cat.shards:index" + "$ref": "#/components/parameters/cat.shards-index" }, { - "$ref": "#/components/parameters/cat.shards:bytes" + "$ref": "#/components/parameters/cat.shards-bytes" }, { - "$ref": "#/components/parameters/cat.shards:h" + "$ref": "#/components/parameters/cat.shards-h" }, { - "$ref": "#/components/parameters/cat.shards:s" + "$ref": "#/components/parameters/cat.shards-s" }, { - "$ref": "#/components/parameters/cat.shards:master_timeout" + "$ref": "#/components/parameters/cat.shards-master_timeout" }, { - "$ref": "#/components/parameters/cat.shards:time" + "$ref": "#/components/parameters/cat.shards-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.shards:200" + "$ref": "#/components/responses/cat.shards-200" } } } @@ -2467,24 +2467,24 @@ "operationId": "cat-snapshots", "parameters": [ { - "$ref": "#/components/parameters/cat.snapshots:ignore_unavailable" + "$ref": "#/components/parameters/cat.snapshots-ignore_unavailable" }, { - "$ref": "#/components/parameters/cat.snapshots:h" + "$ref": "#/components/parameters/cat.snapshots-h" }, { - "$ref": "#/components/parameters/cat.snapshots:s" + "$ref": "#/components/parameters/cat.snapshots-s" }, { - "$ref": "#/components/parameters/cat.snapshots:master_timeout" + "$ref": "#/components/parameters/cat.snapshots-master_timeout" }, { - "$ref": "#/components/parameters/cat.snapshots:time" + "$ref": "#/components/parameters/cat.snapshots-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.snapshots:200" + "$ref": "#/components/responses/cat.snapshots-200" } }, "x-state": "Added in 2.1.0" @@ -2500,27 +2500,27 @@ "operationId": "cat-snapshots-1", "parameters": [ { - "$ref": "#/components/parameters/cat.snapshots:repository" + "$ref": "#/components/parameters/cat.snapshots-repository" }, { - "$ref": "#/components/parameters/cat.snapshots:ignore_unavailable" + "$ref": "#/components/parameters/cat.snapshots-ignore_unavailable" }, { - "$ref": "#/components/parameters/cat.snapshots:h" + "$ref": "#/components/parameters/cat.snapshots-h" }, { - "$ref": "#/components/parameters/cat.snapshots:s" + "$ref": "#/components/parameters/cat.snapshots-s" }, { - "$ref": "#/components/parameters/cat.snapshots:master_timeout" + "$ref": "#/components/parameters/cat.snapshots-master_timeout" }, { - "$ref": "#/components/parameters/cat.snapshots:time" + "$ref": "#/components/parameters/cat.snapshots-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.snapshots:200" + "$ref": "#/components/responses/cat.snapshots-200" } }, "x-state": "Added in 2.1.0" @@ -2587,7 +2587,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2597,7 +2597,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2607,7 +2607,7 @@ "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, @@ -2617,7 +2617,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -2640,7 +2640,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.tasks:TasksRecord" + "$ref": "#/components/schemas/cat.tasks.TasksRecord" } }, "examples": { @@ -2666,21 +2666,21 @@ "operationId": "cat-templates", "parameters": [ { - "$ref": "#/components/parameters/cat.templates:h" + "$ref": "#/components/parameters/cat.templates-h" }, { - "$ref": "#/components/parameters/cat.templates:s" + "$ref": "#/components/parameters/cat.templates-s" }, { - "$ref": "#/components/parameters/cat.templates:local" + "$ref": "#/components/parameters/cat.templates-local" }, { - "$ref": "#/components/parameters/cat.templates:master_timeout" + "$ref": "#/components/parameters/cat.templates-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.templates:200" + "$ref": "#/components/responses/cat.templates-200" } }, "x-state": "Added in 5.2.0" @@ -2696,24 +2696,24 @@ "operationId": "cat-templates-1", "parameters": [ { - "$ref": "#/components/parameters/cat.templates:name" + "$ref": "#/components/parameters/cat.templates-name" }, { - "$ref": "#/components/parameters/cat.templates:h" + "$ref": "#/components/parameters/cat.templates-h" }, { - "$ref": "#/components/parameters/cat.templates:s" + "$ref": "#/components/parameters/cat.templates-s" }, { - "$ref": "#/components/parameters/cat.templates:local" + "$ref": "#/components/parameters/cat.templates-local" }, { - "$ref": "#/components/parameters/cat.templates:master_timeout" + "$ref": "#/components/parameters/cat.templates-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.templates:200" + "$ref": "#/components/responses/cat.templates-200" } }, "x-state": "Added in 5.2.0" @@ -2729,24 +2729,24 @@ "operationId": "cat-thread-pool", "parameters": [ { - "$ref": "#/components/parameters/cat.thread_pool:h" + "$ref": "#/components/parameters/cat.thread_pool-h" }, { - "$ref": "#/components/parameters/cat.thread_pool:s" + "$ref": "#/components/parameters/cat.thread_pool-s" }, { - "$ref": "#/components/parameters/cat.thread_pool:time" + "$ref": "#/components/parameters/cat.thread_pool-time" }, { - "$ref": "#/components/parameters/cat.thread_pool:local" + "$ref": "#/components/parameters/cat.thread_pool-local" }, { - "$ref": "#/components/parameters/cat.thread_pool:master_timeout" + "$ref": "#/components/parameters/cat.thread_pool-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.thread_pool:200" + "$ref": "#/components/responses/cat.thread_pool-200" } } } @@ -2761,27 +2761,27 @@ "operationId": "cat-thread-pool-1", "parameters": [ { - "$ref": "#/components/parameters/cat.thread_pool:thread_pool_patterns" + "$ref": "#/components/parameters/cat.thread_pool-thread_pool_patterns" }, { - "$ref": "#/components/parameters/cat.thread_pool:h" + "$ref": "#/components/parameters/cat.thread_pool-h" }, { - "$ref": "#/components/parameters/cat.thread_pool:s" + "$ref": "#/components/parameters/cat.thread_pool-s" }, { - "$ref": "#/components/parameters/cat.thread_pool:time" + "$ref": "#/components/parameters/cat.thread_pool-time" }, { - "$ref": "#/components/parameters/cat.thread_pool:local" + "$ref": "#/components/parameters/cat.thread_pool-local" }, { - "$ref": "#/components/parameters/cat.thread_pool:master_timeout" + "$ref": "#/components/parameters/cat.thread_pool-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.thread_pool:200" + "$ref": "#/components/responses/cat.thread_pool-200" } } } @@ -2796,27 +2796,27 @@ "operationId": "cat-transforms", "parameters": [ { - "$ref": "#/components/parameters/cat.transforms:allow_no_match" + "$ref": "#/components/parameters/cat.transforms-allow_no_match" }, { - "$ref": "#/components/parameters/cat.transforms:from" + "$ref": "#/components/parameters/cat.transforms-from" }, { - "$ref": "#/components/parameters/cat.transforms:h" + "$ref": "#/components/parameters/cat.transforms-h" }, { - "$ref": "#/components/parameters/cat.transforms:s" + "$ref": "#/components/parameters/cat.transforms-s" }, { - "$ref": "#/components/parameters/cat.transforms:time" + "$ref": "#/components/parameters/cat.transforms-time" }, { - "$ref": "#/components/parameters/cat.transforms:size" + "$ref": "#/components/parameters/cat.transforms-size" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.transforms:200" + "$ref": "#/components/responses/cat.transforms-200" } }, "x-state": "Added in 7.7.0" @@ -2832,30 +2832,30 @@ "operationId": "cat-transforms-1", "parameters": [ { - "$ref": "#/components/parameters/cat.transforms:transform_id" + "$ref": "#/components/parameters/cat.transforms-transform_id" }, { - "$ref": "#/components/parameters/cat.transforms:allow_no_match" + "$ref": "#/components/parameters/cat.transforms-allow_no_match" }, { - "$ref": "#/components/parameters/cat.transforms:from" + "$ref": "#/components/parameters/cat.transforms-from" }, { - "$ref": "#/components/parameters/cat.transforms:h" + "$ref": "#/components/parameters/cat.transforms-h" }, { - "$ref": "#/components/parameters/cat.transforms:s" + "$ref": "#/components/parameters/cat.transforms-s" }, { - "$ref": "#/components/parameters/cat.transforms:time" + "$ref": "#/components/parameters/cat.transforms-time" }, { - "$ref": "#/components/parameters/cat.transforms:size" + "$ref": "#/components/parameters/cat.transforms-size" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.transforms:200" + "$ref": "#/components/responses/cat.transforms-200" } }, "x-state": "Added in 7.7.0" @@ -2874,15 +2874,15 @@ "operationId": "ccr-get-auto-follow-pattern-1", "parameters": [ { - "$ref": "#/components/parameters/ccr.get_auto_follow_pattern:name" + "$ref": "#/components/parameters/ccr.get_auto_follow_pattern-name" }, { - "$ref": "#/components/parameters/ccr.get_auto_follow_pattern:master_timeout" + "$ref": "#/components/parameters/ccr.get_auto_follow_pattern-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ccr.get_auto_follow_pattern:200" + "$ref": "#/components/responses/ccr.get_auto_follow_pattern-200" } }, "x-state": "Added in 6.5.0" @@ -2905,7 +2905,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -2915,7 +2915,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -2931,13 +2931,13 @@ "type": "string" }, "follow_index_pattern": { - "$ref": "#/components/schemas/_types:IndexPattern" + "$ref": "#/components/schemas/_types.IndexPattern" }, "leader_index_patterns": { - "$ref": "#/components/schemas/_types:IndexPatterns" + "$ref": "#/components/schemas/_types.IndexPatterns" }, "leader_index_exclusion_patterns": { - "$ref": "#/components/schemas/_types:IndexPatterns" + "$ref": "#/components/schemas/_types.IndexPatterns" }, "max_outstanding_read_requests": { "description": "The maximum number of outstanding reads requests from the remote cluster.", @@ -2955,31 +2955,31 @@ "type": "number" }, "read_poll_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_read_request_operation_count": { "description": "The maximum number of operations to pull per read from the remote cluster.", "type": "number" }, "max_read_request_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_retry_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_write_buffer_count": { "description": "The maximum number of operations that can be queued for writing. When this limit is reached, reads from the remote cluster will be deferred until the number of queued operations goes below the limit.", "type": "number" }, "max_write_buffer_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_write_request_operation_count": { "description": "The maximum number of operations per bulk write request executed on the follower.", "type": "number" }, "max_write_request_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } }, "required": [ @@ -3002,7 +3002,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "PutAutoFollowPatternResponseExample1": { @@ -3034,7 +3034,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -3044,7 +3044,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3055,7 +3055,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "DeleteAutoFollowPatternResponseExample1": { @@ -3086,7 +3086,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -3096,7 +3096,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -3106,7 +3106,7 @@ "description": "Specifies the number of shards to wait on being active before responding. This defaults to waiting on none of the shards to be\nactive.\nA shard must be restored from the leader index before being active. Restoring a follower shard requires transferring all the\nremote Lucene segment files to the follower index.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" } @@ -3122,7 +3122,7 @@ "type": "string" }, "leader_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "max_outstanding_read_requests": { "description": "The maximum number of outstanding reads requests from the remote cluster.", @@ -3137,34 +3137,34 @@ "type": "number" }, "max_read_request_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_retry_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_write_buffer_count": { "description": "The maximum number of operations that can be queued for writing. When this limit is reached, reads from the remote cluster will be\ndeferred until the number of queued operations goes below the limit.", "type": "number" }, "max_write_buffer_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_write_request_operation_count": { "description": "The maximum number of operations per bulk write request executed on the follower.", "type": "number" }, "max_write_request_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "read_poll_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "remote_cluster": { "description": "The remote cluster containing the leader index.", "type": "string" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } }, "required": [ @@ -3238,7 +3238,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -3248,7 +3248,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3264,7 +3264,7 @@ "follower_indices": { "type": "array", "items": { - "$ref": "#/components/schemas/ccr.follow_info:FollowerIndex" + "$ref": "#/components/schemas/ccr.follow_info.FollowerIndex" } } }, @@ -3310,7 +3310,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -3320,7 +3320,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3337,7 +3337,7 @@ "description": "An array of follower index statistics.", "type": "array", "items": { - "$ref": "#/components/schemas/ccr._types:FollowIndexStats" + "$ref": "#/components/schemas/ccr._types.FollowIndexStats" } } }, @@ -3377,7 +3377,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -3387,7 +3387,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3402,10 +3402,10 @@ "type": "string" }, "follower_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "follower_index_uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "leader_remote_cluster": { "type": "string" @@ -3431,7 +3431,7 @@ "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -3464,12 +3464,12 @@ "operationId": "ccr-get-auto-follow-pattern", "parameters": [ { - "$ref": "#/components/parameters/ccr.get_auto_follow_pattern:master_timeout" + "$ref": "#/components/parameters/ccr.get_auto_follow_pattern-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ccr.get_auto_follow_pattern:200" + "$ref": "#/components/responses/ccr.get_auto_follow_pattern-200" } }, "x-state": "Added in 6.5.0" @@ -3494,7 +3494,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -3504,7 +3504,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3515,7 +3515,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "PauseAutoFollowPatternResponseExample1": { @@ -3546,7 +3546,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -3556,7 +3556,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3567,7 +3567,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "PauseFollowIndexResponseExample1": { @@ -3601,7 +3601,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -3611,7 +3611,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3622,7 +3622,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ResumeAutoFollowPatternResponseExample1": { @@ -3656,7 +3656,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -3666,7 +3666,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3690,7 +3690,7 @@ "type": "string" }, "max_retry_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_write_buffer_count": { "type": "number" @@ -3705,7 +3705,7 @@ "type": "string" }, "read_poll_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, @@ -3724,7 +3724,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ResumeFollowIndexResponseExample1": { @@ -3754,7 +3754,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -3764,7 +3764,7 @@ "description": "The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3778,10 +3778,10 @@ "type": "object", "properties": { "auto_follow_stats": { - "$ref": "#/components/schemas/ccr.stats:AutoFollowStats" + "$ref": "#/components/schemas/ccr.stats.AutoFollowStats" }, "follow_stats": { - "$ref": "#/components/schemas/ccr.stats:FollowStats" + "$ref": "#/components/schemas/ccr.stats.FollowStats" } }, "required": [ @@ -3821,7 +3821,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -3831,7 +3831,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3842,7 +3842,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "UnfollowIndexResponseExample1": { @@ -3870,13 +3870,13 @@ "operationId": "scroll", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -3884,7 +3884,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -3900,13 +3900,13 @@ "operationId": "scroll-1", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -3914,7 +3914,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -3933,7 +3933,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/clear_scroll:200" + "$ref": "#/components/responses/clear_scroll-200" } } } @@ -3951,16 +3951,16 @@ "operationId": "scroll-2", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll_id" + "$ref": "#/components/parameters/scroll-scroll_id" }, { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -3968,7 +3968,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -3984,16 +3984,16 @@ "operationId": "scroll-3", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll_id" + "$ref": "#/components/parameters/scroll-scroll_id" }, { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -4001,7 +4001,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -4017,7 +4017,7 @@ "operationId": "clear-scroll-1", "parameters": [ { - "$ref": "#/components/parameters/clear_scroll:scroll_id" + "$ref": "#/components/parameters/clear_scroll-scroll_id" } ], "requestBody": { @@ -4025,7 +4025,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/clear_scroll:200" + "$ref": "#/components/responses/clear_scroll-200" } } } @@ -4045,7 +4045,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -4106,13 +4106,13 @@ "operationId": "cluster-allocation-explain", "parameters": [ { - "$ref": "#/components/parameters/cluster.allocation_explain:include_disk_info" + "$ref": "#/components/parameters/cluster.allocation_explain-include_disk_info" }, { - "$ref": "#/components/parameters/cluster.allocation_explain:include_yes_decisions" + "$ref": "#/components/parameters/cluster.allocation_explain-include_yes_decisions" }, { - "$ref": "#/components/parameters/cluster.allocation_explain:master_timeout" + "$ref": "#/components/parameters/cluster.allocation_explain-master_timeout" } ], "requestBody": { @@ -4120,7 +4120,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.allocation_explain:200" + "$ref": "#/components/responses/cluster.allocation_explain-200" } }, "x-state": "Added in 5.0.0" @@ -4134,13 +4134,13 @@ "operationId": "cluster-allocation-explain-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.allocation_explain:include_disk_info" + "$ref": "#/components/parameters/cluster.allocation_explain-include_disk_info" }, { - "$ref": "#/components/parameters/cluster.allocation_explain:include_yes_decisions" + "$ref": "#/components/parameters/cluster.allocation_explain-include_yes_decisions" }, { - "$ref": "#/components/parameters/cluster.allocation_explain:master_timeout" + "$ref": "#/components/parameters/cluster.allocation_explain-master_timeout" } ], "requestBody": { @@ -4148,7 +4148,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.allocation_explain:200" + "$ref": "#/components/responses/cluster.allocation_explain-200" } }, "x-state": "Added in 5.0.0" @@ -4164,24 +4164,24 @@ "operationId": "cluster-get-component-template-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.get_component_template:name" + "$ref": "#/components/parameters/cluster.get_component_template-name" }, { - "$ref": "#/components/parameters/cluster.get_component_template:flat_settings" + "$ref": "#/components/parameters/cluster.get_component_template-flat_settings" }, { - "$ref": "#/components/parameters/cluster.get_component_template:include_defaults" + "$ref": "#/components/parameters/cluster.get_component_template-include_defaults" }, { - "$ref": "#/components/parameters/cluster.get_component_template:local" + "$ref": "#/components/parameters/cluster.get_component_template-local" }, { - "$ref": "#/components/parameters/cluster.get_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.get_component_template-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.get_component_template:200" + "$ref": "#/components/responses/cluster.get_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -4195,13 +4195,13 @@ "operationId": "cluster-put-component-template", "parameters": [ { - "$ref": "#/components/parameters/cluster.put_component_template:name" + "$ref": "#/components/parameters/cluster.put_component_template-name" }, { - "$ref": "#/components/parameters/cluster.put_component_template:create" + "$ref": "#/components/parameters/cluster.put_component_template-create" }, { - "$ref": "#/components/parameters/cluster.put_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.put_component_template-master_timeout" } ], "requestBody": { @@ -4209,7 +4209,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.put_component_template:200" + "$ref": "#/components/responses/cluster.put_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -4223,13 +4223,13 @@ "operationId": "cluster-put-component-template-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.put_component_template:name" + "$ref": "#/components/parameters/cluster.put_component_template-name" }, { - "$ref": "#/components/parameters/cluster.put_component_template:create" + "$ref": "#/components/parameters/cluster.put_component_template-create" }, { - "$ref": "#/components/parameters/cluster.put_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.put_component_template-master_timeout" } ], "requestBody": { @@ -4237,7 +4237,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.put_component_template:200" + "$ref": "#/components/responses/cluster.put_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -4257,7 +4257,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -4267,7 +4267,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4277,7 +4277,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -4288,7 +4288,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -4311,7 +4311,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -4321,7 +4321,7 @@ "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4365,7 +4365,7 @@ "description": "A comma-separated list of the names of the nodes to exclude from the\nvoting configuration. If specified, you may not also specify node_ids.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -4375,7 +4375,7 @@ "description": "A comma-separated list of the persistent ids of the nodes to exclude\nfrom the voting configuration. If specified, you may not also specify node_names.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "form" }, @@ -4385,7 +4385,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4395,7 +4395,7 @@ "description": "When adding a voting configuration exclusion, the API waits for the\nspecified nodes to be excluded from the voting configuration before\nreturning. If the timeout expires before the appropriate condition\nis satisfied, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -4427,7 +4427,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4463,21 +4463,21 @@ "operationId": "cluster-get-component-template", "parameters": [ { - "$ref": "#/components/parameters/cluster.get_component_template:flat_settings" + "$ref": "#/components/parameters/cluster.get_component_template-flat_settings" }, { - "$ref": "#/components/parameters/cluster.get_component_template:include_defaults" + "$ref": "#/components/parameters/cluster.get_component_template-include_defaults" }, { - "$ref": "#/components/parameters/cluster.get_component_template:local" + "$ref": "#/components/parameters/cluster.get_component_template-local" }, { - "$ref": "#/components/parameters/cluster.get_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.get_component_template-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.get_component_template:200" + "$ref": "#/components/responses/cluster.get_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -4518,7 +4518,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4528,7 +4528,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -4594,7 +4594,7 @@ "description": "Explicit operation timeout for connection to master node", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4604,7 +4604,7 @@ "description": "Explicit operation timeout", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -4691,42 +4691,42 @@ "operationId": "cluster-health", "parameters": [ { - "$ref": "#/components/parameters/cluster.health:expand_wildcards" + "$ref": "#/components/parameters/cluster.health-expand_wildcards" }, { - "$ref": "#/components/parameters/cluster.health:level" + "$ref": "#/components/parameters/cluster.health-level" }, { - "$ref": "#/components/parameters/cluster.health:local" + "$ref": "#/components/parameters/cluster.health-local" }, { - "$ref": "#/components/parameters/cluster.health:master_timeout" + "$ref": "#/components/parameters/cluster.health-master_timeout" }, { - "$ref": "#/components/parameters/cluster.health:timeout" + "$ref": "#/components/parameters/cluster.health-timeout" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_active_shards" + "$ref": "#/components/parameters/cluster.health-wait_for_active_shards" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_events" + "$ref": "#/components/parameters/cluster.health-wait_for_events" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_nodes" + "$ref": "#/components/parameters/cluster.health-wait_for_nodes" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_no_initializing_shards" + "$ref": "#/components/parameters/cluster.health-wait_for_no_initializing_shards" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_no_relocating_shards" + "$ref": "#/components/parameters/cluster.health-wait_for_no_relocating_shards" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_status" + "$ref": "#/components/parameters/cluster.health-wait_for_status" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.health:200" + "$ref": "#/components/responses/cluster.health-200" } }, "x-state": "Added in 1.3.0" @@ -4742,45 +4742,45 @@ "operationId": "cluster-health-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.health:index" + "$ref": "#/components/parameters/cluster.health-index" }, { - "$ref": "#/components/parameters/cluster.health:expand_wildcards" + "$ref": "#/components/parameters/cluster.health-expand_wildcards" }, { - "$ref": "#/components/parameters/cluster.health:level" + "$ref": "#/components/parameters/cluster.health-level" }, { - "$ref": "#/components/parameters/cluster.health:local" + "$ref": "#/components/parameters/cluster.health-local" }, { - "$ref": "#/components/parameters/cluster.health:master_timeout" + "$ref": "#/components/parameters/cluster.health-master_timeout" }, { - "$ref": "#/components/parameters/cluster.health:timeout" + "$ref": "#/components/parameters/cluster.health-timeout" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_active_shards" + "$ref": "#/components/parameters/cluster.health-wait_for_active_shards" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_events" + "$ref": "#/components/parameters/cluster.health-wait_for_events" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_nodes" + "$ref": "#/components/parameters/cluster.health-wait_for_nodes" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_no_initializing_shards" + "$ref": "#/components/parameters/cluster.health-wait_for_no_initializing_shards" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_no_relocating_shards" + "$ref": "#/components/parameters/cluster.health-wait_for_no_relocating_shards" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_status" + "$ref": "#/components/parameters/cluster.health-wait_for_status" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.health:200" + "$ref": "#/components/responses/cluster.health-200" } }, "x-state": "Added in 1.3.0" @@ -4802,7 +4802,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ClusterInfoTargets" + "$ref": "#/components/schemas/_types.ClusterInfoTargets" }, "style": "simple" } @@ -4816,22 +4816,22 @@ "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "http": { - "$ref": "#/components/schemas/nodes._types:Http" + "$ref": "#/components/schemas/nodes._types.Http" }, "ingest": { - "$ref": "#/components/schemas/nodes._types:Ingest" + "$ref": "#/components/schemas/nodes._types.Ingest" }, "thread_pool": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:ThreadCount" + "$ref": "#/components/schemas/nodes._types.ThreadCount" } }, "script": { - "$ref": "#/components/schemas/nodes._types:Scripting" + "$ref": "#/components/schemas/nodes._types.Scripting" } }, "required": [ @@ -4870,7 +4870,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -4886,7 +4886,7 @@ "tasks": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.pending_tasks:PendingTask" + "$ref": "#/components/schemas/cluster.pending_tasks.PendingTask" } } }, @@ -4919,7 +4919,7 @@ "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/cluster.remote_info:ClusterRemoteInfo" + "$ref": "#/components/schemas/cluster.remote_info.ClusterRemoteInfo" } } } @@ -4964,7 +4964,7 @@ "description": "Limits the information returned to the specified metrics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Metrics" + "$ref": "#/components/schemas/_types.Metrics" }, "style": "form" }, @@ -4984,7 +4984,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4994,7 +4994,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -5009,7 +5009,7 @@ "description": "Defines the commands to perform.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.reroute:Command" + "$ref": "#/components/schemas/cluster.reroute.Command" } } } @@ -5037,7 +5037,7 @@ "explanations": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.reroute:RerouteExplanation" + "$ref": "#/components/schemas/cluster.reroute.RerouteExplanation" } }, "state": { @@ -5066,33 +5066,33 @@ "operationId": "cluster-state", "parameters": [ { - "$ref": "#/components/parameters/cluster.state:allow_no_indices" + "$ref": "#/components/parameters/cluster.state-allow_no_indices" }, { - "$ref": "#/components/parameters/cluster.state:expand_wildcards" + "$ref": "#/components/parameters/cluster.state-expand_wildcards" }, { - "$ref": "#/components/parameters/cluster.state:flat_settings" + "$ref": "#/components/parameters/cluster.state-flat_settings" }, { - "$ref": "#/components/parameters/cluster.state:ignore_unavailable" + "$ref": "#/components/parameters/cluster.state-ignore_unavailable" }, { - "$ref": "#/components/parameters/cluster.state:local" + "$ref": "#/components/parameters/cluster.state-local" }, { - "$ref": "#/components/parameters/cluster.state:master_timeout" + "$ref": "#/components/parameters/cluster.state-master_timeout" }, { - "$ref": "#/components/parameters/cluster.state:wait_for_metadata_version" + "$ref": "#/components/parameters/cluster.state-wait_for_metadata_version" }, { - "$ref": "#/components/parameters/cluster.state:wait_for_timeout" + "$ref": "#/components/parameters/cluster.state-wait_for_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.state:200" + "$ref": "#/components/responses/cluster.state-200" } }, "x-state": "Added in 1.3.0" @@ -5108,36 +5108,36 @@ "operationId": "cluster-state-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.state:metric" + "$ref": "#/components/parameters/cluster.state-metric" }, { - "$ref": "#/components/parameters/cluster.state:allow_no_indices" + "$ref": "#/components/parameters/cluster.state-allow_no_indices" }, { - "$ref": "#/components/parameters/cluster.state:expand_wildcards" + "$ref": "#/components/parameters/cluster.state-expand_wildcards" }, { - "$ref": "#/components/parameters/cluster.state:flat_settings" + "$ref": "#/components/parameters/cluster.state-flat_settings" }, { - "$ref": "#/components/parameters/cluster.state:ignore_unavailable" + "$ref": "#/components/parameters/cluster.state-ignore_unavailable" }, { - "$ref": "#/components/parameters/cluster.state:local" + "$ref": "#/components/parameters/cluster.state-local" }, { - "$ref": "#/components/parameters/cluster.state:master_timeout" + "$ref": "#/components/parameters/cluster.state-master_timeout" }, { - "$ref": "#/components/parameters/cluster.state:wait_for_metadata_version" + "$ref": "#/components/parameters/cluster.state-wait_for_metadata_version" }, { - "$ref": "#/components/parameters/cluster.state:wait_for_timeout" + "$ref": "#/components/parameters/cluster.state-wait_for_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.state:200" + "$ref": "#/components/responses/cluster.state-200" } }, "x-state": "Added in 1.3.0" @@ -5153,39 +5153,39 @@ "operationId": "cluster-state-2", "parameters": [ { - "$ref": "#/components/parameters/cluster.state:metric" + "$ref": "#/components/parameters/cluster.state-metric" }, { - "$ref": "#/components/parameters/cluster.state:index" + "$ref": "#/components/parameters/cluster.state-index" }, { - "$ref": "#/components/parameters/cluster.state:allow_no_indices" + "$ref": "#/components/parameters/cluster.state-allow_no_indices" }, { - "$ref": "#/components/parameters/cluster.state:expand_wildcards" + "$ref": "#/components/parameters/cluster.state-expand_wildcards" }, { - "$ref": "#/components/parameters/cluster.state:flat_settings" + "$ref": "#/components/parameters/cluster.state-flat_settings" }, { - "$ref": "#/components/parameters/cluster.state:ignore_unavailable" + "$ref": "#/components/parameters/cluster.state-ignore_unavailable" }, { - "$ref": "#/components/parameters/cluster.state:local" + "$ref": "#/components/parameters/cluster.state-local" }, { - "$ref": "#/components/parameters/cluster.state:master_timeout" + "$ref": "#/components/parameters/cluster.state-master_timeout" }, { - "$ref": "#/components/parameters/cluster.state:wait_for_metadata_version" + "$ref": "#/components/parameters/cluster.state-wait_for_metadata_version" }, { - "$ref": "#/components/parameters/cluster.state:wait_for_timeout" + "$ref": "#/components/parameters/cluster.state-wait_for_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.state:200" + "$ref": "#/components/responses/cluster.state-200" } }, "x-state": "Added in 1.3.0" @@ -5201,15 +5201,15 @@ "operationId": "cluster-stats", "parameters": [ { - "$ref": "#/components/parameters/cluster.stats:include_remotes" + "$ref": "#/components/parameters/cluster.stats-include_remotes" }, { - "$ref": "#/components/parameters/cluster.stats:timeout" + "$ref": "#/components/parameters/cluster.stats-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.stats:200" + "$ref": "#/components/responses/cluster.stats-200" } }, "x-state": "Added in 1.3.0" @@ -5225,18 +5225,18 @@ "operationId": "cluster-stats-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.stats:node_id" + "$ref": "#/components/parameters/cluster.stats-node_id" }, { - "$ref": "#/components/parameters/cluster.stats:include_remotes" + "$ref": "#/components/parameters/cluster.stats-include_remotes" }, { - "$ref": "#/components/parameters/cluster.stats:timeout" + "$ref": "#/components/parameters/cluster.stats-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.stats:200" + "$ref": "#/components/responses/cluster.stats-200" } }, "x-state": "Added in 1.3.0" @@ -5258,7 +5258,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5272,7 +5272,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -5307,7 +5307,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -5328,7 +5328,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/connector._types:Connector" + "$ref": "#/components/schemas/connector._types.Connector" } } } @@ -5344,7 +5344,7 @@ "operationId": "connector-put", "parameters": [ { - "$ref": "#/components/parameters/connector.put:connector_id" + "$ref": "#/components/parameters/connector.put-connector_id" } ], "requestBody": { @@ -5352,7 +5352,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/connector.put:200" + "$ref": "#/components/responses/connector.put-200" } }, "x-beta": true @@ -5372,7 +5372,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -5403,7 +5403,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ConnectorDeleteResponseExample1": { @@ -5433,7 +5433,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5448,34 +5448,34 @@ "type": "string" }, "last_access_control_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_access_control_sync_status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "last_deleted_document_count": { "type": "number" }, "last_incremental_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_indexed_document_count": { "type": "number" }, "last_seen": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_sync_error": { "type": "string" }, "last_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_sync_status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "last_synced": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "sync_cursor": { "type": "object" @@ -5500,7 +5500,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -5549,7 +5549,7 @@ "description": "A comma-separated list of connector index names to fetch connector documents for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "form" }, @@ -5559,7 +5559,7 @@ "description": "A comma-separated list of connector names to fetch connector documents for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -5569,7 +5569,7 @@ "description": "A comma-separated list of connector service types to fetch connector documents for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -5608,7 +5608,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:Connector" + "$ref": "#/components/schemas/connector._types.Connector" } } }, @@ -5634,7 +5634,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/connector.put:200" + "$ref": "#/components/responses/connector.put-200" } }, "x-beta": true @@ -5656,7 +5656,7 @@ "type": "string" }, "index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "is_native": { "type": "boolean" @@ -5684,10 +5684,10 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -5718,7 +5718,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5732,7 +5732,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -5762,7 +5762,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5798,7 +5798,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5856,7 +5856,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5867,7 +5867,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/connector._types:ConnectorSyncJob" + "$ref": "#/components/schemas/connector._types.ConnectorSyncJob" } } } @@ -5890,7 +5890,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5901,7 +5901,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "SyncJobDeleteResponseExample1": { @@ -5931,7 +5931,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6010,7 +6010,7 @@ "description": "A sync job status to fetch connector sync jobs for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "style": "form" }, @@ -6020,7 +6020,7 @@ "description": "A connector id to fetch connector sync jobs for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "form" }, @@ -6032,12 +6032,12 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" }, { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" } } ] @@ -6059,7 +6059,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:ConnectorSyncJob" + "$ref": "#/components/schemas/connector._types.ConnectorSyncJob" } } }, @@ -6088,13 +6088,13 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" }, "trigger_method": { - "$ref": "#/components/schemas/connector._types:SyncJobTriggerMethod" + "$ref": "#/components/schemas/connector._types.SyncJobTriggerMethod" } }, "required": [ @@ -6119,7 +6119,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -6149,7 +6149,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6173,10 +6173,10 @@ "type": "number" }, "last_seen": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "total_document_count": { "description": "The total number of documents in the target index after the sync job finished.", @@ -6224,7 +6224,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6238,7 +6238,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6268,7 +6268,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6305,7 +6305,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6340,7 +6340,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6352,7 +6352,7 @@ "type": "object", "properties": { "configuration": { - "$ref": "#/components/schemas/connector._types:ConnectorConfiguration" + "$ref": "#/components/schemas/connector._types.ConnectorConfiguration" }, "values": { "type": "object", @@ -6383,7 +6383,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6418,7 +6418,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6435,7 +6435,7 @@ "type": "string" }, { - "$ref": "#/components/schemas/_spec_utils:NullValue" + "$ref": "#/components/schemas/_spec_utils.NullValue" } ] } @@ -6462,7 +6462,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6497,7 +6497,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6509,7 +6509,7 @@ "type": "object", "properties": { "features": { - "$ref": "#/components/schemas/connector._types:ConnectorFeatures" + "$ref": "#/components/schemas/connector._types.ConnectorFeatures" } }, "required": [ @@ -6537,7 +6537,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6572,7 +6572,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6586,17 +6586,17 @@ "filtering": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringConfig" + "$ref": "#/components/schemas/connector._types.FilteringConfig" } }, "rules": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringRule" + "$ref": "#/components/schemas/connector._types.FilteringRule" } }, "advanced_snippet": { - "$ref": "#/components/schemas/connector._types:FilteringAdvancedSnippet" + "$ref": "#/components/schemas/connector._types.FilteringAdvancedSnippet" } } }, @@ -6621,7 +6621,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6656,7 +6656,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6668,7 +6668,7 @@ "type": "object", "properties": { "validation": { - "$ref": "#/components/schemas/connector._types:FilteringRulesValidation" + "$ref": "#/components/schemas/connector._types.FilteringRulesValidation" } }, "required": [ @@ -6688,7 +6688,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6718,7 +6718,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6732,10 +6732,10 @@ "index_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { - "$ref": "#/components/schemas/_spec_utils:NullValue" + "$ref": "#/components/schemas/_spec_utils.NullValue" } ] } @@ -6762,7 +6762,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6796,7 +6796,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6833,7 +6833,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6867,7 +6867,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6899,7 +6899,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6929,7 +6929,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6941,7 +6941,7 @@ "type": "object", "properties": { "pipeline": { - "$ref": "#/components/schemas/connector._types:IngestPipelineParams" + "$ref": "#/components/schemas/connector._types.IngestPipelineParams" } }, "required": [ @@ -6966,7 +6966,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -7000,7 +7000,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -7012,7 +7012,7 @@ "type": "object", "properties": { "scheduling": { - "$ref": "#/components/schemas/connector._types:SchedulingConfiguration" + "$ref": "#/components/schemas/connector._types.SchedulingConfiguration" } }, "required": [ @@ -7040,7 +7040,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -7074,7 +7074,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -7111,7 +7111,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -7145,7 +7145,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -7157,7 +7157,7 @@ "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/connector._types:ConnectorStatus" + "$ref": "#/components/schemas/connector._types.ConnectorStatus" } }, "required": [ @@ -7182,7 +7182,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -7211,46 +7211,46 @@ "operationId": "count-1", "parameters": [ { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -7258,7 +7258,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } }, @@ -7271,46 +7271,46 @@ "operationId": "count", "parameters": [ { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -7318,7 +7318,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } } @@ -7333,49 +7333,49 @@ "operationId": "count-3", "parameters": [ { - "$ref": "#/components/parameters/count:index" + "$ref": "#/components/parameters/count-index" }, { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -7383,7 +7383,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } }, @@ -7396,49 +7396,49 @@ "operationId": "count-2", "parameters": [ { - "$ref": "#/components/parameters/count:index" + "$ref": "#/components/parameters/count-index" }, { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -7446,7 +7446,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } } @@ -7464,49 +7464,49 @@ "operationId": "create", "parameters": [ { - "$ref": "#/components/parameters/create:index" + "$ref": "#/components/parameters/create-index" }, { - "$ref": "#/components/parameters/create:id" + "$ref": "#/components/parameters/create-id" }, { - "$ref": "#/components/parameters/create:if_primary_term" + "$ref": "#/components/parameters/create-if_primary_term" }, { - "$ref": "#/components/parameters/create:if_seq_no" + "$ref": "#/components/parameters/create-if_seq_no" }, { - "$ref": "#/components/parameters/create:include_source_on_error" + "$ref": "#/components/parameters/create-include_source_on_error" }, { - "$ref": "#/components/parameters/create:op_type" + "$ref": "#/components/parameters/create-op_type" }, { - "$ref": "#/components/parameters/create:pipeline" + "$ref": "#/components/parameters/create-pipeline" }, { - "$ref": "#/components/parameters/create:refresh" + "$ref": "#/components/parameters/create-refresh" }, { - "$ref": "#/components/parameters/create:require_alias" + "$ref": "#/components/parameters/create-require_alias" }, { - "$ref": "#/components/parameters/create:require_data_stream" + "$ref": "#/components/parameters/create-require_data_stream" }, { - "$ref": "#/components/parameters/create:routing" + "$ref": "#/components/parameters/create-routing" }, { - "$ref": "#/components/parameters/create:timeout" + "$ref": "#/components/parameters/create-timeout" }, { - "$ref": "#/components/parameters/create:version" + "$ref": "#/components/parameters/create-version" }, { - "$ref": "#/components/parameters/create:version_type" + "$ref": "#/components/parameters/create-version_type" }, { - "$ref": "#/components/parameters/create:wait_for_active_shards" + "$ref": "#/components/parameters/create-wait_for_active_shards" } ], "requestBody": { @@ -7514,7 +7514,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/create:200" + "$ref": "#/components/responses/create-200" } }, "x-state": "Added in 5.0.0" @@ -7531,49 +7531,49 @@ "operationId": "create-1", "parameters": [ { - "$ref": "#/components/parameters/create:index" + "$ref": "#/components/parameters/create-index" }, { - "$ref": "#/components/parameters/create:id" + "$ref": "#/components/parameters/create-id" }, { - "$ref": "#/components/parameters/create:if_primary_term" + "$ref": "#/components/parameters/create-if_primary_term" }, { - "$ref": "#/components/parameters/create:if_seq_no" + "$ref": "#/components/parameters/create-if_seq_no" }, { - "$ref": "#/components/parameters/create:include_source_on_error" + "$ref": "#/components/parameters/create-include_source_on_error" }, { - "$ref": "#/components/parameters/create:op_type" + "$ref": "#/components/parameters/create-op_type" }, { - "$ref": "#/components/parameters/create:pipeline" + "$ref": "#/components/parameters/create-pipeline" }, { - "$ref": "#/components/parameters/create:refresh" + "$ref": "#/components/parameters/create-refresh" }, { - "$ref": "#/components/parameters/create:require_alias" + "$ref": "#/components/parameters/create-require_alias" }, { - "$ref": "#/components/parameters/create:require_data_stream" + "$ref": "#/components/parameters/create-require_data_stream" }, { - "$ref": "#/components/parameters/create:routing" + "$ref": "#/components/parameters/create-routing" }, { - "$ref": "#/components/parameters/create:timeout" + "$ref": "#/components/parameters/create-timeout" }, { - "$ref": "#/components/parameters/create:version" + "$ref": "#/components/parameters/create-version" }, { - "$ref": "#/components/parameters/create:version_type" + "$ref": "#/components/parameters/create-version_type" }, { - "$ref": "#/components/parameters/create:wait_for_active_shards" + "$ref": "#/components/parameters/create-wait_for_active_shards" } ], "requestBody": { @@ -7581,7 +7581,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/create:200" + "$ref": "#/components/responses/create-200" } }, "x-state": "Added in 5.0.0" @@ -7603,7 +7603,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "style": "simple" }, @@ -7624,7 +7624,7 @@ "description": "Specify timeout for connection to master", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -7634,7 +7634,7 @@ "description": "Explicit operation timeout", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7645,7 +7645,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ImportDanglingIndexResponseExample1": { @@ -7674,7 +7674,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "style": "simple" }, @@ -7695,7 +7695,7 @@ "description": "Specify timeout for connection to master", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -7705,7 +7705,7 @@ "description": "Explicit operation timeout", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7716,7 +7716,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -7744,7 +7744,7 @@ "dangling_indices": { "type": "array", "items": { - "$ref": "#/components/schemas/dangling_indices.list_dangling_indices:DanglingIndex" + "$ref": "#/components/schemas/dangling_indices.list_dangling_indices.DanglingIndex" } } }, @@ -7780,7 +7780,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -7791,7 +7791,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -7841,7 +7841,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -7851,7 +7851,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -7861,7 +7861,7 @@ "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -7871,7 +7871,7 @@ "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -7881,7 +7881,7 @@ "description": "A comma-separated list of stored fields to return as part of a hit.\nIf no fields are specified, no stored fields are included in the response.\nIf this field is specified, the `_source` parameter defaults to `false`.\nOnly leaf fields can be retrieved with the `stored_field` option.\nObject fields can't be returned;​if specified, the request fails.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -7891,7 +7891,7 @@ "description": "The version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -7901,7 +7901,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -7912,7 +7912,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.get:GetResult" + "$ref": "#/components/schemas/_global.get.GetResult" }, "examples": { "GetResponseExample1": { @@ -7948,46 +7948,46 @@ "operationId": "index", "parameters": [ { - "$ref": "#/components/parameters/index:index" + "$ref": "#/components/parameters/index-index" }, { - "$ref": "#/components/parameters/index:id" + "$ref": "#/components/parameters/index-id" }, { - "$ref": "#/components/parameters/index:if_primary_term" + "$ref": "#/components/parameters/index-if_primary_term" }, { - "$ref": "#/components/parameters/index:if_seq_no" + "$ref": "#/components/parameters/index-if_seq_no" }, { - "$ref": "#/components/parameters/index:include_source_on_error" + "$ref": "#/components/parameters/index-include_source_on_error" }, { - "$ref": "#/components/parameters/index:op_type" + "$ref": "#/components/parameters/index-op_type" }, { - "$ref": "#/components/parameters/index:pipeline" + "$ref": "#/components/parameters/index-pipeline" }, { - "$ref": "#/components/parameters/index:refresh" + "$ref": "#/components/parameters/index-refresh" }, { - "$ref": "#/components/parameters/index:routing" + "$ref": "#/components/parameters/index-routing" }, { - "$ref": "#/components/parameters/index:timeout" + "$ref": "#/components/parameters/index-timeout" }, { - "$ref": "#/components/parameters/index:version" + "$ref": "#/components/parameters/index-version" }, { - "$ref": "#/components/parameters/index:version_type" + "$ref": "#/components/parameters/index-version_type" }, { - "$ref": "#/components/parameters/index:wait_for_active_shards" + "$ref": "#/components/parameters/index-wait_for_active_shards" }, { - "$ref": "#/components/parameters/index:require_alias" + "$ref": "#/components/parameters/index-require_alias" } ], "requestBody": { @@ -7995,7 +7995,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index:200" + "$ref": "#/components/responses/index-200" } } }, @@ -8011,46 +8011,46 @@ "operationId": "index-1", "parameters": [ { - "$ref": "#/components/parameters/index:index" + "$ref": "#/components/parameters/index-index" }, { - "$ref": "#/components/parameters/index:id" + "$ref": "#/components/parameters/index-id" }, { - "$ref": "#/components/parameters/index:if_primary_term" + "$ref": "#/components/parameters/index-if_primary_term" }, { - "$ref": "#/components/parameters/index:if_seq_no" + "$ref": "#/components/parameters/index-if_seq_no" }, { - "$ref": "#/components/parameters/index:include_source_on_error" + "$ref": "#/components/parameters/index-include_source_on_error" }, { - "$ref": "#/components/parameters/index:op_type" + "$ref": "#/components/parameters/index-op_type" }, { - "$ref": "#/components/parameters/index:pipeline" + "$ref": "#/components/parameters/index-pipeline" }, { - "$ref": "#/components/parameters/index:refresh" + "$ref": "#/components/parameters/index-refresh" }, { - "$ref": "#/components/parameters/index:routing" + "$ref": "#/components/parameters/index-routing" }, { - "$ref": "#/components/parameters/index:timeout" + "$ref": "#/components/parameters/index-timeout" }, { - "$ref": "#/components/parameters/index:version" + "$ref": "#/components/parameters/index-version" }, { - "$ref": "#/components/parameters/index:version_type" + "$ref": "#/components/parameters/index-version_type" }, { - "$ref": "#/components/parameters/index:wait_for_active_shards" + "$ref": "#/components/parameters/index-wait_for_active_shards" }, { - "$ref": "#/components/parameters/index:require_alias" + "$ref": "#/components/parameters/index-require_alias" } ], "requestBody": { @@ -8058,7 +8058,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index:200" + "$ref": "#/components/responses/index-200" } } }, @@ -8077,7 +8077,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -8088,7 +8088,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -8108,7 +8108,7 @@ "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, @@ -8118,7 +8118,7 @@ "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, @@ -8128,7 +8128,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -8138,7 +8138,7 @@ "description": "The period to wait for active shards.\n\nThis parameter is useful for situations where the primary shard assigned to perform the delete operation might not be available when the delete operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a store or undergoing relocation.\nBy default, the delete operation will wait on the primary shard to become available for up to 1 minute before failing and responding with an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8148,7 +8148,7 @@ "description": "An explicit version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -8158,7 +8158,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, @@ -8168,7 +8168,7 @@ "description": "The minimum number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" } @@ -8179,7 +8179,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" }, "examples": { "DeleteResponseExample1": { @@ -8207,7 +8207,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -8218,7 +8218,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -8258,7 +8258,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -8268,7 +8268,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -8278,7 +8278,7 @@ "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -8288,7 +8288,7 @@ "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -8298,7 +8298,7 @@ "description": "A comma-separated list of stored fields to return as part of a hit.\nIf no fields are specified, no stored fields are included in the response.\nIf this field is specified, the `_source` parameter defaults to `false`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -8308,7 +8308,7 @@ "description": "Explicit version number for concurrency control.\nThe specified version must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -8318,7 +8318,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -8349,7 +8349,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -8389,7 +8389,7 @@ "description": "What to do if delete by query hits version conflicts: `abort` or `proceed`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" }, "style": "form" }, @@ -8399,7 +8399,7 @@ "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, @@ -8419,7 +8419,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -8509,7 +8509,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -8529,7 +8529,7 @@ "description": "The period to retain the search context for scrolling.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8549,7 +8549,7 @@ "description": "The explicit timeout for each search request.\nIt defaults to no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8559,7 +8559,7 @@ "description": "The type of the search operation.\nAvailable options include `query_then_fetch` and `dfs_query_then_fetch`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, @@ -8569,7 +8569,7 @@ "description": "The number of slices this task should be divided into.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Slices" + "$ref": "#/components/schemas/_types.Slices" }, "style": "form" }, @@ -8615,7 +8615,7 @@ "description": "The period each deletion request waits for active shards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8635,7 +8635,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe `timeout` value controls how long each write request waits for unavailable shards to become available.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -8661,10 +8661,10 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" } } }, @@ -8714,7 +8714,7 @@ "description": "An array of failures if there were any unrecoverable errors during the process.\nIf this array is not empty, the request ended abnormally because of those failures.\nDelete by query is implemented using batches and any failures cause the entire process to end but all failures in the current batch are collected into the array.\nYou can use the `conflicts` option to prevent reindex from ending on version conflicts.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:BulkIndexByScrollFailure" + "$ref": "#/components/schemas/_types.BulkIndexByScrollFailure" } }, "noops": { @@ -8726,32 +8726,32 @@ "type": "number" }, "retries": { - "$ref": "#/components/schemas/_types:Retries" + "$ref": "#/components/schemas/_types.Retries" }, "slice_id": { "type": "number" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "throttled_until": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_until_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "timed_out": { "description": "If `true`, some requests run during the delete by query operation timed out.", "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "description": "The number of documents that were successfully processed.", @@ -8792,7 +8792,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "style": "simple" }, @@ -8813,7 +8813,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/tasks._types:TaskListResponseBase" + "$ref": "#/components/schemas/tasks._types.TaskListResponseBase" } } } @@ -8838,7 +8838,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -8848,7 +8848,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -8862,13 +8862,13 @@ "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "found": { "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:StoredScript" + "$ref": "#/components/schemas/_types.StoredScript" } }, "required": [ @@ -8893,16 +8893,16 @@ "operationId": "put-script", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -8910,7 +8910,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } }, @@ -8926,16 +8926,16 @@ "operationId": "put-script-1", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -8943,7 +8943,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } }, @@ -8962,7 +8962,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -8972,7 +8972,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8982,7 +8982,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -8993,7 +8993,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -9011,15 +9011,15 @@ "operationId": "enrich-get-policy", "parameters": [ { - "$ref": "#/components/parameters/enrich.get_policy:name" + "$ref": "#/components/parameters/enrich.get_policy-name" }, { - "$ref": "#/components/parameters/enrich.get_policy:master_timeout" + "$ref": "#/components/parameters/enrich.get_policy-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/enrich.get_policy:200" + "$ref": "#/components/responses/enrich.get_policy-200" } }, "x-state": "Added in 7.5.0" @@ -9039,7 +9039,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -9049,7 +9049,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9061,13 +9061,13 @@ "type": "object", "properties": { "geo_match": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" }, "match": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" }, "range": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" } } } @@ -9081,7 +9081,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -9104,7 +9104,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -9114,7 +9114,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9125,7 +9125,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -9150,7 +9150,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -9160,7 +9160,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -9184,10 +9184,10 @@ "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/enrich.execute_policy:ExecuteEnrichPolicyStatus" + "$ref": "#/components/schemas/enrich.execute_policy.ExecuteEnrichPolicyStatus" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" } } } @@ -9208,12 +9208,12 @@ "operationId": "enrich-get-policy-1", "parameters": [ { - "$ref": "#/components/parameters/enrich.get_policy:master_timeout" + "$ref": "#/components/parameters/enrich.get_policy-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/enrich.get_policy:200" + "$ref": "#/components/responses/enrich.get_policy-200" } }, "x-state": "Added in 7.5.0" @@ -9234,7 +9234,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9251,21 +9251,21 @@ "description": "Objects containing information about each coordinating ingest node for configured enrich processors.", "type": "array", "items": { - "$ref": "#/components/schemas/enrich.stats:CoordinatorStats" + "$ref": "#/components/schemas/enrich.stats.CoordinatorStats" } }, "executing_policies": { "description": "Objects containing information about each enrich policy that is currently executing.", "type": "array", "items": { - "$ref": "#/components/schemas/enrich.stats:ExecutingPolicy" + "$ref": "#/components/schemas/enrich.stats.ExecutingPolicy" } }, "cache_stats": { "description": "Objects containing information about the enrich cache stats on each ingest node.", "type": "array", "items": { - "$ref": "#/components/schemas/enrich.stats:CacheStats" + "$ref": "#/components/schemas/enrich.stats.CacheStats" } } }, @@ -9297,7 +9297,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -9307,7 +9307,7 @@ "description": "Period for which the search and its results are stored on the cluster.\nDefaults to the keep_alive value set by the search’s EQL search API request.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -9317,7 +9317,7 @@ "description": "Timeout duration to wait for the request to finish.\nDefaults to no timeout, meaning the request waits for complete search results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9328,7 +9328,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/eql._types:EqlSearchResponseBase" + "$ref": "#/components/schemas/eql._types.EqlSearchResponseBase" } } } @@ -9351,7 +9351,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9362,7 +9362,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -9387,7 +9387,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9401,7 +9401,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_partial": { "description": "If true, the search request is still executing. If false, the search is completed.", @@ -9412,10 +9412,10 @@ "type": "boolean" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "expiration_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "completion_status": { "description": "For a completed search shows the http status code of the completed search.", @@ -9454,31 +9454,31 @@ "operationId": "eql-search", "parameters": [ { - "$ref": "#/components/parameters/eql.search:index" + "$ref": "#/components/parameters/eql.search-index" }, { - "$ref": "#/components/parameters/eql.search:allow_no_indices" + "$ref": "#/components/parameters/eql.search-allow_no_indices" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_search_results" + "$ref": "#/components/parameters/eql.search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_sequence_results" + "$ref": "#/components/parameters/eql.search-allow_partial_sequence_results" }, { - "$ref": "#/components/parameters/eql.search:expand_wildcards" + "$ref": "#/components/parameters/eql.search-expand_wildcards" }, { - "$ref": "#/components/parameters/eql.search:ignore_unavailable" + "$ref": "#/components/parameters/eql.search-ignore_unavailable" }, { - "$ref": "#/components/parameters/eql.search:keep_alive" + "$ref": "#/components/parameters/eql.search-keep_alive" }, { - "$ref": "#/components/parameters/eql.search:keep_on_completion" + "$ref": "#/components/parameters/eql.search-keep_on_completion" }, { - "$ref": "#/components/parameters/eql.search:wait_for_completion_timeout" + "$ref": "#/components/parameters/eql.search-wait_for_completion_timeout" } ], "requestBody": { @@ -9486,7 +9486,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/eql.search:200" + "$ref": "#/components/responses/eql.search-200" } }, "x-state": "Added in 7.9.0" @@ -9503,31 +9503,31 @@ "operationId": "eql-search-1", "parameters": [ { - "$ref": "#/components/parameters/eql.search:index" + "$ref": "#/components/parameters/eql.search-index" }, { - "$ref": "#/components/parameters/eql.search:allow_no_indices" + "$ref": "#/components/parameters/eql.search-allow_no_indices" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_search_results" + "$ref": "#/components/parameters/eql.search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_sequence_results" + "$ref": "#/components/parameters/eql.search-allow_partial_sequence_results" }, { - "$ref": "#/components/parameters/eql.search:expand_wildcards" + "$ref": "#/components/parameters/eql.search-expand_wildcards" }, { - "$ref": "#/components/parameters/eql.search:ignore_unavailable" + "$ref": "#/components/parameters/eql.search-ignore_unavailable" }, { - "$ref": "#/components/parameters/eql.search:keep_alive" + "$ref": "#/components/parameters/eql.search-keep_alive" }, { - "$ref": "#/components/parameters/eql.search:keep_on_completion" + "$ref": "#/components/parameters/eql.search-keep_on_completion" }, { - "$ref": "#/components/parameters/eql.search:wait_for_completion_timeout" + "$ref": "#/components/parameters/eql.search-wait_for_completion_timeout" } ], "requestBody": { @@ -9535,7 +9535,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/eql.search:200" + "$ref": "#/components/responses/eql.search-200" } }, "x-state": "Added in 7.9.0" @@ -9589,7 +9589,7 @@ "description": "A short version of the Accept header, for example `json` or `yaml`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/esql._types:EsqlFormat" + "$ref": "#/components/schemas/esql._types.EsqlFormat" }, "style": "form" }, @@ -9599,7 +9599,7 @@ "description": "The period for which the query and its results are stored in the cluster.\nThe default period is five days.\nWhen this period expires, the query and its results are deleted, even if the query is still ongoing.\nIf the `keep_on_completion` parameter is false, Elasticsearch only stores async queries that do not complete within the period set by the `wait_for_completion_timeout` parameter, regardless of this value.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -9619,7 +9619,7 @@ "description": "The period to wait for the request to finish.\nBy default, the request waits for 1 second for the query results.\nIf the query completes during this period, results are returned\nOtherwise, a query ID is returned that can later be used to retrieve the results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9635,7 +9635,7 @@ "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "locale": { "type": "string" @@ -9644,7 +9644,7 @@ "description": "To avoid any attempts of hacking or code injection, extract the values in a separate list of parameters. Use question mark placeholders (?) in the query string for each of the parameters.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "profile": { @@ -9661,7 +9661,7 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/esql._types:TableValuesContainer" + "$ref": "#/components/schemas/esql._types.TableValuesContainer" } } }, @@ -9670,7 +9670,7 @@ "type": "boolean" }, "wait_for_completion_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ @@ -9692,7 +9692,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/esql._types:EsqlResult" + "$ref": "#/components/schemas/esql._types.EsqlResult" } } } @@ -9720,7 +9720,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -9740,7 +9740,7 @@ "description": "The period for which the query and its results are stored in the cluster.\nWhen this period expires, the query and its results are deleted, even if the query is still ongoing.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -9750,7 +9750,7 @@ "description": "The period to wait for the request to finish.\nBy default, the request waits for complete query results.\nIf the request completes during the period specified in this parameter, complete query results are returned.\nOtherwise, the response returns an `is_running` value of `true` and no results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9761,7 +9761,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/esql._types:AsyncEsqlResult" + "$ref": "#/components/schemas/esql._types.AsyncEsqlResult" } } } @@ -9787,7 +9787,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9798,7 +9798,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -9826,7 +9826,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -9847,7 +9847,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/esql._types:EsqlResult" + "$ref": "#/components/schemas/esql._types.EsqlResult" } } } @@ -9874,7 +9874,7 @@ "description": "A short version of the Accept header, e.g. json, yaml.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/esql._types:EsqlFormat" + "$ref": "#/components/schemas/esql._types.EsqlFormat" }, "style": "form" }, @@ -9920,7 +9920,7 @@ "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "locale": { "type": "string" @@ -9929,7 +9929,7 @@ "description": "To avoid any attempts of hacking or code injection, extract the values in a separate list of parameters. Use question mark placeholders (?) in the query string for each of the parameters.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "profile": { @@ -9946,7 +9946,7 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/esql._types:TableValuesContainer" + "$ref": "#/components/schemas/esql._types.TableValuesContainer" } } }, @@ -9975,7 +9975,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/esql._types:EsqlResult" + "$ref": "#/components/schemas/esql._types.EsqlResult" } } } @@ -10002,7 +10002,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -10013,7 +10013,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -10053,7 +10053,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -10063,7 +10063,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -10073,7 +10073,7 @@ "description": "A comma-separated list of source fields to exclude in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -10083,7 +10083,7 @@ "description": "A comma-separated list of source fields to include in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -10093,7 +10093,7 @@ "description": "A comma-separated list of stored fields to return as part of a hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -10103,7 +10103,7 @@ "description": "The version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -10113,7 +10113,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -10149,7 +10149,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -10160,7 +10160,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -10200,7 +10200,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -10210,7 +10210,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -10220,7 +10220,7 @@ "description": "A comma-separated list of source fields to exclude in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -10230,7 +10230,7 @@ "description": "A comma-separated list of source fields to include in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -10240,7 +10240,7 @@ "description": "The version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -10250,7 +10250,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -10276,46 +10276,46 @@ "operationId": "explain", "parameters": [ { - "$ref": "#/components/parameters/explain:index" + "$ref": "#/components/parameters/explain-index" }, { - "$ref": "#/components/parameters/explain:id" + "$ref": "#/components/parameters/explain-id" }, { - "$ref": "#/components/parameters/explain:analyzer" + "$ref": "#/components/parameters/explain-analyzer" }, { - "$ref": "#/components/parameters/explain:analyze_wildcard" + "$ref": "#/components/parameters/explain-analyze_wildcard" }, { - "$ref": "#/components/parameters/explain:default_operator" + "$ref": "#/components/parameters/explain-default_operator" }, { - "$ref": "#/components/parameters/explain:df" + "$ref": "#/components/parameters/explain-df" }, { - "$ref": "#/components/parameters/explain:lenient" + "$ref": "#/components/parameters/explain-lenient" }, { - "$ref": "#/components/parameters/explain:preference" + "$ref": "#/components/parameters/explain-preference" }, { - "$ref": "#/components/parameters/explain:routing" + "$ref": "#/components/parameters/explain-routing" }, { - "$ref": "#/components/parameters/explain:_source" + "$ref": "#/components/parameters/explain-_source" }, { - "$ref": "#/components/parameters/explain:_source_excludes" + "$ref": "#/components/parameters/explain-_source_excludes" }, { - "$ref": "#/components/parameters/explain:_source_includes" + "$ref": "#/components/parameters/explain-_source_includes" }, { - "$ref": "#/components/parameters/explain:stored_fields" + "$ref": "#/components/parameters/explain-stored_fields" }, { - "$ref": "#/components/parameters/explain:q" + "$ref": "#/components/parameters/explain-q" } ], "requestBody": { @@ -10323,7 +10323,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/explain:200" + "$ref": "#/components/responses/explain-200" } } }, @@ -10336,46 +10336,46 @@ "operationId": "explain-1", "parameters": [ { - "$ref": "#/components/parameters/explain:index" + "$ref": "#/components/parameters/explain-index" }, { - "$ref": "#/components/parameters/explain:id" + "$ref": "#/components/parameters/explain-id" }, { - "$ref": "#/components/parameters/explain:analyzer" + "$ref": "#/components/parameters/explain-analyzer" }, { - "$ref": "#/components/parameters/explain:analyze_wildcard" + "$ref": "#/components/parameters/explain-analyze_wildcard" }, { - "$ref": "#/components/parameters/explain:default_operator" + "$ref": "#/components/parameters/explain-default_operator" }, { - "$ref": "#/components/parameters/explain:df" + "$ref": "#/components/parameters/explain-df" }, { - "$ref": "#/components/parameters/explain:lenient" + "$ref": "#/components/parameters/explain-lenient" }, { - "$ref": "#/components/parameters/explain:preference" + "$ref": "#/components/parameters/explain-preference" }, { - "$ref": "#/components/parameters/explain:routing" + "$ref": "#/components/parameters/explain-routing" }, { - "$ref": "#/components/parameters/explain:_source" + "$ref": "#/components/parameters/explain-_source" }, { - "$ref": "#/components/parameters/explain:_source_excludes" + "$ref": "#/components/parameters/explain-_source_excludes" }, { - "$ref": "#/components/parameters/explain:_source_includes" + "$ref": "#/components/parameters/explain-_source_includes" }, { - "$ref": "#/components/parameters/explain:stored_fields" + "$ref": "#/components/parameters/explain-stored_fields" }, { - "$ref": "#/components/parameters/explain:q" + "$ref": "#/components/parameters/explain-q" } ], "requestBody": { @@ -10383,7 +10383,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/explain:200" + "$ref": "#/components/responses/explain-200" } } } @@ -10406,7 +10406,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -10422,7 +10422,7 @@ "features": { "type": "array", "items": { - "$ref": "#/components/schemas/features._types:Feature" + "$ref": "#/components/schemas/features._types.Feature" } } }, @@ -10458,7 +10458,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -10474,7 +10474,7 @@ "features": { "type": "array", "items": { - "$ref": "#/components/schemas/features._types:Feature" + "$ref": "#/components/schemas/features._types.Feature" } } }, @@ -10505,28 +10505,28 @@ "operationId": "field-caps", "parameters": [ { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -10534,7 +10534,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -10548,28 +10548,28 @@ "operationId": "field-caps-1", "parameters": [ { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -10577,7 +10577,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -10593,31 +10593,31 @@ "operationId": "field-caps-2", "parameters": [ { - "$ref": "#/components/parameters/field_caps:index" + "$ref": "#/components/parameters/field_caps-index" }, { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -10625,7 +10625,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -10639,31 +10639,31 @@ "operationId": "field-caps-3", "parameters": [ { - "$ref": "#/components/parameters/field_caps:index" + "$ref": "#/components/parameters/field_caps-index" }, { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -10671,7 +10671,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -10695,10 +10695,10 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" } ] }, @@ -10732,7 +10732,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/fleet._types:Checkpoint" + "$ref": "#/components/schemas/fleet._types.Checkpoint" } }, "style": "form" @@ -10743,7 +10743,7 @@ "description": "Period to wait for a global checkpoints to advance past `checkpoints`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -10759,7 +10759,7 @@ "global_checkpoints": { "type": "array", "items": { - "$ref": "#/components/schemas/fleet._types:Checkpoint" + "$ref": "#/components/schemas/fleet._types.Checkpoint" } }, "timed_out": { @@ -10788,43 +10788,43 @@ "operationId": "fleet-msearch", "parameters": [ { - "$ref": "#/components/parameters/fleet.msearch:allow_no_indices" + "$ref": "#/components/parameters/fleet.msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.msearch:expand_wildcards" + "$ref": "#/components/parameters/fleet.msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_throttled" + "$ref": "#/components/parameters/fleet.msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_unavailable" + "$ref": "#/components/parameters/fleet.msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_searches" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.msearch:search_type" + "$ref": "#/components/parameters/fleet.msearch-search_type" }, { - "$ref": "#/components/parameters/fleet.msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.msearch:typed_keys" + "$ref": "#/components/parameters/fleet.msearch-typed_keys" }, { - "$ref": "#/components/parameters/fleet.msearch:wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.msearch-wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.msearch:allow_partial_search_results" + "$ref": "#/components/parameters/fleet.msearch-allow_partial_search_results" } ], "requestBody": { @@ -10832,7 +10832,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.msearch:200" + "$ref": "#/components/responses/fleet.msearch-200" } }, "x-state": "Technical preview" @@ -10846,43 +10846,43 @@ "operationId": "fleet-msearch-1", "parameters": [ { - "$ref": "#/components/parameters/fleet.msearch:allow_no_indices" + "$ref": "#/components/parameters/fleet.msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.msearch:expand_wildcards" + "$ref": "#/components/parameters/fleet.msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_throttled" + "$ref": "#/components/parameters/fleet.msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_unavailable" + "$ref": "#/components/parameters/fleet.msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_searches" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.msearch:search_type" + "$ref": "#/components/parameters/fleet.msearch-search_type" }, { - "$ref": "#/components/parameters/fleet.msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.msearch:typed_keys" + "$ref": "#/components/parameters/fleet.msearch-typed_keys" }, { - "$ref": "#/components/parameters/fleet.msearch:wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.msearch-wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.msearch:allow_partial_search_results" + "$ref": "#/components/parameters/fleet.msearch-allow_partial_search_results" } ], "requestBody": { @@ -10890,7 +10890,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.msearch:200" + "$ref": "#/components/responses/fleet.msearch-200" } }, "x-state": "Technical preview" @@ -10906,46 +10906,46 @@ "operationId": "fleet-msearch-2", "parameters": [ { - "$ref": "#/components/parameters/fleet.msearch:index" + "$ref": "#/components/parameters/fleet.msearch-index" }, { - "$ref": "#/components/parameters/fleet.msearch:allow_no_indices" + "$ref": "#/components/parameters/fleet.msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.msearch:expand_wildcards" + "$ref": "#/components/parameters/fleet.msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_throttled" + "$ref": "#/components/parameters/fleet.msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_unavailable" + "$ref": "#/components/parameters/fleet.msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_searches" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.msearch:search_type" + "$ref": "#/components/parameters/fleet.msearch-search_type" }, { - "$ref": "#/components/parameters/fleet.msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.msearch:typed_keys" + "$ref": "#/components/parameters/fleet.msearch-typed_keys" }, { - "$ref": "#/components/parameters/fleet.msearch:wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.msearch-wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.msearch:allow_partial_search_results" + "$ref": "#/components/parameters/fleet.msearch-allow_partial_search_results" } ], "requestBody": { @@ -10953,7 +10953,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.msearch:200" + "$ref": "#/components/responses/fleet.msearch-200" } }, "x-state": "Technical preview" @@ -10967,46 +10967,46 @@ "operationId": "fleet-msearch-3", "parameters": [ { - "$ref": "#/components/parameters/fleet.msearch:index" + "$ref": "#/components/parameters/fleet.msearch-index" }, { - "$ref": "#/components/parameters/fleet.msearch:allow_no_indices" + "$ref": "#/components/parameters/fleet.msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.msearch:expand_wildcards" + "$ref": "#/components/parameters/fleet.msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_throttled" + "$ref": "#/components/parameters/fleet.msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_unavailable" + "$ref": "#/components/parameters/fleet.msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_searches" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.msearch:search_type" + "$ref": "#/components/parameters/fleet.msearch-search_type" }, { - "$ref": "#/components/parameters/fleet.msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.msearch:typed_keys" + "$ref": "#/components/parameters/fleet.msearch-typed_keys" }, { - "$ref": "#/components/parameters/fleet.msearch:wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.msearch-wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.msearch:allow_partial_search_results" + "$ref": "#/components/parameters/fleet.msearch-allow_partial_search_results" } ], "requestBody": { @@ -11014,7 +11014,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.msearch:200" + "$ref": "#/components/responses/fleet.msearch-200" } }, "x-state": "Technical preview" @@ -11030,136 +11030,136 @@ "operationId": "fleet-search", "parameters": [ { - "$ref": "#/components/parameters/fleet.search:index" + "$ref": "#/components/parameters/fleet.search-index" }, { - "$ref": "#/components/parameters/fleet.search:allow_no_indices" + "$ref": "#/components/parameters/fleet.search-allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.search:analyzer" + "$ref": "#/components/parameters/fleet.search-analyzer" }, { - "$ref": "#/components/parameters/fleet.search:analyze_wildcard" + "$ref": "#/components/parameters/fleet.search-analyze_wildcard" }, { - "$ref": "#/components/parameters/fleet.search:batched_reduce_size" + "$ref": "#/components/parameters/fleet.search-batched_reduce_size" }, { - "$ref": "#/components/parameters/fleet.search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.search:default_operator" + "$ref": "#/components/parameters/fleet.search-default_operator" }, { - "$ref": "#/components/parameters/fleet.search:df" + "$ref": "#/components/parameters/fleet.search-df" }, { - "$ref": "#/components/parameters/fleet.search:docvalue_fields" + "$ref": "#/components/parameters/fleet.search-docvalue_fields" }, { - "$ref": "#/components/parameters/fleet.search:expand_wildcards" + "$ref": "#/components/parameters/fleet.search-expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.search:explain" + "$ref": "#/components/parameters/fleet.search-explain" }, { - "$ref": "#/components/parameters/fleet.search:ignore_throttled" + "$ref": "#/components/parameters/fleet.search-ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.search:ignore_unavailable" + "$ref": "#/components/parameters/fleet.search-ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.search:lenient" + "$ref": "#/components/parameters/fleet.search-lenient" }, { - "$ref": "#/components/parameters/fleet.search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.search:preference" + "$ref": "#/components/parameters/fleet.search-preference" }, { - "$ref": "#/components/parameters/fleet.search:pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.search:request_cache" + "$ref": "#/components/parameters/fleet.search-request_cache" }, { - "$ref": "#/components/parameters/fleet.search:routing" + "$ref": "#/components/parameters/fleet.search-routing" }, { - "$ref": "#/components/parameters/fleet.search:scroll" + "$ref": "#/components/parameters/fleet.search-scroll" }, { - "$ref": "#/components/parameters/fleet.search:search_type" + "$ref": "#/components/parameters/fleet.search-search_type" }, { - "$ref": "#/components/parameters/fleet.search:stats" + "$ref": "#/components/parameters/fleet.search-stats" }, { - "$ref": "#/components/parameters/fleet.search:stored_fields" + "$ref": "#/components/parameters/fleet.search-stored_fields" }, { - "$ref": "#/components/parameters/fleet.search:suggest_field" + "$ref": "#/components/parameters/fleet.search-suggest_field" }, { - "$ref": "#/components/parameters/fleet.search:suggest_mode" + "$ref": "#/components/parameters/fleet.search-suggest_mode" }, { - "$ref": "#/components/parameters/fleet.search:suggest_size" + "$ref": "#/components/parameters/fleet.search-suggest_size" }, { - "$ref": "#/components/parameters/fleet.search:suggest_text" + "$ref": "#/components/parameters/fleet.search-suggest_text" }, { - "$ref": "#/components/parameters/fleet.search:terminate_after" + "$ref": "#/components/parameters/fleet.search-terminate_after" }, { - "$ref": "#/components/parameters/fleet.search:timeout" + "$ref": "#/components/parameters/fleet.search-timeout" }, { - "$ref": "#/components/parameters/fleet.search:track_total_hits" + "$ref": "#/components/parameters/fleet.search-track_total_hits" }, { - "$ref": "#/components/parameters/fleet.search:track_scores" + "$ref": "#/components/parameters/fleet.search-track_scores" }, { - "$ref": "#/components/parameters/fleet.search:typed_keys" + "$ref": "#/components/parameters/fleet.search-typed_keys" }, { - "$ref": "#/components/parameters/fleet.search:rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.search:version" + "$ref": "#/components/parameters/fleet.search-version" }, { - "$ref": "#/components/parameters/fleet.search:_source" + "$ref": "#/components/parameters/fleet.search-_source" }, { - "$ref": "#/components/parameters/fleet.search:_source_excludes" + "$ref": "#/components/parameters/fleet.search-_source_excludes" }, { - "$ref": "#/components/parameters/fleet.search:_source_includes" + "$ref": "#/components/parameters/fleet.search-_source_includes" }, { - "$ref": "#/components/parameters/fleet.search:seq_no_primary_term" + "$ref": "#/components/parameters/fleet.search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/fleet.search:q" + "$ref": "#/components/parameters/fleet.search-q" }, { - "$ref": "#/components/parameters/fleet.search:size" + "$ref": "#/components/parameters/fleet.search-size" }, { - "$ref": "#/components/parameters/fleet.search:from" + "$ref": "#/components/parameters/fleet.search-from" }, { - "$ref": "#/components/parameters/fleet.search:sort" + "$ref": "#/components/parameters/fleet.search-sort" }, { - "$ref": "#/components/parameters/fleet.search:wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.search-wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.search:allow_partial_search_results" + "$ref": "#/components/parameters/fleet.search-allow_partial_search_results" } ], "requestBody": { @@ -11167,7 +11167,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.search:200" + "$ref": "#/components/responses/fleet.search-200" } }, "x-state": "Technical preview" @@ -11181,136 +11181,136 @@ "operationId": "fleet-search-1", "parameters": [ { - "$ref": "#/components/parameters/fleet.search:index" + "$ref": "#/components/parameters/fleet.search-index" }, { - "$ref": "#/components/parameters/fleet.search:allow_no_indices" + "$ref": "#/components/parameters/fleet.search-allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.search:analyzer" + "$ref": "#/components/parameters/fleet.search-analyzer" }, { - "$ref": "#/components/parameters/fleet.search:analyze_wildcard" + "$ref": "#/components/parameters/fleet.search-analyze_wildcard" }, { - "$ref": "#/components/parameters/fleet.search:batched_reduce_size" + "$ref": "#/components/parameters/fleet.search-batched_reduce_size" }, { - "$ref": "#/components/parameters/fleet.search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.search:default_operator" + "$ref": "#/components/parameters/fleet.search-default_operator" }, { - "$ref": "#/components/parameters/fleet.search:df" + "$ref": "#/components/parameters/fleet.search-df" }, { - "$ref": "#/components/parameters/fleet.search:docvalue_fields" + "$ref": "#/components/parameters/fleet.search-docvalue_fields" }, { - "$ref": "#/components/parameters/fleet.search:expand_wildcards" + "$ref": "#/components/parameters/fleet.search-expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.search:explain" + "$ref": "#/components/parameters/fleet.search-explain" }, { - "$ref": "#/components/parameters/fleet.search:ignore_throttled" + "$ref": "#/components/parameters/fleet.search-ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.search:ignore_unavailable" + "$ref": "#/components/parameters/fleet.search-ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.search:lenient" + "$ref": "#/components/parameters/fleet.search-lenient" }, { - "$ref": "#/components/parameters/fleet.search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.search:preference" + "$ref": "#/components/parameters/fleet.search-preference" }, { - "$ref": "#/components/parameters/fleet.search:pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.search:request_cache" + "$ref": "#/components/parameters/fleet.search-request_cache" }, { - "$ref": "#/components/parameters/fleet.search:routing" + "$ref": "#/components/parameters/fleet.search-routing" }, { - "$ref": "#/components/parameters/fleet.search:scroll" + "$ref": "#/components/parameters/fleet.search-scroll" }, { - "$ref": "#/components/parameters/fleet.search:search_type" + "$ref": "#/components/parameters/fleet.search-search_type" }, { - "$ref": "#/components/parameters/fleet.search:stats" + "$ref": "#/components/parameters/fleet.search-stats" }, { - "$ref": "#/components/parameters/fleet.search:stored_fields" + "$ref": "#/components/parameters/fleet.search-stored_fields" }, { - "$ref": "#/components/parameters/fleet.search:suggest_field" + "$ref": "#/components/parameters/fleet.search-suggest_field" }, { - "$ref": "#/components/parameters/fleet.search:suggest_mode" + "$ref": "#/components/parameters/fleet.search-suggest_mode" }, { - "$ref": "#/components/parameters/fleet.search:suggest_size" + "$ref": "#/components/parameters/fleet.search-suggest_size" }, { - "$ref": "#/components/parameters/fleet.search:suggest_text" + "$ref": "#/components/parameters/fleet.search-suggest_text" }, { - "$ref": "#/components/parameters/fleet.search:terminate_after" + "$ref": "#/components/parameters/fleet.search-terminate_after" }, { - "$ref": "#/components/parameters/fleet.search:timeout" + "$ref": "#/components/parameters/fleet.search-timeout" }, { - "$ref": "#/components/parameters/fleet.search:track_total_hits" + "$ref": "#/components/parameters/fleet.search-track_total_hits" }, { - "$ref": "#/components/parameters/fleet.search:track_scores" + "$ref": "#/components/parameters/fleet.search-track_scores" }, { - "$ref": "#/components/parameters/fleet.search:typed_keys" + "$ref": "#/components/parameters/fleet.search-typed_keys" }, { - "$ref": "#/components/parameters/fleet.search:rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.search:version" + "$ref": "#/components/parameters/fleet.search-version" }, { - "$ref": "#/components/parameters/fleet.search:_source" + "$ref": "#/components/parameters/fleet.search-_source" }, { - "$ref": "#/components/parameters/fleet.search:_source_excludes" + "$ref": "#/components/parameters/fleet.search-_source_excludes" }, { - "$ref": "#/components/parameters/fleet.search:_source_includes" + "$ref": "#/components/parameters/fleet.search-_source_includes" }, { - "$ref": "#/components/parameters/fleet.search:seq_no_primary_term" + "$ref": "#/components/parameters/fleet.search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/fleet.search:q" + "$ref": "#/components/parameters/fleet.search-q" }, { - "$ref": "#/components/parameters/fleet.search:size" + "$ref": "#/components/parameters/fleet.search-size" }, { - "$ref": "#/components/parameters/fleet.search:from" + "$ref": "#/components/parameters/fleet.search-from" }, { - "$ref": "#/components/parameters/fleet.search:sort" + "$ref": "#/components/parameters/fleet.search-sort" }, { - "$ref": "#/components/parameters/fleet.search:wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.search-wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.search:allow_partial_search_results" + "$ref": "#/components/parameters/fleet.search-allow_partial_search_results" } ], "requestBody": { @@ -11318,7 +11318,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.search:200" + "$ref": "#/components/responses/fleet.search-200" } }, "x-state": "Technical preview" @@ -11343,7 +11343,7 @@ "contexts": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.get_script_context:Context" + "$ref": "#/components/schemas/_global.get_script_context.Context" } } }, @@ -11376,7 +11376,7 @@ "language_contexts": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.get_script_languages:LanguageContext" + "$ref": "#/components/schemas/_global.get_script_languages.LanguageContext" } }, "types_allowed": { @@ -11410,13 +11410,13 @@ "operationId": "graph-explore", "parameters": [ { - "$ref": "#/components/parameters/graph.explore:index" + "$ref": "#/components/parameters/graph.explore-index" }, { - "$ref": "#/components/parameters/graph.explore:routing" + "$ref": "#/components/parameters/graph.explore-routing" }, { - "$ref": "#/components/parameters/graph.explore:timeout" + "$ref": "#/components/parameters/graph.explore-timeout" } ], "requestBody": { @@ -11424,7 +11424,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/graph.explore:200" + "$ref": "#/components/responses/graph.explore-200" } } }, @@ -11440,13 +11440,13 @@ "operationId": "graph-explore-1", "parameters": [ { - "$ref": "#/components/parameters/graph.explore:index" + "$ref": "#/components/parameters/graph.explore-index" }, { - "$ref": "#/components/parameters/graph.explore:routing" + "$ref": "#/components/parameters/graph.explore-routing" }, { - "$ref": "#/components/parameters/graph.explore:timeout" + "$ref": "#/components/parameters/graph.explore-timeout" } ], "requestBody": { @@ -11454,7 +11454,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/graph.explore:200" + "$ref": "#/components/responses/graph.explore-200" } } } @@ -11469,18 +11469,18 @@ "operationId": "health-report", "parameters": [ { - "$ref": "#/components/parameters/health_report:timeout" + "$ref": "#/components/parameters/health_report-timeout" }, { - "$ref": "#/components/parameters/health_report:verbose" + "$ref": "#/components/parameters/health_report-verbose" }, { - "$ref": "#/components/parameters/health_report:size" + "$ref": "#/components/parameters/health_report-size" } ], "responses": { "200": { - "$ref": "#/components/responses/health_report:200" + "$ref": "#/components/responses/health_report-200" } }, "x-state": "Added in 8.7.0" @@ -11496,21 +11496,21 @@ "operationId": "health-report-1", "parameters": [ { - "$ref": "#/components/parameters/health_report:feature" + "$ref": "#/components/parameters/health_report-feature" }, { - "$ref": "#/components/parameters/health_report:timeout" + "$ref": "#/components/parameters/health_report-timeout" }, { - "$ref": "#/components/parameters/health_report:verbose" + "$ref": "#/components/parameters/health_report-verbose" }, { - "$ref": "#/components/parameters/health_report:size" + "$ref": "#/components/parameters/health_report-size" } ], "responses": { "200": { - "$ref": "#/components/responses/health_report:200" + "$ref": "#/components/responses/health_report-200" } }, "x-state": "Added in 8.7.0" @@ -11525,18 +11525,18 @@ "operationId": "ilm-get-lifecycle", "parameters": [ { - "$ref": "#/components/parameters/ilm.get_lifecycle:policy" + "$ref": "#/components/parameters/ilm.get_lifecycle-policy" }, { - "$ref": "#/components/parameters/ilm.get_lifecycle:master_timeout" + "$ref": "#/components/parameters/ilm.get_lifecycle-master_timeout" }, { - "$ref": "#/components/parameters/ilm.get_lifecycle:timeout" + "$ref": "#/components/parameters/ilm.get_lifecycle-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ilm.get_lifecycle:200" + "$ref": "#/components/responses/ilm.get_lifecycle-200" } }, "x-state": "Added in 6.6.0" @@ -11559,7 +11559,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -11569,7 +11569,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -11579,7 +11579,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -11591,7 +11591,7 @@ "type": "object", "properties": { "policy": { - "$ref": "#/components/schemas/ilm._types:Policy" + "$ref": "#/components/schemas/ilm._types.Policy" } } }, @@ -11610,7 +11610,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "PutLifecycleResponseExample1": { @@ -11639,7 +11639,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -11649,7 +11649,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -11659,7 +11659,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -11670,7 +11670,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "DeleteLifecycleResponseExample1": { @@ -11701,7 +11701,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -11731,7 +11731,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -11747,7 +11747,7 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ilm.explain_lifecycle:LifecycleExplain" + "$ref": "#/components/schemas/ilm.explain_lifecycle.LifecycleExplain" } } }, @@ -11777,15 +11777,15 @@ "operationId": "ilm-get-lifecycle-1", "parameters": [ { - "$ref": "#/components/parameters/ilm.get_lifecycle:master_timeout" + "$ref": "#/components/parameters/ilm.get_lifecycle-master_timeout" }, { - "$ref": "#/components/parameters/ilm.get_lifecycle:timeout" + "$ref": "#/components/parameters/ilm.get_lifecycle-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ilm.get_lifecycle:200" + "$ref": "#/components/responses/ilm.get_lifecycle-200" } }, "x-state": "Added in 6.6.0" @@ -11808,7 +11808,7 @@ "type": "object", "properties": { "operation_mode": { - "$ref": "#/components/schemas/_types:LifecycleOperationMode" + "$ref": "#/components/schemas/_types.LifecycleOperationMode" } }, "required": [ @@ -11856,7 +11856,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -11907,7 +11907,7 @@ } }, "migrated_indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "migrated_legacy_templates": { "description": "The legacy index templates that were updated to not contain custom routing settings for the provided data attribute.", @@ -11970,7 +11970,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" } @@ -11982,10 +11982,10 @@ "type": "object", "properties": { "current_step": { - "$ref": "#/components/schemas/ilm.move_to_step:StepKey" + "$ref": "#/components/schemas/ilm.move_to_step.StepKey" }, "next_step": { - "$ref": "#/components/schemas/ilm.move_to_step:StepKey" + "$ref": "#/components/schemas/ilm.move_to_step.StepKey" } }, "required": [ @@ -12014,7 +12014,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MoveToStepResponseExample1": { @@ -12045,7 +12045,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" } @@ -12061,7 +12061,7 @@ "failed_indexes": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "has_failures": { @@ -12102,7 +12102,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" } @@ -12113,7 +12113,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -12137,7 +12137,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12147,7 +12147,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -12158,7 +12158,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "StartILMResponseExample1": { @@ -12188,7 +12188,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12198,7 +12198,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -12209,7 +12209,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "StopILMResponseExample1": { @@ -12237,43 +12237,43 @@ "operationId": "index-2", "parameters": [ { - "$ref": "#/components/parameters/index:index" + "$ref": "#/components/parameters/index-index" }, { - "$ref": "#/components/parameters/index:if_primary_term" + "$ref": "#/components/parameters/index-if_primary_term" }, { - "$ref": "#/components/parameters/index:if_seq_no" + "$ref": "#/components/parameters/index-if_seq_no" }, { - "$ref": "#/components/parameters/index:include_source_on_error" + "$ref": "#/components/parameters/index-include_source_on_error" }, { - "$ref": "#/components/parameters/index:op_type" + "$ref": "#/components/parameters/index-op_type" }, { - "$ref": "#/components/parameters/index:pipeline" + "$ref": "#/components/parameters/index-pipeline" }, { - "$ref": "#/components/parameters/index:refresh" + "$ref": "#/components/parameters/index-refresh" }, { - "$ref": "#/components/parameters/index:routing" + "$ref": "#/components/parameters/index-routing" }, { - "$ref": "#/components/parameters/index:timeout" + "$ref": "#/components/parameters/index-timeout" }, { - "$ref": "#/components/parameters/index:version" + "$ref": "#/components/parameters/index-version" }, { - "$ref": "#/components/parameters/index:version_type" + "$ref": "#/components/parameters/index-version_type" }, { - "$ref": "#/components/parameters/index:wait_for_active_shards" + "$ref": "#/components/parameters/index-wait_for_active_shards" }, { - "$ref": "#/components/parameters/index:require_alias" + "$ref": "#/components/parameters/index-require_alias" } ], "requestBody": { @@ -12281,7 +12281,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index:200" + "$ref": "#/components/responses/index-200" } } } @@ -12302,7 +12302,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -12313,7 +12313,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/indices.add_block:IndicesBlockOptions" + "$ref": "#/components/schemas/indices.add_block.IndicesBlockOptions" }, "style": "simple" }, @@ -12333,7 +12333,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -12353,7 +12353,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12363,7 +12363,7 @@ "description": "The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.\nIf no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -12385,7 +12385,7 @@ "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.add_block:IndicesBlockStatus" + "$ref": "#/components/schemas/indices.add_block.IndicesBlockStatus" } } }, @@ -12421,7 +12421,7 @@ "operationId": "indices-analyze", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -12429,7 +12429,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } }, @@ -12445,7 +12445,7 @@ "operationId": "indices-analyze-1", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -12453,7 +12453,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } } @@ -12471,10 +12471,10 @@ "operationId": "indices-analyze-2", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index" + "$ref": "#/components/parameters/indices.analyze-index" }, { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -12482,7 +12482,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } }, @@ -12498,10 +12498,10 @@ "operationId": "indices-analyze-3", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index" + "$ref": "#/components/parameters/indices.analyze-index" }, { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -12509,7 +12509,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } } @@ -12530,7 +12530,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" } @@ -12541,7 +12541,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -12560,33 +12560,33 @@ "operationId": "indices-clear-cache", "parameters": [ { - "$ref": "#/components/parameters/indices.clear_cache:index_" + "$ref": "#/components/parameters/indices.clear_cache-index_" }, { - "$ref": "#/components/parameters/indices.clear_cache:allow_no_indices" + "$ref": "#/components/parameters/indices.clear_cache-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.clear_cache:expand_wildcards" + "$ref": "#/components/parameters/indices.clear_cache-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.clear_cache:fielddata" + "$ref": "#/components/parameters/indices.clear_cache-fielddata" }, { - "$ref": "#/components/parameters/indices.clear_cache:fields" + "$ref": "#/components/parameters/indices.clear_cache-fields" }, { - "$ref": "#/components/parameters/indices.clear_cache:ignore_unavailable" + "$ref": "#/components/parameters/indices.clear_cache-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.clear_cache:query" + "$ref": "#/components/parameters/indices.clear_cache-query" }, { - "$ref": "#/components/parameters/indices.clear_cache:request" + "$ref": "#/components/parameters/indices.clear_cache-request" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.clear_cache:200" + "$ref": "#/components/responses/indices.clear_cache-200" } } } @@ -12601,36 +12601,36 @@ "operationId": "indices-clear-cache-1", "parameters": [ { - "$ref": "#/components/parameters/indices.clear_cache:index" + "$ref": "#/components/parameters/indices.clear_cache-index" }, { - "$ref": "#/components/parameters/indices.clear_cache:index_" + "$ref": "#/components/parameters/indices.clear_cache-index_" }, { - "$ref": "#/components/parameters/indices.clear_cache:allow_no_indices" + "$ref": "#/components/parameters/indices.clear_cache-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.clear_cache:expand_wildcards" + "$ref": "#/components/parameters/indices.clear_cache-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.clear_cache:fielddata" + "$ref": "#/components/parameters/indices.clear_cache-fielddata" }, { - "$ref": "#/components/parameters/indices.clear_cache:fields" + "$ref": "#/components/parameters/indices.clear_cache-fields" }, { - "$ref": "#/components/parameters/indices.clear_cache:ignore_unavailable" + "$ref": "#/components/parameters/indices.clear_cache-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.clear_cache:query" + "$ref": "#/components/parameters/indices.clear_cache-query" }, { - "$ref": "#/components/parameters/indices.clear_cache:request" + "$ref": "#/components/parameters/indices.clear_cache-request" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.clear_cache:200" + "$ref": "#/components/responses/indices.clear_cache-200" } } } @@ -12645,19 +12645,19 @@ "operationId": "indices-clone", "parameters": [ { - "$ref": "#/components/parameters/indices.clone:index" + "$ref": "#/components/parameters/indices.clone-index" }, { - "$ref": "#/components/parameters/indices.clone:target" + "$ref": "#/components/parameters/indices.clone-target" }, { - "$ref": "#/components/parameters/indices.clone:master_timeout" + "$ref": "#/components/parameters/indices.clone-master_timeout" }, { - "$ref": "#/components/parameters/indices.clone:timeout" + "$ref": "#/components/parameters/indices.clone-timeout" }, { - "$ref": "#/components/parameters/indices.clone:wait_for_active_shards" + "$ref": "#/components/parameters/indices.clone-wait_for_active_shards" } ], "requestBody": { @@ -12665,7 +12665,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.clone:200" + "$ref": "#/components/responses/indices.clone-200" } }, "x-state": "Added in 7.4.0" @@ -12679,19 +12679,19 @@ "operationId": "indices-clone-1", "parameters": [ { - "$ref": "#/components/parameters/indices.clone:index" + "$ref": "#/components/parameters/indices.clone-index" }, { - "$ref": "#/components/parameters/indices.clone:target" + "$ref": "#/components/parameters/indices.clone-target" }, { - "$ref": "#/components/parameters/indices.clone:master_timeout" + "$ref": "#/components/parameters/indices.clone-master_timeout" }, { - "$ref": "#/components/parameters/indices.clone:timeout" + "$ref": "#/components/parameters/indices.clone-timeout" }, { - "$ref": "#/components/parameters/indices.clone:wait_for_active_shards" + "$ref": "#/components/parameters/indices.clone-wait_for_active_shards" } ], "requestBody": { @@ -12699,7 +12699,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.clone:200" + "$ref": "#/components/responses/indices.clone-200" } }, "x-state": "Added in 7.4.0" @@ -12721,7 +12721,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -12741,7 +12741,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -12761,7 +12761,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12771,7 +12771,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12781,7 +12781,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" } @@ -12800,7 +12800,7 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.close:CloseIndexResult" + "$ref": "#/components/schemas/indices.close.CloseIndexResult" } }, "shards_acknowledged": { @@ -12841,7 +12841,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -12861,7 +12861,7 @@ "description": "Type of index that wildcard expressions can match. If the request can target data streams, this argument\ndetermines whether wildcard expressions match hidden data streams. Supports comma-separated values,\nsuch as open,hidden.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -12911,7 +12911,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12921,7 +12921,7 @@ "description": "Return only information on specified index features", "deprecated": false, "schema": { - "$ref": "#/components/schemas/indices.get:Features" + "$ref": "#/components/schemas/indices.get.Features" }, "style": "form" } @@ -12934,7 +12934,7 @@ "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" } } } @@ -12957,7 +12957,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -12967,7 +12967,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12977,7 +12977,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12987,7 +12987,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" } @@ -13002,14 +13002,14 @@ "description": "Aliases for the index.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } } }, @@ -13042,7 +13042,7 @@ "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shards_acknowledged": { "type": "boolean" @@ -13077,7 +13077,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -13097,7 +13097,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -13117,7 +13117,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -13127,7 +13127,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -13138,7 +13138,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:IndicesResponseBase" + "$ref": "#/components/schemas/_types.IndicesResponseBase" } } } @@ -13160,7 +13160,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -13180,7 +13180,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -13245,24 +13245,24 @@ "operationId": "indices-get-data-stream-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_data_stream:name" + "$ref": "#/components/parameters/indices.get_data_stream-name" }, { - "$ref": "#/components/parameters/indices.get_data_stream:expand_wildcards" + "$ref": "#/components/parameters/indices.get_data_stream-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_data_stream:include_defaults" + "$ref": "#/components/parameters/indices.get_data_stream-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_data_stream:master_timeout" + "$ref": "#/components/parameters/indices.get_data_stream-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_data_stream:verbose" + "$ref": "#/components/parameters/indices.get_data_stream-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_data_stream:200" + "$ref": "#/components/responses/indices.get_data_stream-200" } }, "x-state": "Added in 7.9.0" @@ -13282,7 +13282,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "style": "simple" }, @@ -13292,7 +13292,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -13302,7 +13302,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -13313,7 +13313,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -13336,7 +13336,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, @@ -13346,7 +13346,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -13356,7 +13356,7 @@ "description": "Type of data stream that wildcard patterns can match. Supports comma-separated values,such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" } @@ -13367,7 +13367,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -13386,10 +13386,10 @@ "operationId": "indices-create-from", "parameters": [ { - "$ref": "#/components/parameters/indices.create_from:source" + "$ref": "#/components/parameters/indices.create_from-source" }, { - "$ref": "#/components/parameters/indices.create_from:dest" + "$ref": "#/components/parameters/indices.create_from-dest" } ], "requestBody": { @@ -13397,7 +13397,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.create_from:200" + "$ref": "#/components/responses/indices.create_from-200" } }, "x-state": "Technical preview" @@ -13411,10 +13411,10 @@ "operationId": "indices-create-from-1", "parameters": [ { - "$ref": "#/components/parameters/indices.create_from:source" + "$ref": "#/components/parameters/indices.create_from-source" }, { - "$ref": "#/components/parameters/indices.create_from:dest" + "$ref": "#/components/parameters/indices.create_from-dest" } ], "requestBody": { @@ -13422,7 +13422,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.create_from:200" + "$ref": "#/components/responses/indices.create_from-200" } }, "x-state": "Technical preview" @@ -13438,12 +13438,12 @@ "operationId": "indices-data-streams-stats", "parameters": [ { - "$ref": "#/components/parameters/indices.data_streams_stats:expand_wildcards" + "$ref": "#/components/parameters/indices.data_streams_stats-expand_wildcards" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.data_streams_stats:200" + "$ref": "#/components/responses/indices.data_streams_stats-200" } }, "x-state": "Added in 7.9.0" @@ -13459,15 +13459,15 @@ "operationId": "indices-data-streams-stats-1", "parameters": [ { - "$ref": "#/components/parameters/indices.data_streams_stats:name" + "$ref": "#/components/parameters/indices.data_streams_stats-name" }, { - "$ref": "#/components/parameters/indices.data_streams_stats:expand_wildcards" + "$ref": "#/components/parameters/indices.data_streams_stats-expand_wildcards" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.data_streams_stats:200" + "$ref": "#/components/responses/indices.data_streams_stats-200" } }, "x-state": "Added in 7.9.0" @@ -13483,27 +13483,27 @@ "operationId": "indices-get-alias-2", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:index" + "$ref": "#/components/parameters/indices.get_alias-index" }, { - "$ref": "#/components/parameters/indices.get_alias:name" + "$ref": "#/components/parameters/indices.get_alias-name" }, { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } }, @@ -13516,16 +13516,16 @@ "operationId": "indices-put-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -13533,7 +13533,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -13546,16 +13546,16 @@ "operationId": "indices-put-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -13563,7 +13563,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -13576,21 +13576,21 @@ "operationId": "indices-delete-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.delete_alias:index" + "$ref": "#/components/parameters/indices.delete_alias-index" }, { - "$ref": "#/components/parameters/indices.delete_alias:name" + "$ref": "#/components/parameters/indices.delete_alias-name" }, { - "$ref": "#/components/parameters/indices.delete_alias:master_timeout" + "$ref": "#/components/parameters/indices.delete_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.delete_alias:timeout" + "$ref": "#/components/parameters/indices.delete_alias-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.delete_alias:200" + "$ref": "#/components/responses/indices.delete_alias-200" } } }, @@ -13603,27 +13603,27 @@ "operationId": "indices-exists-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.exists_alias:index" + "$ref": "#/components/parameters/indices.exists_alias-index" }, { - "$ref": "#/components/parameters/indices.exists_alias:name" + "$ref": "#/components/parameters/indices.exists_alias-name" }, { - "$ref": "#/components/parameters/indices.exists_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.exists_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.exists_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.exists_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.exists_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.exists_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.exists_alias:master_timeout" + "$ref": "#/components/parameters/indices.exists_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.exists_alias:200" + "$ref": "#/components/responses/indices.exists_alias-200" } } } @@ -13638,16 +13638,16 @@ "operationId": "indices-put-alias-2", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -13655,7 +13655,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -13668,16 +13668,16 @@ "operationId": "indices-put-alias-3", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -13685,7 +13685,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -13698,21 +13698,21 @@ "operationId": "indices-delete-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.delete_alias:index" + "$ref": "#/components/parameters/indices.delete_alias-index" }, { - "$ref": "#/components/parameters/indices.delete_alias:name" + "$ref": "#/components/parameters/indices.delete_alias-name" }, { - "$ref": "#/components/parameters/indices.delete_alias:master_timeout" + "$ref": "#/components/parameters/indices.delete_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.delete_alias:timeout" + "$ref": "#/components/parameters/indices.delete_alias-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.delete_alias:200" + "$ref": "#/components/responses/indices.delete_alias-200" } } } @@ -13733,7 +13733,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, @@ -13743,7 +13743,7 @@ "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -13763,7 +13763,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -13779,7 +13779,7 @@ "data_streams": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get_data_lifecycle:DataStreamWithLifecycle" + "$ref": "#/components/schemas/indices.get_data_lifecycle.DataStreamWithLifecycle" } } }, @@ -13814,7 +13814,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, @@ -13824,7 +13824,7 @@ "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `hidden`, `open`, `closed`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -13834,7 +13834,7 @@ "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -13844,7 +13844,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -13856,10 +13856,10 @@ "type": "object", "properties": { "data_retention": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "downsampling": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleDownsampling" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleDownsampling" }, "enabled": { "description": "If defined, it turns data stream lifecycle on/off (`true`/`false`) for this data stream. A data stream lifecycle\nthat's disabled (enabled: `false`) will have no effect on the data stream.", @@ -13887,7 +13887,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "IndicesPutDataLifecycleResponseExample1": { @@ -13916,7 +13916,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, @@ -13926,7 +13926,7 @@ "description": "Whether wildcard expressions should get expanded to open or closed indices (default: open)", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -13936,7 +13936,7 @@ "description": "Specify timeout for connection to master", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -13946,7 +13946,7 @@ "description": "Explicit timestamp for the document", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -13957,7 +13957,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "IndicesDeleteDataLifecycleResponseExample1": { @@ -13982,24 +13982,24 @@ "operationId": "indices-get-index-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_index_template:name" + "$ref": "#/components/parameters/indices.get_index_template-name" }, { - "$ref": "#/components/parameters/indices.get_index_template:local" + "$ref": "#/components/parameters/indices.get_index_template-local" }, { - "$ref": "#/components/parameters/indices.get_index_template:flat_settings" + "$ref": "#/components/parameters/indices.get_index_template-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_index_template:master_timeout" + "$ref": "#/components/parameters/indices.get_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_index_template:include_defaults" + "$ref": "#/components/parameters/indices.get_index_template-include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_index_template:200" + "$ref": "#/components/responses/indices.get_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -14013,16 +14013,16 @@ "operationId": "indices-put-index-template", "parameters": [ { - "$ref": "#/components/parameters/indices.put_index_template:name" + "$ref": "#/components/parameters/indices.put_index_template-name" }, { - "$ref": "#/components/parameters/indices.put_index_template:create" + "$ref": "#/components/parameters/indices.put_index_template-create" }, { - "$ref": "#/components/parameters/indices.put_index_template:master_timeout" + "$ref": "#/components/parameters/indices.put_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_index_template:cause" + "$ref": "#/components/parameters/indices.put_index_template-cause" } ], "requestBody": { @@ -14030,7 +14030,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_index_template:200" + "$ref": "#/components/responses/indices.put_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -14044,16 +14044,16 @@ "operationId": "indices-put-index-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_index_template:name" + "$ref": "#/components/parameters/indices.put_index_template-name" }, { - "$ref": "#/components/parameters/indices.put_index_template:create" + "$ref": "#/components/parameters/indices.put_index_template-create" }, { - "$ref": "#/components/parameters/indices.put_index_template:master_timeout" + "$ref": "#/components/parameters/indices.put_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_index_template:cause" + "$ref": "#/components/parameters/indices.put_index_template-cause" } ], "requestBody": { @@ -14061,7 +14061,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_index_template:200" + "$ref": "#/components/responses/indices.put_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -14081,7 +14081,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -14091,7 +14091,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -14101,7 +14101,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -14112,7 +14112,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -14135,7 +14135,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -14165,7 +14165,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -14193,21 +14193,21 @@ "operationId": "indices-get-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_template:name" + "$ref": "#/components/parameters/indices.get_template-name" }, { - "$ref": "#/components/parameters/indices.get_template:flat_settings" + "$ref": "#/components/parameters/indices.get_template-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_template:local" + "$ref": "#/components/parameters/indices.get_template-local" }, { - "$ref": "#/components/parameters/indices.get_template:master_timeout" + "$ref": "#/components/parameters/indices.get_template-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_template:200" + "$ref": "#/components/responses/indices.get_template-200" } } }, @@ -14223,19 +14223,19 @@ "operationId": "indices-put-template", "parameters": [ { - "$ref": "#/components/parameters/indices.put_template:name" + "$ref": "#/components/parameters/indices.put_template-name" }, { - "$ref": "#/components/parameters/indices.put_template:create" + "$ref": "#/components/parameters/indices.put_template-create" }, { - "$ref": "#/components/parameters/indices.put_template:master_timeout" + "$ref": "#/components/parameters/indices.put_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_template:order" + "$ref": "#/components/parameters/indices.put_template-order" }, { - "$ref": "#/components/parameters/indices.put_template:cause" + "$ref": "#/components/parameters/indices.put_template-cause" } ], "requestBody": { @@ -14243,7 +14243,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_template:200" + "$ref": "#/components/responses/indices.put_template-200" } } }, @@ -14259,19 +14259,19 @@ "operationId": "indices-put-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_template:name" + "$ref": "#/components/parameters/indices.put_template-name" }, { - "$ref": "#/components/parameters/indices.put_template:create" + "$ref": "#/components/parameters/indices.put_template-create" }, { - "$ref": "#/components/parameters/indices.put_template:master_timeout" + "$ref": "#/components/parameters/indices.put_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_template:order" + "$ref": "#/components/parameters/indices.put_template-order" }, { - "$ref": "#/components/parameters/indices.put_template:cause" + "$ref": "#/components/parameters/indices.put_template-cause" } ], "requestBody": { @@ -14279,7 +14279,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_template:200" + "$ref": "#/components/responses/indices.put_template-200" } } }, @@ -14297,7 +14297,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -14307,7 +14307,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -14317,7 +14317,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -14328,7 +14328,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -14353,7 +14353,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -14383,7 +14383,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -14414,7 +14414,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -14434,7 +14434,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -14500,7 +14500,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -14511,7 +14511,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" } @@ -14520,7 +14520,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices._types:DownsampleConfig" + "$ref": "#/components/schemas/indices._types.DownsampleConfig" }, "examples": { "DownsampleRequestExample1": { @@ -14556,24 +14556,24 @@ "operationId": "indices-get-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:name" + "$ref": "#/components/parameters/indices.get_alias-name" }, { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } }, @@ -14586,24 +14586,24 @@ "operationId": "indices-exists-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.exists_alias:name" + "$ref": "#/components/parameters/indices.exists_alias-name" }, { - "$ref": "#/components/parameters/indices.exists_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.exists_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.exists_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.exists_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.exists_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.exists_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.exists_alias:master_timeout" + "$ref": "#/components/parameters/indices.exists_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.exists_alias:200" + "$ref": "#/components/responses/indices.exists_alias-200" } } } @@ -14624,7 +14624,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -14644,7 +14644,7 @@ "description": "Specify timeout for connection to master", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -14660,7 +14660,7 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.explain_data_lifecycle:DataStreamLifecycleExplain" + "$ref": "#/components/schemas/indices.explain_data_lifecycle.DataStreamLifecycleExplain" } } }, @@ -14703,7 +14703,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -14723,7 +14723,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -14743,7 +14743,7 @@ "description": "Comma-separated list or wildcard expressions of fields to include in the statistics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" } @@ -14754,7 +14754,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices.field_usage_stats:FieldsUsageBody" + "$ref": "#/components/schemas/indices.field_usage_stats.FieldsUsageBody" }, "examples": { "indicesFieldUsageStatsResponseExample1": { @@ -14779,24 +14779,24 @@ "operationId": "indices-flush-1", "parameters": [ { - "$ref": "#/components/parameters/indices.flush:allow_no_indices" + "$ref": "#/components/parameters/indices.flush-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.flush:expand_wildcards" + "$ref": "#/components/parameters/indices.flush-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.flush:force" + "$ref": "#/components/parameters/indices.flush-force" }, { - "$ref": "#/components/parameters/indices.flush:ignore_unavailable" + "$ref": "#/components/parameters/indices.flush-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.flush:wait_if_ongoing" + "$ref": "#/components/parameters/indices.flush-wait_if_ongoing" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.flush:200" + "$ref": "#/components/responses/indices.flush-200" } } }, @@ -14809,24 +14809,24 @@ "operationId": "indices-flush", "parameters": [ { - "$ref": "#/components/parameters/indices.flush:allow_no_indices" + "$ref": "#/components/parameters/indices.flush-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.flush:expand_wildcards" + "$ref": "#/components/parameters/indices.flush-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.flush:force" + "$ref": "#/components/parameters/indices.flush-force" }, { - "$ref": "#/components/parameters/indices.flush:ignore_unavailable" + "$ref": "#/components/parameters/indices.flush-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.flush:wait_if_ongoing" + "$ref": "#/components/parameters/indices.flush-wait_if_ongoing" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.flush:200" + "$ref": "#/components/responses/indices.flush-200" } } } @@ -14841,27 +14841,27 @@ "operationId": "indices-flush-3", "parameters": [ { - "$ref": "#/components/parameters/indices.flush:index" + "$ref": "#/components/parameters/indices.flush-index" }, { - "$ref": "#/components/parameters/indices.flush:allow_no_indices" + "$ref": "#/components/parameters/indices.flush-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.flush:expand_wildcards" + "$ref": "#/components/parameters/indices.flush-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.flush:force" + "$ref": "#/components/parameters/indices.flush-force" }, { - "$ref": "#/components/parameters/indices.flush:ignore_unavailable" + "$ref": "#/components/parameters/indices.flush-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.flush:wait_if_ongoing" + "$ref": "#/components/parameters/indices.flush-wait_if_ongoing" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.flush:200" + "$ref": "#/components/responses/indices.flush-200" } } }, @@ -14874,27 +14874,27 @@ "operationId": "indices-flush-2", "parameters": [ { - "$ref": "#/components/parameters/indices.flush:index" + "$ref": "#/components/parameters/indices.flush-index" }, { - "$ref": "#/components/parameters/indices.flush:allow_no_indices" + "$ref": "#/components/parameters/indices.flush-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.flush:expand_wildcards" + "$ref": "#/components/parameters/indices.flush-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.flush:force" + "$ref": "#/components/parameters/indices.flush-force" }, { - "$ref": "#/components/parameters/indices.flush:ignore_unavailable" + "$ref": "#/components/parameters/indices.flush-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.flush:wait_if_ongoing" + "$ref": "#/components/parameters/indices.flush-wait_if_ongoing" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.flush:200" + "$ref": "#/components/responses/indices.flush-200" } } } @@ -14912,30 +14912,30 @@ "operationId": "indices-forcemerge", "parameters": [ { - "$ref": "#/components/parameters/indices.forcemerge:allow_no_indices" + "$ref": "#/components/parameters/indices.forcemerge-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.forcemerge:expand_wildcards" + "$ref": "#/components/parameters/indices.forcemerge-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.forcemerge:flush" + "$ref": "#/components/parameters/indices.forcemerge-flush" }, { - "$ref": "#/components/parameters/indices.forcemerge:ignore_unavailable" + "$ref": "#/components/parameters/indices.forcemerge-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.forcemerge:max_num_segments" + "$ref": "#/components/parameters/indices.forcemerge-max_num_segments" }, { - "$ref": "#/components/parameters/indices.forcemerge:only_expunge_deletes" + "$ref": "#/components/parameters/indices.forcemerge-only_expunge_deletes" }, { - "$ref": "#/components/parameters/indices.forcemerge:wait_for_completion" + "$ref": "#/components/parameters/indices.forcemerge-wait_for_completion" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.forcemerge:200" + "$ref": "#/components/responses/indices.forcemerge-200" } }, "x-state": "Added in 2.1.0" @@ -14954,33 +14954,33 @@ "operationId": "indices-forcemerge-1", "parameters": [ { - "$ref": "#/components/parameters/indices.forcemerge:index" + "$ref": "#/components/parameters/indices.forcemerge-index" }, { - "$ref": "#/components/parameters/indices.forcemerge:allow_no_indices" + "$ref": "#/components/parameters/indices.forcemerge-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.forcemerge:expand_wildcards" + "$ref": "#/components/parameters/indices.forcemerge-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.forcemerge:flush" + "$ref": "#/components/parameters/indices.forcemerge-flush" }, { - "$ref": "#/components/parameters/indices.forcemerge:ignore_unavailable" + "$ref": "#/components/parameters/indices.forcemerge-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.forcemerge:max_num_segments" + "$ref": "#/components/parameters/indices.forcemerge-max_num_segments" }, { - "$ref": "#/components/parameters/indices.forcemerge:only_expunge_deletes" + "$ref": "#/components/parameters/indices.forcemerge-only_expunge_deletes" }, { - "$ref": "#/components/parameters/indices.forcemerge:wait_for_completion" + "$ref": "#/components/parameters/indices.forcemerge-wait_for_completion" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.forcemerge:200" + "$ref": "#/components/responses/indices.forcemerge-200" } }, "x-state": "Added in 2.1.0" @@ -14996,21 +14996,21 @@ "operationId": "indices-get-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } } @@ -15025,24 +15025,24 @@ "operationId": "indices-get-alias-3", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:index" + "$ref": "#/components/parameters/indices.get_alias-index" }, { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } } @@ -15071,14 +15071,14 @@ "description": "Information about the data streams that are managed by the data stream lifecycle.", "type": "array", "items": { - "$ref": "#/components/schemas/indices.get_data_lifecycle_stats:DataStreamStats" + "$ref": "#/components/schemas/indices.get_data_lifecycle_stats.DataStreamStats" } }, "last_run_duration_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "time_between_starts_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -15109,21 +15109,21 @@ "operationId": "indices-get-data-stream", "parameters": [ { - "$ref": "#/components/parameters/indices.get_data_stream:expand_wildcards" + "$ref": "#/components/parameters/indices.get_data_stream-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_data_stream:include_defaults" + "$ref": "#/components/parameters/indices.get_data_stream-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_data_stream:master_timeout" + "$ref": "#/components/parameters/indices.get_data_stream-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_data_stream:verbose" + "$ref": "#/components/parameters/indices.get_data_stream-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_data_stream:200" + "$ref": "#/components/responses/indices.get_data_stream-200" } }, "x-state": "Added in 7.9.0" @@ -15139,24 +15139,24 @@ "operationId": "indices-get-field-mapping", "parameters": [ { - "$ref": "#/components/parameters/indices.get_field_mapping:fields" + "$ref": "#/components/parameters/indices.get_field_mapping-fields" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.get_field_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.get_field_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_field_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:include_defaults" + "$ref": "#/components/parameters/indices.get_field_mapping-include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_field_mapping:200" + "$ref": "#/components/responses/indices.get_field_mapping-200" } } } @@ -15171,27 +15171,27 @@ "operationId": "indices-get-field-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_field_mapping:index" + "$ref": "#/components/parameters/indices.get_field_mapping-index" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:fields" + "$ref": "#/components/parameters/indices.get_field_mapping-fields" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.get_field_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.get_field_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_field_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:include_defaults" + "$ref": "#/components/parameters/indices.get_field_mapping-include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_field_mapping:200" + "$ref": "#/components/responses/indices.get_field_mapping-200" } } } @@ -15206,21 +15206,21 @@ "operationId": "indices-get-index-template", "parameters": [ { - "$ref": "#/components/parameters/indices.get_index_template:local" + "$ref": "#/components/parameters/indices.get_index_template-local" }, { - "$ref": "#/components/parameters/indices.get_index_template:flat_settings" + "$ref": "#/components/parameters/indices.get_index_template-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_index_template:master_timeout" + "$ref": "#/components/parameters/indices.get_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_index_template:include_defaults" + "$ref": "#/components/parameters/indices.get_index_template-include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_index_template:200" + "$ref": "#/components/responses/indices.get_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -15236,24 +15236,24 @@ "operationId": "indices-get-mapping", "parameters": [ { - "$ref": "#/components/parameters/indices.get_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.get_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.get_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_mapping:local" + "$ref": "#/components/parameters/indices.get_mapping-local" }, { - "$ref": "#/components/parameters/indices.get_mapping:master_timeout" + "$ref": "#/components/parameters/indices.get_mapping-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_mapping:200" + "$ref": "#/components/responses/indices.get_mapping-200" } } } @@ -15268,27 +15268,27 @@ "operationId": "indices-get-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_mapping:index" + "$ref": "#/components/parameters/indices.get_mapping-index" }, { - "$ref": "#/components/parameters/indices.get_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.get_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.get_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_mapping:local" + "$ref": "#/components/parameters/indices.get_mapping-local" }, { - "$ref": "#/components/parameters/indices.get_mapping:master_timeout" + "$ref": "#/components/parameters/indices.get_mapping-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_mapping:200" + "$ref": "#/components/responses/indices.get_mapping-200" } } }, @@ -15304,25 +15304,25 @@ "operationId": "indices-put-mapping", "parameters": [ { - "$ref": "#/components/parameters/indices.put_mapping:index" + "$ref": "#/components/parameters/indices.put_mapping-index" }, { - "$ref": "#/components/parameters/indices.put_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.put_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.put_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_mapping:master_timeout" + "$ref": "#/components/parameters/indices.put_mapping-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:timeout" + "$ref": "#/components/parameters/indices.put_mapping-timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:write_index_only" + "$ref": "#/components/parameters/indices.put_mapping-write_index_only" } ], "requestBody": { @@ -15330,7 +15330,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_mapping:200" + "$ref": "#/components/responses/indices.put_mapping-200" } } }, @@ -15346,25 +15346,25 @@ "operationId": "indices-put-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_mapping:index" + "$ref": "#/components/parameters/indices.put_mapping-index" }, { - "$ref": "#/components/parameters/indices.put_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.put_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.put_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_mapping:master_timeout" + "$ref": "#/components/parameters/indices.put_mapping-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:timeout" + "$ref": "#/components/parameters/indices.put_mapping-timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:write_index_only" + "$ref": "#/components/parameters/indices.put_mapping-write_index_only" } ], "requestBody": { @@ -15372,7 +15372,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_mapping:200" + "$ref": "#/components/responses/indices.put_mapping-200" } } } @@ -15393,7 +15393,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" } @@ -15407,10 +15407,10 @@ "type": "object", "properties": { "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "complete": { "type": "boolean" @@ -15427,7 +15427,7 @@ "in_progress": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get_migrate_reindex_status:StatusInProgress" + "$ref": "#/components/schemas/indices.get_migrate_reindex_status.StatusInProgress" } }, "pending": { @@ -15436,7 +15436,7 @@ "errors": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get_migrate_reindex_status:StatusError" + "$ref": "#/components/schemas/indices.get_migrate_reindex_status.StatusError" } }, "exception": { @@ -15471,30 +15471,30 @@ "operationId": "indices-get-settings", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } }, @@ -15510,28 +15510,28 @@ "operationId": "indices-put-settings", "parameters": [ { - "$ref": "#/components/parameters/indices.put_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.put_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.put_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_settings:flat_settings" + "$ref": "#/components/parameters/indices.put_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.put_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_settings:master_timeout" + "$ref": "#/components/parameters/indices.put_settings-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_settings:preserve_existing" + "$ref": "#/components/parameters/indices.put_settings-preserve_existing" }, { - "$ref": "#/components/parameters/indices.put_settings:reopen" + "$ref": "#/components/parameters/indices.put_settings-reopen" }, { - "$ref": "#/components/parameters/indices.put_settings:timeout" + "$ref": "#/components/parameters/indices.put_settings-timeout" } ], "requestBody": { @@ -15539,7 +15539,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_settings:200" + "$ref": "#/components/responses/indices.put_settings-200" } } } @@ -15554,33 +15554,33 @@ "operationId": "indices-get-settings-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:index" + "$ref": "#/components/parameters/indices.get_settings-index" }, { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } }, @@ -15596,31 +15596,31 @@ "operationId": "indices-put-settings-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_settings:index" + "$ref": "#/components/parameters/indices.put_settings-index" }, { - "$ref": "#/components/parameters/indices.put_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.put_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.put_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_settings:flat_settings" + "$ref": "#/components/parameters/indices.put_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.put_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_settings:master_timeout" + "$ref": "#/components/parameters/indices.put_settings-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_settings:preserve_existing" + "$ref": "#/components/parameters/indices.put_settings-preserve_existing" }, { - "$ref": "#/components/parameters/indices.put_settings:reopen" + "$ref": "#/components/parameters/indices.put_settings-reopen" }, { - "$ref": "#/components/parameters/indices.put_settings:timeout" + "$ref": "#/components/parameters/indices.put_settings-timeout" } ], "requestBody": { @@ -15628,7 +15628,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_settings:200" + "$ref": "#/components/responses/indices.put_settings-200" } } } @@ -15643,36 +15643,36 @@ "operationId": "indices-get-settings-2", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:index" + "$ref": "#/components/parameters/indices.get_settings-index" }, { - "$ref": "#/components/parameters/indices.get_settings:name" + "$ref": "#/components/parameters/indices.get_settings-name" }, { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } } @@ -15687,33 +15687,33 @@ "operationId": "indices-get-settings-3", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:name" + "$ref": "#/components/parameters/indices.get_settings-name" }, { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } } @@ -15731,18 +15731,18 @@ "operationId": "indices-get-template", "parameters": [ { - "$ref": "#/components/parameters/indices.get_template:flat_settings" + "$ref": "#/components/parameters/indices.get_template-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_template:local" + "$ref": "#/components/parameters/indices.get_template-local" }, { - "$ref": "#/components/parameters/indices.get_template:master_timeout" + "$ref": "#/components/parameters/indices.get_template-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_template:200" + "$ref": "#/components/responses/indices.get_template-200" } } } @@ -15759,7 +15759,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices.migrate_reindex:MigrateReindex" + "$ref": "#/components/schemas/indices.migrate_reindex.MigrateReindex" } } }, @@ -15771,7 +15771,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -15796,7 +15796,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -15806,7 +15806,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -15816,7 +15816,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -15827,7 +15827,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -15854,7 +15854,7 @@ "description": "Actions to perform.", "type": "array", "items": { - "$ref": "#/components/schemas/indices.modify_data_stream:Action" + "$ref": "#/components/schemas/indices.modify_data_stream.Action" } } }, @@ -15872,7 +15872,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -15897,7 +15897,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -15917,7 +15917,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -15937,7 +15937,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -15947,7 +15947,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -15957,7 +15957,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" } @@ -16010,7 +16010,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -16020,7 +16020,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -16050,15 +16050,15 @@ "operationId": "indices-recovery", "parameters": [ { - "$ref": "#/components/parameters/indices.recovery:active_only" + "$ref": "#/components/parameters/indices.recovery-active_only" }, { - "$ref": "#/components/parameters/indices.recovery:detailed" + "$ref": "#/components/parameters/indices.recovery-detailed" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.recovery:200" + "$ref": "#/components/responses/indices.recovery-200" } } } @@ -16073,18 +16073,18 @@ "operationId": "indices-recovery-1", "parameters": [ { - "$ref": "#/components/parameters/indices.recovery:index" + "$ref": "#/components/parameters/indices.recovery-index" }, { - "$ref": "#/components/parameters/indices.recovery:active_only" + "$ref": "#/components/parameters/indices.recovery-active_only" }, { - "$ref": "#/components/parameters/indices.recovery:detailed" + "$ref": "#/components/parameters/indices.recovery-detailed" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.recovery:200" + "$ref": "#/components/responses/indices.recovery-200" } } } @@ -16099,18 +16099,18 @@ "operationId": "indices-refresh-1", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } }, @@ -16123,18 +16123,18 @@ "operationId": "indices-refresh", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } } @@ -16149,21 +16149,21 @@ "operationId": "indices-refresh-3", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:index" + "$ref": "#/components/parameters/indices.refresh-index" }, { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } }, @@ -16176,21 +16176,21 @@ "operationId": "indices-refresh-2", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:index" + "$ref": "#/components/parameters/indices.refresh-index" }, { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } } @@ -16208,24 +16208,24 @@ "operationId": "indices-reload-search-analyzers", "parameters": [ { - "$ref": "#/components/parameters/indices.reload_search_analyzers:index" + "$ref": "#/components/parameters/indices.reload_search_analyzers-index" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:allow_no_indices" + "$ref": "#/components/parameters/indices.reload_search_analyzers-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:expand_wildcards" + "$ref": "#/components/parameters/indices.reload_search_analyzers-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:ignore_unavailable" + "$ref": "#/components/parameters/indices.reload_search_analyzers-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:resource" + "$ref": "#/components/parameters/indices.reload_search_analyzers-resource" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.reload_search_analyzers:200" + "$ref": "#/components/responses/indices.reload_search_analyzers-200" } }, "x-state": "Added in 7.3.0" @@ -16242,24 +16242,24 @@ "operationId": "indices-reload-search-analyzers-1", "parameters": [ { - "$ref": "#/components/parameters/indices.reload_search_analyzers:index" + "$ref": "#/components/parameters/indices.reload_search_analyzers-index" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:allow_no_indices" + "$ref": "#/components/parameters/indices.reload_search_analyzers-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:expand_wildcards" + "$ref": "#/components/parameters/indices.reload_search_analyzers-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:ignore_unavailable" + "$ref": "#/components/parameters/indices.reload_search_analyzers-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:resource" + "$ref": "#/components/parameters/indices.reload_search_analyzers-resource" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.reload_search_analyzers:200" + "$ref": "#/components/responses/indices.reload_search_analyzers-200" } }, "x-state": "Added in 7.3.0" @@ -16275,24 +16275,24 @@ "operationId": "indices-resolve-cluster", "parameters": [ { - "$ref": "#/components/parameters/indices.resolve_cluster:allow_no_indices" + "$ref": "#/components/parameters/indices.resolve_cluster-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:expand_wildcards" + "$ref": "#/components/parameters/indices.resolve_cluster-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:ignore_throttled" + "$ref": "#/components/parameters/indices.resolve_cluster-ignore_throttled" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:ignore_unavailable" + "$ref": "#/components/parameters/indices.resolve_cluster-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:timeout" + "$ref": "#/components/parameters/indices.resolve_cluster-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.resolve_cluster:200" + "$ref": "#/components/responses/indices.resolve_cluster-200" } }, "x-state": "Added in 8.13.0" @@ -16308,27 +16308,27 @@ "operationId": "indices-resolve-cluster-1", "parameters": [ { - "$ref": "#/components/parameters/indices.resolve_cluster:name" + "$ref": "#/components/parameters/indices.resolve_cluster-name" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:allow_no_indices" + "$ref": "#/components/parameters/indices.resolve_cluster-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:expand_wildcards" + "$ref": "#/components/parameters/indices.resolve_cluster-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:ignore_throttled" + "$ref": "#/components/parameters/indices.resolve_cluster-ignore_throttled" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:ignore_unavailable" + "$ref": "#/components/parameters/indices.resolve_cluster-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:timeout" + "$ref": "#/components/parameters/indices.resolve_cluster-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.resolve_cluster:200" + "$ref": "#/components/responses/indices.resolve_cluster-200" } }, "x-state": "Added in 8.13.0" @@ -16350,7 +16350,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -16360,7 +16360,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -16396,19 +16396,19 @@ "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.resolve_index:ResolveIndexItem" + "$ref": "#/components/schemas/indices.resolve_index.ResolveIndexItem" } }, "aliases": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.resolve_index:ResolveIndexAliasItem" + "$ref": "#/components/schemas/indices.resolve_index.ResolveIndexAliasItem" } }, "data_streams": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.resolve_index:ResolveIndexDataStreamsItem" + "$ref": "#/components/schemas/indices.resolve_index.ResolveIndexDataStreamsItem" } } }, @@ -16441,22 +16441,22 @@ "operationId": "indices-rollover", "parameters": [ { - "$ref": "#/components/parameters/indices.rollover:alias" + "$ref": "#/components/parameters/indices.rollover-alias" }, { - "$ref": "#/components/parameters/indices.rollover:dry_run" + "$ref": "#/components/parameters/indices.rollover-dry_run" }, { - "$ref": "#/components/parameters/indices.rollover:master_timeout" + "$ref": "#/components/parameters/indices.rollover-master_timeout" }, { - "$ref": "#/components/parameters/indices.rollover:timeout" + "$ref": "#/components/parameters/indices.rollover-timeout" }, { - "$ref": "#/components/parameters/indices.rollover:wait_for_active_shards" + "$ref": "#/components/parameters/indices.rollover-wait_for_active_shards" }, { - "$ref": "#/components/parameters/indices.rollover:lazy" + "$ref": "#/components/parameters/indices.rollover-lazy" } ], "requestBody": { @@ -16464,7 +16464,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.rollover:200" + "$ref": "#/components/responses/indices.rollover-200" } }, "x-state": "Added in 5.0.0" @@ -16480,25 +16480,25 @@ "operationId": "indices-rollover-1", "parameters": [ { - "$ref": "#/components/parameters/indices.rollover:alias" + "$ref": "#/components/parameters/indices.rollover-alias" }, { - "$ref": "#/components/parameters/indices.rollover:new_index" + "$ref": "#/components/parameters/indices.rollover-new_index" }, { - "$ref": "#/components/parameters/indices.rollover:dry_run" + "$ref": "#/components/parameters/indices.rollover-dry_run" }, { - "$ref": "#/components/parameters/indices.rollover:master_timeout" + "$ref": "#/components/parameters/indices.rollover-master_timeout" }, { - "$ref": "#/components/parameters/indices.rollover:timeout" + "$ref": "#/components/parameters/indices.rollover-timeout" }, { - "$ref": "#/components/parameters/indices.rollover:wait_for_active_shards" + "$ref": "#/components/parameters/indices.rollover-wait_for_active_shards" }, { - "$ref": "#/components/parameters/indices.rollover:lazy" + "$ref": "#/components/parameters/indices.rollover-lazy" } ], "requestBody": { @@ -16506,7 +16506,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.rollover:200" + "$ref": "#/components/responses/indices.rollover-200" } }, "x-state": "Added in 5.0.0" @@ -16522,18 +16522,18 @@ "operationId": "indices-segments", "parameters": [ { - "$ref": "#/components/parameters/indices.segments:allow_no_indices" + "$ref": "#/components/parameters/indices.segments-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.segments:expand_wildcards" + "$ref": "#/components/parameters/indices.segments-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.segments:ignore_unavailable" + "$ref": "#/components/parameters/indices.segments-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.segments:200" + "$ref": "#/components/responses/indices.segments-200" } } } @@ -16548,21 +16548,21 @@ "operationId": "indices-segments-1", "parameters": [ { - "$ref": "#/components/parameters/indices.segments:index" + "$ref": "#/components/parameters/indices.segments-index" }, { - "$ref": "#/components/parameters/indices.segments:allow_no_indices" + "$ref": "#/components/parameters/indices.segments-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.segments:expand_wildcards" + "$ref": "#/components/parameters/indices.segments-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.segments:ignore_unavailable" + "$ref": "#/components/parameters/indices.segments-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.segments:200" + "$ref": "#/components/responses/indices.segments-200" } } } @@ -16577,21 +16577,21 @@ "operationId": "indices-shard-stores", "parameters": [ { - "$ref": "#/components/parameters/indices.shard_stores:allow_no_indices" + "$ref": "#/components/parameters/indices.shard_stores-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.shard_stores:expand_wildcards" + "$ref": "#/components/parameters/indices.shard_stores-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.shard_stores:ignore_unavailable" + "$ref": "#/components/parameters/indices.shard_stores-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.shard_stores:status" + "$ref": "#/components/parameters/indices.shard_stores-status" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.shard_stores:200" + "$ref": "#/components/responses/indices.shard_stores-200" } } } @@ -16606,24 +16606,24 @@ "operationId": "indices-shard-stores-1", "parameters": [ { - "$ref": "#/components/parameters/indices.shard_stores:index" + "$ref": "#/components/parameters/indices.shard_stores-index" }, { - "$ref": "#/components/parameters/indices.shard_stores:allow_no_indices" + "$ref": "#/components/parameters/indices.shard_stores-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.shard_stores:expand_wildcards" + "$ref": "#/components/parameters/indices.shard_stores-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.shard_stores:ignore_unavailable" + "$ref": "#/components/parameters/indices.shard_stores-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.shard_stores:status" + "$ref": "#/components/parameters/indices.shard_stores-status" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.shard_stores:200" + "$ref": "#/components/responses/indices.shard_stores-200" } } } @@ -16638,19 +16638,19 @@ "operationId": "indices-shrink", "parameters": [ { - "$ref": "#/components/parameters/indices.shrink:index" + "$ref": "#/components/parameters/indices.shrink-index" }, { - "$ref": "#/components/parameters/indices.shrink:target" + "$ref": "#/components/parameters/indices.shrink-target" }, { - "$ref": "#/components/parameters/indices.shrink:master_timeout" + "$ref": "#/components/parameters/indices.shrink-master_timeout" }, { - "$ref": "#/components/parameters/indices.shrink:timeout" + "$ref": "#/components/parameters/indices.shrink-timeout" }, { - "$ref": "#/components/parameters/indices.shrink:wait_for_active_shards" + "$ref": "#/components/parameters/indices.shrink-wait_for_active_shards" } ], "requestBody": { @@ -16658,7 +16658,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.shrink:200" + "$ref": "#/components/responses/indices.shrink-200" } }, "x-state": "Added in 5.0.0" @@ -16672,19 +16672,19 @@ "operationId": "indices-shrink-1", "parameters": [ { - "$ref": "#/components/parameters/indices.shrink:index" + "$ref": "#/components/parameters/indices.shrink-index" }, { - "$ref": "#/components/parameters/indices.shrink:target" + "$ref": "#/components/parameters/indices.shrink-target" }, { - "$ref": "#/components/parameters/indices.shrink:master_timeout" + "$ref": "#/components/parameters/indices.shrink-master_timeout" }, { - "$ref": "#/components/parameters/indices.shrink:timeout" + "$ref": "#/components/parameters/indices.shrink-timeout" }, { - "$ref": "#/components/parameters/indices.shrink:wait_for_active_shards" + "$ref": "#/components/parameters/indices.shrink-wait_for_active_shards" } ], "requestBody": { @@ -16692,7 +16692,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.shrink:200" + "$ref": "#/components/responses/indices.shrink-200" } }, "x-state": "Added in 5.0.0" @@ -16714,7 +16714,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -16744,7 +16744,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -16770,11 +16770,11 @@ "overlapping": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.simulate_template:Overlapping" + "$ref": "#/components/schemas/indices.simulate_template.Overlapping" } }, "template": { - "$ref": "#/components/schemas/indices.simulate_template:Template" + "$ref": "#/components/schemas/indices.simulate_template.Template" } }, "required": [ @@ -16804,16 +16804,16 @@ "operationId": "indices-simulate-template", "parameters": [ { - "$ref": "#/components/parameters/indices.simulate_template:create" + "$ref": "#/components/parameters/indices.simulate_template-create" }, { - "$ref": "#/components/parameters/indices.simulate_template:cause" + "$ref": "#/components/parameters/indices.simulate_template-cause" }, { - "$ref": "#/components/parameters/indices.simulate_template:master_timeout" + "$ref": "#/components/parameters/indices.simulate_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.simulate_template:include_defaults" + "$ref": "#/components/parameters/indices.simulate_template-include_defaults" } ], "requestBody": { @@ -16821,7 +16821,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.simulate_template:200" + "$ref": "#/components/responses/indices.simulate_template-200" } } } @@ -16836,19 +16836,19 @@ "operationId": "indices-simulate-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.simulate_template:name" + "$ref": "#/components/parameters/indices.simulate_template-name" }, { - "$ref": "#/components/parameters/indices.simulate_template:create" + "$ref": "#/components/parameters/indices.simulate_template-create" }, { - "$ref": "#/components/parameters/indices.simulate_template:cause" + "$ref": "#/components/parameters/indices.simulate_template-cause" }, { - "$ref": "#/components/parameters/indices.simulate_template:master_timeout" + "$ref": "#/components/parameters/indices.simulate_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.simulate_template:include_defaults" + "$ref": "#/components/parameters/indices.simulate_template-include_defaults" } ], "requestBody": { @@ -16856,7 +16856,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.simulate_template:200" + "$ref": "#/components/responses/indices.simulate_template-200" } } } @@ -16871,19 +16871,19 @@ "operationId": "indices-split", "parameters": [ { - "$ref": "#/components/parameters/indices.split:index" + "$ref": "#/components/parameters/indices.split-index" }, { - "$ref": "#/components/parameters/indices.split:target" + "$ref": "#/components/parameters/indices.split-target" }, { - "$ref": "#/components/parameters/indices.split:master_timeout" + "$ref": "#/components/parameters/indices.split-master_timeout" }, { - "$ref": "#/components/parameters/indices.split:timeout" + "$ref": "#/components/parameters/indices.split-timeout" }, { - "$ref": "#/components/parameters/indices.split:wait_for_active_shards" + "$ref": "#/components/parameters/indices.split-wait_for_active_shards" } ], "requestBody": { @@ -16891,7 +16891,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.split:200" + "$ref": "#/components/responses/indices.split-200" } }, "x-state": "Added in 6.1.0" @@ -16905,19 +16905,19 @@ "operationId": "indices-split-1", "parameters": [ { - "$ref": "#/components/parameters/indices.split:index" + "$ref": "#/components/parameters/indices.split-index" }, { - "$ref": "#/components/parameters/indices.split:target" + "$ref": "#/components/parameters/indices.split-target" }, { - "$ref": "#/components/parameters/indices.split:master_timeout" + "$ref": "#/components/parameters/indices.split-master_timeout" }, { - "$ref": "#/components/parameters/indices.split:timeout" + "$ref": "#/components/parameters/indices.split-timeout" }, { - "$ref": "#/components/parameters/indices.split:wait_for_active_shards" + "$ref": "#/components/parameters/indices.split-wait_for_active_shards" } ], "requestBody": { @@ -16925,7 +16925,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.split:200" + "$ref": "#/components/responses/indices.split-200" } }, "x-state": "Added in 6.1.0" @@ -16941,36 +16941,36 @@ "operationId": "indices-stats", "parameters": [ { - "$ref": "#/components/parameters/indices.stats:completion_fields" + "$ref": "#/components/parameters/indices.stats-completion_fields" }, { - "$ref": "#/components/parameters/indices.stats:expand_wildcards" + "$ref": "#/components/parameters/indices.stats-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.stats:fielddata_fields" + "$ref": "#/components/parameters/indices.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/indices.stats:fields" + "$ref": "#/components/parameters/indices.stats-fields" }, { - "$ref": "#/components/parameters/indices.stats:forbid_closed_indices" + "$ref": "#/components/parameters/indices.stats-forbid_closed_indices" }, { - "$ref": "#/components/parameters/indices.stats:groups" + "$ref": "#/components/parameters/indices.stats-groups" }, { - "$ref": "#/components/parameters/indices.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/indices.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/indices.stats:include_unloaded_segments" + "$ref": "#/components/parameters/indices.stats-include_unloaded_segments" }, { - "$ref": "#/components/parameters/indices.stats:level" + "$ref": "#/components/parameters/indices.stats-level" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.stats:200" + "$ref": "#/components/responses/indices.stats-200" } }, "x-state": "Added in 1.3.0" @@ -16986,39 +16986,39 @@ "operationId": "indices-stats-1", "parameters": [ { - "$ref": "#/components/parameters/indices.stats:metric" + "$ref": "#/components/parameters/indices.stats-metric" }, { - "$ref": "#/components/parameters/indices.stats:completion_fields" + "$ref": "#/components/parameters/indices.stats-completion_fields" }, { - "$ref": "#/components/parameters/indices.stats:expand_wildcards" + "$ref": "#/components/parameters/indices.stats-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.stats:fielddata_fields" + "$ref": "#/components/parameters/indices.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/indices.stats:fields" + "$ref": "#/components/parameters/indices.stats-fields" }, { - "$ref": "#/components/parameters/indices.stats:forbid_closed_indices" + "$ref": "#/components/parameters/indices.stats-forbid_closed_indices" }, { - "$ref": "#/components/parameters/indices.stats:groups" + "$ref": "#/components/parameters/indices.stats-groups" }, { - "$ref": "#/components/parameters/indices.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/indices.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/indices.stats:include_unloaded_segments" + "$ref": "#/components/parameters/indices.stats-include_unloaded_segments" }, { - "$ref": "#/components/parameters/indices.stats:level" + "$ref": "#/components/parameters/indices.stats-level" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.stats:200" + "$ref": "#/components/responses/indices.stats-200" } }, "x-state": "Added in 1.3.0" @@ -17034,39 +17034,39 @@ "operationId": "indices-stats-2", "parameters": [ { - "$ref": "#/components/parameters/indices.stats:index" + "$ref": "#/components/parameters/indices.stats-index" }, { - "$ref": "#/components/parameters/indices.stats:completion_fields" + "$ref": "#/components/parameters/indices.stats-completion_fields" }, { - "$ref": "#/components/parameters/indices.stats:expand_wildcards" + "$ref": "#/components/parameters/indices.stats-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.stats:fielddata_fields" + "$ref": "#/components/parameters/indices.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/indices.stats:fields" + "$ref": "#/components/parameters/indices.stats-fields" }, { - "$ref": "#/components/parameters/indices.stats:forbid_closed_indices" + "$ref": "#/components/parameters/indices.stats-forbid_closed_indices" }, { - "$ref": "#/components/parameters/indices.stats:groups" + "$ref": "#/components/parameters/indices.stats-groups" }, { - "$ref": "#/components/parameters/indices.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/indices.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/indices.stats:include_unloaded_segments" + "$ref": "#/components/parameters/indices.stats-include_unloaded_segments" }, { - "$ref": "#/components/parameters/indices.stats:level" + "$ref": "#/components/parameters/indices.stats-level" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.stats:200" + "$ref": "#/components/responses/indices.stats-200" } }, "x-state": "Added in 1.3.0" @@ -17082,42 +17082,42 @@ "operationId": "indices-stats-3", "parameters": [ { - "$ref": "#/components/parameters/indices.stats:index" + "$ref": "#/components/parameters/indices.stats-index" }, { - "$ref": "#/components/parameters/indices.stats:metric" + "$ref": "#/components/parameters/indices.stats-metric" }, { - "$ref": "#/components/parameters/indices.stats:completion_fields" + "$ref": "#/components/parameters/indices.stats-completion_fields" }, { - "$ref": "#/components/parameters/indices.stats:expand_wildcards" + "$ref": "#/components/parameters/indices.stats-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.stats:fielddata_fields" + "$ref": "#/components/parameters/indices.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/indices.stats:fields" + "$ref": "#/components/parameters/indices.stats-fields" }, { - "$ref": "#/components/parameters/indices.stats:forbid_closed_indices" + "$ref": "#/components/parameters/indices.stats-forbid_closed_indices" }, { - "$ref": "#/components/parameters/indices.stats:groups" + "$ref": "#/components/parameters/indices.stats-groups" }, { - "$ref": "#/components/parameters/indices.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/indices.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/indices.stats:include_unloaded_segments" + "$ref": "#/components/parameters/indices.stats-include_unloaded_segments" }, { - "$ref": "#/components/parameters/indices.stats:level" + "$ref": "#/components/parameters/indices.stats-level" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.stats:200" + "$ref": "#/components/responses/indices.stats-200" } }, "x-state": "Added in 1.3.0" @@ -17138,7 +17138,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -17148,7 +17148,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -17163,7 +17163,7 @@ "description": "Actions to perform.", "type": "array", "items": { - "$ref": "#/components/schemas/indices.update_aliases:Action" + "$ref": "#/components/schemas/indices.update_aliases.Action" } } } @@ -17178,7 +17178,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -17197,40 +17197,40 @@ "operationId": "indices-validate-query", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -17238,7 +17238,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -17252,40 +17252,40 @@ "operationId": "indices-validate-query-1", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -17293,7 +17293,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -17309,43 +17309,43 @@ "operationId": "indices-validate-query-2", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:index" + "$ref": "#/components/parameters/indices.validate_query-index" }, { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -17353,7 +17353,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -17367,43 +17367,43 @@ "operationId": "indices-validate-query-3", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:index" + "$ref": "#/components/parameters/indices.validate_query-index" }, { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -17411,7 +17411,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -17432,7 +17432,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -17442,7 +17442,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -17451,7 +17451,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:RequestChatCompletion" + "$ref": "#/components/schemas/inference._types.RequestChatCompletion" } } }, @@ -17463,7 +17463,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:StreamResult" + "$ref": "#/components/schemas/_types.StreamResult" } } } @@ -17487,7 +17487,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -17497,7 +17497,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -17523,7 +17523,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -17546,7 +17546,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:CompletionInferenceResult" + "$ref": "#/components/schemas/inference._types.CompletionInferenceResult" }, "examples": { "CompletionResponseExample1": { @@ -17571,12 +17571,12 @@ "operationId": "inference-get-1", "parameters": [ { - "$ref": "#/components/parameters/inference.get:inference_id" + "$ref": "#/components/parameters/inference.get-inference_id" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.get:200" + "$ref": "#/components/responses/inference.get-200" } }, "x-state": "Added in 8.11.0" @@ -17590,7 +17590,7 @@ "operationId": "inference-put", "parameters": [ { - "$ref": "#/components/parameters/inference.put:inference_id" + "$ref": "#/components/parameters/inference.put-inference_id" } ], "requestBody": { @@ -17598,7 +17598,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.put:200" + "$ref": "#/components/responses/inference.put-200" } }, "x-state": "Added in 8.11.0" @@ -17611,18 +17611,18 @@ "operationId": "inference-delete", "parameters": [ { - "$ref": "#/components/parameters/inference.delete:inference_id" + "$ref": "#/components/parameters/inference.delete-inference_id" }, { - "$ref": "#/components/parameters/inference.delete:dry_run" + "$ref": "#/components/parameters/inference.delete-dry_run" }, { - "$ref": "#/components/parameters/inference.delete:force" + "$ref": "#/components/parameters/inference.delete-force" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.delete:200" + "$ref": "#/components/responses/inference.delete-200" } }, "x-state": "Added in 8.11.0" @@ -17637,15 +17637,15 @@ "operationId": "inference-get-2", "parameters": [ { - "$ref": "#/components/parameters/inference.get:task_type" + "$ref": "#/components/parameters/inference.get-task_type" }, { - "$ref": "#/components/parameters/inference.get:inference_id" + "$ref": "#/components/parameters/inference.get-inference_id" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.get:200" + "$ref": "#/components/responses/inference.get-200" } }, "x-state": "Added in 8.11.0" @@ -17659,10 +17659,10 @@ "operationId": "inference-put-1", "parameters": [ { - "$ref": "#/components/parameters/inference.put:task_type" + "$ref": "#/components/parameters/inference.put-task_type" }, { - "$ref": "#/components/parameters/inference.put:inference_id" + "$ref": "#/components/parameters/inference.put-inference_id" } ], "requestBody": { @@ -17670,7 +17670,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.put:200" + "$ref": "#/components/responses/inference.put-200" } }, "x-state": "Added in 8.11.0" @@ -17683,21 +17683,21 @@ "operationId": "inference-delete-1", "parameters": [ { - "$ref": "#/components/parameters/inference.delete:task_type" + "$ref": "#/components/parameters/inference.delete-task_type" }, { - "$ref": "#/components/parameters/inference.delete:inference_id" + "$ref": "#/components/parameters/inference.delete-inference_id" }, { - "$ref": "#/components/parameters/inference.delete:dry_run" + "$ref": "#/components/parameters/inference.delete-dry_run" }, { - "$ref": "#/components/parameters/inference.delete:force" + "$ref": "#/components/parameters/inference.delete-force" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.delete:200" + "$ref": "#/components/responses/inference.delete-200" } }, "x-state": "Added in 8.11.0" @@ -17712,7 +17712,7 @@ "operationId": "inference-get", "responses": { "200": { - "$ref": "#/components/responses/inference.get:200" + "$ref": "#/components/responses/inference.get-200" } }, "x-state": "Added in 8.11.0" @@ -17734,7 +17734,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudTaskType" + "$ref": "#/components/schemas/inference._types.AlibabaCloudTaskType" }, "style": "simple" }, @@ -17745,7 +17745,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17757,16 +17757,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudServiceType" + "$ref": "#/components/schemas/inference._types.AlibabaCloudServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudServiceSettings" + "$ref": "#/components/schemas/inference._types.AlibabaCloudServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudTaskSettings" + "$ref": "#/components/schemas/inference._types.AlibabaCloudTaskSettings" } }, "required": [ @@ -17805,7 +17805,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -17830,7 +17830,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockTaskType" + "$ref": "#/components/schemas/inference._types.AmazonBedrockTaskType" }, "style": "simple" }, @@ -17841,7 +17841,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17853,16 +17853,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockServiceType" + "$ref": "#/components/schemas/inference._types.AmazonBedrockServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockServiceSettings" + "$ref": "#/components/schemas/inference._types.AmazonBedrockServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockTaskSettings" + "$ref": "#/components/schemas/inference._types.AmazonBedrockTaskSettings" } }, "required": [ @@ -17891,7 +17891,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -17916,7 +17916,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AnthropicTaskType" + "$ref": "#/components/schemas/inference._types.AnthropicTaskType" }, "style": "simple" }, @@ -17927,7 +17927,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17939,16 +17939,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AnthropicServiceType" + "$ref": "#/components/schemas/inference._types.AnthropicServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AnthropicServiceSettings" + "$ref": "#/components/schemas/inference._types.AnthropicServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AnthropicTaskSettings" + "$ref": "#/components/schemas/inference._types.AnthropicTaskSettings" } }, "required": [ @@ -17971,7 +17971,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -17996,7 +17996,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioTaskType" + "$ref": "#/components/schemas/inference._types.AzureAiStudioTaskType" }, "style": "simple" }, @@ -18007,7 +18007,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18019,16 +18019,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioServiceType" + "$ref": "#/components/schemas/inference._types.AzureAiStudioServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioServiceSettings" + "$ref": "#/components/schemas/inference._types.AzureAiStudioServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioTaskSettings" + "$ref": "#/components/schemas/inference._types.AzureAiStudioTaskSettings" } }, "required": [ @@ -18057,7 +18057,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18082,7 +18082,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AzureOpenAITaskType" + "$ref": "#/components/schemas/inference._types.AzureOpenAITaskType" }, "style": "simple" }, @@ -18093,7 +18093,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18105,16 +18105,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AzureOpenAIServiceType" + "$ref": "#/components/schemas/inference._types.AzureOpenAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AzureOpenAIServiceSettings" + "$ref": "#/components/schemas/inference._types.AzureOpenAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AzureOpenAITaskSettings" + "$ref": "#/components/schemas/inference._types.AzureOpenAITaskSettings" } }, "required": [ @@ -18143,7 +18143,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18168,7 +18168,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:CohereTaskType" + "$ref": "#/components/schemas/inference._types.CohereTaskType" }, "style": "simple" }, @@ -18179,7 +18179,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18191,16 +18191,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:CohereServiceType" + "$ref": "#/components/schemas/inference._types.CohereServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:CohereServiceSettings" + "$ref": "#/components/schemas/inference._types.CohereServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:CohereTaskSettings" + "$ref": "#/components/schemas/inference._types.CohereTaskSettings" } }, "required": [ @@ -18229,7 +18229,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18254,7 +18254,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:ElasticsearchTaskType" + "$ref": "#/components/schemas/inference._types.ElasticsearchTaskType" }, "style": "simple" }, @@ -18265,7 +18265,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18277,16 +18277,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:ElasticsearchServiceType" + "$ref": "#/components/schemas/inference._types.ElasticsearchServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:ElasticsearchServiceSettings" + "$ref": "#/components/schemas/inference._types.ElasticsearchServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:ElasticsearchTaskSettings" + "$ref": "#/components/schemas/inference._types.ElasticsearchTaskSettings" } }, "required": [ @@ -18335,7 +18335,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" }, "examples": { "PutElasticsearchResponseExample1": { @@ -18366,7 +18366,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:ElserTaskType" + "$ref": "#/components/schemas/inference._types.ElserTaskType" }, "style": "simple" }, @@ -18377,7 +18377,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18389,13 +18389,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:ElserServiceType" + "$ref": "#/components/schemas/inference._types.ElserServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:ElserServiceSettings" + "$ref": "#/components/schemas/inference._types.ElserServiceSettings" } }, "required": [ @@ -18424,7 +18424,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" }, "examples": { "PutElserResponseExample1": { @@ -18456,7 +18456,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:GoogleAiStudioTaskType" + "$ref": "#/components/schemas/inference._types.GoogleAiStudioTaskType" }, "style": "simple" }, @@ -18467,7 +18467,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18479,13 +18479,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:GoogleAiServiceType" + "$ref": "#/components/schemas/inference._types.GoogleAiServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:GoogleAiStudioServiceSettings" + "$ref": "#/components/schemas/inference._types.GoogleAiStudioServiceSettings" } }, "required": [ @@ -18509,7 +18509,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18534,7 +18534,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAITaskType" + "$ref": "#/components/schemas/inference._types.GoogleVertexAITaskType" }, "style": "simple" }, @@ -18545,7 +18545,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18557,16 +18557,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAIServiceType" + "$ref": "#/components/schemas/inference._types.GoogleVertexAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAIServiceSettings" + "$ref": "#/components/schemas/inference._types.GoogleVertexAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAITaskSettings" + "$ref": "#/components/schemas/inference._types.GoogleVertexAITaskSettings" } }, "required": [ @@ -18595,7 +18595,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18620,7 +18620,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:HuggingFaceTaskType" + "$ref": "#/components/schemas/inference._types.HuggingFaceTaskType" }, "style": "simple" }, @@ -18631,7 +18631,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18643,13 +18643,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:HuggingFaceServiceType" + "$ref": "#/components/schemas/inference._types.HuggingFaceServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:HuggingFaceServiceSettings" + "$ref": "#/components/schemas/inference._types.HuggingFaceServiceSettings" } }, "required": [ @@ -18673,7 +18673,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18698,7 +18698,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:JinaAITaskType" + "$ref": "#/components/schemas/inference._types.JinaAITaskType" }, "style": "simple" }, @@ -18709,7 +18709,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18721,16 +18721,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:JinaAIServiceType" + "$ref": "#/components/schemas/inference._types.JinaAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:JinaAIServiceSettings" + "$ref": "#/components/schemas/inference._types.JinaAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:JinaAITaskSettings" + "$ref": "#/components/schemas/inference._types.JinaAITaskSettings" } }, "required": [ @@ -18759,7 +18759,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18784,7 +18784,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:MistralTaskType" + "$ref": "#/components/schemas/inference._types.MistralTaskType" }, "style": "simple" }, @@ -18795,7 +18795,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18807,13 +18807,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:MistralServiceType" + "$ref": "#/components/schemas/inference._types.MistralServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:MistralServiceSettings" + "$ref": "#/components/schemas/inference._types.MistralServiceSettings" } }, "required": [ @@ -18836,7 +18836,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18861,7 +18861,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:OpenAITaskType" + "$ref": "#/components/schemas/inference._types.OpenAITaskType" }, "style": "simple" }, @@ -18872,7 +18872,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18884,16 +18884,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:OpenAIServiceType" + "$ref": "#/components/schemas/inference._types.OpenAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:OpenAIServiceSettings" + "$ref": "#/components/schemas/inference._types.OpenAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:OpenAITaskSettings" + "$ref": "#/components/schemas/inference._types.OpenAITaskSettings" } }, "required": [ @@ -18922,7 +18922,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18947,7 +18947,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:VoyageAITaskType" + "$ref": "#/components/schemas/inference._types.VoyageAITaskType" }, "style": "simple" }, @@ -18958,7 +18958,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18970,16 +18970,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:VoyageAIServiceType" + "$ref": "#/components/schemas/inference._types.VoyageAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:VoyageAIServiceSettings" + "$ref": "#/components/schemas/inference._types.VoyageAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:VoyageAITaskSettings" + "$ref": "#/components/schemas/inference._types.VoyageAITaskSettings" } }, "required": [ @@ -19008,7 +19008,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -19033,7 +19033,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:WatsonxTaskType" + "$ref": "#/components/schemas/inference._types.WatsonxTaskType" }, "style": "simple" }, @@ -19044,7 +19044,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -19056,10 +19056,10 @@ "type": "object", "properties": { "service": { - "$ref": "#/components/schemas/inference._types:WatsonxServiceType" + "$ref": "#/components/schemas/inference._types.WatsonxServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:WatsonxServiceSettings" + "$ref": "#/components/schemas/inference._types.WatsonxServiceSettings" } }, "required": [ @@ -19082,7 +19082,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -19106,7 +19106,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -19116,7 +19116,7 @@ "description": "The amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -19146,7 +19146,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -19170,7 +19170,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:RerankedInferenceResult" + "$ref": "#/components/schemas/inference._types.RerankedInferenceResult" }, "examples": { "RerankResponseExample1": { @@ -19201,7 +19201,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -19211,7 +19211,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -19237,7 +19237,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -19260,7 +19260,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:SparseEmbeddingInferenceResult" + "$ref": "#/components/schemas/inference._types.SparseEmbeddingInferenceResult" }, "examples": { "SparseEmbeddingResponseExample1": { @@ -19292,7 +19292,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -19318,7 +19318,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -19341,7 +19341,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:StreamResult" + "$ref": "#/components/schemas/_types.StreamResult" } } } @@ -19365,7 +19365,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -19375,7 +19375,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -19401,7 +19401,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -19424,7 +19424,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingInferenceResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingInferenceResult" }, "examples": { "TextEmbeddingResponseExample1": { @@ -19450,7 +19450,7 @@ "operationId": "inference-update", "parameters": [ { - "$ref": "#/components/parameters/inference.update:inference_id" + "$ref": "#/components/parameters/inference.update-inference_id" } ], "requestBody": { @@ -19458,7 +19458,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.update:200" + "$ref": "#/components/responses/inference.update-200" } }, "x-state": "Added in 8.17.0" @@ -19474,10 +19474,10 @@ "operationId": "inference-update-1", "parameters": [ { - "$ref": "#/components/parameters/inference.update:task_type" + "$ref": "#/components/parameters/inference.update-task_type" }, { - "$ref": "#/components/parameters/inference.update:inference_id" + "$ref": "#/components/parameters/inference.update-inference_id" } ], "requestBody": { @@ -19485,7 +19485,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.update:200" + "$ref": "#/components/responses/inference.update-200" } }, "x-state": "Added in 8.17.0" @@ -19508,19 +19508,19 @@ "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "cluster_uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "tagline": { "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:ElasticsearchVersionInfo" + "$ref": "#/components/schemas/_types.ElasticsearchVersionInfo" } }, "required": [ @@ -19569,12 +19569,12 @@ "operationId": "ingest-get-geoip-database-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_geoip_database:id" + "$ref": "#/components/parameters/ingest.get_geoip_database-id" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_geoip_database:200" + "$ref": "#/components/responses/ingest.get_geoip_database-200" } }, "x-state": "Added in 8.15.0" @@ -19594,7 +19594,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -19604,7 +19604,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -19614,7 +19614,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -19626,10 +19626,10 @@ "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "maxmind": { - "$ref": "#/components/schemas/ingest._types:Maxmind" + "$ref": "#/components/schemas/ingest._types.Maxmind" } }, "required": [ @@ -19647,7 +19647,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -19670,7 +19670,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, @@ -19680,7 +19680,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -19690,7 +19690,7 @@ "description": "The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -19701,7 +19701,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -19719,15 +19719,15 @@ "operationId": "ingest-get-ip-location-database-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_ip_location_database:id" + "$ref": "#/components/parameters/ingest.get_ip_location_database-id" }, { - "$ref": "#/components/parameters/ingest.get_ip_location_database:master_timeout" + "$ref": "#/components/parameters/ingest.get_ip_location_database-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_ip_location_database:200" + "$ref": "#/components/responses/ingest.get_ip_location_database-200" } }, "x-state": "Added in 8.15.0" @@ -19746,7 +19746,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -19756,7 +19756,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nA value of `-1` indicates that the request should never time out.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -19766,7 +19766,7 @@ "description": "The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.\nIf no response is received before the timeout expires, the cluster metadata update still applies but the response indicates that it was not completely acknowledged.\nA value of `-1` indicates that the request should never time out.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -19775,7 +19775,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ingest._types:DatabaseConfiguration" + "$ref": "#/components/schemas/ingest._types.DatabaseConfiguration" } } }, @@ -19787,7 +19787,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -19809,7 +19809,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, @@ -19819,7 +19819,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nA value of `-1` indicates that the request should never time out.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -19829,7 +19829,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nA value of `-1` indicates that the request should never time out.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -19840,7 +19840,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -19862,18 +19862,18 @@ "operationId": "ingest-get-pipeline-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_pipeline:id" + "$ref": "#/components/parameters/ingest.get_pipeline-id" }, { - "$ref": "#/components/parameters/ingest.get_pipeline:master_timeout" + "$ref": "#/components/parameters/ingest.get_pipeline-master_timeout" }, { - "$ref": "#/components/parameters/ingest.get_pipeline:summary" + "$ref": "#/components/parameters/ingest.get_pipeline-summary" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_pipeline:200" + "$ref": "#/components/responses/ingest.get_pipeline-200" } }, "x-state": "Added in 5.0.0" @@ -19896,7 +19896,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -19906,7 +19906,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -19916,7 +19916,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -19926,7 +19926,7 @@ "description": "Required version for optimistic concurrency control for pipeline updates", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" } @@ -19938,7 +19938,7 @@ "type": "object", "properties": { "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "description": { "description": "Description of the ingest pipeline.", @@ -19948,18 +19948,18 @@ "description": "Processors to run immediately after a processor failure. Each processor supports a processor-level `on_failure` value. If a processor without an `on_failure` value fails, Elasticsearch uses this pipeline-level parameter as a fallback. The processors in this parameter run sequentially in the order specified. Elasticsearch will not attempt to run the pipeline's remaining processors.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "processors": { "description": "Processors used to perform transformations on documents before indexing. Processors run sequentially in the order specified.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "deprecated": { "description": "Marks this ingest pipeline as deprecated.\nWhen a deprecated ingest pipeline is referenced as the default or final pipeline when creating or updating a non-deprecated index template, Elasticsearch will emit a deprecation warning.", @@ -19988,7 +19988,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -20014,7 +20014,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -20024,7 +20024,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -20034,7 +20034,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -20045,7 +20045,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -20074,13 +20074,13 @@ "type": "object", "properties": { "stats": { - "$ref": "#/components/schemas/ingest.geo_ip_stats:GeoIpDownloadStatistics" + "$ref": "#/components/schemas/ingest.geo_ip_stats.GeoIpDownloadStatistics" }, "nodes": { "description": "Downloaded GeoIP2 databases for each node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ingest.geo_ip_stats:GeoIpNodeDatabases" + "$ref": "#/components/schemas/ingest.geo_ip_stats.GeoIpNodeDatabases" } } }, @@ -20106,7 +20106,7 @@ "operationId": "ingest-get-geoip-database", "responses": { "200": { - "$ref": "#/components/responses/ingest.get_geoip_database:200" + "$ref": "#/components/responses/ingest.get_geoip_database-200" } }, "x-state": "Added in 8.15.0" @@ -20121,12 +20121,12 @@ "operationId": "ingest-get-ip-location-database", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_ip_location_database:master_timeout" + "$ref": "#/components/parameters/ingest.get_ip_location_database-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_ip_location_database:200" + "$ref": "#/components/responses/ingest.get_ip_location_database-200" } }, "x-state": "Added in 8.15.0" @@ -20145,15 +20145,15 @@ "operationId": "ingest-get-pipeline", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_pipeline:master_timeout" + "$ref": "#/components/parameters/ingest.get_pipeline-master_timeout" }, { - "$ref": "#/components/parameters/ingest.get_pipeline:summary" + "$ref": "#/components/parameters/ingest.get_pipeline-summary" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_pipeline:200" + "$ref": "#/components/responses/ingest.get_pipeline-200" } }, "x-state": "Added in 5.0.0" @@ -20206,7 +20206,7 @@ "operationId": "ingest-simulate", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -20214,7 +20214,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -20228,7 +20228,7 @@ "operationId": "ingest-simulate-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -20236,7 +20236,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -20252,10 +20252,10 @@ "operationId": "ingest-simulate-2", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:id" + "$ref": "#/components/parameters/ingest.simulate-id" }, { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -20263,7 +20263,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -20277,10 +20277,10 @@ "operationId": "ingest-simulate-3", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:id" + "$ref": "#/components/parameters/ingest.simulate-id" }, { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -20288,7 +20288,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -20304,10 +20304,10 @@ "operationId": "knn-search", "parameters": [ { - "$ref": "#/components/parameters/knn_search:index" + "$ref": "#/components/parameters/knn_search-index" }, { - "$ref": "#/components/parameters/knn_search:routing" + "$ref": "#/components/parameters/knn_search-routing" } ], "requestBody": { @@ -20315,7 +20315,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/knn_search:200" + "$ref": "#/components/responses/knn_search-200" } }, "deprecated": true, @@ -20330,10 +20330,10 @@ "operationId": "knn-search-1", "parameters": [ { - "$ref": "#/components/parameters/knn_search:index" + "$ref": "#/components/parameters/knn_search-index" }, { - "$ref": "#/components/parameters/knn_search:routing" + "$ref": "#/components/parameters/knn_search-routing" } ], "requestBody": { @@ -20341,7 +20341,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/knn_search:200" + "$ref": "#/components/responses/knn_search-200" } }, "deprecated": true, @@ -20387,7 +20387,7 @@ "type": "object", "properties": { "license": { - "$ref": "#/components/schemas/license.get:LicenseInformation" + "$ref": "#/components/schemas/license.get.LicenseInformation" } }, "required": [ @@ -20414,13 +20414,13 @@ "operationId": "license-post", "parameters": [ { - "$ref": "#/components/parameters/license.post:acknowledge" + "$ref": "#/components/parameters/license.post-acknowledge" }, { - "$ref": "#/components/parameters/license.post:master_timeout" + "$ref": "#/components/parameters/license.post-master_timeout" }, { - "$ref": "#/components/parameters/license.post:timeout" + "$ref": "#/components/parameters/license.post-timeout" } ], "requestBody": { @@ -20428,7 +20428,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/license.post:200" + "$ref": "#/components/responses/license.post-200" } } }, @@ -20441,13 +20441,13 @@ "operationId": "license-post-1", "parameters": [ { - "$ref": "#/components/parameters/license.post:acknowledge" + "$ref": "#/components/parameters/license.post-acknowledge" }, { - "$ref": "#/components/parameters/license.post:master_timeout" + "$ref": "#/components/parameters/license.post-master_timeout" }, { - "$ref": "#/components/parameters/license.post:timeout" + "$ref": "#/components/parameters/license.post-timeout" } ], "requestBody": { @@ -20455,7 +20455,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/license.post:200" + "$ref": "#/components/responses/license.post-200" } } }, @@ -20476,7 +20476,7 @@ "description": "The period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -20486,7 +20486,7 @@ "description": "The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -20497,7 +20497,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -20602,7 +20602,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -20612,7 +20612,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -20635,7 +20635,7 @@ "type": "string" }, "type": { - "$ref": "#/components/schemas/license._types:LicenseType" + "$ref": "#/components/schemas/license._types.LicenseType" }, "acknowledge": { "type": "object", @@ -20706,7 +20706,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -20729,7 +20729,7 @@ "type": "boolean" }, "type": { - "$ref": "#/components/schemas/license._types:LicenseType" + "$ref": "#/components/schemas/license._types.LicenseType" } }, "required": [ @@ -20763,12 +20763,12 @@ "operationId": "logstash-get-pipeline-1", "parameters": [ { - "$ref": "#/components/parameters/logstash.get_pipeline:id" + "$ref": "#/components/parameters/logstash.get_pipeline-id" } ], "responses": { "200": { - "$ref": "#/components/responses/logstash.get_pipeline:200" + "$ref": "#/components/responses/logstash.get_pipeline-200" } }, "x-state": "Added in 7.12.0" @@ -20791,7 +20791,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -20800,7 +20800,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/logstash._types:Pipeline" + "$ref": "#/components/schemas/logstash._types.Pipeline" }, "examples": { "LogstashPutPipelineRequestExample1": { @@ -20841,7 +20841,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -20870,7 +20870,7 @@ "operationId": "logstash-get-pipeline", "responses": { "200": { - "$ref": "#/components/responses/logstash.get_pipeline:200" + "$ref": "#/components/responses/logstash.get_pipeline-200" } }, "x-state": "Added in 7.12.0" @@ -20886,31 +20886,31 @@ "operationId": "mget", "parameters": [ { - "$ref": "#/components/parameters/mget:force_synthetic_source" + "$ref": "#/components/parameters/mget-force_synthetic_source" }, { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -20918,7 +20918,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -20932,31 +20932,31 @@ "operationId": "mget-1", "parameters": [ { - "$ref": "#/components/parameters/mget:force_synthetic_source" + "$ref": "#/components/parameters/mget-force_synthetic_source" }, { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -20964,7 +20964,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -20980,34 +20980,34 @@ "operationId": "mget-2", "parameters": [ { - "$ref": "#/components/parameters/mget:index" + "$ref": "#/components/parameters/mget-index" }, { - "$ref": "#/components/parameters/mget:force_synthetic_source" + "$ref": "#/components/parameters/mget-force_synthetic_source" }, { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -21015,7 +21015,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -21029,34 +21029,34 @@ "operationId": "mget-3", "parameters": [ { - "$ref": "#/components/parameters/mget:index" + "$ref": "#/components/parameters/mget-index" }, { - "$ref": "#/components/parameters/mget:force_synthetic_source" + "$ref": "#/components/parameters/mget-force_synthetic_source" }, { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -21064,7 +21064,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -21080,7 +21080,7 @@ "operationId": "migration-deprecations", "responses": { "200": { - "$ref": "#/components/responses/migration.deprecations:200" + "$ref": "#/components/responses/migration.deprecations-200" } }, "x-state": "Added in 6.1.0" @@ -21096,12 +21096,12 @@ "operationId": "migration-deprecations-1", "parameters": [ { - "$ref": "#/components/parameters/migration.deprecations:index" + "$ref": "#/components/parameters/migration.deprecations-index" } ], "responses": { "200": { - "$ref": "#/components/responses/migration.deprecations:200" + "$ref": "#/components/responses/migration.deprecations-200" } }, "x-state": "Added in 6.1.0" @@ -21126,11 +21126,11 @@ "features": { "type": "array", "items": { - "$ref": "#/components/schemas/migration.get_feature_upgrade_status:MigrationFeature" + "$ref": "#/components/schemas/migration.get_feature_upgrade_status.MigrationFeature" } }, "migration_status": { - "$ref": "#/components/schemas/migration.get_feature_upgrade_status:MigrationStatus" + "$ref": "#/components/schemas/migration.get_feature_upgrade_status.MigrationStatus" } }, "required": [ @@ -21171,7 +21171,7 @@ "features": { "type": "array", "items": { - "$ref": "#/components/schemas/migration.post_feature_upgrade:MigrationFeature" + "$ref": "#/components/schemas/migration.post_feature_upgrade.MigrationFeature" } } }, @@ -21209,7 +21209,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21259,7 +21259,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21289,7 +21289,7 @@ "description": "Controls the time to wait until a job has closed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -21309,7 +21309,7 @@ "type": "boolean" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } } @@ -21354,13 +21354,13 @@ "operationId": "ml-get-calendars-2", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:calendar_id" + "$ref": "#/components/parameters/ml.get_calendars-calendar_id" }, { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -21368,7 +21368,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -21387,7 +21387,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21402,7 +21402,7 @@ "description": "An array of anomaly detection job identifiers.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "description": { @@ -21423,14 +21423,14 @@ "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", "type": "string" }, "job_ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } }, "required": [ @@ -21452,13 +21452,13 @@ "operationId": "ml-get-calendars-3", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:calendar_id" + "$ref": "#/components/parameters/ml.get_calendars-calendar_id" }, { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -21466,7 +21466,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -21486,7 +21486,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21497,7 +21497,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteCalendarResponseExample1": { @@ -21527,7 +21527,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21538,7 +21538,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21549,7 +21549,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteCalendarEventResponseExample1": { @@ -21579,7 +21579,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21590,7 +21590,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" } @@ -21604,14 +21604,14 @@ "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", "type": "string" }, "job_ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } }, "required": [ @@ -21639,7 +21639,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21650,7 +21650,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" } @@ -21664,14 +21664,14 @@ "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", "type": "string" }, "job_ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } }, "required": [ @@ -21702,24 +21702,24 @@ "operationId": "ml-get-data-frame-analytics", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-id" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:exclude_generated" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -21739,7 +21739,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21755,37 +21755,37 @@ "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "description": { "description": "A description of the job.", "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "max_num_threads": { "description": "The maximum number of threads to be used by the analysis. Using more\nthreads may decrease the time necessary to complete the analysis at the\ncost of using more CPU. Note that the process may use additional threads\nfor operational functionality other than the analysis itself.", "type": "number" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "model_memory_limit": { "description": "The approximate maximum amount of memory resources that are permitted for\nanalytical processing. If your `elasticsearch.yml` file contains an\n`xpack.ml.max_model_memory_limit` setting, an error occurs when you try\nto create data frame analytics jobs that have `model_memory_limit` values\ngreater than that setting.", "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "headers": { - "$ref": "#/components/schemas/_types:HttpHeaders" + "$ref": "#/components/schemas/_types.HttpHeaders" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -21807,43 +21807,43 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsAuthorization" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsAuthorization" }, "allow_lazy_start": { "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "description": { "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_num_threads": { "type": "number" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "model_memory_limit": { "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -21878,7 +21878,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21898,7 +21898,7 @@ "description": "The time to wait for the job to be deleted.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -21909,7 +21909,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteDataFrameAnalyticsResponseExample1": { @@ -21934,18 +21934,18 @@ "operationId": "ml-get-datafeeds", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeeds:datafeed_id" + "$ref": "#/components/parameters/ml.get_datafeeds-datafeed_id" }, { - "$ref": "#/components/parameters/ml.get_datafeeds:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_datafeeds:exclude_generated" + "$ref": "#/components/parameters/ml.get_datafeeds-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeeds:200" + "$ref": "#/components/responses/ml.get_datafeeds-200" } }, "x-state": "Added in 5.5.0" @@ -21965,7 +21965,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21985,7 +21985,7 @@ "description": "Type of index that wildcard patterns can match. If the request can target data streams, this argument determines\nwhether wildcard expressions match hidden data streams. Supports comma-separated values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -22020,45 +22020,45 @@ "description": "If set, the datafeed performs aggregation searches.\nSupport for aggregations is limited and should be used only with low cardinality data.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "description": "If a real-time datafeed has never seen any data (including during any initial training period), it automatically\nstops and closes the associated job after this many real-time searches return no documents. In other words,\nit stops after `frequency` times `max_empty_searches` of real-time operation. If not set, a datafeed with no\nend time that sees no data remains started until it is explicitly stopped. By default, it is not set.", "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "description": "Specifies scripts that evaluate custom expressions and returns script fields to the datafeed.\nThe detector configuration objects in a job can contain functions that use these script fields.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -22066,7 +22066,7 @@ "type": "number" }, "headers": { - "$ref": "#/components/schemas/_types:HttpHeaders" + "$ref": "#/components/schemas/_types.HttpHeaders" } } } @@ -22085,23 +22085,23 @@ "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "authorization": { - "$ref": "#/components/schemas/ml._types:DatafeedAuthorization" + "$ref": "#/components/schemas/ml._types.DatafeedAuthorization" }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "type": "array", @@ -22110,27 +22110,27 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "max_empty_searches": { "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -22167,7 +22167,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22188,7 +22188,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteDatafeedResponseExample1": { @@ -22213,13 +22213,13 @@ "operationId": "ml-delete-expired-data", "parameters": [ { - "$ref": "#/components/parameters/ml.delete_expired_data:job_id" + "$ref": "#/components/parameters/ml.delete_expired_data-job_id" }, { - "$ref": "#/components/parameters/ml.delete_expired_data:requests_per_second" + "$ref": "#/components/parameters/ml.delete_expired_data-requests_per_second" }, { - "$ref": "#/components/parameters/ml.delete_expired_data:timeout" + "$ref": "#/components/parameters/ml.delete_expired_data-timeout" } ], "requestBody": { @@ -22227,7 +22227,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.delete_expired_data:200" + "$ref": "#/components/responses/ml.delete_expired_data-200" } }, "x-state": "Added in 5.4.0" @@ -22243,10 +22243,10 @@ "operationId": "ml-delete-expired-data-1", "parameters": [ { - "$ref": "#/components/parameters/ml.delete_expired_data:requests_per_second" + "$ref": "#/components/parameters/ml.delete_expired_data-requests_per_second" }, { - "$ref": "#/components/parameters/ml.delete_expired_data:timeout" + "$ref": "#/components/parameters/ml.delete_expired_data-timeout" } ], "requestBody": { @@ -22254,7 +22254,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.delete_expired_data:200" + "$ref": "#/components/responses/ml.delete_expired_data-200" } }, "x-state": "Added in 5.4.0" @@ -22270,18 +22270,18 @@ "operationId": "ml-get-filters-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_filters:filter_id" + "$ref": "#/components/parameters/ml.get_filters-filter_id" }, { - "$ref": "#/components/parameters/ml.get_filters:from" + "$ref": "#/components/parameters/ml.get_filters-from" }, { - "$ref": "#/components/parameters/ml.get_filters:size" + "$ref": "#/components/parameters/ml.get_filters-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_filters:200" + "$ref": "#/components/responses/ml.get_filters-200" } }, "x-state": "Added in 5.5.0" @@ -22301,7 +22301,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -22341,7 +22341,7 @@ "type": "string" }, "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "items": { "type": "array", @@ -22377,7 +22377,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -22388,7 +22388,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteFilterResponseExample1": { @@ -22419,7 +22419,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22429,7 +22429,7 @@ "description": "A period of time that indicates how far into the future to forecast. For\nexample, `30d` corresponds to 30 days. The forecast starts at the last\nrecord that was processed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -22439,7 +22439,7 @@ "description": "The period of time that forecast results are retained. After a forecast\nexpires, the results are deleted. If set to a value of 0, the forecast is\nnever automatically deleted.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -22461,10 +22461,10 @@ "type": "object", "properties": { "duration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "expires_in": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_model_memory": { "description": "Refer to the description for the `max_model_memory` query parameter.", @@ -22487,7 +22487,7 @@ "type": "boolean" }, "forecast_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -22510,18 +22510,18 @@ "operationId": "ml-delete-forecast", "parameters": [ { - "$ref": "#/components/parameters/ml.delete_forecast:job_id" + "$ref": "#/components/parameters/ml.delete_forecast-job_id" }, { - "$ref": "#/components/parameters/ml.delete_forecast:allow_no_forecasts" + "$ref": "#/components/parameters/ml.delete_forecast-allow_no_forecasts" }, { - "$ref": "#/components/parameters/ml.delete_forecast:timeout" + "$ref": "#/components/parameters/ml.delete_forecast-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.delete_forecast:200" + "$ref": "#/components/responses/ml.delete_forecast-200" } }, "x-state": "Added in 6.5.0" @@ -22537,21 +22537,21 @@ "operationId": "ml-delete-forecast-1", "parameters": [ { - "$ref": "#/components/parameters/ml.delete_forecast:job_id" + "$ref": "#/components/parameters/ml.delete_forecast-job_id" }, { - "$ref": "#/components/parameters/ml.delete_forecast:forecast_id" + "$ref": "#/components/parameters/ml.delete_forecast-forecast_id" }, { - "$ref": "#/components/parameters/ml.delete_forecast:allow_no_forecasts" + "$ref": "#/components/parameters/ml.delete_forecast-allow_no_forecasts" }, { - "$ref": "#/components/parameters/ml.delete_forecast:timeout" + "$ref": "#/components/parameters/ml.delete_forecast-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.delete_forecast:200" + "$ref": "#/components/responses/ml.delete_forecast-200" } }, "x-state": "Added in 6.5.0" @@ -22567,18 +22567,18 @@ "operationId": "ml-get-jobs", "parameters": [ { - "$ref": "#/components/parameters/ml.get_jobs:job_id" + "$ref": "#/components/parameters/ml.get_jobs-job_id" }, { - "$ref": "#/components/parameters/ml.get_jobs:allow_no_match" + "$ref": "#/components/parameters/ml.get_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_jobs:exclude_generated" + "$ref": "#/components/parameters/ml.get_jobs-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_jobs:200" + "$ref": "#/components/responses/ml.get_jobs-200" } }, "x-state": "Added in 5.5.0" @@ -22598,7 +22598,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22618,7 +22618,7 @@ "description": "Type of index that wildcard patterns can match. If the request can target data streams, this argument determines\nwhether wildcard expressions match hidden data streams. Supports comma-separated values. Valid values are:\n\n* `all`: Match any data stream or index, including hidden ones.\n* `closed`: Match closed, non-hidden indices. Also matches any non-hidden data stream. Data streams cannot be closed.\n* `hidden`: Match hidden data streams and hidden indices. Must be combined with `open`, `closed`, or both.\n* `none`: Wildcard patterns are not accepted.\n* `open`: Match open, non-hidden indices. Also matches any non-hidden data stream.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -22654,33 +22654,33 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job. It specifies a period of time (in days) after which only the first snapshot per day is retained. This period is relative to the timestamp of the most recent snapshot for this job. Valid values range from 0 to `model_snapshot_retention_days`.", "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:DatafeedConfig" + "$ref": "#/components/schemas/ml._types.DatafeedConfig" }, "description": { "description": "A description of the job.", "type": "string" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "groups": { "description": "A list of job groups. A job can belong to no groups or many.", @@ -22690,7 +22690,7 @@ } }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_retention_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job. It specifies the maximum period of time (in days) that snapshots are retained. This period is relative to the timestamp of the most recent snapshot for this job. By default, snapshots ten days older than the newest snapshot are deleted.", @@ -22701,7 +22701,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "description": "Advanced configuration option. The period of time (in days) that results are retained. Age is calculated relative to the timestamp of the latest bucket result. If this property has a non-null value, once per day at 00:30 (server time), results that are the specified number of days older than the latest bucket result are deleted from Elasticsearch. The default value is null, which means all results are retained. Annotations generated by the system also count as results for retention purposes; they are deleted after the same number of days as results. Annotations added by users are retained forever.", @@ -22735,28 +22735,28 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfigRead" + "$ref": "#/components/schemas/ml._types.AnalysisConfigRead" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" }, "description": { "type": "string" @@ -22768,7 +22768,7 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "type": "string" @@ -22777,10 +22777,10 @@ "type": "string" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_snapshot_retention_days": { "type": "number" @@ -22836,7 +22836,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22877,7 +22877,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteJobResponseExample1": { @@ -22907,28 +22907,28 @@ "operationId": "ml-get-model-snapshots", "parameters": [ { - "$ref": "#/components/parameters/ml.get_model_snapshots:job_id" + "$ref": "#/components/parameters/ml.get_model_snapshots-job_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:snapshot_id" + "$ref": "#/components/parameters/ml.get_model_snapshots-snapshot_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:desc" + "$ref": "#/components/parameters/ml.get_model_snapshots-desc" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:end" + "$ref": "#/components/parameters/ml.get_model_snapshots-end" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:from" + "$ref": "#/components/parameters/ml.get_model_snapshots-from" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:size" + "$ref": "#/components/parameters/ml.get_model_snapshots-size" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:sort" + "$ref": "#/components/parameters/ml.get_model_snapshots-sort" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:start" + "$ref": "#/components/parameters/ml.get_model_snapshots-start" } ], "requestBody": { @@ -22936,7 +22936,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_model_snapshots:200" + "$ref": "#/components/responses/ml.get_model_snapshots-200" } }, "x-state": "Added in 5.4.0" @@ -22949,28 +22949,28 @@ "operationId": "ml-get-model-snapshots-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_model_snapshots:job_id" + "$ref": "#/components/parameters/ml.get_model_snapshots-job_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:snapshot_id" + "$ref": "#/components/parameters/ml.get_model_snapshots-snapshot_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:desc" + "$ref": "#/components/parameters/ml.get_model_snapshots-desc" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:end" + "$ref": "#/components/parameters/ml.get_model_snapshots-end" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:from" + "$ref": "#/components/parameters/ml.get_model_snapshots-from" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:size" + "$ref": "#/components/parameters/ml.get_model_snapshots-size" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:sort" + "$ref": "#/components/parameters/ml.get_model_snapshots-sort" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:start" + "$ref": "#/components/parameters/ml.get_model_snapshots-start" } ], "requestBody": { @@ -22978,7 +22978,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_model_snapshots:200" + "$ref": "#/components/responses/ml.get_model_snapshots-200" } }, "x-state": "Added in 5.4.0" @@ -22998,7 +22998,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -23009,7 +23009,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -23020,7 +23020,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteModelSnapshotResponseExample1": { @@ -23044,33 +23044,33 @@ "operationId": "ml-get-trained-models", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models:model_id" + "$ref": "#/components/parameters/ml.get_trained_models-model_id" }, { - "$ref": "#/components/parameters/ml.get_trained_models:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models:decompress_definition" + "$ref": "#/components/parameters/ml.get_trained_models-decompress_definition" }, { - "$ref": "#/components/parameters/ml.get_trained_models:exclude_generated" + "$ref": "#/components/parameters/ml.get_trained_models-exclude_generated" }, { - "$ref": "#/components/parameters/ml.get_trained_models:from" + "$ref": "#/components/parameters/ml.get_trained_models-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models:include" + "$ref": "#/components/parameters/ml.get_trained_models-include" }, { - "$ref": "#/components/parameters/ml.get_trained_models:size" + "$ref": "#/components/parameters/ml.get_trained_models-size" }, { - "$ref": "#/components/parameters/ml.get_trained_models:tags" + "$ref": "#/components/parameters/ml.get_trained_models-tags" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models:200" + "$ref": "#/components/responses/ml.get_trained_models-200" } }, "x-state": "Added in 7.10.0" @@ -23090,7 +23090,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -23126,24 +23126,24 @@ "type": "string" }, "definition": { - "$ref": "#/components/schemas/ml.put_trained_model:Definition" + "$ref": "#/components/schemas/ml.put_trained_model.Definition" }, "description": { "description": "A human-readable description of the inference trained model.", "type": "string" }, "inference_config": { - "$ref": "#/components/schemas/ml._types:InferenceConfigCreateContainer" + "$ref": "#/components/schemas/ml._types.InferenceConfigCreateContainer" }, "input": { - "$ref": "#/components/schemas/ml.put_trained_model:Input" + "$ref": "#/components/schemas/ml.put_trained_model.Input" }, "metadata": { "description": "An object map that contains metadata about the model.", "type": "object" }, "model_type": { - "$ref": "#/components/schemas/ml._types:TrainedModelType" + "$ref": "#/components/schemas/ml._types.TrainedModelType" }, "model_size_bytes": { "description": "The estimated memory usage in bytes to keep the trained model in memory.\nThis property is supported only if defer_definition_decompression is true\nor the model definition is not supplied.", @@ -23161,7 +23161,7 @@ } }, "prefix_strings": { - "$ref": "#/components/schemas/ml._types:TrainedModelPrefixStrings" + "$ref": "#/components/schemas/ml._types.TrainedModelPrefixStrings" } } } @@ -23175,7 +23175,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfig" + "$ref": "#/components/schemas/ml._types.TrainedModelConfig" } } } @@ -23198,7 +23198,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -23218,7 +23218,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -23229,7 +23229,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteTrainedModelResponseExample1": { @@ -23260,7 +23260,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -23271,7 +23271,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -23292,7 +23292,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -23315,7 +23315,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -23326,7 +23326,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -23337,7 +23337,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteTrainedModelAliasResponseExample1": { @@ -23367,7 +23367,7 @@ "type": "object", "properties": { "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "max_bucket_cardinality": { "description": "Estimates of the highest cardinality in a single bucket that is observed\nfor influencer fields over the time period that the job analyzes data.\nTo produce a good answer, values must be provided for all influencer\nfields. Providing values for fields that are not listed as `influencers`\nhas no effect on the estimation.", @@ -23439,13 +23439,13 @@ "type": "object", "properties": { "evaluation": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationContainer" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationContainer" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -23493,13 +23493,13 @@ "type": "object", "properties": { "classification": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummary" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummary" }, "outlier_detection": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeOutlierDetectionSummary" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeOutlierDetectionSummary" }, "regression": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeRegressionSummary" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeRegressionSummary" } } }, @@ -23540,7 +23540,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.explain_data_frame_analytics:200" + "$ref": "#/components/responses/ml.explain_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -23557,7 +23557,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.explain_data_frame_analytics:200" + "$ref": "#/components/responses/ml.explain_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -23573,7 +23573,7 @@ "operationId": "ml-explain-data-frame-analytics-2", "parameters": [ { - "$ref": "#/components/parameters/ml.explain_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.explain_data_frame_analytics-id" } ], "requestBody": { @@ -23581,7 +23581,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.explain_data_frame_analytics:200" + "$ref": "#/components/responses/ml.explain_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -23595,7 +23595,7 @@ "operationId": "ml-explain-data-frame-analytics-3", "parameters": [ { - "$ref": "#/components/parameters/ml.explain_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.explain_data_frame_analytics-id" } ], "requestBody": { @@ -23603,7 +23603,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.explain_data_frame_analytics:200" + "$ref": "#/components/responses/ml.explain_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -23625,7 +23625,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -23635,7 +23635,7 @@ "description": "Specifies to advance to a particular time value. Results are generated\nand the model is updated for data from the specified time interval.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -23655,7 +23655,7 @@ "description": "When used in conjunction with `calc_interim` and `start`, specifies the\nrange of buckets on which to calculate interim results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -23665,7 +23665,7 @@ "description": "Specifies to skip to a particular time value. Results are not generated\nand the model is not updated for data from the specified time interval.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -23675,7 +23675,7 @@ "description": "When used in conjunction with `calc_interim`, specifies the range of\nbuckets on which to calculate interim results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" } @@ -23687,20 +23687,20 @@ "type": "object", "properties": { "advance_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "calc_interim": { "description": "Refer to the description for the `calc_interim` query parameter.", "type": "boolean" }, "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "skip_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } } } @@ -23745,37 +23745,37 @@ "operationId": "ml-get-buckets", "parameters": [ { - "$ref": "#/components/parameters/ml.get_buckets:job_id" + "$ref": "#/components/parameters/ml.get_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_buckets:timestamp" + "$ref": "#/components/parameters/ml.get_buckets-timestamp" }, { - "$ref": "#/components/parameters/ml.get_buckets:anomaly_score" + "$ref": "#/components/parameters/ml.get_buckets-anomaly_score" }, { - "$ref": "#/components/parameters/ml.get_buckets:desc" + "$ref": "#/components/parameters/ml.get_buckets-desc" }, { - "$ref": "#/components/parameters/ml.get_buckets:end" + "$ref": "#/components/parameters/ml.get_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_buckets:expand" + "$ref": "#/components/parameters/ml.get_buckets-expand" }, { - "$ref": "#/components/parameters/ml.get_buckets:from" + "$ref": "#/components/parameters/ml.get_buckets-from" }, { - "$ref": "#/components/parameters/ml.get_buckets:size" + "$ref": "#/components/parameters/ml.get_buckets-size" }, { - "$ref": "#/components/parameters/ml.get_buckets:sort" + "$ref": "#/components/parameters/ml.get_buckets-sort" }, { - "$ref": "#/components/parameters/ml.get_buckets:start" + "$ref": "#/components/parameters/ml.get_buckets-start" } ], "requestBody": { @@ -23783,7 +23783,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_buckets:200" + "$ref": "#/components/responses/ml.get_buckets-200" } }, "x-state": "Added in 5.4.0" @@ -23797,37 +23797,37 @@ "operationId": "ml-get-buckets-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_buckets:job_id" + "$ref": "#/components/parameters/ml.get_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_buckets:timestamp" + "$ref": "#/components/parameters/ml.get_buckets-timestamp" }, { - "$ref": "#/components/parameters/ml.get_buckets:anomaly_score" + "$ref": "#/components/parameters/ml.get_buckets-anomaly_score" }, { - "$ref": "#/components/parameters/ml.get_buckets:desc" + "$ref": "#/components/parameters/ml.get_buckets-desc" }, { - "$ref": "#/components/parameters/ml.get_buckets:end" + "$ref": "#/components/parameters/ml.get_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_buckets:expand" + "$ref": "#/components/parameters/ml.get_buckets-expand" }, { - "$ref": "#/components/parameters/ml.get_buckets:from" + "$ref": "#/components/parameters/ml.get_buckets-from" }, { - "$ref": "#/components/parameters/ml.get_buckets:size" + "$ref": "#/components/parameters/ml.get_buckets-size" }, { - "$ref": "#/components/parameters/ml.get_buckets:sort" + "$ref": "#/components/parameters/ml.get_buckets-sort" }, { - "$ref": "#/components/parameters/ml.get_buckets:start" + "$ref": "#/components/parameters/ml.get_buckets-start" } ], "requestBody": { @@ -23835,7 +23835,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_buckets:200" + "$ref": "#/components/responses/ml.get_buckets-200" } }, "x-state": "Added in 5.4.0" @@ -23851,34 +23851,34 @@ "operationId": "ml-get-buckets-2", "parameters": [ { - "$ref": "#/components/parameters/ml.get_buckets:job_id" + "$ref": "#/components/parameters/ml.get_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_buckets:anomaly_score" + "$ref": "#/components/parameters/ml.get_buckets-anomaly_score" }, { - "$ref": "#/components/parameters/ml.get_buckets:desc" + "$ref": "#/components/parameters/ml.get_buckets-desc" }, { - "$ref": "#/components/parameters/ml.get_buckets:end" + "$ref": "#/components/parameters/ml.get_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_buckets:expand" + "$ref": "#/components/parameters/ml.get_buckets-expand" }, { - "$ref": "#/components/parameters/ml.get_buckets:from" + "$ref": "#/components/parameters/ml.get_buckets-from" }, { - "$ref": "#/components/parameters/ml.get_buckets:size" + "$ref": "#/components/parameters/ml.get_buckets-size" }, { - "$ref": "#/components/parameters/ml.get_buckets:sort" + "$ref": "#/components/parameters/ml.get_buckets-sort" }, { - "$ref": "#/components/parameters/ml.get_buckets:start" + "$ref": "#/components/parameters/ml.get_buckets-start" } ], "requestBody": { @@ -23886,7 +23886,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_buckets:200" + "$ref": "#/components/responses/ml.get_buckets-200" } }, "x-state": "Added in 5.4.0" @@ -23900,34 +23900,34 @@ "operationId": "ml-get-buckets-3", "parameters": [ { - "$ref": "#/components/parameters/ml.get_buckets:job_id" + "$ref": "#/components/parameters/ml.get_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_buckets:anomaly_score" + "$ref": "#/components/parameters/ml.get_buckets-anomaly_score" }, { - "$ref": "#/components/parameters/ml.get_buckets:desc" + "$ref": "#/components/parameters/ml.get_buckets-desc" }, { - "$ref": "#/components/parameters/ml.get_buckets:end" + "$ref": "#/components/parameters/ml.get_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_buckets:expand" + "$ref": "#/components/parameters/ml.get_buckets-expand" }, { - "$ref": "#/components/parameters/ml.get_buckets:from" + "$ref": "#/components/parameters/ml.get_buckets-from" }, { - "$ref": "#/components/parameters/ml.get_buckets:size" + "$ref": "#/components/parameters/ml.get_buckets-size" }, { - "$ref": "#/components/parameters/ml.get_buckets:sort" + "$ref": "#/components/parameters/ml.get_buckets-sort" }, { - "$ref": "#/components/parameters/ml.get_buckets:start" + "$ref": "#/components/parameters/ml.get_buckets-start" } ], "requestBody": { @@ -23935,7 +23935,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_buckets:200" + "$ref": "#/components/responses/ml.get_buckets-200" } }, "x-state": "Added in 5.4.0" @@ -23956,7 +23956,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -23966,7 +23966,7 @@ "description": "Specifies to get events with timestamps earlier than this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -23986,7 +23986,7 @@ "description": "Specifies to get events for a specific anomaly detection job identifier or job group. It must be used with a calendar identifier of `_all` or `*`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "form" }, @@ -24006,7 +24006,7 @@ "description": "Specifies to get events with timestamps after this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" } @@ -24025,7 +24025,7 @@ "events": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:CalendarEvent" + "$ref": "#/components/schemas/ml._types.CalendarEvent" } } }, @@ -24054,7 +24054,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -24069,7 +24069,7 @@ "description": "A list of one of more scheduled events. The event’s start and end times can be specified as integer milliseconds since the epoch or as a string in ISO 8601 format.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:CalendarEvent" + "$ref": "#/components/schemas/ml._types.CalendarEvent" } } }, @@ -24092,7 +24092,7 @@ "events": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:CalendarEvent" + "$ref": "#/components/schemas/ml._types.CalendarEvent" } } }, @@ -24116,10 +24116,10 @@ "operationId": "ml-get-calendars", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -24127,7 +24127,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -24140,10 +24140,10 @@ "operationId": "ml-get-calendars-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -24151,7 +24151,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -24166,19 +24166,19 @@ "operationId": "ml-get-categories", "parameters": [ { - "$ref": "#/components/parameters/ml.get_categories:job_id" + "$ref": "#/components/parameters/ml.get_categories-job_id" }, { - "$ref": "#/components/parameters/ml.get_categories:category_id" + "$ref": "#/components/parameters/ml.get_categories-category_id" }, { - "$ref": "#/components/parameters/ml.get_categories:from" + "$ref": "#/components/parameters/ml.get_categories-from" }, { - "$ref": "#/components/parameters/ml.get_categories:partition_field_value" + "$ref": "#/components/parameters/ml.get_categories-partition_field_value" }, { - "$ref": "#/components/parameters/ml.get_categories:size" + "$ref": "#/components/parameters/ml.get_categories-size" } ], "requestBody": { @@ -24186,7 +24186,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_categories:200" + "$ref": "#/components/responses/ml.get_categories-200" } }, "x-state": "Added in 5.4.0" @@ -24199,19 +24199,19 @@ "operationId": "ml-get-categories-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_categories:job_id" + "$ref": "#/components/parameters/ml.get_categories-job_id" }, { - "$ref": "#/components/parameters/ml.get_categories:category_id" + "$ref": "#/components/parameters/ml.get_categories-category_id" }, { - "$ref": "#/components/parameters/ml.get_categories:from" + "$ref": "#/components/parameters/ml.get_categories-from" }, { - "$ref": "#/components/parameters/ml.get_categories:partition_field_value" + "$ref": "#/components/parameters/ml.get_categories-partition_field_value" }, { - "$ref": "#/components/parameters/ml.get_categories:size" + "$ref": "#/components/parameters/ml.get_categories-size" } ], "requestBody": { @@ -24219,7 +24219,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_categories:200" + "$ref": "#/components/responses/ml.get_categories-200" } }, "x-state": "Added in 5.4.0" @@ -24234,16 +24234,16 @@ "operationId": "ml-get-categories-2", "parameters": [ { - "$ref": "#/components/parameters/ml.get_categories:job_id" + "$ref": "#/components/parameters/ml.get_categories-job_id" }, { - "$ref": "#/components/parameters/ml.get_categories:from" + "$ref": "#/components/parameters/ml.get_categories-from" }, { - "$ref": "#/components/parameters/ml.get_categories:partition_field_value" + "$ref": "#/components/parameters/ml.get_categories-partition_field_value" }, { - "$ref": "#/components/parameters/ml.get_categories:size" + "$ref": "#/components/parameters/ml.get_categories-size" } ], "requestBody": { @@ -24251,7 +24251,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_categories:200" + "$ref": "#/components/responses/ml.get_categories-200" } }, "x-state": "Added in 5.4.0" @@ -24264,16 +24264,16 @@ "operationId": "ml-get-categories-3", "parameters": [ { - "$ref": "#/components/parameters/ml.get_categories:job_id" + "$ref": "#/components/parameters/ml.get_categories-job_id" }, { - "$ref": "#/components/parameters/ml.get_categories:from" + "$ref": "#/components/parameters/ml.get_categories-from" }, { - "$ref": "#/components/parameters/ml.get_categories:partition_field_value" + "$ref": "#/components/parameters/ml.get_categories-partition_field_value" }, { - "$ref": "#/components/parameters/ml.get_categories:size" + "$ref": "#/components/parameters/ml.get_categories-size" } ], "requestBody": { @@ -24281,7 +24281,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_categories:200" + "$ref": "#/components/responses/ml.get_categories-200" } }, "x-state": "Added in 5.4.0" @@ -24297,21 +24297,21 @@ "operationId": "ml-get-data-frame-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:exclude_generated" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -24326,21 +24326,21 @@ "operationId": "ml-get-data-frame-analytics-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:verbose" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics_stats:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics_stats-200" } }, "x-state": "Added in 7.3.0" @@ -24355,24 +24355,24 @@ "operationId": "ml-get-data-frame-analytics-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:id" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-id" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:verbose" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics_stats:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics_stats-200" } }, "x-state": "Added in 7.3.0" @@ -24388,15 +24388,15 @@ "operationId": "ml-get-datafeed-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeed_stats:datafeed_id" + "$ref": "#/components/parameters/ml.get_datafeed_stats-datafeed_id" }, { - "$ref": "#/components/parameters/ml.get_datafeed_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeed_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeed_stats:200" + "$ref": "#/components/responses/ml.get_datafeed_stats-200" } }, "x-state": "Added in 5.5.0" @@ -24412,12 +24412,12 @@ "operationId": "ml-get-datafeed-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeed_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeed_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeed_stats:200" + "$ref": "#/components/responses/ml.get_datafeed_stats-200" } }, "x-state": "Added in 5.5.0" @@ -24433,15 +24433,15 @@ "operationId": "ml-get-datafeeds-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeeds:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_datafeeds:exclude_generated" + "$ref": "#/components/parameters/ml.get_datafeeds-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeeds:200" + "$ref": "#/components/responses/ml.get_datafeeds-200" } }, "x-state": "Added in 5.5.0" @@ -24457,15 +24457,15 @@ "operationId": "ml-get-filters", "parameters": [ { - "$ref": "#/components/parameters/ml.get_filters:from" + "$ref": "#/components/parameters/ml.get_filters-from" }, { - "$ref": "#/components/parameters/ml.get_filters:size" + "$ref": "#/components/parameters/ml.get_filters-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_filters:200" + "$ref": "#/components/responses/ml.get_filters-200" } }, "x-state": "Added in 5.5.0" @@ -24481,31 +24481,31 @@ "operationId": "ml-get-influencers", "parameters": [ { - "$ref": "#/components/parameters/ml.get_influencers:job_id" + "$ref": "#/components/parameters/ml.get_influencers-job_id" }, { - "$ref": "#/components/parameters/ml.get_influencers:desc" + "$ref": "#/components/parameters/ml.get_influencers-desc" }, { - "$ref": "#/components/parameters/ml.get_influencers:end" + "$ref": "#/components/parameters/ml.get_influencers-end" }, { - "$ref": "#/components/parameters/ml.get_influencers:exclude_interim" + "$ref": "#/components/parameters/ml.get_influencers-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_influencers:influencer_score" + "$ref": "#/components/parameters/ml.get_influencers-influencer_score" }, { - "$ref": "#/components/parameters/ml.get_influencers:from" + "$ref": "#/components/parameters/ml.get_influencers-from" }, { - "$ref": "#/components/parameters/ml.get_influencers:size" + "$ref": "#/components/parameters/ml.get_influencers-size" }, { - "$ref": "#/components/parameters/ml.get_influencers:sort" + "$ref": "#/components/parameters/ml.get_influencers-sort" }, { - "$ref": "#/components/parameters/ml.get_influencers:start" + "$ref": "#/components/parameters/ml.get_influencers-start" } ], "requestBody": { @@ -24513,7 +24513,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_influencers:200" + "$ref": "#/components/responses/ml.get_influencers-200" } }, "x-state": "Added in 5.4.0" @@ -24527,31 +24527,31 @@ "operationId": "ml-get-influencers-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_influencers:job_id" + "$ref": "#/components/parameters/ml.get_influencers-job_id" }, { - "$ref": "#/components/parameters/ml.get_influencers:desc" + "$ref": "#/components/parameters/ml.get_influencers-desc" }, { - "$ref": "#/components/parameters/ml.get_influencers:end" + "$ref": "#/components/parameters/ml.get_influencers-end" }, { - "$ref": "#/components/parameters/ml.get_influencers:exclude_interim" + "$ref": "#/components/parameters/ml.get_influencers-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_influencers:influencer_score" + "$ref": "#/components/parameters/ml.get_influencers-influencer_score" }, { - "$ref": "#/components/parameters/ml.get_influencers:from" + "$ref": "#/components/parameters/ml.get_influencers-from" }, { - "$ref": "#/components/parameters/ml.get_influencers:size" + "$ref": "#/components/parameters/ml.get_influencers-size" }, { - "$ref": "#/components/parameters/ml.get_influencers:sort" + "$ref": "#/components/parameters/ml.get_influencers-sort" }, { - "$ref": "#/components/parameters/ml.get_influencers:start" + "$ref": "#/components/parameters/ml.get_influencers-start" } ], "requestBody": { @@ -24559,7 +24559,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_influencers:200" + "$ref": "#/components/responses/ml.get_influencers-200" } }, "x-state": "Added in 5.4.0" @@ -24574,12 +24574,12 @@ "operationId": "ml-get-job-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_job_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_job_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_job_stats:200" + "$ref": "#/components/responses/ml.get_job_stats-200" } }, "x-state": "Added in 5.5.0" @@ -24594,15 +24594,15 @@ "operationId": "ml-get-job-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_job_stats:job_id" + "$ref": "#/components/parameters/ml.get_job_stats-job_id" }, { - "$ref": "#/components/parameters/ml.get_job_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_job_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_job_stats:200" + "$ref": "#/components/responses/ml.get_job_stats-200" } }, "x-state": "Added in 5.5.0" @@ -24618,15 +24618,15 @@ "operationId": "ml-get-jobs-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_jobs:allow_no_match" + "$ref": "#/components/parameters/ml.get_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_jobs:exclude_generated" + "$ref": "#/components/parameters/ml.get_jobs-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_jobs:200" + "$ref": "#/components/responses/ml.get_jobs-200" } }, "x-state": "Added in 5.5.0" @@ -24642,15 +24642,15 @@ "operationId": "ml-get-memory-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_memory_stats:master_timeout" + "$ref": "#/components/parameters/ml.get_memory_stats-master_timeout" }, { - "$ref": "#/components/parameters/ml.get_memory_stats:timeout" + "$ref": "#/components/parameters/ml.get_memory_stats-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_memory_stats:200" + "$ref": "#/components/responses/ml.get_memory_stats-200" } }, "x-state": "Added in 8.2.0" @@ -24666,18 +24666,18 @@ "operationId": "ml-get-memory-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_memory_stats:node_id" + "$ref": "#/components/parameters/ml.get_memory_stats-node_id" }, { - "$ref": "#/components/parameters/ml.get_memory_stats:master_timeout" + "$ref": "#/components/parameters/ml.get_memory_stats-master_timeout" }, { - "$ref": "#/components/parameters/ml.get_memory_stats:timeout" + "$ref": "#/components/parameters/ml.get_memory_stats-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_memory_stats:200" + "$ref": "#/components/responses/ml.get_memory_stats-200" } }, "x-state": "Added in 8.2.0" @@ -24698,7 +24698,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -24709,7 +24709,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -24738,7 +24738,7 @@ "model_snapshot_upgrades": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:ModelSnapshotUpgrade" + "$ref": "#/components/schemas/ml._types.ModelSnapshotUpgrade" } } }, @@ -24763,25 +24763,25 @@ "operationId": "ml-get-model-snapshots-2", "parameters": [ { - "$ref": "#/components/parameters/ml.get_model_snapshots:job_id" + "$ref": "#/components/parameters/ml.get_model_snapshots-job_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:desc" + "$ref": "#/components/parameters/ml.get_model_snapshots-desc" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:end" + "$ref": "#/components/parameters/ml.get_model_snapshots-end" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:from" + "$ref": "#/components/parameters/ml.get_model_snapshots-from" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:size" + "$ref": "#/components/parameters/ml.get_model_snapshots-size" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:sort" + "$ref": "#/components/parameters/ml.get_model_snapshots-sort" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:start" + "$ref": "#/components/parameters/ml.get_model_snapshots-start" } ], "requestBody": { @@ -24789,7 +24789,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_model_snapshots:200" + "$ref": "#/components/responses/ml.get_model_snapshots-200" } }, "x-state": "Added in 5.4.0" @@ -24802,25 +24802,25 @@ "operationId": "ml-get-model-snapshots-3", "parameters": [ { - "$ref": "#/components/parameters/ml.get_model_snapshots:job_id" + "$ref": "#/components/parameters/ml.get_model_snapshots-job_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:desc" + "$ref": "#/components/parameters/ml.get_model_snapshots-desc" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:end" + "$ref": "#/components/parameters/ml.get_model_snapshots-end" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:from" + "$ref": "#/components/parameters/ml.get_model_snapshots-from" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:size" + "$ref": "#/components/parameters/ml.get_model_snapshots-size" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:sort" + "$ref": "#/components/parameters/ml.get_model_snapshots-sort" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:start" + "$ref": "#/components/parameters/ml.get_model_snapshots-start" } ], "requestBody": { @@ -24828,7 +24828,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_model_snapshots:200" + "$ref": "#/components/responses/ml.get_model_snapshots-200" } }, "x-state": "Added in 5.4.0" @@ -24844,28 +24844,28 @@ "operationId": "ml-get-overall-buckets", "parameters": [ { - "$ref": "#/components/parameters/ml.get_overall_buckets:job_id" + "$ref": "#/components/parameters/ml.get_overall_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:allow_no_match" + "$ref": "#/components/parameters/ml.get_overall_buckets-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:bucket_span" + "$ref": "#/components/parameters/ml.get_overall_buckets-bucket_span" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:end" + "$ref": "#/components/parameters/ml.get_overall_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_overall_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:overall_score" + "$ref": "#/components/parameters/ml.get_overall_buckets-overall_score" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:start" + "$ref": "#/components/parameters/ml.get_overall_buckets-start" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:top_n" + "$ref": "#/components/parameters/ml.get_overall_buckets-top_n" } ], "requestBody": { @@ -24873,7 +24873,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_overall_buckets:200" + "$ref": "#/components/responses/ml.get_overall_buckets-200" } }, "x-state": "Added in 6.1.0" @@ -24887,28 +24887,28 @@ "operationId": "ml-get-overall-buckets-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_overall_buckets:job_id" + "$ref": "#/components/parameters/ml.get_overall_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:allow_no_match" + "$ref": "#/components/parameters/ml.get_overall_buckets-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:bucket_span" + "$ref": "#/components/parameters/ml.get_overall_buckets-bucket_span" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:end" + "$ref": "#/components/parameters/ml.get_overall_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_overall_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:overall_score" + "$ref": "#/components/parameters/ml.get_overall_buckets-overall_score" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:start" + "$ref": "#/components/parameters/ml.get_overall_buckets-start" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:top_n" + "$ref": "#/components/parameters/ml.get_overall_buckets-top_n" } ], "requestBody": { @@ -24916,7 +24916,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_overall_buckets:200" + "$ref": "#/components/responses/ml.get_overall_buckets-200" } }, "x-state": "Added in 6.1.0" @@ -24932,31 +24932,31 @@ "operationId": "ml-get-records", "parameters": [ { - "$ref": "#/components/parameters/ml.get_records:job_id" + "$ref": "#/components/parameters/ml.get_records-job_id" }, { - "$ref": "#/components/parameters/ml.get_records:desc" + "$ref": "#/components/parameters/ml.get_records-desc" }, { - "$ref": "#/components/parameters/ml.get_records:end" + "$ref": "#/components/parameters/ml.get_records-end" }, { - "$ref": "#/components/parameters/ml.get_records:exclude_interim" + "$ref": "#/components/parameters/ml.get_records-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_records:from" + "$ref": "#/components/parameters/ml.get_records-from" }, { - "$ref": "#/components/parameters/ml.get_records:record_score" + "$ref": "#/components/parameters/ml.get_records-record_score" }, { - "$ref": "#/components/parameters/ml.get_records:size" + "$ref": "#/components/parameters/ml.get_records-size" }, { - "$ref": "#/components/parameters/ml.get_records:sort" + "$ref": "#/components/parameters/ml.get_records-sort" }, { - "$ref": "#/components/parameters/ml.get_records:start" + "$ref": "#/components/parameters/ml.get_records-start" } ], "requestBody": { @@ -24964,7 +24964,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_records:200" + "$ref": "#/components/responses/ml.get_records-200" } }, "x-state": "Added in 5.4.0" @@ -24978,31 +24978,31 @@ "operationId": "ml-get-records-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_records:job_id" + "$ref": "#/components/parameters/ml.get_records-job_id" }, { - "$ref": "#/components/parameters/ml.get_records:desc" + "$ref": "#/components/parameters/ml.get_records-desc" }, { - "$ref": "#/components/parameters/ml.get_records:end" + "$ref": "#/components/parameters/ml.get_records-end" }, { - "$ref": "#/components/parameters/ml.get_records:exclude_interim" + "$ref": "#/components/parameters/ml.get_records-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_records:from" + "$ref": "#/components/parameters/ml.get_records-from" }, { - "$ref": "#/components/parameters/ml.get_records:record_score" + "$ref": "#/components/parameters/ml.get_records-record_score" }, { - "$ref": "#/components/parameters/ml.get_records:size" + "$ref": "#/components/parameters/ml.get_records-size" }, { - "$ref": "#/components/parameters/ml.get_records:sort" + "$ref": "#/components/parameters/ml.get_records-sort" }, { - "$ref": "#/components/parameters/ml.get_records:start" + "$ref": "#/components/parameters/ml.get_records-start" } ], "requestBody": { @@ -25010,7 +25010,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_records:200" + "$ref": "#/components/responses/ml.get_records-200" } }, "x-state": "Added in 5.4.0" @@ -25025,30 +25025,30 @@ "operationId": "ml-get-trained-models-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models:decompress_definition" + "$ref": "#/components/parameters/ml.get_trained_models-decompress_definition" }, { - "$ref": "#/components/parameters/ml.get_trained_models:exclude_generated" + "$ref": "#/components/parameters/ml.get_trained_models-exclude_generated" }, { - "$ref": "#/components/parameters/ml.get_trained_models:from" + "$ref": "#/components/parameters/ml.get_trained_models-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models:include" + "$ref": "#/components/parameters/ml.get_trained_models-include" }, { - "$ref": "#/components/parameters/ml.get_trained_models:size" + "$ref": "#/components/parameters/ml.get_trained_models-size" }, { - "$ref": "#/components/parameters/ml.get_trained_models:tags" + "$ref": "#/components/parameters/ml.get_trained_models-tags" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models:200" + "$ref": "#/components/responses/ml.get_trained_models-200" } }, "x-state": "Added in 7.10.0" @@ -25064,21 +25064,21 @@ "operationId": "ml-get-trained-models-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models_stats:model_id" + "$ref": "#/components/parameters/ml.get_trained_models_stats-model_id" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:from" + "$ref": "#/components/parameters/ml.get_trained_models_stats-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:size" + "$ref": "#/components/parameters/ml.get_trained_models_stats-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models_stats:200" + "$ref": "#/components/responses/ml.get_trained_models_stats-200" } }, "x-state": "Added in 7.10.0" @@ -25094,18 +25094,18 @@ "operationId": "ml-get-trained-models-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:from" + "$ref": "#/components/parameters/ml.get_trained_models_stats-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:size" + "$ref": "#/components/parameters/ml.get_trained_models_stats-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models_stats:200" + "$ref": "#/components/responses/ml.get_trained_models_stats-200" } }, "x-state": "Added in 7.10.0" @@ -25126,7 +25126,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -25136,7 +25136,7 @@ "description": "Controls the amount of time to wait for inference results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -25158,7 +25158,7 @@ } }, "inference_config": { - "$ref": "#/components/schemas/ml._types:InferenceConfigUpdateContainer" + "$ref": "#/components/schemas/ml._types.InferenceConfigUpdateContainer" } }, "required": [ @@ -25180,7 +25180,7 @@ "inference_results": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:InferenceResponseResult" + "$ref": "#/components/schemas/ml._types.InferenceResponseResult" } } }, @@ -25212,16 +25212,16 @@ "type": "object", "properties": { "defaults": { - "$ref": "#/components/schemas/ml.info:Defaults" + "$ref": "#/components/schemas/ml.info.Defaults" }, "limits": { - "$ref": "#/components/schemas/ml.info:Limits" + "$ref": "#/components/schemas/ml.info.Limits" }, "upgrade_mode": { "type": "boolean" }, "native_code": { - "$ref": "#/components/schemas/ml.info:NativeCode" + "$ref": "#/components/schemas/ml.info.NativeCode" } }, "required": [ @@ -25254,7 +25254,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -25264,7 +25264,7 @@ "description": "Controls the time to wait until a job has opened.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -25276,7 +25276,7 @@ "type": "object", "properties": { "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, @@ -25301,7 +25301,7 @@ "type": "boolean" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" } }, "required": [ @@ -25338,7 +25338,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -25348,7 +25348,7 @@ "description": "Specifies the end of the bucket resetting range.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -25358,7 +25358,7 @@ "description": "Specifies the start of the bucket resetting range.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" } @@ -25385,7 +25385,7 @@ "type": "object", "properties": { "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "processed_record_count": { "type": "number" @@ -25418,25 +25418,25 @@ "type": "number" }, "earliest_record_timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "latest_record_timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "last_data_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "latest_empty_bucket_timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "latest_sparse_bucket_timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "input_record_count": { "type": "number" }, "log_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -25475,7 +25475,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -25492,7 +25492,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -25508,7 +25508,7 @@ "operationId": "ml-preview-data-frame-analytics-2", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.preview_data_frame_analytics-id" } ], "requestBody": { @@ -25516,7 +25516,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -25530,7 +25530,7 @@ "operationId": "ml-preview-data-frame-analytics-3", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.preview_data_frame_analytics-id" } ], "requestBody": { @@ -25538,7 +25538,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -25554,13 +25554,13 @@ "operationId": "ml-preview-datafeed", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:datafeed_id" + "$ref": "#/components/parameters/ml.preview_datafeed-datafeed_id" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -25568,7 +25568,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -25582,13 +25582,13 @@ "operationId": "ml-preview-datafeed-1", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:datafeed_id" + "$ref": "#/components/parameters/ml.preview_datafeed-datafeed_id" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -25596,7 +25596,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -25612,10 +25612,10 @@ "operationId": "ml-preview-datafeed-2", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -25623,7 +25623,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -25637,10 +25637,10 @@ "operationId": "ml-preview-datafeed-3", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -25648,7 +25648,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -25669,7 +25669,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -25720,7 +25720,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -25745,7 +25745,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -25792,7 +25792,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -25817,7 +25817,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -25848,7 +25848,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -25873,7 +25873,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -25884,7 +25884,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -25923,7 +25923,7 @@ "type": "object", "properties": { "model": { - "$ref": "#/components/schemas/ml._types:ModelSnapshot" + "$ref": "#/components/schemas/ml._types.ModelSnapshot" } }, "required": [ @@ -25962,7 +25962,7 @@ "description": "The time to wait for the request to be completed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -25973,7 +25973,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -25998,7 +25998,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -26008,7 +26008,7 @@ "description": "Controls the amount of time to wait until the data frame analytics job\nstarts.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -26025,7 +26025,7 @@ "type": "boolean" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" } }, "required": [ @@ -26056,7 +26056,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -26066,7 +26066,7 @@ "description": "The time that the datafeed should end, which can be specified by using one of the following formats:\n\n* ISO 8601 format with milliseconds, for example `2017-01-22T06:00:00.000Z`\n* ISO 8601 format without milliseconds, for example `2017-01-22T06:00:00+00:00`\n* Milliseconds since the epoch, for example `1485061200000`\n\nDate-time arguments using either of the ISO 8601 formats must have a time zone designator, where `Z` is accepted\nas an abbreviation for UTC time. When a URL is expected (for example, in browsers), the `+` used in time zone\ndesignators must be encoded as `%2B`.\nThe end time value is exclusive. If you do not specify an end time, the datafeed\nruns continuously.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -26076,7 +26076,7 @@ "description": "The time that the datafeed should begin, which can be specified by using the same formats as the `end` parameter.\nThis value is inclusive.\nIf you do not specify a start time and the datafeed is associated with a new anomaly detection job, the analysis\nstarts from the earliest time for which data is available.\nIf you restart a stopped datafeed and specify a start value that is earlier than the timestamp of the latest\nprocessed record, the datafeed continues from 1 millisecond after the timestamp of the latest processed record.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -26086,7 +26086,7 @@ "description": "Specifies the amount of time to wait until a datafeed starts.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -26098,13 +26098,13 @@ "type": "object", "properties": { "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } } @@ -26120,7 +26120,7 @@ "type": "object", "properties": { "node": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "started": { "description": "For a successful response, this value is always `true`. On failure, an exception is returned instead.", @@ -26155,7 +26155,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -26165,7 +26165,7 @@ "description": "The inference cache size (in memory outside the JVM heap) per node for the model.\nThe default value is the same size as the `model_size_bytes`. To disable the cache,\n`0b` can be provided.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "style": "form" }, @@ -26195,7 +26195,7 @@ "description": "The deployment priority.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/ml._types:TrainingPriority" + "$ref": "#/components/schemas/ml._types.TrainingPriority" }, "style": "form" }, @@ -26225,7 +26225,7 @@ "description": "Specifies the amount of time to wait for the model to deploy.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -26235,7 +26235,7 @@ "description": "Specifies the allocation status to wait for before returning.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/ml._types:DeploymentAllocationState" + "$ref": "#/components/schemas/ml._types.DeploymentAllocationState" }, "style": "form" } @@ -26247,7 +26247,7 @@ "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" } } } @@ -26263,7 +26263,7 @@ "type": "object", "properties": { "assignment": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignment" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignment" } }, "required": [ @@ -26293,7 +26293,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -26323,7 +26323,7 @@ "description": "Controls the amount of time to wait until the data frame analytics job\nstops. Defaults to 20 seconds.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -26367,7 +26367,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -26397,7 +26397,7 @@ "description": "Specifies the amount of time to wait until a datafeed stops.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -26417,7 +26417,7 @@ "type": "boolean" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } } @@ -26462,7 +26462,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -26525,7 +26525,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -26567,16 +26567,16 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsAuthorization" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsAuthorization" }, "allow_lazy_start": { "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "create_time": { "type": "number" @@ -26585,10 +26585,10 @@ "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_num_threads": { "type": "number" @@ -26597,10 +26597,10 @@ "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -26638,7 +26638,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -26658,7 +26658,7 @@ "description": "Type of index that wildcard patterns can match. If the request can target data streams, this argument determines\nwhether wildcard expressions match hidden data streams. Supports comma-separated values. Valid values are:\n\n* `all`: Match any data stream or index, including hidden ones.\n* `closed`: Match closed, non-hidden indices. Also matches any non-hidden data stream. Data streams cannot be closed.\n* `hidden`: Match hidden data streams and hidden indices. Must be combined with `open`, `closed`, or both.\n* `none`: Wildcard patterns are not accepted.\n* `open`: Match open, non-hidden indices. Also matches any non-hidden data stream.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -26693,17 +26693,17 @@ "description": "If set, the datafeed performs aggregation searches. Support for aggregations is limited and should be used only\nwith low cardinality data.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "description": "An array of index names. Wildcards are supported. If any of the indices are in remote clusters, the machine\nlearning nodes must have the `remote_cluster_client` role.", @@ -26713,29 +26713,29 @@ } }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "description": "If a real-time datafeed has never seen any data (including during any initial training period), it automatically\nstops and closes the associated job after this many real-time searches return no documents. In other words,\nit stops after `frequency` times `max_empty_searches` of real-time operation. If not set, a datafeed with no\nend time that sees no data remains started until it is explicitly stopped. By default, it is not set.", "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "description": "Specifies scripts that evaluate custom expressions and returns script fields to the datafeed.\nThe detector configuration objects in a job can contain functions that use these script fields.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -26757,25 +26757,25 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:DatafeedAuthorization" + "$ref": "#/components/schemas/ml._types.DatafeedAuthorization" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "type": "array", @@ -26784,27 +26784,27 @@ } }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -26844,7 +26844,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -26891,7 +26891,7 @@ "type": "string" }, "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "items": { "type": "array", @@ -26929,7 +26929,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -26945,10 +26945,10 @@ "type": "boolean" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisMemoryLimit" + "$ref": "#/components/schemas/ml._types.AnalysisMemoryLimit" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "custom_settings": { "description": "Advanced configuration option. Contains custom meta data about the job.\nFor example, it can contain custom URL information as shown in Adding\ncustom URLs to machine learning results.", @@ -26968,10 +26968,10 @@ "type": "string" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_prune_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old\nmodel snapshots for this job. It specifies a period of time (in days)\nafter which only the first snapshot per day is retained. This period is\nrelative to the timestamp of the most recent snapshot for this job. Valid\nvalues range from 0 to `model_snapshot_retention_days`. For jobs created\nbefore version 7.8.0, the default value matches\n`model_snapshot_retention_days`.", @@ -27000,11 +27000,11 @@ "description": "An array of detector update objects.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectorUpdate" + "$ref": "#/components/schemas/ml._types.DetectorUpdate" } }, "per_partition_categorization": { - "$ref": "#/components/schemas/ml._types:PerPartitionCategorization" + "$ref": "#/components/schemas/ml._types.PerPartitionCategorization" } } } @@ -27024,19 +27024,19 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfigRead" + "$ref": "#/components/schemas/ml._types.AnalysisConfigRead" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "finished_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "custom_settings": { "type": "object", @@ -27048,10 +27048,10 @@ "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" }, "description": { "type": "string" @@ -27063,19 +27063,19 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "type": "string" }, "job_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_snapshot_retention_days": { "type": "number" @@ -27084,7 +27084,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "type": "number" @@ -27127,7 +27127,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -27138,7 +27138,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -27175,7 +27175,7 @@ "type": "boolean" }, "model": { - "$ref": "#/components/schemas/ml._types:ModelSnapshot" + "$ref": "#/components/schemas/ml._types.ModelSnapshot" } }, "required": [ @@ -27205,7 +27205,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -27231,7 +27231,7 @@ "type": "number" }, "adaptive_allocations": { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" } } } @@ -27247,7 +27247,7 @@ "type": "object", "properties": { "assignment": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignment" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignment" } }, "required": [ @@ -27278,7 +27278,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -27289,7 +27289,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -27309,7 +27309,7 @@ "description": "Controls the time to wait for the request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -27323,7 +27323,7 @@ "type": "object", "properties": { "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "completed": { "description": "When true, this means the task is complete. When false, it is still running.", @@ -27356,31 +27356,31 @@ "type": "object", "properties": { "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "description": { "type": "string" }, "model_plot": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_snapshot_retention_days": { "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } } @@ -27394,7 +27394,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -27414,7 +27414,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ml._types:Detector" + "$ref": "#/components/schemas/ml._types.Detector" } } }, @@ -27426,7 +27426,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -27445,13 +27445,13 @@ "operationId": "monitoring-bulk-1", "parameters": [ { - "$ref": "#/components/parameters/monitoring.bulk:system_id" + "$ref": "#/components/parameters/monitoring.bulk-system_id" }, { - "$ref": "#/components/parameters/monitoring.bulk:system_api_version" + "$ref": "#/components/parameters/monitoring.bulk-system_api_version" }, { - "$ref": "#/components/parameters/monitoring.bulk:interval" + "$ref": "#/components/parameters/monitoring.bulk-interval" } ], "requestBody": { @@ -27459,7 +27459,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/monitoring.bulk:200" + "$ref": "#/components/responses/monitoring.bulk-200" } }, "x-state": "Added in 6.3.0" @@ -27473,13 +27473,13 @@ "operationId": "monitoring-bulk", "parameters": [ { - "$ref": "#/components/parameters/monitoring.bulk:system_id" + "$ref": "#/components/parameters/monitoring.bulk-system_id" }, { - "$ref": "#/components/parameters/monitoring.bulk:system_api_version" + "$ref": "#/components/parameters/monitoring.bulk-system_api_version" }, { - "$ref": "#/components/parameters/monitoring.bulk:interval" + "$ref": "#/components/parameters/monitoring.bulk-interval" } ], "requestBody": { @@ -27487,7 +27487,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/monitoring.bulk:200" + "$ref": "#/components/responses/monitoring.bulk-200" } }, "x-state": "Added in 6.3.0" @@ -27503,16 +27503,16 @@ "operationId": "monitoring-bulk-3", "parameters": [ { - "$ref": "#/components/parameters/monitoring.bulk:type" + "$ref": "#/components/parameters/monitoring.bulk-type" }, { - "$ref": "#/components/parameters/monitoring.bulk:system_id" + "$ref": "#/components/parameters/monitoring.bulk-system_id" }, { - "$ref": "#/components/parameters/monitoring.bulk:system_api_version" + "$ref": "#/components/parameters/monitoring.bulk-system_api_version" }, { - "$ref": "#/components/parameters/monitoring.bulk:interval" + "$ref": "#/components/parameters/monitoring.bulk-interval" } ], "requestBody": { @@ -27520,7 +27520,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/monitoring.bulk:200" + "$ref": "#/components/responses/monitoring.bulk-200" } }, "x-state": "Added in 6.3.0" @@ -27534,16 +27534,16 @@ "operationId": "monitoring-bulk-2", "parameters": [ { - "$ref": "#/components/parameters/monitoring.bulk:type" + "$ref": "#/components/parameters/monitoring.bulk-type" }, { - "$ref": "#/components/parameters/monitoring.bulk:system_id" + "$ref": "#/components/parameters/monitoring.bulk-system_id" }, { - "$ref": "#/components/parameters/monitoring.bulk:system_api_version" + "$ref": "#/components/parameters/monitoring.bulk-system_api_version" }, { - "$ref": "#/components/parameters/monitoring.bulk:interval" + "$ref": "#/components/parameters/monitoring.bulk-interval" } ], "requestBody": { @@ -27551,7 +27551,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/monitoring.bulk:200" + "$ref": "#/components/responses/monitoring.bulk-200" } }, "x-state": "Added in 6.3.0" @@ -27567,43 +27567,43 @@ "operationId": "msearch", "parameters": [ { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -27611,7 +27611,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -27625,43 +27625,43 @@ "operationId": "msearch-1", "parameters": [ { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -27669,7 +27669,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -27685,46 +27685,46 @@ "operationId": "msearch-2", "parameters": [ { - "$ref": "#/components/parameters/msearch:index" + "$ref": "#/components/parameters/msearch-index" }, { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -27732,7 +27732,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -27746,46 +27746,46 @@ "operationId": "msearch-3", "parameters": [ { - "$ref": "#/components/parameters/msearch:index" + "$ref": "#/components/parameters/msearch-index" }, { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -27793,7 +27793,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -27812,19 +27812,19 @@ "operationId": "msearch-template", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -27832,7 +27832,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -27849,19 +27849,19 @@ "operationId": "msearch-template-1", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -27869,7 +27869,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -27888,22 +27888,22 @@ "operationId": "msearch-template-2", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:index" + "$ref": "#/components/parameters/msearch_template-index" }, { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -27911,7 +27911,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -27928,22 +27928,22 @@ "operationId": "msearch-template-3", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:index" + "$ref": "#/components/parameters/msearch_template-index" }, { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -27951,7 +27951,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -27967,40 +27967,40 @@ "operationId": "mtermvectors", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -28008,7 +28008,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } }, @@ -28021,40 +28021,40 @@ "operationId": "mtermvectors-1", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -28062,7 +28062,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } } @@ -28077,43 +28077,43 @@ "operationId": "mtermvectors-2", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:index" + "$ref": "#/components/parameters/mtermvectors-index" }, { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -28121,7 +28121,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } }, @@ -28134,43 +28134,43 @@ "operationId": "mtermvectors-3", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:index" + "$ref": "#/components/parameters/mtermvectors-index" }, { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -28178,7 +28178,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } } @@ -28199,7 +28199,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, @@ -28221,7 +28221,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/nodes.clear_repositories_metering_archive:ResponseBase" + "$ref": "#/components/schemas/nodes.clear_repositories_metering_archive.ResponseBase" } } } @@ -28246,7 +28246,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" } @@ -28257,7 +28257,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/nodes.get_repositories_metering_info:ResponseBase" + "$ref": "#/components/schemas/nodes.get_repositories_metering_info.ResponseBase" } } } @@ -28276,30 +28276,30 @@ "operationId": "nodes-hot-threads", "parameters": [ { - "$ref": "#/components/parameters/nodes.hot_threads:ignore_idle_threads" + "$ref": "#/components/parameters/nodes.hot_threads-ignore_idle_threads" }, { - "$ref": "#/components/parameters/nodes.hot_threads:interval" + "$ref": "#/components/parameters/nodes.hot_threads-interval" }, { - "$ref": "#/components/parameters/nodes.hot_threads:snapshots" + "$ref": "#/components/parameters/nodes.hot_threads-snapshots" }, { - "$ref": "#/components/parameters/nodes.hot_threads:threads" + "$ref": "#/components/parameters/nodes.hot_threads-threads" }, { - "$ref": "#/components/parameters/nodes.hot_threads:timeout" + "$ref": "#/components/parameters/nodes.hot_threads-timeout" }, { - "$ref": "#/components/parameters/nodes.hot_threads:type" + "$ref": "#/components/parameters/nodes.hot_threads-type" }, { - "$ref": "#/components/parameters/nodes.hot_threads:sort" + "$ref": "#/components/parameters/nodes.hot_threads-sort" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.hot_threads:200" + "$ref": "#/components/responses/nodes.hot_threads-200" } } } @@ -28314,33 +28314,33 @@ "operationId": "nodes-hot-threads-1", "parameters": [ { - "$ref": "#/components/parameters/nodes.hot_threads:node_id" + "$ref": "#/components/parameters/nodes.hot_threads-node_id" }, { - "$ref": "#/components/parameters/nodes.hot_threads:ignore_idle_threads" + "$ref": "#/components/parameters/nodes.hot_threads-ignore_idle_threads" }, { - "$ref": "#/components/parameters/nodes.hot_threads:interval" + "$ref": "#/components/parameters/nodes.hot_threads-interval" }, { - "$ref": "#/components/parameters/nodes.hot_threads:snapshots" + "$ref": "#/components/parameters/nodes.hot_threads-snapshots" }, { - "$ref": "#/components/parameters/nodes.hot_threads:threads" + "$ref": "#/components/parameters/nodes.hot_threads-threads" }, { - "$ref": "#/components/parameters/nodes.hot_threads:timeout" + "$ref": "#/components/parameters/nodes.hot_threads-timeout" }, { - "$ref": "#/components/parameters/nodes.hot_threads:type" + "$ref": "#/components/parameters/nodes.hot_threads-type" }, { - "$ref": "#/components/parameters/nodes.hot_threads:sort" + "$ref": "#/components/parameters/nodes.hot_threads-sort" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.hot_threads:200" + "$ref": "#/components/responses/nodes.hot_threads-200" } } } @@ -28355,15 +28355,15 @@ "operationId": "nodes-info", "parameters": [ { - "$ref": "#/components/parameters/nodes.info:flat_settings" + "$ref": "#/components/parameters/nodes.info-flat_settings" }, { - "$ref": "#/components/parameters/nodes.info:timeout" + "$ref": "#/components/parameters/nodes.info-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.info:200" + "$ref": "#/components/responses/nodes.info-200" } }, "x-state": "Added in 1.3.0" @@ -28379,18 +28379,18 @@ "operationId": "nodes-info-1", "parameters": [ { - "$ref": "#/components/parameters/nodes.info:node_id" + "$ref": "#/components/parameters/nodes.info-node_id" }, { - "$ref": "#/components/parameters/nodes.info:flat_settings" + "$ref": "#/components/parameters/nodes.info-flat_settings" }, { - "$ref": "#/components/parameters/nodes.info:timeout" + "$ref": "#/components/parameters/nodes.info-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.info:200" + "$ref": "#/components/responses/nodes.info-200" } }, "x-state": "Added in 1.3.0" @@ -28406,18 +28406,18 @@ "operationId": "nodes-info-2", "parameters": [ { - "$ref": "#/components/parameters/nodes.info:metric" + "$ref": "#/components/parameters/nodes.info-metric" }, { - "$ref": "#/components/parameters/nodes.info:flat_settings" + "$ref": "#/components/parameters/nodes.info-flat_settings" }, { - "$ref": "#/components/parameters/nodes.info:timeout" + "$ref": "#/components/parameters/nodes.info-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.info:200" + "$ref": "#/components/responses/nodes.info-200" } }, "x-state": "Added in 1.3.0" @@ -28433,21 +28433,21 @@ "operationId": "nodes-info-3", "parameters": [ { - "$ref": "#/components/parameters/nodes.info:node_id" + "$ref": "#/components/parameters/nodes.info-node_id" }, { - "$ref": "#/components/parameters/nodes.info:metric" + "$ref": "#/components/parameters/nodes.info-metric" }, { - "$ref": "#/components/parameters/nodes.info:flat_settings" + "$ref": "#/components/parameters/nodes.info-flat_settings" }, { - "$ref": "#/components/parameters/nodes.info:timeout" + "$ref": "#/components/parameters/nodes.info-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.info:200" + "$ref": "#/components/responses/nodes.info-200" } }, "x-state": "Added in 1.3.0" @@ -28463,7 +28463,7 @@ "operationId": "nodes-reload-secure-settings", "parameters": [ { - "$ref": "#/components/parameters/nodes.reload_secure_settings:timeout" + "$ref": "#/components/parameters/nodes.reload_secure_settings-timeout" } ], "requestBody": { @@ -28471,7 +28471,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/nodes.reload_secure_settings:200" + "$ref": "#/components/responses/nodes.reload_secure_settings-200" } }, "x-state": "Added in 6.5.0" @@ -28487,10 +28487,10 @@ "operationId": "nodes-reload-secure-settings-1", "parameters": [ { - "$ref": "#/components/parameters/nodes.reload_secure_settings:node_id" + "$ref": "#/components/parameters/nodes.reload_secure_settings-node_id" }, { - "$ref": "#/components/parameters/nodes.reload_secure_settings:timeout" + "$ref": "#/components/parameters/nodes.reload_secure_settings-timeout" } ], "requestBody": { @@ -28498,7 +28498,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/nodes.reload_secure_settings:200" + "$ref": "#/components/responses/nodes.reload_secure_settings-200" } }, "x-state": "Added in 6.5.0" @@ -28514,36 +28514,36 @@ "operationId": "nodes-stats", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats:completion_fields" + "$ref": "#/components/parameters/nodes.stats-completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fielddata_fields" + "$ref": "#/components/parameters/nodes.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fields" + "$ref": "#/components/parameters/nodes.stats-fields" }, { - "$ref": "#/components/parameters/nodes.stats:groups" + "$ref": "#/components/parameters/nodes.stats-groups" }, { - "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats:level" + "$ref": "#/components/parameters/nodes.stats-level" }, { - "$ref": "#/components/parameters/nodes.stats:timeout" + "$ref": "#/components/parameters/nodes.stats-timeout" }, { - "$ref": "#/components/parameters/nodes.stats:types" + "$ref": "#/components/parameters/nodes.stats-types" }, { - "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats-include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats:200" + "$ref": "#/components/responses/nodes.stats-200" } } } @@ -28558,39 +28558,39 @@ "operationId": "nodes-stats-1", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats:node_id" + "$ref": "#/components/parameters/nodes.stats-node_id" }, { - "$ref": "#/components/parameters/nodes.stats:completion_fields" + "$ref": "#/components/parameters/nodes.stats-completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fielddata_fields" + "$ref": "#/components/parameters/nodes.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fields" + "$ref": "#/components/parameters/nodes.stats-fields" }, { - "$ref": "#/components/parameters/nodes.stats:groups" + "$ref": "#/components/parameters/nodes.stats-groups" }, { - "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats:level" + "$ref": "#/components/parameters/nodes.stats-level" }, { - "$ref": "#/components/parameters/nodes.stats:timeout" + "$ref": "#/components/parameters/nodes.stats-timeout" }, { - "$ref": "#/components/parameters/nodes.stats:types" + "$ref": "#/components/parameters/nodes.stats-types" }, { - "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats-include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats:200" + "$ref": "#/components/responses/nodes.stats-200" } } } @@ -28605,39 +28605,39 @@ "operationId": "nodes-stats-2", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats:metric" + "$ref": "#/components/parameters/nodes.stats-metric" }, { - "$ref": "#/components/parameters/nodes.stats:completion_fields" + "$ref": "#/components/parameters/nodes.stats-completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fielddata_fields" + "$ref": "#/components/parameters/nodes.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fields" + "$ref": "#/components/parameters/nodes.stats-fields" }, { - "$ref": "#/components/parameters/nodes.stats:groups" + "$ref": "#/components/parameters/nodes.stats-groups" }, { - "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats:level" + "$ref": "#/components/parameters/nodes.stats-level" }, { - "$ref": "#/components/parameters/nodes.stats:timeout" + "$ref": "#/components/parameters/nodes.stats-timeout" }, { - "$ref": "#/components/parameters/nodes.stats:types" + "$ref": "#/components/parameters/nodes.stats-types" }, { - "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats-include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats:200" + "$ref": "#/components/responses/nodes.stats-200" } } } @@ -28652,42 +28652,42 @@ "operationId": "nodes-stats-3", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats:node_id" + "$ref": "#/components/parameters/nodes.stats-node_id" }, { - "$ref": "#/components/parameters/nodes.stats:metric" + "$ref": "#/components/parameters/nodes.stats-metric" }, { - "$ref": "#/components/parameters/nodes.stats:completion_fields" + "$ref": "#/components/parameters/nodes.stats-completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fielddata_fields" + "$ref": "#/components/parameters/nodes.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fields" + "$ref": "#/components/parameters/nodes.stats-fields" }, { - "$ref": "#/components/parameters/nodes.stats:groups" + "$ref": "#/components/parameters/nodes.stats-groups" }, { - "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats:level" + "$ref": "#/components/parameters/nodes.stats-level" }, { - "$ref": "#/components/parameters/nodes.stats:timeout" + "$ref": "#/components/parameters/nodes.stats-timeout" }, { - "$ref": "#/components/parameters/nodes.stats:types" + "$ref": "#/components/parameters/nodes.stats-types" }, { - "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats-include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats:200" + "$ref": "#/components/responses/nodes.stats-200" } } } @@ -28702,42 +28702,42 @@ "operationId": "nodes-stats-4", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats:metric" + "$ref": "#/components/parameters/nodes.stats-metric" }, { - "$ref": "#/components/parameters/nodes.stats:index_metric" + "$ref": "#/components/parameters/nodes.stats-index_metric" }, { - "$ref": "#/components/parameters/nodes.stats:completion_fields" + "$ref": "#/components/parameters/nodes.stats-completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fielddata_fields" + "$ref": "#/components/parameters/nodes.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fields" + "$ref": "#/components/parameters/nodes.stats-fields" }, { - "$ref": "#/components/parameters/nodes.stats:groups" + "$ref": "#/components/parameters/nodes.stats-groups" }, { - "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats:level" + "$ref": "#/components/parameters/nodes.stats-level" }, { - "$ref": "#/components/parameters/nodes.stats:timeout" + "$ref": "#/components/parameters/nodes.stats-timeout" }, { - "$ref": "#/components/parameters/nodes.stats:types" + "$ref": "#/components/parameters/nodes.stats-types" }, { - "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats-include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats:200" + "$ref": "#/components/responses/nodes.stats-200" } } } @@ -28752,45 +28752,45 @@ "operationId": "nodes-stats-5", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats:node_id" + "$ref": "#/components/parameters/nodes.stats-node_id" }, { - "$ref": "#/components/parameters/nodes.stats:metric" + "$ref": "#/components/parameters/nodes.stats-metric" }, { - "$ref": "#/components/parameters/nodes.stats:index_metric" + "$ref": "#/components/parameters/nodes.stats-index_metric" }, { - "$ref": "#/components/parameters/nodes.stats:completion_fields" + "$ref": "#/components/parameters/nodes.stats-completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fielddata_fields" + "$ref": "#/components/parameters/nodes.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fields" + "$ref": "#/components/parameters/nodes.stats-fields" }, { - "$ref": "#/components/parameters/nodes.stats:groups" + "$ref": "#/components/parameters/nodes.stats-groups" }, { - "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats:level" + "$ref": "#/components/parameters/nodes.stats-level" }, { - "$ref": "#/components/parameters/nodes.stats:timeout" + "$ref": "#/components/parameters/nodes.stats-timeout" }, { - "$ref": "#/components/parameters/nodes.stats:types" + "$ref": "#/components/parameters/nodes.stats-types" }, { - "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats-include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats:200" + "$ref": "#/components/responses/nodes.stats-200" } } } @@ -28804,12 +28804,12 @@ "operationId": "nodes-usage", "parameters": [ { - "$ref": "#/components/parameters/nodes.usage:timeout" + "$ref": "#/components/parameters/nodes.usage-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.usage:200" + "$ref": "#/components/responses/nodes.usage-200" } }, "x-state": "Added in 6.0.0" @@ -28824,15 +28824,15 @@ "operationId": "nodes-usage-1", "parameters": [ { - "$ref": "#/components/parameters/nodes.usage:node_id" + "$ref": "#/components/parameters/nodes.usage-node_id" }, { - "$ref": "#/components/parameters/nodes.usage:timeout" + "$ref": "#/components/parameters/nodes.usage-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.usage:200" + "$ref": "#/components/responses/nodes.usage-200" } }, "x-state": "Added in 6.0.0" @@ -28847,15 +28847,15 @@ "operationId": "nodes-usage-2", "parameters": [ { - "$ref": "#/components/parameters/nodes.usage:metric" + "$ref": "#/components/parameters/nodes.usage-metric" }, { - "$ref": "#/components/parameters/nodes.usage:timeout" + "$ref": "#/components/parameters/nodes.usage-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.usage:200" + "$ref": "#/components/responses/nodes.usage-200" } }, "x-state": "Added in 6.0.0" @@ -28870,18 +28870,18 @@ "operationId": "nodes-usage-3", "parameters": [ { - "$ref": "#/components/parameters/nodes.usage:node_id" + "$ref": "#/components/parameters/nodes.usage-node_id" }, { - "$ref": "#/components/parameters/nodes.usage:metric" + "$ref": "#/components/parameters/nodes.usage-metric" }, { - "$ref": "#/components/parameters/nodes.usage:timeout" + "$ref": "#/components/parameters/nodes.usage-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.usage:200" + "$ref": "#/components/responses/nodes.usage-200" } }, "x-state": "Added in 6.0.0" @@ -28903,7 +28903,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -28914,7 +28914,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -28944,7 +28944,7 @@ "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -28954,7 +28954,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`. Valid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -28986,7 +28986,7 @@ "type": "object", "properties": { "index_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } } @@ -29002,10 +29002,10 @@ "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -29039,19 +29039,19 @@ "operationId": "put-script-2", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context" + "$ref": "#/components/parameters/put_script-context" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -29059,7 +29059,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } }, @@ -29075,19 +29075,19 @@ "operationId": "put-script-3", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context" + "$ref": "#/components/parameters/put_script-context" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -29095,7 +29095,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } } @@ -29119,7 +29119,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -29130,7 +29130,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -29141,7 +29141,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" }, "examples": { "QueryRuleGetResponseExample1": { @@ -29170,7 +29170,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -29181,7 +29181,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -29193,24 +29193,24 @@ "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleType" + "$ref": "#/components/schemas/query_rules._types.QueryRuleType" }, "criteria": { "description": "The criteria that must be met for the rule to be applied.\nIf multiple criteria are specified for a rule, all criteria must be met for the rule to be applied.", "oneOf": [ { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" }, { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" } } ] }, "actions": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleActions" + "$ref": "#/components/schemas/query_rules._types.QueryRuleActions" }, "priority": { "type": "number" @@ -29241,7 +29241,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -29269,7 +29269,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -29280,7 +29280,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -29291,7 +29291,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -29316,7 +29316,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -29327,7 +29327,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleset" + "$ref": "#/components/schemas/query_rules._types.QueryRuleset" }, "examples": { "QueryRulesetGetResponseExample1": { @@ -29359,7 +29359,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -29373,12 +29373,12 @@ "rules": { "oneOf": [ { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" }, { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" } } ] @@ -29407,7 +29407,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -29435,7 +29435,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -29446,7 +29446,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -29499,7 +29499,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules.list_rulesets:QueryRulesetListItem" + "$ref": "#/components/schemas/query_rules.list_rulesets.QueryRulesetListItem" } } }, @@ -29537,7 +29537,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -29584,7 +29584,7 @@ "matched_rules": { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules.test:QueryRulesetMatchedRule" + "$ref": "#/components/schemas/query_rules.test.QueryRulesetMatchedRule" } } }, @@ -29616,16 +29616,16 @@ "operationId": "rank-eval", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -29633,7 +29633,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -29647,16 +29647,16 @@ "operationId": "rank-eval-1", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -29664,7 +29664,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -29680,19 +29680,19 @@ "operationId": "rank-eval-2", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:index" + "$ref": "#/components/parameters/rank_eval-index" }, { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -29700,7 +29700,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -29714,19 +29714,19 @@ "operationId": "rank-eval-3", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:index" + "$ref": "#/components/parameters/rank_eval-index" }, { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -29734,7 +29734,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -29775,7 +29775,7 @@ "description": "The period of time that a consistent view of the index should be maintained for scrolled search.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -29785,7 +29785,7 @@ "description": "The number of slices this task should be divided into.\nIt defaults to one slice, which means the task isn't sliced into subtasks.\n\nReindex supports sliced scroll to parallelize the reindexing process.\nThis parallelization can improve efficiency and provide a convenient way to break the request down into smaller parts.\n\nNOTE: Reindexing from remote clusters does not support manual or automatic slicing.\n\nIf set to `auto`, Elasticsearch chooses the number of slices to use.\nThis setting will use one slice per shard, up to a certain limit.\nIf there are multiple sources, it will choose the number of slices based on the index or backing index with the smallest number of shards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Slices" + "$ref": "#/components/schemas/_types.Slices" }, "style": "form" }, @@ -29795,7 +29795,7 @@ "description": "The period each indexing waits for automatic index creation, dynamic mapping updates, and waiting for active shards.\nBy default, Elasticsearch waits for at least one minute before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -29805,7 +29805,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value is one, which means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -29837,23 +29837,23 @@ "type": "object", "properties": { "conflicts": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" }, "dest": { - "$ref": "#/components/schemas/_global.reindex:Destination" + "$ref": "#/components/schemas/_global.reindex.Destination" }, "max_docs": { "description": "The maximum number of documents to reindex.\nBy default, all documents are reindexed.\nIf it is a value less then or equal to `scroll_size`, a scroll will not be used to retrieve the results for the operation.\n\nIf `conflicts` is set to `proceed`, the reindex operation could attempt to reindex more documents from the source than `max_docs` until it has successfully indexed `max_docs` documents into the target or it has gone through every document in the source query.", "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "size": { "type": "number" }, "source": { - "$ref": "#/components/schemas/_global.reindex:Source" + "$ref": "#/components/schemas/_global.reindex.Source" } }, "required": [ @@ -29956,7 +29956,7 @@ "description": "If there were any unrecoverable errors during the process, it is an array of those failures.\nIf this array is not empty, the request ended because of those failures.\nReindex is implemented using batches and any failure causes the entire process to end but all failures in the current batch are collected into the array.\nYou can use the `conflicts` option to prevent the reindex from ending on version conflicts.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:BulkIndexByScrollFailure" + "$ref": "#/components/schemas/_types.BulkIndexByScrollFailure" } }, "noops": { @@ -29964,7 +29964,7 @@ "type": "number" }, "retries": { - "$ref": "#/components/schemas/_types:Retries" + "$ref": "#/components/schemas/_types.Retries" }, "requests_per_second": { "description": "The number of requests per second effectively run during the reindex.", @@ -29974,20 +29974,20 @@ "type": "number" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "throttled_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "throttled_until_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timed_out": { "description": "If any of the requests that ran during the reindex timed out, it is `true`.", "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "description": "The number of documents that were successfully processed.", @@ -30026,7 +30026,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -30052,7 +30052,7 @@ "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.reindex_rethrottle:ReindexNode" + "$ref": "#/components/schemas/_global.reindex_rethrottle.ReindexNode" } } }, @@ -30080,7 +30080,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } }, @@ -30096,7 +30096,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } } @@ -30111,7 +30111,7 @@ "operationId": "render-search-template-2", "parameters": [ { - "$ref": "#/components/parameters/render_search_template:id" + "$ref": "#/components/parameters/render_search_template-id" } ], "requestBody": { @@ -30119,7 +30119,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } }, @@ -30132,7 +30132,7 @@ "operationId": "render-search-template-3", "parameters": [ { - "$ref": "#/components/parameters/render_search_template:id" + "$ref": "#/components/parameters/render_search_template-id" } ], "requestBody": { @@ -30140,7 +30140,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } } @@ -30155,12 +30155,12 @@ "operationId": "rollup-get-jobs", "parameters": [ { - "$ref": "#/components/parameters/rollup.get_jobs:id" + "$ref": "#/components/parameters/rollup.get_jobs-id" } ], "responses": { "200": { - "$ref": "#/components/responses/rollup.get_jobs:200" + "$ref": "#/components/responses/rollup.get_jobs-200" } }, "deprecated": true, @@ -30181,7 +30181,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -30197,7 +30197,7 @@ "type": "string" }, "groups": { - "$ref": "#/components/schemas/rollup._types:Groupings" + "$ref": "#/components/schemas/rollup._types.Groupings" }, "index_pattern": { "description": "The index or index pattern to roll up. Supports wildcard-style patterns (`logstash-*`). The job attempts to\nrollup the entire index or index-pattern.", @@ -30207,7 +30207,7 @@ "description": "Defines the metrics to collect for each grouping tuple. By default, only the doc_counts are collected for each\ngroup. To make rollup useful, you will often add metrics like averages, mins, maxes, etc. Metrics are defined\non a per-field basis and for each field you configure which metric should be collected.", "type": "array", "items": { - "$ref": "#/components/schemas/rollup._types:FieldMetric" + "$ref": "#/components/schemas/rollup._types.FieldMetric" } }, "page_size": { @@ -30215,13 +30215,13 @@ "type": "number" }, "rollup_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "headers": { - "$ref": "#/components/schemas/_types:HttpHeaders" + "$ref": "#/components/schemas/_types.HttpHeaders" } }, "required": [ @@ -30248,7 +30248,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "CreateRollupJobResponseExample1": { @@ -30277,7 +30277,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -30296,7 +30296,7 @@ "task_failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:TaskFailure" + "$ref": "#/components/schemas/_types.TaskFailure" } } }, @@ -30328,7 +30328,7 @@ "operationId": "rollup-get-jobs-1", "responses": { "200": { - "$ref": "#/components/responses/rollup.get_jobs:200" + "$ref": "#/components/responses/rollup.get_jobs-200" } }, "deprecated": true, @@ -30345,12 +30345,12 @@ "operationId": "rollup-get-rollup-caps", "parameters": [ { - "$ref": "#/components/parameters/rollup.get_rollup_caps:id" + "$ref": "#/components/parameters/rollup.get_rollup_caps-id" } ], "responses": { "200": { - "$ref": "#/components/responses/rollup.get_rollup_caps:200" + "$ref": "#/components/responses/rollup.get_rollup_caps-200" } }, "deprecated": true, @@ -30367,7 +30367,7 @@ "operationId": "rollup-get-rollup-caps-1", "responses": { "200": { - "$ref": "#/components/responses/rollup.get_rollup_caps:200" + "$ref": "#/components/responses/rollup.get_rollup_caps-200" } }, "deprecated": true, @@ -30390,7 +30390,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" } @@ -30403,7 +30403,7 @@ "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/rollup.get_rollup_index_caps:IndexCapabilities" + "$ref": "#/components/schemas/rollup.get_rollup_index_caps.IndexCapabilities" } }, "examples": { @@ -30430,13 +30430,13 @@ "operationId": "rollup-rollup-search", "parameters": [ { - "$ref": "#/components/parameters/rollup.rollup_search:index" + "$ref": "#/components/parameters/rollup.rollup_search-index" }, { - "$ref": "#/components/parameters/rollup.rollup_search:rest_total_hits_as_int" + "$ref": "#/components/parameters/rollup.rollup_search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/rollup.rollup_search:typed_keys" + "$ref": "#/components/parameters/rollup.rollup_search-typed_keys" } ], "requestBody": { @@ -30444,7 +30444,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rollup.rollup_search:200" + "$ref": "#/components/responses/rollup.rollup_search-200" } }, "deprecated": true, @@ -30459,13 +30459,13 @@ "operationId": "rollup-rollup-search-1", "parameters": [ { - "$ref": "#/components/parameters/rollup.rollup_search:index" + "$ref": "#/components/parameters/rollup.rollup_search-index" }, { - "$ref": "#/components/parameters/rollup.rollup_search:rest_total_hits_as_int" + "$ref": "#/components/parameters/rollup.rollup_search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/rollup.rollup_search:typed_keys" + "$ref": "#/components/parameters/rollup.rollup_search-typed_keys" } ], "requestBody": { @@ -30473,7 +30473,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rollup.rollup_search:200" + "$ref": "#/components/responses/rollup.rollup_search-200" } }, "deprecated": true, @@ -30496,7 +30496,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -30547,7 +30547,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -30557,7 +30557,7 @@ "description": "If `wait_for_completion` is `true`, the API blocks for (at maximum) the specified duration while waiting for the job to stop.\nIf more than `timeout` time has passed, the API throws a timeout exception.\nNOTE: Even if a timeout occurs, the stop request is still processing and eventually moves the job to STOPPED.\nThe timeout simply means the API call itself timed out while waiting for the status change.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -30609,7 +30609,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scripts_painless_execute:200" + "$ref": "#/components/responses/scripts_painless_execute-200" } }, "x-state": "Technical preview" @@ -30626,7 +30626,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scripts_painless_execute:200" + "$ref": "#/components/responses/scripts_painless_execute-200" } }, "x-state": "Technical preview" @@ -30645,136 +30645,136 @@ "operationId": "search", "parameters": [ { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" }, { - "$ref": "#/components/parameters/search:force_synthetic_source" + "$ref": "#/components/parameters/search-force_synthetic_source" } ], "requestBody": { @@ -30782,7 +30782,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } }, @@ -30798,136 +30798,136 @@ "operationId": "search-1", "parameters": [ { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" }, { - "$ref": "#/components/parameters/search:force_synthetic_source" + "$ref": "#/components/parameters/search-force_synthetic_source" } ], "requestBody": { @@ -30935,7 +30935,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } } @@ -30953,139 +30953,139 @@ "operationId": "search-2", "parameters": [ { - "$ref": "#/components/parameters/search:index" + "$ref": "#/components/parameters/search-index" }, { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" }, { - "$ref": "#/components/parameters/search:force_synthetic_source" + "$ref": "#/components/parameters/search-force_synthetic_source" } ], "requestBody": { @@ -31093,7 +31093,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } }, @@ -31109,139 +31109,139 @@ "operationId": "search-3", "parameters": [ { - "$ref": "#/components/parameters/search:index" + "$ref": "#/components/parameters/search-index" }, { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" }, { - "$ref": "#/components/parameters/search:force_synthetic_source" + "$ref": "#/components/parameters/search-force_synthetic_source" } ], "requestBody": { @@ -31249,7 +31249,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } } @@ -31269,7 +31269,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -31280,7 +31280,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/search_application._types:SearchApplication" + "$ref": "#/components/schemas/search_application._types.SearchApplication" }, "examples": { "SearchApplicationGetResponseExample1": { @@ -31308,7 +31308,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -31327,7 +31327,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/search_application._types:SearchApplicationParameters" + "$ref": "#/components/schemas/search_application._types.SearchApplicationParameters" }, "examples": { "SearchApplicationPutRequestExample1": { @@ -31348,7 +31348,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -31376,7 +31376,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -31387,7 +31387,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -31405,12 +31405,12 @@ "operationId": "search-application-get-behavioral-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/search_application.get_behavioral_analytics:name" + "$ref": "#/components/parameters/search_application.get_behavioral_analytics-name" } ], "responses": { "200": { - "$ref": "#/components/responses/search_application.get_behavioral_analytics:200" + "$ref": "#/components/responses/search_application.get_behavioral_analytics-200" } }, "deprecated": true, @@ -31430,7 +31430,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -31441,7 +31441,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/search_application.put_behavioral_analytics:AnalyticsAcknowledgeResponseBase" + "$ref": "#/components/schemas/search_application.put_behavioral_analytics.AnalyticsAcknowledgeResponseBase" } } } @@ -31465,7 +31465,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -31476,7 +31476,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -31495,7 +31495,7 @@ "operationId": "search-application-get-behavioral-analytics", "responses": { "200": { - "$ref": "#/components/responses/search_application.get_behavioral_analytics:200" + "$ref": "#/components/responses/search_application.get_behavioral_analytics-200" } }, "deprecated": true, @@ -31556,7 +31556,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/search_application._types:SearchApplication" + "$ref": "#/components/schemas/search_application._types.SearchApplication" } } }, @@ -31596,7 +31596,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -31607,7 +31607,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/search_application._types:EventType" + "$ref": "#/components/schemas/search_application._types.EventType" }, "style": "simple" }, @@ -31681,7 +31681,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -31740,10 +31740,10 @@ "operationId": "search-application-search", "parameters": [ { - "$ref": "#/components/parameters/search_application.search:name" + "$ref": "#/components/parameters/search_application.search-name" }, { - "$ref": "#/components/parameters/search_application.search:typed_keys" + "$ref": "#/components/parameters/search_application.search-typed_keys" } ], "requestBody": { @@ -31751,7 +31751,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_application.search:200" + "$ref": "#/components/responses/search_application.search-200" } }, "x-beta": true @@ -31765,10 +31765,10 @@ "operationId": "search-application-search-1", "parameters": [ { - "$ref": "#/components/parameters/search_application.search:name" + "$ref": "#/components/parameters/search_application.search-name" }, { - "$ref": "#/components/parameters/search_application.search:typed_keys" + "$ref": "#/components/parameters/search_application.search-typed_keys" } ], "requestBody": { @@ -31776,7 +31776,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_application.search:200" + "$ref": "#/components/responses/search_application.search-200" } }, "x-beta": true @@ -31795,40 +31795,40 @@ "operationId": "search-mvt-1", "parameters": [ { - "$ref": "#/components/parameters/search_mvt:index" + "$ref": "#/components/parameters/search_mvt-index" }, { - "$ref": "#/components/parameters/search_mvt:field" + "$ref": "#/components/parameters/search_mvt-field" }, { - "$ref": "#/components/parameters/search_mvt:zoom" + "$ref": "#/components/parameters/search_mvt-zoom" }, { - "$ref": "#/components/parameters/search_mvt:x" + "$ref": "#/components/parameters/search_mvt-x" }, { - "$ref": "#/components/parameters/search_mvt:y" + "$ref": "#/components/parameters/search_mvt-y" }, { - "$ref": "#/components/parameters/search_mvt:exact_bounds" + "$ref": "#/components/parameters/search_mvt-exact_bounds" }, { - "$ref": "#/components/parameters/search_mvt:extent" + "$ref": "#/components/parameters/search_mvt-extent" }, { - "$ref": "#/components/parameters/search_mvt:grid_agg" + "$ref": "#/components/parameters/search_mvt-grid_agg" }, { - "$ref": "#/components/parameters/search_mvt:grid_precision" + "$ref": "#/components/parameters/search_mvt-grid_precision" }, { - "$ref": "#/components/parameters/search_mvt:grid_type" + "$ref": "#/components/parameters/search_mvt-grid_type" }, { - "$ref": "#/components/parameters/search_mvt:size" + "$ref": "#/components/parameters/search_mvt-size" }, { - "$ref": "#/components/parameters/search_mvt:with_labels" + "$ref": "#/components/parameters/search_mvt-with_labels" } ], "requestBody": { @@ -31836,7 +31836,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_mvt:200" + "$ref": "#/components/responses/search_mvt-200" } }, "x-state": "Added in 7.15.0" @@ -31853,40 +31853,40 @@ "operationId": "search-mvt", "parameters": [ { - "$ref": "#/components/parameters/search_mvt:index" + "$ref": "#/components/parameters/search_mvt-index" }, { - "$ref": "#/components/parameters/search_mvt:field" + "$ref": "#/components/parameters/search_mvt-field" }, { - "$ref": "#/components/parameters/search_mvt:zoom" + "$ref": "#/components/parameters/search_mvt-zoom" }, { - "$ref": "#/components/parameters/search_mvt:x" + "$ref": "#/components/parameters/search_mvt-x" }, { - "$ref": "#/components/parameters/search_mvt:y" + "$ref": "#/components/parameters/search_mvt-y" }, { - "$ref": "#/components/parameters/search_mvt:exact_bounds" + "$ref": "#/components/parameters/search_mvt-exact_bounds" }, { - "$ref": "#/components/parameters/search_mvt:extent" + "$ref": "#/components/parameters/search_mvt-extent" }, { - "$ref": "#/components/parameters/search_mvt:grid_agg" + "$ref": "#/components/parameters/search_mvt-grid_agg" }, { - "$ref": "#/components/parameters/search_mvt:grid_precision" + "$ref": "#/components/parameters/search_mvt-grid_precision" }, { - "$ref": "#/components/parameters/search_mvt:grid_type" + "$ref": "#/components/parameters/search_mvt-grid_type" }, { - "$ref": "#/components/parameters/search_mvt:size" + "$ref": "#/components/parameters/search_mvt-size" }, { - "$ref": "#/components/parameters/search_mvt:with_labels" + "$ref": "#/components/parameters/search_mvt-with_labels" } ], "requestBody": { @@ -31894,7 +31894,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_mvt:200" + "$ref": "#/components/responses/search_mvt-200" } }, "x-state": "Added in 7.15.0" @@ -31910,30 +31910,30 @@ "operationId": "search-shards", "parameters": [ { - "$ref": "#/components/parameters/search_shards:allow_no_indices" + "$ref": "#/components/parameters/search_shards-allow_no_indices" }, { - "$ref": "#/components/parameters/search_shards:expand_wildcards" + "$ref": "#/components/parameters/search_shards-expand_wildcards" }, { - "$ref": "#/components/parameters/search_shards:ignore_unavailable" + "$ref": "#/components/parameters/search_shards-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_shards:local" + "$ref": "#/components/parameters/search_shards-local" }, { - "$ref": "#/components/parameters/search_shards:master_timeout" + "$ref": "#/components/parameters/search_shards-master_timeout" }, { - "$ref": "#/components/parameters/search_shards:preference" + "$ref": "#/components/parameters/search_shards-preference" }, { - "$ref": "#/components/parameters/search_shards:routing" + "$ref": "#/components/parameters/search_shards-routing" } ], "responses": { "200": { - "$ref": "#/components/responses/search_shards:200" + "$ref": "#/components/responses/search_shards-200" } } }, @@ -31946,30 +31946,30 @@ "operationId": "search-shards-1", "parameters": [ { - "$ref": "#/components/parameters/search_shards:allow_no_indices" + "$ref": "#/components/parameters/search_shards-allow_no_indices" }, { - "$ref": "#/components/parameters/search_shards:expand_wildcards" + "$ref": "#/components/parameters/search_shards-expand_wildcards" }, { - "$ref": "#/components/parameters/search_shards:ignore_unavailable" + "$ref": "#/components/parameters/search_shards-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_shards:local" + "$ref": "#/components/parameters/search_shards-local" }, { - "$ref": "#/components/parameters/search_shards:master_timeout" + "$ref": "#/components/parameters/search_shards-master_timeout" }, { - "$ref": "#/components/parameters/search_shards:preference" + "$ref": "#/components/parameters/search_shards-preference" }, { - "$ref": "#/components/parameters/search_shards:routing" + "$ref": "#/components/parameters/search_shards-routing" } ], "responses": { "200": { - "$ref": "#/components/responses/search_shards:200" + "$ref": "#/components/responses/search_shards-200" } } } @@ -31984,33 +31984,33 @@ "operationId": "search-shards-2", "parameters": [ { - "$ref": "#/components/parameters/search_shards:index" + "$ref": "#/components/parameters/search_shards-index" }, { - "$ref": "#/components/parameters/search_shards:allow_no_indices" + "$ref": "#/components/parameters/search_shards-allow_no_indices" }, { - "$ref": "#/components/parameters/search_shards:expand_wildcards" + "$ref": "#/components/parameters/search_shards-expand_wildcards" }, { - "$ref": "#/components/parameters/search_shards:ignore_unavailable" + "$ref": "#/components/parameters/search_shards-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_shards:local" + "$ref": "#/components/parameters/search_shards-local" }, { - "$ref": "#/components/parameters/search_shards:master_timeout" + "$ref": "#/components/parameters/search_shards-master_timeout" }, { - "$ref": "#/components/parameters/search_shards:preference" + "$ref": "#/components/parameters/search_shards-preference" }, { - "$ref": "#/components/parameters/search_shards:routing" + "$ref": "#/components/parameters/search_shards-routing" } ], "responses": { "200": { - "$ref": "#/components/responses/search_shards:200" + "$ref": "#/components/responses/search_shards-200" } } }, @@ -32023,33 +32023,33 @@ "operationId": "search-shards-3", "parameters": [ { - "$ref": "#/components/parameters/search_shards:index" + "$ref": "#/components/parameters/search_shards-index" }, { - "$ref": "#/components/parameters/search_shards:allow_no_indices" + "$ref": "#/components/parameters/search_shards-allow_no_indices" }, { - "$ref": "#/components/parameters/search_shards:expand_wildcards" + "$ref": "#/components/parameters/search_shards-expand_wildcards" }, { - "$ref": "#/components/parameters/search_shards:ignore_unavailable" + "$ref": "#/components/parameters/search_shards-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_shards:local" + "$ref": "#/components/parameters/search_shards-local" }, { - "$ref": "#/components/parameters/search_shards:master_timeout" + "$ref": "#/components/parameters/search_shards-master_timeout" }, { - "$ref": "#/components/parameters/search_shards:preference" + "$ref": "#/components/parameters/search_shards-preference" }, { - "$ref": "#/components/parameters/search_shards:routing" + "$ref": "#/components/parameters/search_shards-routing" } ], "responses": { "200": { - "$ref": "#/components/responses/search_shards:200" + "$ref": "#/components/responses/search_shards-200" } } } @@ -32066,43 +32066,43 @@ "operationId": "search-template", "parameters": [ { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -32110,7 +32110,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -32126,43 +32126,43 @@ "operationId": "search-template-1", "parameters": [ { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -32170,7 +32170,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -32188,46 +32188,46 @@ "operationId": "search-template-2", "parameters": [ { - "$ref": "#/components/parameters/search_template:index" + "$ref": "#/components/parameters/search_template-index" }, { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -32235,7 +32235,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -32251,46 +32251,46 @@ "operationId": "search-template-3", "parameters": [ { - "$ref": "#/components/parameters/search_template:index" + "$ref": "#/components/parameters/search_template-index" }, { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -32298,7 +32298,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -32317,12 +32317,12 @@ "operationId": "searchable-snapshots-cache-stats", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.cache_stats:master_timeout" + "$ref": "#/components/parameters/searchable_snapshots.cache_stats-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.cache_stats:200" + "$ref": "#/components/responses/searchable_snapshots.cache_stats-200" } }, "x-state": "Technical preview" @@ -32341,15 +32341,15 @@ "operationId": "searchable-snapshots-cache-stats-1", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.cache_stats:node_id" + "$ref": "#/components/parameters/searchable_snapshots.cache_stats-node_id" }, { - "$ref": "#/components/parameters/searchable_snapshots.cache_stats:master_timeout" + "$ref": "#/components/parameters/searchable_snapshots.cache_stats-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.cache_stats:200" + "$ref": "#/components/responses/searchable_snapshots.cache_stats-200" } }, "x-state": "Technical preview" @@ -32368,18 +32368,18 @@ "operationId": "searchable-snapshots-clear-cache", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache:expand_wildcards" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache-expand_wildcards" }, { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache:allow_no_indices" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache-allow_no_indices" }, { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache:ignore_unavailable" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.clear_cache:200" + "$ref": "#/components/responses/searchable_snapshots.clear_cache-200" } }, "x-state": "Technical preview" @@ -32398,21 +32398,21 @@ "operationId": "searchable-snapshots-clear-cache-1", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache:index" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache-index" }, { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache:expand_wildcards" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache-expand_wildcards" }, { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache:allow_no_indices" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache-allow_no_indices" }, { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache:ignore_unavailable" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.clear_cache:200" + "$ref": "#/components/responses/searchable_snapshots.clear_cache-200" } }, "x-state": "Technical preview" @@ -32434,7 +32434,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -32445,7 +32445,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -32455,7 +32455,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -32487,10 +32487,10 @@ "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "renamed_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "index_settings": { "description": "The settings that should be added to the index when it is mounted.", @@ -32530,7 +32530,7 @@ "type": "object", "properties": { "snapshot": { - "$ref": "#/components/schemas/searchable_snapshots.mount:MountedSnapshot" + "$ref": "#/components/schemas/searchable_snapshots.mount.MountedSnapshot" } }, "required": [ @@ -32553,12 +32553,12 @@ "operationId": "searchable-snapshots-stats", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.stats:level" + "$ref": "#/components/parameters/searchable_snapshots.stats-level" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.stats:200" + "$ref": "#/components/responses/searchable_snapshots.stats-200" } }, "x-state": "Added in 7.10.0" @@ -32573,15 +32573,15 @@ "operationId": "searchable-snapshots-stats-1", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.stats:index" + "$ref": "#/components/parameters/searchable_snapshots.stats-index" }, { - "$ref": "#/components/parameters/searchable_snapshots.stats:level" + "$ref": "#/components/parameters/searchable_snapshots.stats-level" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.stats:200" + "$ref": "#/components/responses/searchable_snapshots.stats-200" } }, "x-state": "Added in 7.10.0" @@ -32606,7 +32606,7 @@ "type": "string" }, "grant_type": { - "$ref": "#/components/schemas/security._types:GrantType" + "$ref": "#/components/schemas/security._types.GrantType" }, "password": { "description": "The user's password.\nIf you specify the `password` grant type, this parameter is required.\nIt is not valid with other grant types.", @@ -32637,7 +32637,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/security._types:UserProfileWithMetadata" + "$ref": "#/components/schemas/security._types.UserProfileWithMetadata" }, "examples": { "ActivateUserProfileResponseExample1": { @@ -32669,10 +32669,10 @@ "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/security.authenticate:AuthenticateApiKey" + "$ref": "#/components/schemas/security.authenticate.AuthenticateApiKey" }, "authentication_realm": { - "$ref": "#/components/schemas/security._types:RealmInfo" + "$ref": "#/components/schemas/security._types.RealmInfo" }, "email": { "oneOf": [ @@ -32688,7 +32688,7 @@ "full_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, { "nullable": true, @@ -32697,10 +32697,10 @@ ] }, "lookup_realm": { - "$ref": "#/components/schemas/security._types:RealmInfo" + "$ref": "#/components/schemas/security._types.RealmInfo" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "roles": { "type": "array", @@ -32709,7 +32709,7 @@ } }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "enabled": { "type": "boolean" @@ -32718,7 +32718,7 @@ "type": "string" }, "token": { - "$ref": "#/components/schemas/security.authenticate:Token" + "$ref": "#/components/schemas/security.authenticate.Token" } }, "required": [ @@ -32754,7 +32754,7 @@ "operationId": "security-get-role-1", "responses": { "200": { - "$ref": "#/components/responses/security.get_role:200" + "$ref": "#/components/responses/security.get_role-200" } } }, @@ -32772,7 +32772,7 @@ "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -32787,7 +32787,7 @@ "description": "A dictionary of role name to RoleDescriptor objects to add or update", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } } }, @@ -32846,7 +32846,7 @@ } }, "errors": { - "$ref": "#/components/schemas/security._types:BulkError" + "$ref": "#/components/schemas/security._types.BulkError" } } }, @@ -32882,7 +32882,7 @@ "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -32939,7 +32939,7 @@ } }, "errors": { - "$ref": "#/components/schemas/security._types:BulkError" + "$ref": "#/components/schemas/security._types.BulkError" } } }, @@ -32982,7 +32982,7 @@ "type": "object", "properties": { "expiration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "ids": { "description": "The API key identifiers.", @@ -32999,13 +32999,13 @@ ] }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "role_descriptors": { "description": "The role descriptors to assign to the API keys.\nAn API key's effective permissions are an intersection of its assigned privileges and the point-in-time snapshot of permissions of the owner user.\nYou can assign new privileges by specifying them in this parameter.\nTo remove assigned privileges, supply the `role_descriptors` parameter as an empty object `{}`.\nIf an API key has no assigned privileges, it inherits the owner user's full permissions.\nThe snapshot of the owner's permissions is always updated, whether you supply the `role_descriptors` parameter.\nThe structure of a role descriptor is the same as the request for the create API keys API.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } } }, @@ -33036,7 +33036,7 @@ "type": "object", "properties": { "errors": { - "$ref": "#/components/schemas/security._types:BulkError" + "$ref": "#/components/schemas/security._types.BulkError" }, "noops": { "type": "array", @@ -33079,10 +33079,10 @@ "operationId": "security-change-password", "parameters": [ { - "$ref": "#/components/parameters/security.change_password:username" + "$ref": "#/components/parameters/security.change_password-username" }, { - "$ref": "#/components/parameters/security.change_password:refresh" + "$ref": "#/components/parameters/security.change_password-refresh" } ], "requestBody": { @@ -33090,7 +33090,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.change_password:200" + "$ref": "#/components/responses/security.change_password-200" } } }, @@ -33103,10 +33103,10 @@ "operationId": "security-change-password-1", "parameters": [ { - "$ref": "#/components/parameters/security.change_password:username" + "$ref": "#/components/parameters/security.change_password-username" }, { - "$ref": "#/components/parameters/security.change_password:refresh" + "$ref": "#/components/parameters/security.change_password-refresh" } ], "requestBody": { @@ -33114,7 +33114,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.change_password:200" + "$ref": "#/components/responses/security.change_password-200" } } } @@ -33129,7 +33129,7 @@ "operationId": "security-change-password-2", "parameters": [ { - "$ref": "#/components/parameters/security.change_password:refresh" + "$ref": "#/components/parameters/security.change_password-refresh" } ], "requestBody": { @@ -33137,7 +33137,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.change_password:200" + "$ref": "#/components/responses/security.change_password-200" } } }, @@ -33150,7 +33150,7 @@ "operationId": "security-change-password-3", "parameters": [ { - "$ref": "#/components/parameters/security.change_password:refresh" + "$ref": "#/components/parameters/security.change_password-refresh" } ], "requestBody": { @@ -33158,7 +33158,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.change_password:200" + "$ref": "#/components/responses/security.change_password-200" } } } @@ -33179,7 +33179,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" } @@ -33193,15 +33193,15 @@ "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:ClusterNode" + "$ref": "#/components/schemas/security._types.ClusterNode" } } }, @@ -33234,7 +33234,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -33248,15 +33248,15 @@ "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:ClusterNode" + "$ref": "#/components/schemas/security._types.ClusterNode" } } }, @@ -33292,7 +33292,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -33319,15 +33319,15 @@ "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:ClusterNode" + "$ref": "#/components/schemas/security._types.ClusterNode" } } }, @@ -33359,7 +33359,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" } @@ -33373,15 +33373,15 @@ "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:ClusterNode" + "$ref": "#/components/schemas/security._types.ClusterNode" } } }, @@ -33416,7 +33416,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Namespace" + "$ref": "#/components/schemas/_types.Namespace" }, "style": "simple" }, @@ -33427,7 +33427,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Service" + "$ref": "#/components/schemas/_types.Service" }, "style": "simple" }, @@ -33438,7 +33438,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" } @@ -33452,15 +33452,15 @@ "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:ClusterNode" + "$ref": "#/components/schemas/security._types.ClusterNode" } } }, @@ -33491,7 +33491,7 @@ "description": "An API key id.\nThis parameter cannot be used with any of `name`, `realm_name` or `username`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "form" }, @@ -33501,7 +33501,7 @@ "description": "An API key name.\nThis parameter cannot be used with any of `id`, `realm_name` or `username`.\nIt supports prefix search with wildcard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, @@ -33521,7 +33521,7 @@ "description": "The name of an authentication realm.\nThis parameter cannot be used with either `id` or `name` or when `owner` flag is set to `true`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, @@ -33531,7 +33531,7 @@ "description": "The username of a user.\nThis parameter cannot be used with either `id` or `name` or when `owner` flag is set to `true`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "style": "form" }, @@ -33577,7 +33577,7 @@ "api_keys": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApiKey" + "$ref": "#/components/schemas/security._types.ApiKey" } } }, @@ -33615,7 +33615,7 @@ "operationId": "security-create-api-key", "parameters": [ { - "$ref": "#/components/parameters/security.create_api_key:refresh" + "$ref": "#/components/parameters/security.create_api_key-refresh" } ], "requestBody": { @@ -33623,7 +33623,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.create_api_key:200" + "$ref": "#/components/responses/security.create_api_key-200" } }, "x-state": "Added in 6.7.0" @@ -33640,7 +33640,7 @@ "operationId": "security-create-api-key-1", "parameters": [ { - "$ref": "#/components/parameters/security.create_api_key:refresh" + "$ref": "#/components/parameters/security.create_api_key-refresh" } ], "requestBody": { @@ -33648,7 +33648,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.create_api_key:200" + "$ref": "#/components/responses/security.create_api_key-200" } }, "x-state": "Added in 6.7.0" @@ -33667,17 +33667,17 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "ids": { "description": "A list of API key ids.\nThis parameter cannot be used with any of `name`, `realm_name`, or `username`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "owner": { "description": "Query API keys owned by the currently authenticated user.\nThe `realm_name` or `username` parameters cannot be specified when this parameter is set to `true` as they are assumed to be the currently authenticated ones.\n\nNOTE: At least one of `ids`, `name`, `username`, and `realm_name` must be specified if `owner` is `false`.", @@ -33688,7 +33688,7 @@ "type": "string" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } } }, @@ -33744,7 +33744,7 @@ "description": "Details about the errors.\nThis field is not present in the response when `error_count` is `0`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "invalidated_api_keys": { @@ -33799,16 +33799,16 @@ "type": "object", "properties": { "access": { - "$ref": "#/components/schemas/security._types:Access" + "$ref": "#/components/schemas/security._types.Access" }, "expiration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -33839,13 +33839,13 @@ "type": "string" }, "expiration": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "encoded": { "description": "API key credentials which is the base64-encoding of\nthe UTF-8 representation of `id` and `api_key` joined\nby a colon (`:`).", @@ -33884,21 +33884,21 @@ "operationId": "security-create-service-token", "parameters": [ { - "$ref": "#/components/parameters/security.create_service_token:namespace" + "$ref": "#/components/parameters/security.create_service_token-namespace" }, { - "$ref": "#/components/parameters/security.create_service_token:service" + "$ref": "#/components/parameters/security.create_service_token-service" }, { - "$ref": "#/components/parameters/security.create_service_token:name" + "$ref": "#/components/parameters/security.create_service_token-name" }, { - "$ref": "#/components/parameters/security.create_service_token:refresh" + "$ref": "#/components/parameters/security.create_service_token-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.create_service_token:200" + "$ref": "#/components/responses/security.create_service_token-200" } } }, @@ -33914,21 +33914,21 @@ "operationId": "security-create-service-token-1", "parameters": [ { - "$ref": "#/components/parameters/security.create_service_token:namespace" + "$ref": "#/components/parameters/security.create_service_token-namespace" }, { - "$ref": "#/components/parameters/security.create_service_token:service" + "$ref": "#/components/parameters/security.create_service_token-service" }, { - "$ref": "#/components/parameters/security.create_service_token:name" + "$ref": "#/components/parameters/security.create_service_token-name" }, { - "$ref": "#/components/parameters/security.create_service_token:refresh" + "$ref": "#/components/parameters/security.create_service_token-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.create_service_token:200" + "$ref": "#/components/responses/security.create_service_token-200" } } }, @@ -33950,7 +33950,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Namespace" + "$ref": "#/components/schemas/_types.Namespace" }, "style": "simple" }, @@ -33961,7 +33961,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Service" + "$ref": "#/components/schemas/_types.Service" }, "style": "simple" }, @@ -33972,7 +33972,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -33982,7 +33982,7 @@ "description": "If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` (the default) then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -34030,18 +34030,18 @@ "operationId": "security-create-service-token-2", "parameters": [ { - "$ref": "#/components/parameters/security.create_service_token:namespace" + "$ref": "#/components/parameters/security.create_service_token-namespace" }, { - "$ref": "#/components/parameters/security.create_service_token:service" + "$ref": "#/components/parameters/security.create_service_token-service" }, { - "$ref": "#/components/parameters/security.create_service_token:refresh" + "$ref": "#/components/parameters/security.create_service_token-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.create_service_token:200" + "$ref": "#/components/responses/security.create_service_token-200" } } } @@ -34106,7 +34106,7 @@ "type": "string" }, "authentication": { - "$ref": "#/components/schemas/security.delegate_pki:Authentication" + "$ref": "#/components/schemas/security.delegate_pki.Authentication" } }, "required": [ @@ -34141,15 +34141,15 @@ "operationId": "security-get-privileges-2", "parameters": [ { - "$ref": "#/components/parameters/security.get_privileges:application" + "$ref": "#/components/parameters/security.get_privileges-application" }, { - "$ref": "#/components/parameters/security.get_privileges:name" + "$ref": "#/components/parameters/security.get_privileges-name" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_privileges:200" + "$ref": "#/components/responses/security.get_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -34172,7 +34172,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -34183,7 +34183,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -34193,7 +34193,7 @@ "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -34208,7 +34208,7 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.delete_privileges:FoundStatus" + "$ref": "#/components/schemas/security.delete_privileges.FoundStatus" } } }, @@ -34235,12 +34235,12 @@ "operationId": "security-get-role", "parameters": [ { - "$ref": "#/components/parameters/security.get_role:name" + "$ref": "#/components/parameters/security.get_role-name" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_role:200" + "$ref": "#/components/responses/security.get_role-200" } } }, @@ -34256,10 +34256,10 @@ "operationId": "security-put-role", "parameters": [ { - "$ref": "#/components/parameters/security.put_role:name" + "$ref": "#/components/parameters/security.put_role-name" }, { - "$ref": "#/components/parameters/security.put_role:refresh" + "$ref": "#/components/parameters/security.put_role-refresh" } ], "requestBody": { @@ -34267,7 +34267,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role:200" + "$ref": "#/components/responses/security.put_role-200" } } }, @@ -34283,10 +34283,10 @@ "operationId": "security-put-role-1", "parameters": [ { - "$ref": "#/components/parameters/security.put_role:name" + "$ref": "#/components/parameters/security.put_role-name" }, { - "$ref": "#/components/parameters/security.put_role:refresh" + "$ref": "#/components/parameters/security.put_role-refresh" } ], "requestBody": { @@ -34294,7 +34294,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role:200" + "$ref": "#/components/responses/security.put_role-200" } } }, @@ -34313,7 +34313,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -34323,7 +34323,7 @@ "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -34370,12 +34370,12 @@ "operationId": "security-get-role-mapping", "parameters": [ { - "$ref": "#/components/parameters/security.get_role_mapping:name" + "$ref": "#/components/parameters/security.get_role_mapping-name" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_role_mapping:200" + "$ref": "#/components/responses/security.get_role_mapping-200" } }, "x-state": "Added in 5.5.0" @@ -34392,10 +34392,10 @@ "operationId": "security-put-role-mapping", "parameters": [ { - "$ref": "#/components/parameters/security.put_role_mapping:name" + "$ref": "#/components/parameters/security.put_role_mapping-name" }, { - "$ref": "#/components/parameters/security.put_role_mapping:refresh" + "$ref": "#/components/parameters/security.put_role_mapping-refresh" } ], "requestBody": { @@ -34403,7 +34403,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role_mapping:200" + "$ref": "#/components/responses/security.put_role_mapping-200" } }, "x-state": "Added in 5.5.0" @@ -34420,10 +34420,10 @@ "operationId": "security-put-role-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/security.put_role_mapping:name" + "$ref": "#/components/parameters/security.put_role_mapping-name" }, { - "$ref": "#/components/parameters/security.put_role_mapping:refresh" + "$ref": "#/components/parameters/security.put_role_mapping-refresh" } ], "requestBody": { @@ -34431,7 +34431,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role_mapping:200" + "$ref": "#/components/responses/security.put_role_mapping-200" } }, "x-state": "Added in 5.5.0" @@ -34454,7 +34454,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -34464,7 +34464,7 @@ "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -34509,15 +34509,15 @@ "operationId": "security-get-user", "parameters": [ { - "$ref": "#/components/parameters/security.get_user:username" + "$ref": "#/components/parameters/security.get_user-username" }, { - "$ref": "#/components/parameters/security.get_user:with_profile_uid" + "$ref": "#/components/parameters/security.get_user-with_profile_uid" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_user:200" + "$ref": "#/components/responses/security.get_user-200" } } }, @@ -34530,10 +34530,10 @@ "operationId": "security-put-user", "parameters": [ { - "$ref": "#/components/parameters/security.put_user:username" + "$ref": "#/components/parameters/security.put_user-username" }, { - "$ref": "#/components/parameters/security.put_user:refresh" + "$ref": "#/components/parameters/security.put_user-refresh" } ], "requestBody": { @@ -34541,7 +34541,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_user:200" + "$ref": "#/components/responses/security.put_user-200" } } }, @@ -34554,10 +34554,10 @@ "operationId": "security-put-user-1", "parameters": [ { - "$ref": "#/components/parameters/security.put_user:username" + "$ref": "#/components/parameters/security.put_user-username" }, { - "$ref": "#/components/parameters/security.put_user:refresh" + "$ref": "#/components/parameters/security.put_user-refresh" } ], "requestBody": { @@ -34565,7 +34565,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_user:200" + "$ref": "#/components/responses/security.put_user-200" } } }, @@ -34584,7 +34584,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "style": "simple" }, @@ -34594,7 +34594,7 @@ "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -34638,15 +34638,15 @@ "operationId": "security-disable-user", "parameters": [ { - "$ref": "#/components/parameters/security.disable_user:username" + "$ref": "#/components/parameters/security.disable_user-username" }, { - "$ref": "#/components/parameters/security.disable_user:refresh" + "$ref": "#/components/parameters/security.disable_user-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.disable_user:200" + "$ref": "#/components/responses/security.disable_user-200" } } }, @@ -34659,15 +34659,15 @@ "operationId": "security-disable-user-1", "parameters": [ { - "$ref": "#/components/parameters/security.disable_user:username" + "$ref": "#/components/parameters/security.disable_user-username" }, { - "$ref": "#/components/parameters/security.disable_user:refresh" + "$ref": "#/components/parameters/security.disable_user-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.disable_user:200" + "$ref": "#/components/responses/security.disable_user-200" } } } @@ -34682,15 +34682,15 @@ "operationId": "security-disable-user-profile", "parameters": [ { - "$ref": "#/components/parameters/security.disable_user_profile:uid" + "$ref": "#/components/parameters/security.disable_user_profile-uid" }, { - "$ref": "#/components/parameters/security.disable_user_profile:refresh" + "$ref": "#/components/parameters/security.disable_user_profile-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.disable_user_profile:200" + "$ref": "#/components/responses/security.disable_user_profile-200" } }, "x-state": "Added in 8.2.0" @@ -34704,15 +34704,15 @@ "operationId": "security-disable-user-profile-1", "parameters": [ { - "$ref": "#/components/parameters/security.disable_user_profile:uid" + "$ref": "#/components/parameters/security.disable_user_profile-uid" }, { - "$ref": "#/components/parameters/security.disable_user_profile:refresh" + "$ref": "#/components/parameters/security.disable_user_profile-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.disable_user_profile:200" + "$ref": "#/components/responses/security.disable_user_profile-200" } }, "x-state": "Added in 8.2.0" @@ -34728,15 +34728,15 @@ "operationId": "security-enable-user", "parameters": [ { - "$ref": "#/components/parameters/security.enable_user:username" + "$ref": "#/components/parameters/security.enable_user-username" }, { - "$ref": "#/components/parameters/security.enable_user:refresh" + "$ref": "#/components/parameters/security.enable_user-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.enable_user:200" + "$ref": "#/components/responses/security.enable_user-200" } } }, @@ -34749,15 +34749,15 @@ "operationId": "security-enable-user-1", "parameters": [ { - "$ref": "#/components/parameters/security.enable_user:username" + "$ref": "#/components/parameters/security.enable_user-username" }, { - "$ref": "#/components/parameters/security.enable_user:refresh" + "$ref": "#/components/parameters/security.enable_user-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.enable_user:200" + "$ref": "#/components/responses/security.enable_user-200" } } } @@ -34772,15 +34772,15 @@ "operationId": "security-enable-user-profile", "parameters": [ { - "$ref": "#/components/parameters/security.enable_user_profile:uid" + "$ref": "#/components/parameters/security.enable_user_profile-uid" }, { - "$ref": "#/components/parameters/security.enable_user_profile:refresh" + "$ref": "#/components/parameters/security.enable_user_profile-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.enable_user_profile:200" + "$ref": "#/components/responses/security.enable_user_profile-200" } }, "x-state": "Added in 8.2.0" @@ -34794,15 +34794,15 @@ "operationId": "security-enable-user-profile-1", "parameters": [ { - "$ref": "#/components/parameters/security.enable_user_profile:uid" + "$ref": "#/components/parameters/security.enable_user_profile-uid" }, { - "$ref": "#/components/parameters/security.enable_user_profile:refresh" + "$ref": "#/components/parameters/security.enable_user_profile-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.enable_user_profile:200" + "$ref": "#/components/responses/security.enable_user_profile-200" } }, "x-state": "Added in 8.2.0" @@ -34825,7 +34825,7 @@ "type": "object", "properties": { "token": { - "$ref": "#/components/schemas/security.enroll_kibana:Token" + "$ref": "#/components/schemas/security.enroll_kibana.Token" }, "http_ca": { "description": "The CA certificate used to sign the node certificates that Elasticsearch uses for TLS on the HTTP layer.\nThe certificate is returned as a Base64 encoded string of the ASN.1 DER encoding of the certificate.", @@ -34939,21 +34939,21 @@ "description": "The list of cluster privileges that are understood by this version of Elasticsearch.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "index": { "description": "The list of index privileges that are understood by this version of Elasticsearch.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "remote_cluster": { "description": "The list of remote_cluster privileges that are understood by this version of Elasticsearch.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteClusterPrivilege" + "$ref": "#/components/schemas/security._types.RemoteClusterPrivilege" } } }, @@ -34989,7 +34989,7 @@ "operationId": "security-get-privileges", "responses": { "200": { - "$ref": "#/components/responses/security.get_privileges:200" + "$ref": "#/components/responses/security.get_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -35006,7 +35006,7 @@ "operationId": "security-put-privileges", "parameters": [ { - "$ref": "#/components/parameters/security.put_privileges:refresh" + "$ref": "#/components/parameters/security.put_privileges-refresh" } ], "requestBody": { @@ -35014,7 +35014,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_privileges:200" + "$ref": "#/components/responses/security.put_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -35031,7 +35031,7 @@ "operationId": "security-put-privileges-1", "parameters": [ { - "$ref": "#/components/parameters/security.put_privileges:refresh" + "$ref": "#/components/parameters/security.put_privileges-refresh" } ], "requestBody": { @@ -35039,7 +35039,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_privileges:200" + "$ref": "#/components/responses/security.put_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -35058,12 +35058,12 @@ "operationId": "security-get-privileges-1", "parameters": [ { - "$ref": "#/components/parameters/security.get_privileges:application" + "$ref": "#/components/parameters/security.get_privileges-application" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_privileges:200" + "$ref": "#/components/responses/security.get_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -35082,7 +35082,7 @@ "operationId": "security-get-role-mapping-1", "responses": { "200": { - "$ref": "#/components/responses/security.get_role_mapping:200" + "$ref": "#/components/responses/security.get_role_mapping-200" } }, "x-state": "Added in 5.5.0" @@ -35101,15 +35101,15 @@ "operationId": "security-get-service-accounts", "parameters": [ { - "$ref": "#/components/parameters/security.get_service_accounts:namespace" + "$ref": "#/components/parameters/security.get_service_accounts-namespace" }, { - "$ref": "#/components/parameters/security.get_service_accounts:service" + "$ref": "#/components/parameters/security.get_service_accounts-service" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_service_accounts:200" + "$ref": "#/components/responses/security.get_service_accounts-200" } }, "x-state": "Added in 7.13.0" @@ -35128,12 +35128,12 @@ "operationId": "security-get-service-accounts-1", "parameters": [ { - "$ref": "#/components/parameters/security.get_service_accounts:namespace" + "$ref": "#/components/parameters/security.get_service_accounts-namespace" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_service_accounts:200" + "$ref": "#/components/responses/security.get_service_accounts-200" } }, "x-state": "Added in 7.13.0" @@ -35152,7 +35152,7 @@ "operationId": "security-get-service-accounts-2", "responses": { "200": { - "$ref": "#/components/responses/security.get_service_accounts:200" + "$ref": "#/components/responses/security.get_service_accounts-200" } }, "x-state": "Added in 7.13.0" @@ -35177,7 +35177,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Namespace" + "$ref": "#/components/schemas/_types.Namespace" }, "style": "simple" }, @@ -35188,7 +35188,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -35210,11 +35210,11 @@ "tokens": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "nodes_credentials": { - "$ref": "#/components/schemas/security.get_service_credentials:NodesCredentials" + "$ref": "#/components/schemas/security.get_service_credentials.NodesCredentials" } }, "required": [ @@ -35252,7 +35252,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -35266,13 +35266,13 @@ "type": "object", "properties": { "security": { - "$ref": "#/components/schemas/security._types:SecuritySettings" + "$ref": "#/components/schemas/security._types.SecuritySettings" }, "security-profile": { - "$ref": "#/components/schemas/security._types:SecuritySettings" + "$ref": "#/components/schemas/security._types.SecuritySettings" }, "security-tokens": { - "$ref": "#/components/schemas/security._types:SecuritySettings" + "$ref": "#/components/schemas/security._types.SecuritySettings" } }, "required": [ @@ -35300,7 +35300,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -35310,7 +35310,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -35322,13 +35322,13 @@ "type": "object", "properties": { "security": { - "$ref": "#/components/schemas/security._types:SecuritySettings" + "$ref": "#/components/schemas/security._types.SecuritySettings" }, "security-profile": { - "$ref": "#/components/schemas/security._types:SecuritySettings" + "$ref": "#/components/schemas/security._types.SecuritySettings" }, "security-tokens": { - "$ref": "#/components/schemas/security._types:SecuritySettings" + "$ref": "#/components/schemas/security._types.SecuritySettings" } } }, @@ -35382,14 +35382,14 @@ "type": "object", "properties": { "grant_type": { - "$ref": "#/components/schemas/security.get_token:AccessTokenGrantType" + "$ref": "#/components/schemas/security.get_token.AccessTokenGrantType" }, "scope": { "description": "The scope of the token.\nCurrently tokens are only issued for a scope of FULL regardless of the value sent with the request.", "type": "string" }, "password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" }, "kerberos_ticket": { "description": "The base64 encoded kerberos ticket.\nIf you specify the `_kerberos` grant type, this parameter is required.\nThis parameter is not valid with any other supported grant type.", @@ -35400,7 +35400,7 @@ "type": "string" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } } }, @@ -35447,7 +35447,7 @@ "type": "string" }, "authentication": { - "$ref": "#/components/schemas/security.get_token:AuthenticatedUser" + "$ref": "#/components/schemas/security.get_token.AuthenticatedUser" } }, "required": [ @@ -35497,10 +35497,10 @@ "type": "string" }, "realm_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } } }, @@ -35551,7 +35551,7 @@ "description": "Details about the errors.\nThis field is not present in the response when `error_count` is `0`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "invalidated_tokens": { @@ -35592,12 +35592,12 @@ "operationId": "security-get-user-1", "parameters": [ { - "$ref": "#/components/parameters/security.get_user:with_profile_uid" + "$ref": "#/components/parameters/security.get_user-with_profile_uid" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_user:200" + "$ref": "#/components/responses/security.get_user-200" } } } @@ -35617,7 +35617,7 @@ "description": "The name of the application. Application privileges are always associated with exactly one application. If you do not specify this parameter, the API returns information about all privileges for all applications.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, @@ -35627,7 +35627,7 @@ "description": "The name of the privilege. If you do not specify this parameter, the API returns information about all privileges for the requested application.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, @@ -35638,7 +35638,7 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, { "nullable": true, @@ -35660,7 +35660,7 @@ "applications": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "cluster": { @@ -35672,25 +35672,25 @@ "remote_cluster": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteClusterPrivileges" + "$ref": "#/components/schemas/security._types.RemoteClusterPrivileges" } }, "global": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:GlobalPrivilege" + "$ref": "#/components/schemas/security._types.GlobalPrivilege" } }, "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:UserIndicesPrivileges" + "$ref": "#/components/schemas/security._types.UserIndicesPrivileges" } }, "remote_indices": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteUserIndicesPrivileges" + "$ref": "#/components/schemas/security._types.RemoteUserIndicesPrivileges" } }, "run_as": { @@ -35739,12 +35739,12 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" }, { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" } } ] @@ -35784,11 +35784,11 @@ "description": "A successful call returns the JSON representation of the user profile and its internal versioning numbers.\nThe API returns an empty object if no profile document is found for the provided `uid`.\nThe content of the data field is not returned by default to avoid deserializing a potential large payload.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:UserProfileWithMetadata" + "$ref": "#/components/schemas/security._types.UserProfileWithMetadata" } }, "errors": { - "$ref": "#/components/schemas/security.get_user_profile:GetUserProfileErrors" + "$ref": "#/components/schemas/security.get_user_profile.GetUserProfileErrors" } }, "required": [ @@ -35834,23 +35834,23 @@ "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/security.grant_api_key:GrantApiKey" + "$ref": "#/components/schemas/security.grant_api_key.GrantApiKey" }, "grant_type": { - "$ref": "#/components/schemas/security.grant_api_key:ApiKeyGrantType" + "$ref": "#/components/schemas/security.grant_api_key.ApiKeyGrantType" }, "access_token": { "description": "The user's access token.\nIf you specify the `access_token` grant type, this parameter is required.\nIt is not valid with other grant types.", "type": "string" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" }, "run_as": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } }, "required": [ @@ -35886,13 +35886,13 @@ "type": "string" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "expiration": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "encoded": { "type": "string" @@ -35928,7 +35928,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -35948,7 +35948,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -35967,7 +35967,7 @@ "operationId": "security-has-privileges-2", "parameters": [ { - "$ref": "#/components/parameters/security.has_privileges:user" + "$ref": "#/components/parameters/security.has_privileges-user" } ], "requestBody": { @@ -35975,7 +35975,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -35992,7 +35992,7 @@ "operationId": "security-has-privileges-3", "parameters": [ { - "$ref": "#/components/parameters/security.has_privileges:user" + "$ref": "#/components/parameters/security.has_privileges-user" } ], "requestBody": { @@ -36000,7 +36000,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -36022,7 +36022,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges_user_profile:200" + "$ref": "#/components/responses/security.has_privileges_user_profile-200" } }, "x-state": "Added in 8.3.0" @@ -36042,7 +36042,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges_user_profile:200" + "$ref": "#/components/responses/security.has_privileges_user_profile-200" } }, "x-state": "Added in 8.3.0" @@ -36313,13 +36313,13 @@ "operationId": "security-query-api-keys", "parameters": [ { - "$ref": "#/components/parameters/security.query_api_keys:with_limited_by" + "$ref": "#/components/parameters/security.query_api_keys-with_limited_by" }, { - "$ref": "#/components/parameters/security.query_api_keys:with_profile_uid" + "$ref": "#/components/parameters/security.query_api_keys-with_profile_uid" }, { - "$ref": "#/components/parameters/security.query_api_keys:typed_keys" + "$ref": "#/components/parameters/security.query_api_keys-typed_keys" } ], "requestBody": { @@ -36327,7 +36327,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_api_keys:200" + "$ref": "#/components/responses/security.query_api_keys-200" } }, "x-state": "Added in 7.15.0" @@ -36341,13 +36341,13 @@ "operationId": "security-query-api-keys-1", "parameters": [ { - "$ref": "#/components/parameters/security.query_api_keys:with_limited_by" + "$ref": "#/components/parameters/security.query_api_keys-with_limited_by" }, { - "$ref": "#/components/parameters/security.query_api_keys:with_profile_uid" + "$ref": "#/components/parameters/security.query_api_keys-with_profile_uid" }, { - "$ref": "#/components/parameters/security.query_api_keys:typed_keys" + "$ref": "#/components/parameters/security.query_api_keys-typed_keys" } ], "requestBody": { @@ -36355,7 +36355,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_api_keys:200" + "$ref": "#/components/responses/security.query_api_keys-200" } }, "x-state": "Added in 7.15.0" @@ -36374,7 +36374,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_role:200" + "$ref": "#/components/responses/security.query_role-200" } }, "x-state": "Added in 8.15.0" @@ -36391,7 +36391,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_role:200" + "$ref": "#/components/responses/security.query_role-200" } }, "x-state": "Added in 8.15.0" @@ -36407,7 +36407,7 @@ "operationId": "security-query-user", "parameters": [ { - "$ref": "#/components/parameters/security.query_user:with_profile_uid" + "$ref": "#/components/parameters/security.query_user-with_profile_uid" } ], "requestBody": { @@ -36415,7 +36415,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_user:200" + "$ref": "#/components/responses/security.query_user-200" } }, "x-state": "Added in 8.14.0" @@ -36429,7 +36429,7 @@ "operationId": "security-query-user-1", "parameters": [ { - "$ref": "#/components/parameters/security.query_user:with_profile_uid" + "$ref": "#/components/parameters/security.query_user-with_profile_uid" } ], "requestBody": { @@ -36437,7 +36437,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_user:200" + "$ref": "#/components/responses/security.query_user-200" } }, "x-state": "Added in 8.14.0" @@ -36465,7 +36465,7 @@ "type": "string" }, "ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "realm": { "description": "The name of the realm that should authenticate the SAML response. Useful in cases where many SAML realms are defined.", @@ -36559,7 +36559,7 @@ "type": "string" }, "ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "query_string": { "description": "If the SAML IdP sends the logout response with the HTTP-Redirect binding, this field must be set to the query string of the redirect URI.", @@ -36812,7 +36812,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "realm": { "description": "The name of the Elasticsearch realm that was used to construct the authentication request.", @@ -36858,7 +36858,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -36903,7 +36903,7 @@ "operationId": "security-suggest-user-profiles", "parameters": [ { - "$ref": "#/components/parameters/security.suggest_user_profiles:data" + "$ref": "#/components/parameters/security.suggest_user_profiles-data" } ], "requestBody": { @@ -36911,7 +36911,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.suggest_user_profiles:200" + "$ref": "#/components/responses/security.suggest_user_profiles-200" } }, "x-state": "Added in 8.2.0" @@ -36925,7 +36925,7 @@ "operationId": "security-suggest-user-profiles-1", "parameters": [ { - "$ref": "#/components/parameters/security.suggest_user_profiles:data" + "$ref": "#/components/parameters/security.suggest_user_profiles-data" } ], "requestBody": { @@ -36933,7 +36933,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.suggest_user_profiles:200" + "$ref": "#/components/responses/security.suggest_user_profiles-200" } }, "x-state": "Added in 8.2.0" @@ -36955,7 +36955,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -36970,14 +36970,14 @@ "description": "The role descriptors to assign to this API key.\nThe API key's effective permissions are an intersection of its assigned privileges and the point in time snapshot of permissions of the owner user.\nYou can assign new privileges by specifying them in this parameter.\nTo remove assigned privileges, you can supply an empty `role_descriptors` parameter, that is to say, an empty object `{}`.\nIf an API key has no assigned privileges, it inherits the owner user's full permissions.\nThe snapshot of the owner's permissions is always updated, whether you supply the `role_descriptors` parameter or not.\nThe structure of a role descriptor is the same as the request for the create API keys API.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "expiration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, @@ -37046,7 +37046,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -37058,13 +37058,13 @@ "type": "object", "properties": { "access": { - "$ref": "#/components/schemas/security._types:Access" + "$ref": "#/components/schemas/security._types.Access" }, "expiration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ @@ -37120,16 +37120,16 @@ "operationId": "security-update-user-profile-data", "parameters": [ { - "$ref": "#/components/parameters/security.update_user_profile_data:uid" + "$ref": "#/components/parameters/security.update_user_profile_data-uid" }, { - "$ref": "#/components/parameters/security.update_user_profile_data:if_seq_no" + "$ref": "#/components/parameters/security.update_user_profile_data-if_seq_no" }, { - "$ref": "#/components/parameters/security.update_user_profile_data:if_primary_term" + "$ref": "#/components/parameters/security.update_user_profile_data-if_primary_term" }, { - "$ref": "#/components/parameters/security.update_user_profile_data:refresh" + "$ref": "#/components/parameters/security.update_user_profile_data-refresh" } ], "requestBody": { @@ -37137,7 +37137,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.update_user_profile_data:200" + "$ref": "#/components/responses/security.update_user_profile_data-200" } }, "x-state": "Added in 8.2.0" @@ -37151,16 +37151,16 @@ "operationId": "security-update-user-profile-data-1", "parameters": [ { - "$ref": "#/components/parameters/security.update_user_profile_data:uid" + "$ref": "#/components/parameters/security.update_user_profile_data-uid" }, { - "$ref": "#/components/parameters/security.update_user_profile_data:if_seq_no" + "$ref": "#/components/parameters/security.update_user_profile_data-if_seq_no" }, { - "$ref": "#/components/parameters/security.update_user_profile_data:if_primary_term" + "$ref": "#/components/parameters/security.update_user_profile_data-if_primary_term" }, { - "$ref": "#/components/parameters/security.update_user_profile_data:refresh" + "$ref": "#/components/parameters/security.update_user_profile_data-refresh" } ], "requestBody": { @@ -37168,7 +37168,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.update_user_profile_data:200" + "$ref": "#/components/responses/security.update_user_profile_data-200" } }, "x-state": "Added in 8.2.0" @@ -37184,15 +37184,15 @@ "operationId": "shutdown-get-node-1", "parameters": [ { - "$ref": "#/components/parameters/shutdown.get_node:node_id" + "$ref": "#/components/parameters/shutdown.get_node-node_id" }, { - "$ref": "#/components/parameters/shutdown.get_node:master_timeout" + "$ref": "#/components/parameters/shutdown.get_node-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/shutdown.get_node:200" + "$ref": "#/components/responses/shutdown.get_node-200" } }, "x-state": "Added in 7.13.0" @@ -37212,7 +37212,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "style": "simple" }, @@ -37222,7 +37222,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, @@ -37232,7 +37232,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" } @@ -37244,7 +37244,7 @@ "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/shutdown._types:Type" + "$ref": "#/components/schemas/shutdown._types.Type" }, "reason": { "description": "A human-readable reason that the node is being shut down.\nThis field provides information for other cluster operators; it does not affect the shut down process.", @@ -37280,7 +37280,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -37303,7 +37303,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "style": "simple" }, @@ -37313,7 +37313,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, @@ -37323,7 +37323,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" } @@ -37334,7 +37334,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ShutdownDeleteNodeResponseExample1": { @@ -37359,12 +37359,12 @@ "operationId": "shutdown-get-node", "parameters": [ { - "$ref": "#/components/parameters/shutdown.get_node:master_timeout" + "$ref": "#/components/parameters/shutdown.get_node-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/shutdown.get_node:200" + "$ref": "#/components/responses/shutdown.get_node-200" } }, "x-state": "Added in 7.13.0" @@ -37380,7 +37380,7 @@ "operationId": "simulate-ingest", "parameters": [ { - "$ref": "#/components/parameters/simulate.ingest:pipeline" + "$ref": "#/components/parameters/simulate.ingest-pipeline" } ], "requestBody": { @@ -37388,7 +37388,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/simulate.ingest:200" + "$ref": "#/components/responses/simulate.ingest-200" } }, "x-state": "Technical preview" @@ -37402,7 +37402,7 @@ "operationId": "simulate-ingest-1", "parameters": [ { - "$ref": "#/components/parameters/simulate.ingest:pipeline" + "$ref": "#/components/parameters/simulate.ingest-pipeline" } ], "requestBody": { @@ -37410,7 +37410,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/simulate.ingest:200" + "$ref": "#/components/responses/simulate.ingest-200" } }, "x-state": "Technical preview" @@ -37426,10 +37426,10 @@ "operationId": "simulate-ingest-2", "parameters": [ { - "$ref": "#/components/parameters/simulate.ingest:index" + "$ref": "#/components/parameters/simulate.ingest-index" }, { - "$ref": "#/components/parameters/simulate.ingest:pipeline" + "$ref": "#/components/parameters/simulate.ingest-pipeline" } ], "requestBody": { @@ -37437,7 +37437,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/simulate.ingest:200" + "$ref": "#/components/responses/simulate.ingest-200" } }, "x-state": "Technical preview" @@ -37451,10 +37451,10 @@ "operationId": "simulate-ingest-3", "parameters": [ { - "$ref": "#/components/parameters/simulate.ingest:index" + "$ref": "#/components/parameters/simulate.ingest-index" }, { - "$ref": "#/components/parameters/simulate.ingest:pipeline" + "$ref": "#/components/parameters/simulate.ingest-pipeline" } ], "requestBody": { @@ -37462,7 +37462,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/simulate.ingest:200" + "$ref": "#/components/responses/simulate.ingest-200" } }, "x-state": "Technical preview" @@ -37478,18 +37478,18 @@ "operationId": "slm-get-lifecycle", "parameters": [ { - "$ref": "#/components/parameters/slm.get_lifecycle:policy_id" + "$ref": "#/components/parameters/slm.get_lifecycle-policy_id" }, { - "$ref": "#/components/parameters/slm.get_lifecycle:master_timeout" + "$ref": "#/components/parameters/slm.get_lifecycle-master_timeout" }, { - "$ref": "#/components/parameters/slm.get_lifecycle:timeout" + "$ref": "#/components/parameters/slm.get_lifecycle-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/slm.get_lifecycle:200" + "$ref": "#/components/responses/slm.get_lifecycle-200" } }, "x-state": "Added in 7.4.0" @@ -37509,7 +37509,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -37519,7 +37519,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -37529,7 +37529,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -37541,20 +37541,20 @@ "type": "object", "properties": { "config": { - "$ref": "#/components/schemas/slm._types:Configuration" + "$ref": "#/components/schemas/slm._types.Configuration" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "repository": { "description": "Repository used to store snapshots created by this policy. This repository must exist prior to the policy’s creation. You can create a repository using the snapshot repository API.", "type": "string" }, "retention": { - "$ref": "#/components/schemas/slm._types:Retention" + "$ref": "#/components/schemas/slm._types.Retention" }, "schedule": { - "$ref": "#/components/schemas/watcher._types:CronExpression" + "$ref": "#/components/schemas/watcher._types.CronExpression" } } }, @@ -37579,7 +37579,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -37602,7 +37602,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -37612,7 +37612,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -37622,7 +37622,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -37633,7 +37633,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -37658,7 +37658,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -37668,7 +37668,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -37678,7 +37678,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -37692,7 +37692,7 @@ "type": "object", "properties": { "snapshot_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -37727,7 +37727,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -37737,7 +37737,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -37748,7 +37748,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -37767,15 +37767,15 @@ "operationId": "slm-get-lifecycle-1", "parameters": [ { - "$ref": "#/components/parameters/slm.get_lifecycle:master_timeout" + "$ref": "#/components/parameters/slm.get_lifecycle-master_timeout" }, { - "$ref": "#/components/parameters/slm.get_lifecycle:timeout" + "$ref": "#/components/parameters/slm.get_lifecycle-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/slm.get_lifecycle:200" + "$ref": "#/components/responses/slm.get_lifecycle-200" } }, "x-state": "Added in 7.4.0" @@ -37796,7 +37796,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -37806,7 +37806,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -37820,10 +37820,10 @@ "type": "object", "properties": { "retention_deletion_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "retention_deletion_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "retention_failed": { "type": "number" @@ -37893,7 +37893,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -37903,7 +37903,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -37917,7 +37917,7 @@ "type": "object", "properties": { "operation_mode": { - "$ref": "#/components/schemas/_types:LifecycleOperationMode" + "$ref": "#/components/schemas/_types.LifecycleOperationMode" } }, "required": [ @@ -37952,7 +37952,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -37962,7 +37962,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -37973,7 +37973,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "StartSnapshotLifecycleManagementResponseExample1": { @@ -38003,7 +38003,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -38013,7 +38013,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -38024,7 +38024,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -38052,7 +38052,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38062,7 +38062,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -38072,7 +38072,7 @@ "description": "The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.\nIf no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -38086,7 +38086,7 @@ "type": "object", "properties": { "results": { - "$ref": "#/components/schemas/snapshot.cleanup_repository:CleanupRepositoryResults" + "$ref": "#/components/schemas/snapshot.cleanup_repository.CleanupRepositoryResults" } }, "required": [ @@ -38122,7 +38122,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38133,7 +38133,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38144,7 +38144,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38154,7 +38154,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -38190,7 +38190,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -38215,7 +38215,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38226,7 +38226,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -38296,7 +38296,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -38306,7 +38306,7 @@ "description": "The sort order.\nValid values are `asc` for ascending and `desc` for descending order.\nThe default behavior is ascending order.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "style": "form" }, @@ -38336,7 +38336,7 @@ "description": "Filter snapshots by a comma-separated list of snapshot lifecycle management (SLM) policy names that snapshots belong to.\n\nYou can use wildcards (`*`) and combinations of wildcards followed by exclude patterns starting with `-`.\nFor example, the pattern `*,-policy-a-\\*` will return all snapshots except for those that were created by an SLM policy with a name starting with `policy-a-`.\nNote that the wildcard pattern `*` matches all snapshots created by an SLM policy but not those snapshots that were not created by an SLM policy.\nTo include snapshots that were not created by an SLM policy, you can use the special pattern `_none` that will match all snapshots without an SLM policy.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, @@ -38346,7 +38346,7 @@ "description": "The sort order for the result.\nThe default behavior is sorting by snapshot start time stamp.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/snapshot._types:SnapshotSort" + "$ref": "#/components/schemas/snapshot._types.SnapshotSort" }, "style": "form" }, @@ -38384,13 +38384,13 @@ "responses": { "type": "array", "items": { - "$ref": "#/components/schemas/snapshot.get:SnapshotResponseItem" + "$ref": "#/components/schemas/snapshot.get.SnapshotResponseItem" } }, "snapshots": { "type": "array", "items": { - "$ref": "#/components/schemas/snapshot._types:SnapshotInfo" + "$ref": "#/components/schemas/snapshot._types.SnapshotInfo" } } }, @@ -38423,16 +38423,16 @@ "operationId": "snapshot-create", "parameters": [ { - "$ref": "#/components/parameters/snapshot.create:repository" + "$ref": "#/components/parameters/snapshot.create-repository" }, { - "$ref": "#/components/parameters/snapshot.create:snapshot" + "$ref": "#/components/parameters/snapshot.create-snapshot" }, { - "$ref": "#/components/parameters/snapshot.create:master_timeout" + "$ref": "#/components/parameters/snapshot.create-master_timeout" }, { - "$ref": "#/components/parameters/snapshot.create:wait_for_completion" + "$ref": "#/components/parameters/snapshot.create-wait_for_completion" } ], "requestBody": { @@ -38440,7 +38440,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/snapshot.create:200" + "$ref": "#/components/responses/snapshot.create-200" } }, "x-state": "Added in 0.0.0" @@ -38457,16 +38457,16 @@ "operationId": "snapshot-create-1", "parameters": [ { - "$ref": "#/components/parameters/snapshot.create:repository" + "$ref": "#/components/parameters/snapshot.create-repository" }, { - "$ref": "#/components/parameters/snapshot.create:snapshot" + "$ref": "#/components/parameters/snapshot.create-snapshot" }, { - "$ref": "#/components/parameters/snapshot.create:master_timeout" + "$ref": "#/components/parameters/snapshot.create-master_timeout" }, { - "$ref": "#/components/parameters/snapshot.create:wait_for_completion" + "$ref": "#/components/parameters/snapshot.create-wait_for_completion" } ], "requestBody": { @@ -38474,7 +38474,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/snapshot.create:200" + "$ref": "#/components/responses/snapshot.create-200" } }, "x-state": "Added in 0.0.0" @@ -38493,7 +38493,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38504,7 +38504,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38514,7 +38514,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -38525,7 +38525,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "SnapshotDeleteResponseExample1": { @@ -38548,18 +38548,18 @@ "operationId": "snapshot-get-repository-1", "parameters": [ { - "$ref": "#/components/parameters/snapshot.get_repository:repository" + "$ref": "#/components/parameters/snapshot.get_repository-repository" }, { - "$ref": "#/components/parameters/snapshot.get_repository:local" + "$ref": "#/components/parameters/snapshot.get_repository-local" }, { - "$ref": "#/components/parameters/snapshot.get_repository:master_timeout" + "$ref": "#/components/parameters/snapshot.get_repository-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/snapshot.get_repository:200" + "$ref": "#/components/responses/snapshot.get_repository-200" } }, "x-state": "Added in 0.0.0" @@ -38576,16 +38576,16 @@ "operationId": "snapshot-create-repository", "parameters": [ { - "$ref": "#/components/parameters/snapshot.create_repository:repository" + "$ref": "#/components/parameters/snapshot.create_repository-repository" }, { - "$ref": "#/components/parameters/snapshot.create_repository:master_timeout" + "$ref": "#/components/parameters/snapshot.create_repository-master_timeout" }, { - "$ref": "#/components/parameters/snapshot.create_repository:timeout" + "$ref": "#/components/parameters/snapshot.create_repository-timeout" }, { - "$ref": "#/components/parameters/snapshot.create_repository:verify" + "$ref": "#/components/parameters/snapshot.create_repository-verify" } ], "requestBody": { @@ -38593,7 +38593,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/snapshot.create_repository:200" + "$ref": "#/components/responses/snapshot.create_repository-200" } }, "x-state": "Added in 0.0.0" @@ -38610,16 +38610,16 @@ "operationId": "snapshot-create-repository-1", "parameters": [ { - "$ref": "#/components/parameters/snapshot.create_repository:repository" + "$ref": "#/components/parameters/snapshot.create_repository-repository" }, { - "$ref": "#/components/parameters/snapshot.create_repository:master_timeout" + "$ref": "#/components/parameters/snapshot.create_repository-master_timeout" }, { - "$ref": "#/components/parameters/snapshot.create_repository:timeout" + "$ref": "#/components/parameters/snapshot.create_repository-timeout" }, { - "$ref": "#/components/parameters/snapshot.create_repository:verify" + "$ref": "#/components/parameters/snapshot.create_repository-verify" } ], "requestBody": { @@ -38627,7 +38627,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/snapshot.create_repository:200" + "$ref": "#/components/responses/snapshot.create_repository-200" } }, "x-state": "Added in 0.0.0" @@ -38647,7 +38647,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -38657,7 +38657,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -38667,7 +38667,7 @@ "description": "The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.\nIf no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -38678,7 +38678,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -38696,15 +38696,15 @@ "operationId": "snapshot-get-repository", "parameters": [ { - "$ref": "#/components/parameters/snapshot.get_repository:local" + "$ref": "#/components/parameters/snapshot.get_repository-local" }, { - "$ref": "#/components/parameters/snapshot.get_repository:master_timeout" + "$ref": "#/components/parameters/snapshot.get_repository-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/snapshot.get_repository:200" + "$ref": "#/components/responses/snapshot.get_repository-200" } }, "x-state": "Added in 0.0.0" @@ -38726,7 +38726,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38776,7 +38776,7 @@ "description": "The maximum size of a blob to be written during the test.\nFor realistic experiments, you should set it to at least `2gb`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "style": "form" }, @@ -38786,7 +38786,7 @@ "description": "An upper limit on the total size of all the blobs written during the test.\nFor realistic experiments, you should set it to at least `1tb`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "style": "form" }, @@ -38846,7 +38846,7 @@ "description": "The period of time to wait for the test to complete.\nIf no response is received before the timeout expires, the test is cancelled and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -38872,16 +38872,16 @@ "type": "number" }, "coordinating_node": { - "$ref": "#/components/schemas/snapshot.repository_analyze:SnapshotNodeInfo" + "$ref": "#/components/schemas/snapshot.repository_analyze.SnapshotNodeInfo" }, "delete_elapsed": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "delete_elapsed_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "details": { - "$ref": "#/components/schemas/snapshot.repository_analyze:DetailsInfo" + "$ref": "#/components/schemas/snapshot.repository_analyze.DetailsInfo" }, "early_read_node_count": { "description": "The limit on the number of nodes on which early read operations were performed after writing each blob.", @@ -38895,20 +38895,20 @@ } }, "listing_elapsed": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "listing_elapsed_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "max_blob_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_blob_size_bytes": { "description": "The limit, in bytes, on the size of a blob written during the test.", "type": "number" }, "max_total_data_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_total_data_size_bytes": { "description": "The limit, in bytes, on the total size of all blob written during the test.", @@ -38931,7 +38931,7 @@ "type": "number" }, "summary": { - "$ref": "#/components/schemas/snapshot.repository_analyze:SummaryInfo" + "$ref": "#/components/schemas/snapshot.repository_analyze.SummaryInfo" } }, "required": [ @@ -38980,7 +38980,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -39099,7 +39099,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -39110,7 +39110,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -39120,7 +39120,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -39171,10 +39171,10 @@ "type": "boolean" }, "index_settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "partial": { "description": "If `false`, the entire restore operation will fail if one or more indices included in the snapshot do not have all primary shards available.\n\nIf true, it allows restoring a partial snapshot of indices with unavailable shards.\nOnly shards that were successfully included in the snapshot will be restored.\nAll missing shards will be recreated as empty.", @@ -39220,7 +39220,7 @@ "type": "boolean" }, "snapshot": { - "$ref": "#/components/schemas/snapshot.restore:SnapshotRestore" + "$ref": "#/components/schemas/snapshot.restore.SnapshotRestore" } } } @@ -39241,15 +39241,15 @@ "operationId": "snapshot-status", "parameters": [ { - "$ref": "#/components/parameters/snapshot.status:ignore_unavailable" + "$ref": "#/components/parameters/snapshot.status-ignore_unavailable" }, { - "$ref": "#/components/parameters/snapshot.status:master_timeout" + "$ref": "#/components/parameters/snapshot.status-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/snapshot.status:200" + "$ref": "#/components/responses/snapshot.status-200" } }, "x-state": "Added in 7.8.0" @@ -39265,18 +39265,18 @@ "operationId": "snapshot-status-1", "parameters": [ { - "$ref": "#/components/parameters/snapshot.status:repository" + "$ref": "#/components/parameters/snapshot.status-repository" }, { - "$ref": "#/components/parameters/snapshot.status:ignore_unavailable" + "$ref": "#/components/parameters/snapshot.status-ignore_unavailable" }, { - "$ref": "#/components/parameters/snapshot.status:master_timeout" + "$ref": "#/components/parameters/snapshot.status-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/snapshot.status:200" + "$ref": "#/components/responses/snapshot.status-200" } }, "x-state": "Added in 7.8.0" @@ -39292,21 +39292,21 @@ "operationId": "snapshot-status-2", "parameters": [ { - "$ref": "#/components/parameters/snapshot.status:repository" + "$ref": "#/components/parameters/snapshot.status-repository" }, { - "$ref": "#/components/parameters/snapshot.status:snapshot" + "$ref": "#/components/parameters/snapshot.status-snapshot" }, { - "$ref": "#/components/parameters/snapshot.status:ignore_unavailable" + "$ref": "#/components/parameters/snapshot.status-ignore_unavailable" }, { - "$ref": "#/components/parameters/snapshot.status:master_timeout" + "$ref": "#/components/parameters/snapshot.status-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/snapshot.status:200" + "$ref": "#/components/responses/snapshot.status-200" } }, "x-state": "Added in 7.8.0" @@ -39331,7 +39331,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -39341,7 +39341,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -39351,7 +39351,7 @@ "description": "The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.\nIf no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -39368,7 +39368,7 @@ "description": "Information about the nodes connected to the snapshot repository.\nThe key is the ID of the node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/snapshot.verify_repository:CompactNodeInfo" + "$ref": "#/components/schemas/snapshot.verify_repository.CompactNodeInfo" } } }, @@ -39454,7 +39454,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -39465,7 +39465,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -39490,7 +39490,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -39520,7 +39520,7 @@ "description": "The retention period for the search and its results.\nIt defaults to the `keep_alive` period for the original SQL search.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -39530,7 +39530,7 @@ "description": "The period to wait for complete results.\nIt defaults to no timeout, meaning the request waits for complete search results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -39544,7 +39544,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_running": { "description": "If `true`, the search is still running.\nIf `false`, the search has finished.\nThis value is returned only for async and saved synchronous searches.\nFor CSV, TSV, and TXT responses, this value is returned in the `Async-partial` HTTP header.", @@ -39558,7 +39558,7 @@ "description": "Column headings for the search results. Each object is a column.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Column" + "$ref": "#/components/schemas/sql._types.Column" } }, "cursor": { @@ -39569,7 +39569,7 @@ "description": "The values for the search results.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Row" + "$ref": "#/components/schemas/sql._types.Row" } } }, @@ -39603,7 +39603,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -39617,7 +39617,7 @@ "type": "object", "properties": { "expiration_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "id": { "description": "The identifier for the search.", @@ -39632,10 +39632,10 @@ "type": "boolean" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "completion_status": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -39663,7 +39663,7 @@ "operationId": "sql-query-1", "parameters": [ { - "$ref": "#/components/parameters/sql.query:format" + "$ref": "#/components/parameters/sql.query-format" } ], "requestBody": { @@ -39671,7 +39671,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.query:200" + "$ref": "#/components/responses/sql.query-200" } }, "x-state": "Added in 6.3.0" @@ -39685,7 +39685,7 @@ "operationId": "sql-query", "parameters": [ { - "$ref": "#/components/parameters/sql.query:format" + "$ref": "#/components/parameters/sql.query-format" } ], "requestBody": { @@ -39693,7 +39693,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.query:200" + "$ref": "#/components/responses/sql.query-200" } }, "x-state": "Added in 6.3.0" @@ -39712,7 +39712,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.translate:200" + "$ref": "#/components/responses/sql.translate-200" } }, "x-state": "Added in 6.3.0" @@ -39729,7 +39729,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.translate:200" + "$ref": "#/components/responses/sql.translate-200" } }, "x-state": "Added in 6.3.0" @@ -39754,7 +39754,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/ssl.certificates:CertificateInformation" + "$ref": "#/components/schemas/ssl.certificates.CertificateInformation" } }, "examples": { @@ -39785,7 +39785,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -39826,7 +39826,7 @@ "description": "Synonym rule details.", "type": "array", "items": { - "$ref": "#/components/schemas/synonyms._types:SynonymRuleRead" + "$ref": "#/components/schemas/synonyms._types.SynonymRuleRead" } } }, @@ -39862,7 +39862,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -39877,12 +39877,12 @@ "description": "The synonym rules definitions for the synonyms set.", "oneOf": [ { - "$ref": "#/components/schemas/synonyms._types:SynonymRule" + "$ref": "#/components/schemas/synonyms._types.SynonymRule" }, { "type": "array", "items": { - "$ref": "#/components/schemas/synonyms._types:SynonymRule" + "$ref": "#/components/schemas/synonyms._types.SynonymRule" } } ] @@ -39905,10 +39905,10 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "reload_analyzers_details": { - "$ref": "#/components/schemas/indices.reload_search_analyzers:ReloadResult" + "$ref": "#/components/schemas/indices.reload_search_analyzers.ReloadResult" } }, "required": [ @@ -39937,7 +39937,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -39948,7 +39948,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -39973,7 +39973,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -39984,7 +39984,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -39995,7 +39995,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/synonyms._types:SynonymRuleRead" + "$ref": "#/components/schemas/synonyms._types.SynonymRuleRead" }, "examples": { "SynonymRuleGetResponseExample1": { @@ -40024,7 +40024,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -40035,7 +40035,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -40047,7 +40047,7 @@ "type": "object", "properties": { "synonyms": { - "$ref": "#/components/schemas/synonyms._types:SynonymString" + "$ref": "#/components/schemas/synonyms._types.SynonymString" } }, "required": [ @@ -40071,7 +40071,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/synonyms._types:SynonymsUpdateResult" + "$ref": "#/components/schemas/synonyms._types.SynonymsUpdateResult" }, "examples": { "SynonymRuleResponseExample1": { @@ -40100,7 +40100,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -40111,7 +40111,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -40122,7 +40122,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/synonyms._types:SynonymsUpdateResult" + "$ref": "#/components/schemas/synonyms._types.SynonymsUpdateResult" }, "examples": { "SynonymRuleDeleteResponseExample1": { @@ -40183,7 +40183,7 @@ "description": "The identifier and total number of defined synonym rules for each synonyms set.", "type": "array", "items": { - "$ref": "#/components/schemas/synonyms.get_synonyms_sets:SynonymsSetItem" + "$ref": "#/components/schemas/synonyms.get_synonyms_sets.SynonymsSetItem" } } }, @@ -40215,21 +40215,21 @@ "operationId": "tasks-cancel", "parameters": [ { - "$ref": "#/components/parameters/tasks.cancel:actions" + "$ref": "#/components/parameters/tasks.cancel-actions" }, { - "$ref": "#/components/parameters/tasks.cancel:nodes" + "$ref": "#/components/parameters/tasks.cancel-nodes" }, { - "$ref": "#/components/parameters/tasks.cancel:parent_task_id" + "$ref": "#/components/parameters/tasks.cancel-parent_task_id" }, { - "$ref": "#/components/parameters/tasks.cancel:wait_for_completion" + "$ref": "#/components/parameters/tasks.cancel-wait_for_completion" } ], "responses": { "200": { - "$ref": "#/components/responses/tasks.cancel:200" + "$ref": "#/components/responses/tasks.cancel-200" } }, "x-state": "Technical preview" @@ -40245,24 +40245,24 @@ "operationId": "tasks-cancel-1", "parameters": [ { - "$ref": "#/components/parameters/tasks.cancel:task_id" + "$ref": "#/components/parameters/tasks.cancel-task_id" }, { - "$ref": "#/components/parameters/tasks.cancel:actions" + "$ref": "#/components/parameters/tasks.cancel-actions" }, { - "$ref": "#/components/parameters/tasks.cancel:nodes" + "$ref": "#/components/parameters/tasks.cancel-nodes" }, { - "$ref": "#/components/parameters/tasks.cancel:parent_task_id" + "$ref": "#/components/parameters/tasks.cancel-parent_task_id" }, { - "$ref": "#/components/parameters/tasks.cancel:wait_for_completion" + "$ref": "#/components/parameters/tasks.cancel-wait_for_completion" } ], "responses": { "200": { - "$ref": "#/components/responses/tasks.cancel:200" + "$ref": "#/components/responses/tasks.cancel-200" } }, "x-state": "Technical preview" @@ -40284,7 +40284,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -40294,7 +40294,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -40321,13 +40321,13 @@ "type": "boolean" }, "task": { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" }, "response": { "type": "object" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -40399,7 +40399,7 @@ "description": "A key that is used to group tasks in the response.\nThe task lists can be grouped either by nodes or by parent tasks.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/tasks._types:GroupBy" + "$ref": "#/components/schemas/tasks._types.GroupBy" }, "style": "form" }, @@ -40409,7 +40409,7 @@ "description": "A comma-separated list of node IDs or names that is used to limit the returned information.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "form" }, @@ -40419,7 +40419,7 @@ "description": "A parent task identifier that is used to limit returned information.\nTo return all tasks, omit this parameter or use a value of `-1`.\nIf the parent task is not found, the API does not return a 404 response code.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "form" }, @@ -40429,7 +40429,7 @@ "description": "The period to wait for each node to respond.\nIf a node does not respond before its timeout expires, the response does not include its information.\nHowever, timed out nodes are included in the `node_failures` property.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -40450,7 +40450,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/tasks._types:TaskListResponseBase" + "$ref": "#/components/schemas/tasks._types.TaskListResponseBase" }, "examples": { "ListTasksResponseExample1": { @@ -40475,7 +40475,7 @@ "operationId": "terms-enum", "parameters": [ { - "$ref": "#/components/parameters/terms_enum:index" + "$ref": "#/components/parameters/terms_enum-index" } ], "requestBody": { @@ -40483,7 +40483,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/terms_enum:200" + "$ref": "#/components/responses/terms_enum-200" } }, "x-state": "Added in 7.14.0" @@ -40497,7 +40497,7 @@ "operationId": "terms-enum-1", "parameters": [ { - "$ref": "#/components/parameters/terms_enum:index" + "$ref": "#/components/parameters/terms_enum-index" } ], "requestBody": { @@ -40505,7 +40505,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/terms_enum:200" + "$ref": "#/components/responses/terms_enum-200" } }, "x-state": "Added in 7.14.0" @@ -40521,43 +40521,43 @@ "operationId": "termvectors", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:id" + "$ref": "#/components/parameters/termvectors-id" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -40565,7 +40565,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } }, @@ -40578,43 +40578,43 @@ "operationId": "termvectors-1", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:id" + "$ref": "#/components/parameters/termvectors-id" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -40622,7 +40622,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } } @@ -40637,40 +40637,40 @@ "operationId": "termvectors-2", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -40678,7 +40678,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } }, @@ -40691,40 +40691,40 @@ "operationId": "termvectors-3", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -40732,7 +40732,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } } @@ -40772,7 +40772,7 @@ "description": "The number of documents to include in the structural analysis.\nThe minimum value is 2.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "style": "form" }, @@ -40782,7 +40782,7 @@ "description": "The mode of compatibility with ECS compliant Grok patterns.\nUse this parameter to specify whether to use ECS Grok patterns instead of legacy ones when the structure finder creates a Grok pattern.\nThis setting primarily has an impact when a whole message Grok pattern such as `%{CATALINALOG}` matches the input.\nIf the structure finder identifies a common structure but has no idea of the meaning then generic field names such as `path`, `ipaddress`, `field1`, and `field2` are used in the `grok_pattern` output.\nThe intention in that situation is that a user who knows the meanings will rename the fields before using them.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/text_structure._types:EcsCompatibilityType" + "$ref": "#/components/schemas/text_structure._types.EcsCompatibilityType" }, "style": "form" }, @@ -40803,7 +40803,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, @@ -40813,7 +40813,7 @@ "description": "The high level structure of the text.\nBy default, the API chooses the format.\nIn this default scenario, all rows must have the same number of fields for a delimited format to be detected.\nIf the format is set to delimited and the delimiter is not set, however, the API tolerates up to 5% of rows that have a different number of columns than the first row.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/text_structure._types:FormatType" + "$ref": "#/components/schemas/text_structure._types.FormatType" }, "style": "form" }, @@ -40823,7 +40823,7 @@ "description": "If the format is `semi_structured_text`, you can specify a Grok pattern that is used to extract fields from every message in the text.\nThe name of the timestamp field in the Grok pattern must match what is specified in the `timestamp_field` parameter.\nIf that parameter is not specified, the name of the timestamp field in the Grok pattern must match \"timestamp\".\nIf `grok_pattern` is not specified, the structure finder creates a Grok pattern.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "style": "form" }, @@ -40834,7 +40834,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "form" }, @@ -40864,7 +40864,7 @@ "description": "The maximum amount of time that the structure analysis can take.\nIf the analysis is still running when the timeout expires, it will be stopped.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -40874,7 +40874,7 @@ "description": "The name of the field that contains the primary timestamp of each record in the text.\nIn particular, if the text was ingested into an index, this is the field that would be used to populate the `@timestamp` field.\n\nIf the format is `semi_structured_text`, this field must match the name of the appropriate extraction in the `grok_pattern`.\nTherefore, for semi-structured text, it is best not to specify this parameter unless `grok_pattern` is also specified.\n\nFor structured text, if you specify this parameter, the field must exist within the text.\n\nIf this parameter is not specified, the structure finder makes a decision about which field (if any) is the primary timestamp field.\nFor structured text, it is not compulsory to have a timestamp in the text.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, @@ -40901,19 +40901,19 @@ "type": "string" }, "ecs_compatibility": { - "$ref": "#/components/schemas/text_structure._types:EcsCompatibilityType" + "$ref": "#/components/schemas/text_structure._types.EcsCompatibilityType" }, "field_stats": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/text_structure._types:FieldStat" + "$ref": "#/components/schemas/text_structure._types.FieldStat" } }, "format": { - "$ref": "#/components/schemas/text_structure._types:FormatType" + "$ref": "#/components/schemas/text_structure._types.FormatType" }, "grok_pattern": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "java_timestamp_formats": { "type": "array", @@ -40928,10 +40928,10 @@ } }, "ingest_pipeline": { - "$ref": "#/components/schemas/ingest._types:PipelineConfig" + "$ref": "#/components/schemas/ingest._types.PipelineConfig" }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "multiline_start_pattern": { "type": "string" @@ -40949,7 +40949,7 @@ "type": "string" }, "timestamp_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -40986,37 +40986,37 @@ "operationId": "text-structure-find-message-structure", "parameters": [ { - "$ref": "#/components/parameters/text_structure.find_message_structure:column_names" + "$ref": "#/components/parameters/text_structure.find_message_structure-column_names" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:delimiter" + "$ref": "#/components/parameters/text_structure.find_message_structure-delimiter" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:ecs_compatibility" + "$ref": "#/components/parameters/text_structure.find_message_structure-ecs_compatibility" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:explain" + "$ref": "#/components/parameters/text_structure.find_message_structure-explain" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:format" + "$ref": "#/components/parameters/text_structure.find_message_structure-format" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:grok_pattern" + "$ref": "#/components/parameters/text_structure.find_message_structure-grok_pattern" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:quote" + "$ref": "#/components/parameters/text_structure.find_message_structure-quote" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:should_trim_fields" + "$ref": "#/components/parameters/text_structure.find_message_structure-should_trim_fields" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:timeout" + "$ref": "#/components/parameters/text_structure.find_message_structure-timeout" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:timestamp_field" + "$ref": "#/components/parameters/text_structure.find_message_structure-timestamp_field" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:timestamp_format" + "$ref": "#/components/parameters/text_structure.find_message_structure-timestamp_format" } ], "requestBody": { @@ -41024,7 +41024,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/text_structure.find_message_structure:200" + "$ref": "#/components/responses/text_structure.find_message_structure-200" } } }, @@ -41037,37 +41037,37 @@ "operationId": "text-structure-find-message-structure-1", "parameters": [ { - "$ref": "#/components/parameters/text_structure.find_message_structure:column_names" + "$ref": "#/components/parameters/text_structure.find_message_structure-column_names" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:delimiter" + "$ref": "#/components/parameters/text_structure.find_message_structure-delimiter" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:ecs_compatibility" + "$ref": "#/components/parameters/text_structure.find_message_structure-ecs_compatibility" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:explain" + "$ref": "#/components/parameters/text_structure.find_message_structure-explain" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:format" + "$ref": "#/components/parameters/text_structure.find_message_structure-format" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:grok_pattern" + "$ref": "#/components/parameters/text_structure.find_message_structure-grok_pattern" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:quote" + "$ref": "#/components/parameters/text_structure.find_message_structure-quote" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:should_trim_fields" + "$ref": "#/components/parameters/text_structure.find_message_structure-should_trim_fields" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:timeout" + "$ref": "#/components/parameters/text_structure.find_message_structure-timeout" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:timestamp_field" + "$ref": "#/components/parameters/text_structure.find_message_structure-timestamp_field" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:timestamp_format" + "$ref": "#/components/parameters/text_structure.find_message_structure-timestamp_format" } ], "requestBody": { @@ -41075,7 +41075,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/text_structure.find_message_structure:200" + "$ref": "#/components/responses/text_structure.find_message_structure-200" } } } @@ -41155,7 +41155,7 @@ "description": "If you have set `format` to `semi_structured_text`, you can specify a Grok pattern that is used to extract fields from every message in the text.\nThe name of the timestamp field in the Grok pattern must match what is specified in the `timestamp_field` parameter.\nIf that parameter is not specified, the name of the timestamp field in the Grok pattern must match \"timestamp\".\nIf `grok_pattern` is not specified, the structure finder creates a Grok pattern.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "style": "form" }, @@ -41175,7 +41175,7 @@ "description": "The maximum number of characters in a message when lines are merged to form messages while analyzing semi-structured text.\nIf you have extremely long messages you may need to increase this, but be aware that this may lead to very long processing times if the way to group lines into messages is misdetected.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "style": "form" }, @@ -41185,7 +41185,7 @@ "description": "The number of lines to include in the structural analysis, starting from the beginning of the text.\nThe minimum is 2.\nIf the value of this parameter is greater than the number of lines in the text, the analysis proceeds (as long as there are at least two lines in the text) for all of the lines.\n\nNOTE: The number of lines and the variation of the lines affects the speed of the analysis.\nFor example, if you upload text where the first 1000 lines are all variations on the same message, the analysis will find more commonality than would be seen with a bigger sample.\nIf possible, however, it is more efficient to upload sample text with more variety in the first 1000 lines than to request analysis of 100000 lines to achieve some variety.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "style": "form" }, @@ -41215,7 +41215,7 @@ "description": "The maximum amount of time that the structure analysis can take.\nIf the analysis is still running when the timeout expires then it will be stopped.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -41225,7 +41225,7 @@ "description": "The name of the field that contains the primary timestamp of each record in the text.\nIn particular, if the text were ingested into an index, this is the field that would be used to populate the `@timestamp` field.\n\nIf the `format` is `semi_structured_text`, this field must match the name of the appropriate extraction in the `grok_pattern`.\nTherefore, for semi-structured text, it is best not to specify this parameter unless `grok_pattern` is also specified.\n\nFor structured text, if you specify this parameter, the field must exist within the text.\n\nIf this parameter is not specified, the structure finder makes a decision about which field (if any) is the primary timestamp field.\nFor structured text, it is not compulsory to have a timestamp in the text.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, @@ -41286,7 +41286,7 @@ "description": "The most common values of each field, plus basic numeric statistics for the numeric `page_count` field.\nThis information may provide clues that the data needs to be cleaned or transformed prior to use by other Elastic Stack functionality.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/text_structure._types:FieldStat" + "$ref": "#/components/schemas/text_structure._types.FieldStat" } }, "sample_start": { @@ -41298,7 +41298,7 @@ "type": "number" }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "quote": { "type": "string" @@ -41328,7 +41328,7 @@ } }, "grok_pattern": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "multiline_start_pattern": { "type": "string" @@ -41351,13 +41351,13 @@ } }, "timestamp_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "should_trim_fields": { "type": "boolean" }, "ingest_pipeline": { - "$ref": "#/components/schemas/ingest._types:PipelineConfig" + "$ref": "#/components/schemas/ingest._types.PipelineConfig" } }, "required": [ @@ -41399,7 +41399,7 @@ "operationId": "text-structure-test-grok-pattern", "parameters": [ { - "$ref": "#/components/parameters/text_structure.test_grok_pattern:ecs_compatibility" + "$ref": "#/components/parameters/text_structure.test_grok_pattern-ecs_compatibility" } ], "requestBody": { @@ -41407,7 +41407,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/text_structure.test_grok_pattern:200" + "$ref": "#/components/responses/text_structure.test_grok_pattern-200" } }, "x-state": "Added in 8.13.0" @@ -41424,7 +41424,7 @@ "operationId": "text-structure-test-grok-pattern-1", "parameters": [ { - "$ref": "#/components/parameters/text_structure.test_grok_pattern:ecs_compatibility" + "$ref": "#/components/parameters/text_structure.test_grok_pattern-ecs_compatibility" } ], "requestBody": { @@ -41432,7 +41432,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/text_structure.test_grok_pattern:200" + "$ref": "#/components/responses/text_structure.test_grok_pattern-200" } }, "x-state": "Added in 8.13.0" @@ -41448,24 +41448,24 @@ "operationId": "transform-get-transform", "parameters": [ { - "$ref": "#/components/parameters/transform.get_transform:transform_id" + "$ref": "#/components/parameters/transform.get_transform-transform_id" }, { - "$ref": "#/components/parameters/transform.get_transform:allow_no_match" + "$ref": "#/components/parameters/transform.get_transform-allow_no_match" }, { - "$ref": "#/components/parameters/transform.get_transform:from" + "$ref": "#/components/parameters/transform.get_transform-from" }, { - "$ref": "#/components/parameters/transform.get_transform:size" + "$ref": "#/components/parameters/transform.get_transform-size" }, { - "$ref": "#/components/parameters/transform.get_transform:exclude_generated" + "$ref": "#/components/parameters/transform.get_transform-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/transform.get_transform:200" + "$ref": "#/components/responses/transform.get_transform-200" } }, "x-state": "Added in 7.5.0" @@ -41485,7 +41485,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -41505,7 +41505,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -41517,35 +41517,35 @@ "type": "object", "properties": { "dest": { - "$ref": "#/components/schemas/transform._types:Destination" + "$ref": "#/components/schemas/transform._types.Destination" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" } }, "required": [ @@ -41575,7 +41575,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "PutTransformResponseExample1": { @@ -41603,7 +41603,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -41633,7 +41633,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -41644,7 +41644,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "DeleteTransformResponseExample1": { @@ -41669,21 +41669,21 @@ "operationId": "transform-get-transform-1", "parameters": [ { - "$ref": "#/components/parameters/transform.get_transform:allow_no_match" + "$ref": "#/components/parameters/transform.get_transform-allow_no_match" }, { - "$ref": "#/components/parameters/transform.get_transform:from" + "$ref": "#/components/parameters/transform.get_transform-from" }, { - "$ref": "#/components/parameters/transform.get_transform:size" + "$ref": "#/components/parameters/transform.get_transform-size" }, { - "$ref": "#/components/parameters/transform.get_transform:exclude_generated" + "$ref": "#/components/parameters/transform.get_transform-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/transform.get_transform:200" + "$ref": "#/components/responses/transform.get_transform-200" } }, "x-state": "Added in 7.5.0" @@ -41705,7 +41705,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -41745,7 +41745,7 @@ "description": "Controls the time to wait for the stats", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -41764,7 +41764,7 @@ "transforms": { "type": "array", "items": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformStats" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformStats" } } }, @@ -41796,10 +41796,10 @@ "operationId": "transform-preview-transform", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:transform_id" + "$ref": "#/components/parameters/transform.preview_transform-transform_id" }, { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -41807,7 +41807,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -41821,10 +41821,10 @@ "operationId": "transform-preview-transform-1", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:transform_id" + "$ref": "#/components/parameters/transform.preview_transform-transform_id" }, { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -41832,7 +41832,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -41848,7 +41848,7 @@ "operationId": "transform-preview-transform-2", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -41856,7 +41856,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -41870,7 +41870,7 @@ "operationId": "transform-preview-transform-3", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -41878,7 +41878,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -41900,7 +41900,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -41920,7 +41920,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -41931,7 +41931,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ResetTransformResponseExample1": { @@ -41962,7 +41962,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -41972,7 +41972,7 @@ "description": "Controls the time to wait for the scheduling to take place", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -41983,7 +41983,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ScheduleNowTransformResponseExample1": { @@ -42014,7 +42014,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -42024,7 +42024,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -42045,7 +42045,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "StartTransformResponseExample1": { @@ -42076,7 +42076,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -42106,7 +42106,7 @@ "description": "Period to wait for a response when `wait_for_completion` is `true`. If no response is received before the\ntimeout expires, the request returns a timeout exception. However, the request continues processing and\neventually moves the transform to a STOPPED state.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -42137,7 +42137,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "StopTransformResponseExample1": { @@ -42168,7 +42168,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -42188,7 +42188,7 @@ "description": "Period to wait for a response. If no response is received before the\ntimeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -42200,32 +42200,32 @@ "type": "object", "properties": { "dest": { - "$ref": "#/components/schemas/transform._types:Destination" + "$ref": "#/components/schemas/transform._types.Destination" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "retention_policy": { "description": "Defines a retention policy for the transform. Data that meets the defined\ncriteria is deleted from the destination index.", "oneOf": [ { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, { "nullable": true, @@ -42254,7 +42254,7 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:TransformAuthorization" + "$ref": "#/components/schemas/ml._types.TransformAuthorization" }, "create_time": { "type": "number" @@ -42263,37 +42263,37 @@ "type": "string" }, "dest": { - "$ref": "#/components/schemas/_global.reindex:Destination" + "$ref": "#/components/schemas/_global.reindex.Destination" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "source": { - "$ref": "#/components/schemas/_global.reindex:Source" + "$ref": "#/components/schemas/_global.reindex.Source" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ @@ -42344,7 +42344,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and\nreturns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -42405,7 +42405,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -42416,7 +42416,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -42436,7 +42436,7 @@ "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, @@ -42466,7 +42466,7 @@ "description": "If 'true', Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf 'wait_for', it waits for a refresh to make this operation visible to search.\nIf 'false', it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, @@ -42496,7 +42496,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -42506,7 +42506,7 @@ "description": "The period to wait for the following operations: dynamic mapping updates and waiting for active shards.\nElasticsearch waits for at least the timeout period before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -42516,7 +42516,7 @@ "description": "The number of copies of each shard that must be active before proceeding with the operation.\nSet to 'all' or any positive integer up to the total number of shards in the index (`number_of_replicas`+1).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -42526,7 +42526,7 @@ "description": "If `false`, source retrieval is turned off.\nYou can also specify a comma-separated list of the fields you want to retrieve.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -42536,7 +42536,7 @@ "description": "The source fields you want to exclude.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -42546,7 +42546,7 @@ "description": "The source fields you want to retrieve.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" } @@ -42570,14 +42570,14 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "scripted_upsert": { "description": "If `true`, run the script whether or not the document exists.", "type": "boolean" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "upsert": { "description": "If the document does not already exist, the contents of 'upsert' are inserted as a new document.\nIf the document exists, the 'script' is run.", @@ -42652,7 +42652,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.update:UpdateWriteResponseBase" + "$ref": "#/components/schemas/_global.update.UpdateWriteResponseBase" }, "examples": { "UpdateResponseExample1": { @@ -42683,7 +42683,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -42723,7 +42723,7 @@ "description": "The preferred behavior when update by query hits version conflicts: `abort` or `proceed`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" }, "style": "form" }, @@ -42733,7 +42733,7 @@ "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, @@ -42753,7 +42753,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -42863,7 +42863,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -42873,7 +42873,7 @@ "description": "The period to retain the search context for scrolling.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -42893,7 +42893,7 @@ "description": "An explicit timeout for each search request.\nBy default, there is no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -42903,7 +42903,7 @@ "description": "The type of the search operation. Available options include `query_then_fetch` and `dfs_query_then_fetch`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, @@ -42913,7 +42913,7 @@ "description": "The number of slices this task should be divided into.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Slices" + "$ref": "#/components/schemas/_types.Slices" }, "style": "form" }, @@ -42959,7 +42959,7 @@ "description": "The period each update request waits for the following operations: dynamic mapping updates, waiting for active shards.\nBy default, it is one minute.\nThis guarantees Elasticsearch waits for at least the timeout before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -42989,7 +42989,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe `timeout` parameter controls how long each write request waits for unavailable shards to become available.\nBoth work exactly the way they work in the bulk API.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -43015,16 +43015,16 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "conflicts": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" } } }, @@ -43069,7 +43069,7 @@ "description": "Array of failures if there were any unrecoverable errors during the process.\nIf this is non-empty then the request ended because of those failures.\nUpdate by query is implemented using batches.\nAny failure causes the entire process to end, but all failures in the current batch are collected into the array.\nYou can use the `conflicts` option to prevent reindex from ending when version conflicts occur.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:BulkIndexByScrollFailure" + "$ref": "#/components/schemas/_types.BulkIndexByScrollFailure" } }, "noops": { @@ -43085,17 +43085,17 @@ "type": "number" }, "retries": { - "$ref": "#/components/schemas/_types:Retries" + "$ref": "#/components/schemas/_types.Retries" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "timed_out": { "description": "If true, some requests timed out during the update by query.", "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "description": "The number of documents that were successfully processed.", @@ -43110,16 +43110,16 @@ "type": "number" }, "throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "throttled_until": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_until_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } } } @@ -43146,7 +43146,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -43172,7 +43172,7 @@ "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.update_by_query_rethrottle:UpdateByQueryRethrottleNode" + "$ref": "#/components/schemas/_global.update_by_query_rethrottle.UpdateByQueryRethrottleNode" } } }, @@ -43197,12 +43197,12 @@ "operationId": "watcher-ack-watch", "parameters": [ { - "$ref": "#/components/parameters/watcher.ack_watch:watch_id" + "$ref": "#/components/parameters/watcher.ack_watch-watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.ack_watch:200" + "$ref": "#/components/responses/watcher.ack_watch-200" } } }, @@ -43215,12 +43215,12 @@ "operationId": "watcher-ack-watch-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.ack_watch:watch_id" + "$ref": "#/components/parameters/watcher.ack_watch-watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.ack_watch:200" + "$ref": "#/components/responses/watcher.ack_watch-200" } } } @@ -43235,15 +43235,15 @@ "operationId": "watcher-ack-watch-2", "parameters": [ { - "$ref": "#/components/parameters/watcher.ack_watch:watch_id" + "$ref": "#/components/parameters/watcher.ack_watch-watch_id" }, { - "$ref": "#/components/parameters/watcher.ack_watch:action_id" + "$ref": "#/components/parameters/watcher.ack_watch-action_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.ack_watch:200" + "$ref": "#/components/responses/watcher.ack_watch-200" } } }, @@ -43256,15 +43256,15 @@ "operationId": "watcher-ack-watch-3", "parameters": [ { - "$ref": "#/components/parameters/watcher.ack_watch:watch_id" + "$ref": "#/components/parameters/watcher.ack_watch-watch_id" }, { - "$ref": "#/components/parameters/watcher.ack_watch:action_id" + "$ref": "#/components/parameters/watcher.ack_watch-action_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.ack_watch:200" + "$ref": "#/components/responses/watcher.ack_watch-200" } } } @@ -43282,12 +43282,12 @@ "operationId": "watcher-activate-watch", "parameters": [ { - "$ref": "#/components/parameters/watcher.activate_watch:watch_id" + "$ref": "#/components/parameters/watcher.activate_watch-watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.activate_watch:200" + "$ref": "#/components/responses/watcher.activate_watch-200" } } }, @@ -43303,12 +43303,12 @@ "operationId": "watcher-activate-watch-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.activate_watch:watch_id" + "$ref": "#/components/parameters/watcher.activate_watch-watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.activate_watch:200" + "$ref": "#/components/responses/watcher.activate_watch-200" } } } @@ -43326,12 +43326,12 @@ "operationId": "watcher-deactivate-watch", "parameters": [ { - "$ref": "#/components/parameters/watcher.deactivate_watch:watch_id" + "$ref": "#/components/parameters/watcher.deactivate_watch-watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.deactivate_watch:200" + "$ref": "#/components/responses/watcher.deactivate_watch-200" } } }, @@ -43347,12 +43347,12 @@ "operationId": "watcher-deactivate-watch-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.deactivate_watch:watch_id" + "$ref": "#/components/parameters/watcher.deactivate_watch-watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.deactivate_watch:200" + "$ref": "#/components/responses/watcher.deactivate_watch-200" } } } @@ -43372,7 +43372,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -43389,22 +43389,22 @@ "type": "boolean" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "status": { - "$ref": "#/components/schemas/watcher._types:WatchStatus" + "$ref": "#/components/schemas/watcher._types.WatchStatus" }, "watch": { - "$ref": "#/components/schemas/watcher._types:Watch" + "$ref": "#/components/schemas/watcher._types.Watch" }, "_primary_term": { "type": "number" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -43433,19 +43433,19 @@ "operationId": "watcher-put-watch", "parameters": [ { - "$ref": "#/components/parameters/watcher.put_watch:id" + "$ref": "#/components/parameters/watcher.put_watch-id" }, { - "$ref": "#/components/parameters/watcher.put_watch:active" + "$ref": "#/components/parameters/watcher.put_watch-active" }, { - "$ref": "#/components/parameters/watcher.put_watch:if_primary_term" + "$ref": "#/components/parameters/watcher.put_watch-if_primary_term" }, { - "$ref": "#/components/parameters/watcher.put_watch:if_seq_no" + "$ref": "#/components/parameters/watcher.put_watch-if_seq_no" }, { - "$ref": "#/components/parameters/watcher.put_watch:version" + "$ref": "#/components/parameters/watcher.put_watch-version" } ], "requestBody": { @@ -43453,7 +43453,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.put_watch:200" + "$ref": "#/components/responses/watcher.put_watch-200" } } }, @@ -43466,19 +43466,19 @@ "operationId": "watcher-put-watch-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.put_watch:id" + "$ref": "#/components/parameters/watcher.put_watch-id" }, { - "$ref": "#/components/parameters/watcher.put_watch:active" + "$ref": "#/components/parameters/watcher.put_watch-active" }, { - "$ref": "#/components/parameters/watcher.put_watch:if_primary_term" + "$ref": "#/components/parameters/watcher.put_watch-if_primary_term" }, { - "$ref": "#/components/parameters/watcher.put_watch:if_seq_no" + "$ref": "#/components/parameters/watcher.put_watch-if_seq_no" }, { - "$ref": "#/components/parameters/watcher.put_watch:version" + "$ref": "#/components/parameters/watcher.put_watch-version" } ], "requestBody": { @@ -43486,7 +43486,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.put_watch:200" + "$ref": "#/components/responses/watcher.put_watch-200" } } }, @@ -43505,7 +43505,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -43522,10 +43522,10 @@ "type": "boolean" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -43556,10 +43556,10 @@ "operationId": "watcher-execute-watch", "parameters": [ { - "$ref": "#/components/parameters/watcher.execute_watch:id" + "$ref": "#/components/parameters/watcher.execute_watch-id" }, { - "$ref": "#/components/parameters/watcher.execute_watch:debug" + "$ref": "#/components/parameters/watcher.execute_watch-debug" } ], "requestBody": { @@ -43567,7 +43567,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.execute_watch:200" + "$ref": "#/components/responses/watcher.execute_watch-200" } } }, @@ -43580,10 +43580,10 @@ "operationId": "watcher-execute-watch-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.execute_watch:id" + "$ref": "#/components/parameters/watcher.execute_watch-id" }, { - "$ref": "#/components/parameters/watcher.execute_watch:debug" + "$ref": "#/components/parameters/watcher.execute_watch-debug" } ], "requestBody": { @@ -43591,7 +43591,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.execute_watch:200" + "$ref": "#/components/responses/watcher.execute_watch-200" } } } @@ -43606,7 +43606,7 @@ "operationId": "watcher-execute-watch-2", "parameters": [ { - "$ref": "#/components/parameters/watcher.execute_watch:debug" + "$ref": "#/components/parameters/watcher.execute_watch-debug" } ], "requestBody": { @@ -43614,7 +43614,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.execute_watch:200" + "$ref": "#/components/responses/watcher.execute_watch-200" } } }, @@ -43627,7 +43627,7 @@ "operationId": "watcher-execute-watch-3", "parameters": [ { - "$ref": "#/components/parameters/watcher.execute_watch:debug" + "$ref": "#/components/parameters/watcher.execute_watch-debug" } ], "requestBody": { @@ -43635,7 +43635,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.execute_watch:200" + "$ref": "#/components/responses/watcher.execute_watch-200" } } } @@ -43655,7 +43655,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -43669,7 +43669,7 @@ "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } }, "required": [ @@ -43701,7 +43701,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -43711,7 +43711,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -43774,7 +43774,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.query_watches:200" + "$ref": "#/components/responses/watcher.query_watches-200" } }, "x-state": "Added in 7.11.0" @@ -43791,7 +43791,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.query_watches:200" + "$ref": "#/components/responses/watcher.query_watches-200" } }, "x-state": "Added in 7.11.0" @@ -43812,7 +43812,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -43823,7 +43823,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "WatcherStartResponseExample1": { @@ -43847,15 +43847,15 @@ "operationId": "watcher-stats", "parameters": [ { - "$ref": "#/components/parameters/watcher.stats:emit_stacktraces" + "$ref": "#/components/parameters/watcher.stats-emit_stacktraces" }, { - "$ref": "#/components/parameters/watcher.stats:metric_" + "$ref": "#/components/parameters/watcher.stats-metric_" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.stats:200" + "$ref": "#/components/responses/watcher.stats-200" } }, "x-state": "Added in 5.5.0" @@ -43871,18 +43871,18 @@ "operationId": "watcher-stats-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.stats:metric" + "$ref": "#/components/parameters/watcher.stats-metric" }, { - "$ref": "#/components/parameters/watcher.stats:emit_stacktraces" + "$ref": "#/components/parameters/watcher.stats-emit_stacktraces" }, { - "$ref": "#/components/parameters/watcher.stats:metric_" + "$ref": "#/components/parameters/watcher.stats-metric_" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.stats:200" + "$ref": "#/components/responses/watcher.stats-200" } }, "x-state": "Added in 5.5.0" @@ -43903,7 +43903,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -43914,7 +43914,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "WatcherStopResponseExample1": { @@ -43945,7 +43945,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/xpack.info:XPackCategory" + "$ref": "#/components/schemas/xpack.info.XPackCategory" } }, "style": "form" @@ -43980,13 +43980,13 @@ "type": "object", "properties": { "build": { - "$ref": "#/components/schemas/xpack.info:BuildInformation" + "$ref": "#/components/schemas/xpack.info.BuildInformation" }, "features": { - "$ref": "#/components/schemas/xpack.info:Features" + "$ref": "#/components/schemas/xpack.info.Features" }, "license": { - "$ref": "#/components/schemas/xpack.info:MinimalLicenseInformation" + "$ref": "#/components/schemas/xpack.info.MinimalLicenseInformation" }, "tagline": { "type": "string" @@ -44026,7 +44026,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -44040,88 +44040,88 @@ "type": "object", "properties": { "aggregate_metric": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "analytics": { - "$ref": "#/components/schemas/xpack.usage:Analytics" + "$ref": "#/components/schemas/xpack.usage.Analytics" }, "archive": { - "$ref": "#/components/schemas/xpack.usage:Archive" + "$ref": "#/components/schemas/xpack.usage.Archive" }, "watcher": { - "$ref": "#/components/schemas/xpack.usage:Watcher" + "$ref": "#/components/schemas/xpack.usage.Watcher" }, "ccr": { - "$ref": "#/components/schemas/xpack.usage:Ccr" + "$ref": "#/components/schemas/xpack.usage.Ccr" }, "data_frame": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "data_science": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "data_streams": { - "$ref": "#/components/schemas/xpack.usage:DataStreams" + "$ref": "#/components/schemas/xpack.usage.DataStreams" }, "data_tiers": { - "$ref": "#/components/schemas/xpack.usage:DataTiers" + "$ref": "#/components/schemas/xpack.usage.DataTiers" }, "enrich": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "eql": { - "$ref": "#/components/schemas/xpack.usage:Eql" + "$ref": "#/components/schemas/xpack.usage.Eql" }, "flattened": { - "$ref": "#/components/schemas/xpack.usage:Flattened" + "$ref": "#/components/schemas/xpack.usage.Flattened" }, "graph": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "health_api": { - "$ref": "#/components/schemas/xpack.usage:HealthStatistics" + "$ref": "#/components/schemas/xpack.usage.HealthStatistics" }, "ilm": { - "$ref": "#/components/schemas/xpack.usage:Ilm" + "$ref": "#/components/schemas/xpack.usage.Ilm" }, "logstash": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "ml": { - "$ref": "#/components/schemas/xpack.usage:MachineLearning" + "$ref": "#/components/schemas/xpack.usage.MachineLearning" }, "monitoring": { - "$ref": "#/components/schemas/xpack.usage:Monitoring" + "$ref": "#/components/schemas/xpack.usage.Monitoring" }, "rollup": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "runtime_fields": { - "$ref": "#/components/schemas/xpack.usage:RuntimeFieldTypes" + "$ref": "#/components/schemas/xpack.usage.RuntimeFieldTypes" }, "spatial": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "searchable_snapshots": { - "$ref": "#/components/schemas/xpack.usage:SearchableSnapshots" + "$ref": "#/components/schemas/xpack.usage.SearchableSnapshots" }, "security": { - "$ref": "#/components/schemas/xpack.usage:Security" + "$ref": "#/components/schemas/xpack.usage.Security" }, "slm": { - "$ref": "#/components/schemas/xpack.usage:Slm" + "$ref": "#/components/schemas/xpack.usage.Slm" }, "sql": { - "$ref": "#/components/schemas/xpack.usage:Sql" + "$ref": "#/components/schemas/xpack.usage.Sql" }, "transform": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "vectors": { - "$ref": "#/components/schemas/xpack.usage:Vector" + "$ref": "#/components/schemas/xpack.usage.Vector" }, "voting_only": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" } }, "required": [ @@ -44162,10 +44162,10 @@ }, "components": { "schemas": { - "_types:Id": { + "_types.Id": { "type": "string" }, - "_types:AcknowledgedResponseBase": { + "_types.AcknowledgedResponseBase": { "type": "object", "properties": { "acknowledged": { @@ -44177,7 +44177,7 @@ "acknowledged" ] }, - "_types:Duration": { + "_types.Duration": { "description": "A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and\n`d` (days). Also accepts \"0\" without a unit and \"-1\" to indicate an unspecified value.", "oneOf": [ { @@ -44197,16 +44197,16 @@ } ] }, - "async_search._types:AsyncSearchDocumentResponseBase": { + "async_search._types.AsyncSearchDocumentResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/async_search._types:AsyncSearchResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchResponseBase" }, { "type": "object", "properties": { "response": { - "$ref": "#/components/schemas/async_search._types:AsyncSearch" + "$ref": "#/components/schemas/async_search._types.AsyncSearch" } }, "required": [ @@ -44215,18 +44215,18 @@ } ] }, - "async_search._types:AsyncSearch": { + "async_search._types.AsyncSearch": { "type": "object", "properties": { "aggregations": { "description": "Partial aggregations results, coming from the shards that have already completed running the query.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "fields": { "type": "object", @@ -44235,7 +44235,7 @@ } }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "max_score": { "type": "number" @@ -44245,23 +44245,23 @@ "type": "number" }, "profile": { - "$ref": "#/components/schemas/_global.search._types:Profile" + "$ref": "#/components/schemas/_global.search._types.Profile" }, "pit_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "suggest": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Suggest" + "$ref": "#/components/schemas/_global.search._types.Suggest" } } }, @@ -44282,227 +44282,227 @@ "took" ] }, - "_types.aggregations:Aggregate": { + "_types.aggregations.Aggregate": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregate" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:HdrPercentilesAggregate" + "$ref": "#/components/schemas/_types.aggregations.HdrPercentilesAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:HdrPercentileRanksAggregate" + "$ref": "#/components/schemas/_types.aggregations.HdrPercentileRanksAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TDigestPercentilesAggregate" + "$ref": "#/components/schemas/_types.aggregations.TDigestPercentilesAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TDigestPercentileRanksAggregate" + "$ref": "#/components/schemas/_types.aggregations.TDigestPercentileRanksAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:PercentilesBucketAggregate" + "$ref": "#/components/schemas/_types.aggregations.PercentilesBucketAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MedianAbsoluteDeviationAggregate" + "$ref": "#/components/schemas/_types.aggregations.MedianAbsoluteDeviationAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MinAggregate" + "$ref": "#/components/schemas/_types.aggregations.MinAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MaxAggregate" + "$ref": "#/components/schemas/_types.aggregations.MaxAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SumAggregate" + "$ref": "#/components/schemas/_types.aggregations.SumAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:AvgAggregate" + "$ref": "#/components/schemas/_types.aggregations.AvgAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:WeightedAvgAggregate" + "$ref": "#/components/schemas/_types.aggregations.WeightedAvgAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregate" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SimpleValueAggregate" + "$ref": "#/components/schemas/_types.aggregations.SimpleValueAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DerivativeAggregate" + "$ref": "#/components/schemas/_types.aggregations.DerivativeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:BucketMetricValueAggregate" + "$ref": "#/components/schemas/_types.aggregations.BucketMetricValueAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StatsBucketAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsBucketAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsBucketAggregate" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsBucketAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoBoundsAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoBoundsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoCentroidAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoCentroidAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:HistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.HistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:AutoDateHistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.AutoDateHistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:LongTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.LongTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:LongRareTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.LongRareTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringRareTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringRareTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedRareTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedRareTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregate" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:NestedAggregate" + "$ref": "#/components/schemas/_types.aggregations.NestedAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ReverseNestedAggregate" + "$ref": "#/components/schemas/_types.aggregations.ReverseNestedAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GlobalAggregate" + "$ref": "#/components/schemas/_types.aggregations.GlobalAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FilterAggregate" + "$ref": "#/components/schemas/_types.aggregations.FilterAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ChildrenAggregate" + "$ref": "#/components/schemas/_types.aggregations.ChildrenAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ParentAggregate" + "$ref": "#/components/schemas/_types.aggregations.ParentAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SamplerAggregate" + "$ref": "#/components/schemas/_types.aggregations.SamplerAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedSamplerAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedSamplerAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoHexGridAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoHexGridAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoDistanceAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoDistanceAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:IpRangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.IpRangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixAggregate" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FiltersAggregate" + "$ref": "#/components/schemas/_types.aggregations.FiltersAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixAggregate" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SignificantLongTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.SignificantLongTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SignificantStringTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.SignificantStringTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedSignificantTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedSignificantTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregate" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsAggregate" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesAggregate" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ScriptedMetricAggregate" + "$ref": "#/components/schemas/_types.aggregations.ScriptedMetricAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TopHitsAggregate" + "$ref": "#/components/schemas/_types.aggregations.TopHitsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:InferenceAggregate" + "$ref": "#/components/schemas/_types.aggregations.InferenceAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringStatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:BoxPlotAggregate" + "$ref": "#/components/schemas/_types.aggregations.BoxPlotAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsAggregate" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TTestAggregate" + "$ref": "#/components/schemas/_types.aggregations.TTestAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:RateAggregate" + "$ref": "#/components/schemas/_types.aggregations.RateAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:CumulativeCardinalityAggregate" + "$ref": "#/components/schemas/_types.aggregations.CumulativeCardinalityAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MatrixStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.MatrixStatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoLineAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoLineAggregate" } ] }, - "_types.aggregations:CardinalityAggregate": { + "_types.aggregations.CardinalityAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -44517,40 +44517,40 @@ } ] }, - "_types.aggregations:AggregateBase": { + "_types.aggregations.AggregateBase": { "type": "object", "properties": { "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, - "_types:Metadata": { + "_types.Metadata": { "type": "object", "additionalProperties": { "type": "object" } }, - "_types.aggregations:HdrPercentilesAggregate": { + "_types.aggregations.HdrPercentilesAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:PercentilesAggregateBase": { + "_types.aggregations.PercentilesAggregateBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "values": { - "$ref": "#/components/schemas/_types.aggregations:Percentiles" + "$ref": "#/components/schemas/_types.aggregations.Percentiles" } }, "required": [ @@ -44559,20 +44559,20 @@ } ] }, - "_types.aggregations:Percentiles": { + "_types.aggregations.Percentiles": { "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:KeyedPercentiles" + "$ref": "#/components/schemas/_types.aggregations.KeyedPercentiles" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:ArrayPercentilesItem" + "$ref": "#/components/schemas/_types.aggregations.ArrayPercentilesItem" } } ] }, - "_types.aggregations:KeyedPercentiles": { + "_types.aggregations.KeyedPercentiles": { "type": "object", "additionalProperties": { "oneOf": [ @@ -44589,7 +44589,7 @@ ] } }, - "_types.aggregations:ArrayPercentilesItem": { + "_types.aggregations.ArrayPercentilesItem": { "type": "object", "properties": { "key": { @@ -44615,60 +44615,60 @@ "value" ] }, - "_types.aggregations:HdrPercentileRanksAggregate": { + "_types.aggregations.HdrPercentileRanksAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:TDigestPercentilesAggregate": { + "_types.aggregations.TDigestPercentilesAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:TDigestPercentileRanksAggregate": { + "_types.aggregations.TDigestPercentileRanksAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:PercentilesBucketAggregate": { + "_types.aggregations.PercentilesBucketAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:MedianAbsoluteDeviationAggregate": { + "_types.aggregations.MedianAbsoluteDeviationAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SingleMetricAggregateBase": { + "_types.aggregations.SingleMetricAggregateBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -44695,80 +44695,80 @@ } ] }, - "_types.aggregations:MinAggregate": { + "_types.aggregations.MinAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:MaxAggregate": { + "_types.aggregations.MaxAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SumAggregate": { + "_types.aggregations.SumAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:AvgAggregate": { + "_types.aggregations.AvgAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:WeightedAvgAggregate": { + "_types.aggregations.WeightedAvgAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ValueCountAggregate": { + "_types.aggregations.ValueCountAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SimpleValueAggregate": { + "_types.aggregations.SimpleValueAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:DerivativeAggregate": { + "_types.aggregations.DerivativeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object", @@ -44783,10 +44783,10 @@ } ] }, - "_types.aggregations:BucketMetricValueAggregate": { + "_types.aggregations.BucketMetricValueAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object", @@ -44804,10 +44804,10 @@ } ] }, - "_types.aggregations:StatsAggregate": { + "_types.aggregations.StatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -44874,20 +44874,20 @@ } ] }, - "_types.aggregations:StatsBucketAggregate": { + "_types.aggregations.StatsBucketAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregate" }, { "type": "object" } ] }, - "_types.aggregations:ExtendedStatsAggregate": { + "_types.aggregations.ExtendedStatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregate" }, { "type": "object", @@ -44970,7 +44970,7 @@ ] }, "std_deviation_bounds": { - "$ref": "#/components/schemas/_types.aggregations:StandardDeviationBounds" + "$ref": "#/components/schemas/_types.aggregations.StandardDeviationBounds" }, "sum_of_squares_as_string": { "type": "string" @@ -44988,7 +44988,7 @@ "type": "string" }, "std_deviation_bounds_as_string": { - "$ref": "#/components/schemas/_types.aggregations:StandardDeviationBoundsAsString" + "$ref": "#/components/schemas/_types.aggregations.StandardDeviationBoundsAsString" } }, "required": [ @@ -45003,7 +45003,7 @@ } ] }, - "_types.aggregations:StandardDeviationBounds": { + "_types.aggregations.StandardDeviationBounds": { "type": "object", "properties": { "upper": { @@ -45082,7 +45082,7 @@ "lower_sampling" ] }, - "_types.aggregations:StandardDeviationBoundsAsString": { + "_types.aggregations.StandardDeviationBoundsAsString": { "type": "object", "properties": { "upper": { @@ -45113,49 +45113,49 @@ "lower_sampling" ] }, - "_types.aggregations:ExtendedStatsBucketAggregate": { + "_types.aggregations.ExtendedStatsBucketAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsAggregate" }, { "type": "object" } ] }, - "_types.aggregations:GeoBoundsAggregate": { + "_types.aggregations.GeoBoundsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" } } } ] }, - "_types:GeoBounds": { + "_types.GeoBounds": { "description": "A geo bounding box. It can be represented in various ways:\n- as 4 top/bottom/left/right coordinates\n- as 2 top_left / bottom_right points\n- as 2 top_right / bottom_left points\n- as a WKT bounding box", "oneOf": [ { - "$ref": "#/components/schemas/_types:CoordsGeoBounds" + "$ref": "#/components/schemas/_types.CoordsGeoBounds" }, { - "$ref": "#/components/schemas/_types:TopLeftBottomRightGeoBounds" + "$ref": "#/components/schemas/_types.TopLeftBottomRightGeoBounds" }, { - "$ref": "#/components/schemas/_types:TopRightBottomLeftGeoBounds" + "$ref": "#/components/schemas/_types.TopRightBottomLeftGeoBounds" }, { - "$ref": "#/components/schemas/_types:WktGeoBounds" + "$ref": "#/components/schemas/_types.WktGeoBounds" } ] }, - "_types:CoordsGeoBounds": { + "_types.CoordsGeoBounds": { "type": "object", "properties": { "top": { @@ -45178,14 +45178,14 @@ "right" ] }, - "_types:TopLeftBottomRightGeoBounds": { + "_types.TopLeftBottomRightGeoBounds": { "type": "object", "properties": { "top_left": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "bottom_right": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } }, "required": [ @@ -45193,14 +45193,14 @@ "bottom_right" ] }, - "_types:GeoLocation": { + "_types.GeoLocation": { "description": "A latitude/longitude as a 2 dimensional point. It can be represented in various ways:\n- as a `{lat, long}` object\n- as a geo hash value\n- as a `[lon, lat]` array\n- as a string in `\", \"` or WKT point formats", "oneOf": [ { - "$ref": "#/components/schemas/_types:LatLonGeoLocation" + "$ref": "#/components/schemas/_types.LatLonGeoLocation" }, { - "$ref": "#/components/schemas/_types:GeoHashLocation" + "$ref": "#/components/schemas/_types.GeoHashLocation" }, { "type": "array", @@ -45213,7 +45213,7 @@ } ] }, - "_types:LatLonGeoLocation": { + "_types.LatLonGeoLocation": { "type": "object", "properties": { "lat": { @@ -45230,28 +45230,28 @@ "lon" ] }, - "_types:GeoHashLocation": { + "_types.GeoHashLocation": { "type": "object", "properties": { "geohash": { - "$ref": "#/components/schemas/_types:GeoHash" + "$ref": "#/components/schemas/_types.GeoHash" } }, "required": [ "geohash" ] }, - "_types:GeoHash": { + "_types.GeoHash": { "type": "string" }, - "_types:TopRightBottomLeftGeoBounds": { + "_types.TopRightBottomLeftGeoBounds": { "type": "object", "properties": { "top_right": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "bottom_left": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } }, "required": [ @@ -45259,7 +45259,7 @@ "bottom_left" ] }, - "_types:WktGeoBounds": { + "_types.WktGeoBounds": { "type": "object", "properties": { "wkt": { @@ -45270,10 +45270,10 @@ "wkt" ] }, - "_types.aggregations:GeoCentroidAggregate": { + "_types.aggregations.GeoCentroidAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -45282,7 +45282,7 @@ "type": "number" }, "location": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } }, "required": [ @@ -45291,26 +45291,26 @@ } ] }, - "_types.aggregations:HistogramAggregate": { + "_types.aggregations.HistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseHistogramBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseHistogramBucket": { + "_types.aggregations.MultiBucketAggregateBaseHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsHistogramBucket" } }, "required": [ @@ -45319,27 +45319,27 @@ } ] }, - "_types.aggregations:BucketsHistogramBucket": { + "_types.aggregations.BucketsHistogramBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:HistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.HistogramBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:HistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.HistogramBucket" } } ] }, - "_types.aggregations:HistogramBucket": { + "_types.aggregations.HistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -45357,7 +45357,7 @@ } ] }, - "_types.aggregations:MultiBucketBase": { + "_types.aggregations.MultiBucketBase": { "type": "object", "properties": { "doc_count": { @@ -45368,26 +45368,26 @@ "doc_count" ] }, - "_types.aggregations:DateHistogramAggregate": { + "_types.aggregations.DateHistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseDateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseDateHistogramBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseDateHistogramBucket": { + "_types.aggregations.MultiBucketAggregateBaseDateHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsDateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsDateHistogramBucket" } }, "required": [ @@ -45396,27 +45396,27 @@ } ] }, - "_types.aggregations:BucketsDateHistogramBucket": { + "_types.aggregations.BucketsDateHistogramBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramBucket" } } ] }, - "_types.aggregations:DateHistogramBucket": { + "_types.aggregations.DateHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -45425,7 +45425,7 @@ "type": "string" }, "key": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -45434,27 +45434,27 @@ } ] }, - "_types:EpochTimeUnitMillis": { + "_types.EpochTimeUnitMillis": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitMillis" + "$ref": "#/components/schemas/_types.UnitMillis" } ] }, - "_types:UnitMillis": { + "_types.UnitMillis": { "description": "Time unit for milliseconds", "type": "number" }, - "_types.aggregations:AutoDateHistogramAggregate": { + "_types.aggregations.AutoDateHistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseDateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseDateHistogramBucket" }, { "type": "object", "properties": { "interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" } }, "required": [ @@ -45463,30 +45463,30 @@ } ] }, - "_types:DurationLarge": { + "_types.DurationLarge": { "description": "A date histogram interval. Similar to `Duration` with additional units: `w` (week), `M` (month), `q` (quarter) and\n`y` (year)", "type": "string" }, - "_types.aggregations:VariableWidthHistogramAggregate": { + "_types.aggregations.VariableWidthHistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVariableWidthHistogramBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseVariableWidthHistogramBucket": { + "_types.aggregations.MultiBucketAggregateBaseVariableWidthHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsVariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsVariableWidthHistogramBucket" } }, "required": [ @@ -45495,27 +45495,27 @@ } ] }, - "_types.aggregations:BucketsVariableWidthHistogramBucket": { + "_types.aggregations.BucketsVariableWidthHistogramBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramBucket" } } ] }, - "_types.aggregations:VariableWidthHistogramBucket": { + "_types.aggregations.VariableWidthHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -45547,20 +45547,20 @@ } ] }, - "_types.aggregations:StringTermsAggregate": { + "_types.aggregations.StringTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseStringTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseStringTermsBucket": { + "_types.aggregations.TermsAggregateBaseStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseStringTermsBucket" }, { "type": "object", @@ -45575,16 +45575,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseStringTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsStringTermsBucket" } }, "required": [ @@ -45593,33 +45593,33 @@ } ] }, - "_types.aggregations:BucketsStringTermsBucket": { + "_types.aggregations.BucketsStringTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:StringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:StringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringTermsBucket" } } ] }, - "_types.aggregations:StringTermsBucket": { + "_types.aggregations.StringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.TermsBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "required": [ @@ -45628,7 +45628,7 @@ } ] }, - "_types:FieldValue": { + "_types.FieldValue": { "description": "A field value.", "oneOf": [ { @@ -45649,10 +45649,10 @@ } ] }, - "_types.aggregations:TermsBucketBase": { + "_types.aggregations.TermsBucketBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -45664,20 +45664,20 @@ } ] }, - "_types.aggregations:LongTermsAggregate": { + "_types.aggregations.LongTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseLongTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseLongTermsBucket": { + "_types.aggregations.TermsAggregateBaseLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseLongTermsBucket" }, { "type": "object", @@ -45692,16 +45692,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseLongTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsLongTermsBucket" } }, "required": [ @@ -45710,27 +45710,27 @@ } ] }, - "_types.aggregations:BucketsLongTermsBucket": { + "_types.aggregations.BucketsLongTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:LongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:LongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongTermsBucket" } } ] }, - "_types.aggregations:LongTermsBucket": { + "_types.aggregations.LongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.TermsBucketBase" }, { "type": "object", @@ -45748,20 +45748,20 @@ } ] }, - "_types.aggregations:DoubleTermsAggregate": { + "_types.aggregations.DoubleTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseDoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseDoubleTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseDoubleTermsBucket": { + "_types.aggregations.TermsAggregateBaseDoubleTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseDoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseDoubleTermsBucket" }, { "type": "object", @@ -45776,16 +45776,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseDoubleTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseDoubleTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsDoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsDoubleTermsBucket" } }, "required": [ @@ -45794,27 +45794,27 @@ } ] }, - "_types.aggregations:BucketsDoubleTermsBucket": { + "_types.aggregations.BucketsDoubleTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsBucket" } } ] }, - "_types.aggregations:DoubleTermsBucket": { + "_types.aggregations.DoubleTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.TermsBucketBase" }, { "type": "object", @@ -45832,20 +45832,20 @@ } ] }, - "_types.aggregations:UnmappedTermsAggregate": { + "_types.aggregations.UnmappedTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseVoid" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseVoid": { + "_types.aggregations.TermsAggregateBaseVoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVoid" }, { "type": "object", @@ -45860,16 +45860,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseVoid": { + "_types.aggregations.MultiBucketAggregateBaseVoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsVoid" + "$ref": "#/components/schemas/_types.aggregations.BucketsVoid" } }, "required": [ @@ -45878,47 +45878,47 @@ } ] }, - "_types.aggregations:BucketsVoid": { + "_types.aggregations.BucketsVoid": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_spec_utils:Void" + "$ref": "#/components/schemas/_spec_utils.Void" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_spec_utils:Void" + "$ref": "#/components/schemas/_spec_utils.Void" } } ] }, - "_spec_utils:Void": { + "_spec_utils.Void": { "description": "The absence of any type. This is commonly used in APIs that don't return a body.\n\nAlthough \"void\" is generally used for the unit type that has only one value, this is to be interpreted as\nthe bottom type that has no value at all. Most languages have a unit type, but few have a bottom type.\n\nSee https://en.m.wikipedia.org/wiki/Unit_type and https://en.m.wikipedia.org/wiki/Bottom_type", "type": "object" }, - "_types.aggregations:LongRareTermsAggregate": { + "_types.aggregations.LongRareTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseLongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseLongRareTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseLongRareTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseLongRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsLongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsLongRareTermsBucket" } }, "required": [ @@ -45927,27 +45927,27 @@ } ] }, - "_types.aggregations:BucketsLongRareTermsBucket": { + "_types.aggregations.BucketsLongRareTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:LongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongRareTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:LongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongRareTermsBucket" } } ] }, - "_types.aggregations:LongRareTermsBucket": { + "_types.aggregations.LongRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -45965,26 +45965,26 @@ } ] }, - "_types.aggregations:StringRareTermsAggregate": { + "_types.aggregations.StringRareTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseStringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseStringRareTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseStringRareTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseStringRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsStringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsStringRareTermsBucket" } }, "required": [ @@ -45993,27 +45993,27 @@ } ] }, - "_types.aggregations:BucketsStringRareTermsBucket": { + "_types.aggregations.BucketsStringRareTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:StringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringRareTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:StringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringRareTermsBucket" } } ] }, - "_types.aggregations:StringRareTermsBucket": { + "_types.aggregations.StringRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -46028,30 +46028,30 @@ } ] }, - "_types.aggregations:UnmappedRareTermsAggregate": { + "_types.aggregations.UnmappedRareTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVoid" }, { "type": "object" } ] }, - "_types.aggregations:MultiTermsAggregate": { + "_types.aggregations.MultiTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseMultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseMultiTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseMultiTermsBucket": { + "_types.aggregations.TermsAggregateBaseMultiTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseMultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseMultiTermsBucket" }, { "type": "object", @@ -46066,16 +46066,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseMultiTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseMultiTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsMultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsMultiTermsBucket" } }, "required": [ @@ -46084,27 +46084,27 @@ } ] }, - "_types.aggregations:BucketsMultiTermsBucket": { + "_types.aggregations.BucketsMultiTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsBucket" } } ] }, - "_types.aggregations:MultiTermsBucket": { + "_types.aggregations.MultiTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -46112,7 +46112,7 @@ "key": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "key_as_string": { @@ -46128,20 +46128,20 @@ } ] }, - "_types.aggregations:MissingAggregate": { + "_types.aggregations.MissingAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SingleBucketAggregateBase": { + "_types.aggregations.SingleBucketAggregateBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -46156,106 +46156,106 @@ } ] }, - "_types.aggregations:NestedAggregate": { + "_types.aggregations.NestedAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ReverseNestedAggregate": { + "_types.aggregations.ReverseNestedAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:GlobalAggregate": { + "_types.aggregations.GlobalAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:FilterAggregate": { + "_types.aggregations.FilterAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ChildrenAggregate": { + "_types.aggregations.ChildrenAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ParentAggregate": { + "_types.aggregations.ParentAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SamplerAggregate": { + "_types.aggregations.SamplerAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:UnmappedSamplerAggregate": { + "_types.aggregations.UnmappedSamplerAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:GeoHashGridAggregate": { + "_types.aggregations.GeoHashGridAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseGeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseGeoHashGridBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseGeoHashGridBucket": { + "_types.aggregations.MultiBucketAggregateBaseGeoHashGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsGeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsGeoHashGridBucket" } }, "required": [ @@ -46264,33 +46264,33 @@ } ] }, - "_types.aggregations:BucketsGeoHashGridBucket": { + "_types.aggregations.BucketsGeoHashGridBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridBucket" } } ] }, - "_types.aggregations:GeoHashGridBucket": { + "_types.aggregations.GeoHashGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:GeoHash" + "$ref": "#/components/schemas/_types.GeoHash" } }, "required": [ @@ -46299,26 +46299,26 @@ } ] }, - "_types.aggregations:GeoTileGridAggregate": { + "_types.aggregations.GeoTileGridAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseGeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseGeoTileGridBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseGeoTileGridBucket": { + "_types.aggregations.MultiBucketAggregateBaseGeoTileGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsGeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsGeoTileGridBucket" } }, "required": [ @@ -46327,33 +46327,33 @@ } ] }, - "_types.aggregations:BucketsGeoTileGridBucket": { + "_types.aggregations.BucketsGeoTileGridBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridBucket" } } ] }, - "_types.aggregations:GeoTileGridBucket": { + "_types.aggregations.GeoTileGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:GeoTile" + "$ref": "#/components/schemas/_types.GeoTile" } }, "required": [ @@ -46362,30 +46362,30 @@ } ] }, - "_types:GeoTile": { + "_types.GeoTile": { "description": "A map tile reference, represented as `{zoom}/{x}/{y}`", "type": "string" }, - "_types.aggregations:GeoHexGridAggregate": { + "_types.aggregations.GeoHexGridAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseGeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseGeoHexGridBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseGeoHexGridBucket": { + "_types.aggregations.MultiBucketAggregateBaseGeoHexGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsGeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsGeoHexGridBucket" } }, "required": [ @@ -46394,33 +46394,33 @@ } ] }, - "_types.aggregations:BucketsGeoHexGridBucket": { + "_types.aggregations.BucketsGeoHexGridBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:GeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHexGridBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:GeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHexGridBucket" } } ] }, - "_types.aggregations:GeoHexGridBucket": { + "_types.aggregations.GeoHexGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:GeoHexCell" + "$ref": "#/components/schemas/_types.GeoHexCell" } }, "required": [ @@ -46429,30 +46429,30 @@ } ] }, - "_types:GeoHexCell": { + "_types.GeoHexCell": { "description": "A map hex cell (H3) reference", "type": "string" }, - "_types.aggregations:RangeAggregate": { + "_types.aggregations.RangeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseRangeBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseRangeBucket": { + "_types.aggregations.MultiBucketAggregateBaseRangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsRangeBucket" } }, "required": [ @@ -46461,27 +46461,27 @@ } ] }, - "_types.aggregations:BucketsRangeBucket": { + "_types.aggregations.BucketsRangeBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:RangeBucket" + "$ref": "#/components/schemas/_types.aggregations.RangeBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:RangeBucket" + "$ref": "#/components/schemas/_types.aggregations.RangeBucket" } } ] }, - "_types.aggregations:RangeBucket": { + "_types.aggregations.RangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -46506,46 +46506,46 @@ } ] }, - "_types.aggregations:DateRangeAggregate": { + "_types.aggregations.DateRangeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { "type": "object" } ] }, - "_types.aggregations:GeoDistanceAggregate": { + "_types.aggregations.GeoDistanceAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { "type": "object" } ] }, - "_types.aggregations:IpRangeAggregate": { + "_types.aggregations.IpRangeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseIpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseIpRangeBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseIpRangeBucket": { + "_types.aggregations.MultiBucketAggregateBaseIpRangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsIpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsIpRangeBucket" } }, "required": [ @@ -46554,27 +46554,27 @@ } ] }, - "_types.aggregations:BucketsIpRangeBucket": { + "_types.aggregations.BucketsIpRangeBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.IpRangeBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.IpRangeBucket" } } ] }, - "_types.aggregations:IpRangeBucket": { + "_types.aggregations.IpRangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -46592,26 +46592,26 @@ } ] }, - "_types.aggregations:IpPrefixAggregate": { + "_types.aggregations.IpPrefixAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseIpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseIpPrefixBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseIpPrefixBucket": { + "_types.aggregations.MultiBucketAggregateBaseIpPrefixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsIpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsIpPrefixBucket" } }, "required": [ @@ -46620,27 +46620,27 @@ } ] }, - "_types.aggregations:BucketsIpPrefixBucket": { + "_types.aggregations.BucketsIpPrefixBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixBucket" } } ] }, - "_types.aggregations:IpPrefixBucket": { + "_types.aggregations.IpPrefixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -46666,26 +46666,26 @@ } ] }, - "_types.aggregations:FiltersAggregate": { + "_types.aggregations.FiltersAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseFiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseFiltersBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseFiltersBucket": { + "_types.aggregations.MultiBucketAggregateBaseFiltersBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsFiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsFiltersBucket" } }, "required": [ @@ -46694,53 +46694,53 @@ } ] }, - "_types.aggregations:BucketsFiltersBucket": { + "_types.aggregations.BucketsFiltersBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:FiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.FiltersBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:FiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.FiltersBucket" } } ] }, - "_types.aggregations:FiltersBucket": { + "_types.aggregations.FiltersBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object" } ] }, - "_types.aggregations:AdjacencyMatrixAggregate": { + "_types.aggregations.AdjacencyMatrixAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseAdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseAdjacencyMatrixBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseAdjacencyMatrixBucket": { + "_types.aggregations.MultiBucketAggregateBaseAdjacencyMatrixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsAdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsAdjacencyMatrixBucket" } }, "required": [ @@ -46749,27 +46749,27 @@ } ] }, - "_types.aggregations:BucketsAdjacencyMatrixBucket": { + "_types.aggregations.BucketsAdjacencyMatrixBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixBucket" } } ] }, - "_types.aggregations:AdjacencyMatrixBucket": { + "_types.aggregations.AdjacencyMatrixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -46784,20 +46784,20 @@ } ] }, - "_types.aggregations:SignificantLongTermsAggregate": { + "_types.aggregations.SignificantLongTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregateBaseSignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregateBaseSignificantLongTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:SignificantTermsAggregateBaseSignificantLongTermsBucket": { + "_types.aggregations.SignificantTermsAggregateBaseSignificantLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseSignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseSignificantLongTermsBucket" }, { "type": "object", @@ -46812,16 +46812,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseSignificantLongTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseSignificantLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsSignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsSignificantLongTermsBucket" } }, "required": [ @@ -46830,27 +46830,27 @@ } ] }, - "_types.aggregations:BucketsSignificantLongTermsBucket": { + "_types.aggregations.BucketsSignificantLongTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:SignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantLongTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:SignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantLongTermsBucket" } } ] }, - "_types.aggregations:SignificantLongTermsBucket": { + "_types.aggregations.SignificantLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsBucketBase" }, { "type": "object", @@ -46868,10 +46868,10 @@ } ] }, - "_types.aggregations:SignificantTermsBucketBase": { + "_types.aggregations.SignificantTermsBucketBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -46890,20 +46890,20 @@ } ] }, - "_types.aggregations:SignificantStringTermsAggregate": { + "_types.aggregations.SignificantStringTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregateBaseSignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregateBaseSignificantStringTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:SignificantTermsAggregateBaseSignificantStringTermsBucket": { + "_types.aggregations.SignificantTermsAggregateBaseSignificantStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseSignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseSignificantStringTermsBucket" }, { "type": "object", @@ -46918,16 +46918,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseSignificantStringTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseSignificantStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsSignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsSignificantStringTermsBucket" } }, "required": [ @@ -46936,27 +46936,27 @@ } ] }, - "_types.aggregations:BucketsSignificantStringTermsBucket": { + "_types.aggregations.BucketsSignificantStringTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:SignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantStringTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:SignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantStringTermsBucket" } } ] }, - "_types.aggregations:SignificantStringTermsBucket": { + "_types.aggregations.SignificantStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsBucketBase" }, { "type": "object", @@ -46971,20 +46971,20 @@ } ] }, - "_types.aggregations:UnmappedSignificantTermsAggregate": { + "_types.aggregations.UnmappedSignificantTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregateBaseVoid" }, { "type": "object" } ] }, - "_types.aggregations:SignificantTermsAggregateBaseVoid": { + "_types.aggregations.SignificantTermsAggregateBaseVoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVoid" }, { "type": "object", @@ -46999,37 +46999,37 @@ } ] }, - "_types.aggregations:CompositeAggregate": { + "_types.aggregations.CompositeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseCompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseCompositeBucket" }, { "type": "object", "properties": { "after_key": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregateKey" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregateKey" } } } ] }, - "_types.aggregations:CompositeAggregateKey": { + "_types.aggregations.CompositeAggregateKey": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, - "_types.aggregations:MultiBucketAggregateBaseCompositeBucket": { + "_types.aggregations.MultiBucketAggregateBaseCompositeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsCompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsCompositeBucket" } }, "required": [ @@ -47038,33 +47038,33 @@ } ] }, - "_types.aggregations:BucketsCompositeBucket": { + "_types.aggregations.BucketsCompositeBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:CompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.CompositeBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:CompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.CompositeBucket" } } ] }, - "_types.aggregations:CompositeBucket": { + "_types.aggregations.CompositeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregateKey" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregateKey" } }, "required": [ @@ -47073,26 +47073,26 @@ } ] }, - "_types.aggregations:FrequentItemSetsAggregate": { + "_types.aggregations.FrequentItemSetsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseFrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseFrequentItemSetsBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseFrequentItemSetsBucket": { + "_types.aggregations.MultiBucketAggregateBaseFrequentItemSetsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsFrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsFrequentItemSetsBucket" } }, "required": [ @@ -47101,27 +47101,27 @@ } ] }, - "_types.aggregations:BucketsFrequentItemSetsBucket": { + "_types.aggregations.BucketsFrequentItemSetsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsBucket" } } ] }, - "_types.aggregations:FrequentItemSetsBucket": { + "_types.aggregations.FrequentItemSetsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -47146,26 +47146,26 @@ } ] }, - "_types.aggregations:TimeSeriesAggregate": { + "_types.aggregations.TimeSeriesAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseTimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseTimeSeriesBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseTimeSeriesBucket": { + "_types.aggregations.MultiBucketAggregateBaseTimeSeriesBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsTimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsTimeSeriesBucket" } }, "required": [ @@ -47174,27 +47174,27 @@ } ] }, - "_types.aggregations:BucketsTimeSeriesBucket": { + "_types.aggregations.BucketsTimeSeriesBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesBucket" } } ] }, - "_types.aggregations:TimeSeriesBucket": { + "_types.aggregations.TimeSeriesBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -47202,7 +47202,7 @@ "key": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } } }, @@ -47212,10 +47212,10 @@ } ] }, - "_types.aggregations:ScriptedMetricAggregate": { + "_types.aggregations.ScriptedMetricAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47230,16 +47230,16 @@ } ] }, - "_types.aggregations:TopHitsAggregate": { + "_types.aggregations.TopHitsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" } }, "required": [ @@ -47248,14 +47248,14 @@ } ] }, - "_global.search._types:HitsMetadata": { + "_global.search._types.HitsMetadata": { "type": "object", "properties": { "total": { "description": "Total hit count information, present only if `track_total_hits` wasn't `false` in the search request.", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:TotalHits" + "$ref": "#/components/schemas/_global.search._types.TotalHits" }, { "type": "number" @@ -47265,7 +47265,7 @@ "hits": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Hit" + "$ref": "#/components/schemas/_global.search._types.Hit" } }, "max_score": { @@ -47284,11 +47284,11 @@ "hits" ] }, - "_global.search._types:TotalHits": { + "_global.search._types.TotalHits": { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_global.search._types:TotalHitsRelation" + "$ref": "#/components/schemas/_global.search._types.TotalHitsRelation" }, "value": { "type": "number" @@ -47299,21 +47299,21 @@ "value" ] }, - "_global.search._types:TotalHitsRelation": { + "_global.search._types.TotalHitsRelation": { "type": "string", "enum": [ "eq", "gte" ] }, - "_global.search._types:Hit": { + "_global.search._types.Hit": { "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_score": { "oneOf": [ @@ -47327,7 +47327,7 @@ ] }, "_explanation": { - "$ref": "#/components/schemas/_global.explain:Explanation" + "$ref": "#/components/schemas/_global.explain.Explanation" }, "fields": { "type": "object", @@ -47347,7 +47347,7 @@ "inner_hits": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.search._types:InnerHitsResult" + "$ref": "#/components/schemas/_global.search._types.InnerHitsResult" } }, "matched_queries": { @@ -47367,7 +47367,7 @@ ] }, "_nested": { - "$ref": "#/components/schemas/_global.search._types:NestedIdentity" + "$ref": "#/components/schemas/_global.search._types.NestedIdentity" }, "_ignored": { "type": "array", @@ -47400,26 +47400,26 @@ "type": "number" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_primary_term": { "type": "number" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "sort": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } }, "required": [ "_index" ] }, - "_types:IndexName": { + "_types.IndexName": { "type": "string" }, - "_global.explain:Explanation": { + "_global.explain.Explanation": { "type": "object", "properties": { "description": { @@ -47428,7 +47428,7 @@ "details": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.explain:ExplanationDetail" + "$ref": "#/components/schemas/_global.explain.ExplanationDetail" } }, "value": { @@ -47441,7 +47441,7 @@ "value" ] }, - "_global.explain:ExplanationDetail": { + "_global.explain.ExplanationDetail": { "type": "object", "properties": { "description": { @@ -47450,7 +47450,7 @@ "details": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.explain:ExplanationDetail" + "$ref": "#/components/schemas/_global.explain.ExplanationDetail" } }, "value": { @@ -47462,28 +47462,28 @@ "value" ] }, - "_global.search._types:InnerHitsResult": { + "_global.search._types.InnerHitsResult": { "type": "object", "properties": { "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" } }, "required": [ "hits" ] }, - "_global.search._types:NestedIdentity": { + "_global.search._types.NestedIdentity": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "offset": { "type": "number" }, "_nested": { - "$ref": "#/components/schemas/_global.search._types:NestedIdentity" + "$ref": "#/components/schemas/_global.search._types.NestedIdentity" } }, "required": [ @@ -47491,43 +47491,43 @@ "offset" ] }, - "_types:Field": { + "_types.Field": { "description": "Path to field or array of paths. Some API's support wildcards in the path to select multiple fields.", "type": "string" }, - "_types:SequenceNumber": { + "_types.SequenceNumber": { "type": "number" }, - "_types:VersionNumber": { + "_types.VersionNumber": { "type": "number" }, - "_types:SortResults": { + "_types.SortResults": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, - "_types.aggregations:InferenceAggregate": { + "_types.aggregations.InferenceAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "feature_importance": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:InferenceFeatureImportance" + "$ref": "#/components/schemas/_types.aggregations.InferenceFeatureImportance" } }, "top_classes": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:InferenceTopClassEntry" + "$ref": "#/components/schemas/_types.aggregations.InferenceTopClassEntry" } }, "warning": { @@ -47537,7 +47537,7 @@ } ] }, - "_types.aggregations:InferenceFeatureImportance": { + "_types.aggregations.InferenceFeatureImportance": { "type": "object", "properties": { "feature_name": { @@ -47549,7 +47549,7 @@ "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:InferenceClassImportance" + "$ref": "#/components/schemas/_types.aggregations.InferenceClassImportance" } } }, @@ -47557,7 +47557,7 @@ "feature_name" ] }, - "_types.aggregations:InferenceClassImportance": { + "_types.aggregations.InferenceClassImportance": { "type": "object", "properties": { "class_name": { @@ -47572,11 +47572,11 @@ "importance" ] }, - "_types.aggregations:InferenceTopClassEntry": { + "_types.aggregations.InferenceTopClassEntry": { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "class_probability": { "type": "number" @@ -47591,10 +47591,10 @@ "class_score" ] }, - "_types.aggregations:StringStatsAggregate": { + "_types.aggregations.StringStatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47680,10 +47680,10 @@ } ] }, - "_types.aggregations:BoxPlotAggregate": { + "_types.aggregations.BoxPlotAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47743,10 +47743,10 @@ } ] }, - "_types.aggregations:TopMetricsAggregate": { + "_types.aggregations.TopMetricsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47754,7 +47754,7 @@ "top": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:TopMetrics" + "$ref": "#/components/schemas/_types.aggregations.TopMetrics" } } }, @@ -47764,7 +47764,7 @@ } ] }, - "_types.aggregations:TopMetrics": { + "_types.aggregations.TopMetrics": { "type": "object", "properties": { "sort": { @@ -47772,7 +47772,7 @@ "items": { "oneOf": [ { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, { "nullable": true, @@ -47786,7 +47786,7 @@ "additionalProperties": { "oneOf": [ { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, { "nullable": true, @@ -47801,10 +47801,10 @@ "metrics" ] }, - "_types.aggregations:TTestAggregate": { + "_types.aggregations.TTestAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47830,10 +47830,10 @@ } ] }, - "_types.aggregations:RateAggregate": { + "_types.aggregations.RateAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47851,10 +47851,10 @@ } ] }, - "_types.aggregations:CumulativeCardinalityAggregate": { + "_types.aggregations.CumulativeCardinalityAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47872,10 +47872,10 @@ } ] }, - "_types.aggregations:MatrixStatsAggregate": { + "_types.aggregations.MatrixStatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47886,7 +47886,7 @@ "fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:MatrixStatsFields" + "$ref": "#/components/schemas/_types.aggregations.MatrixStatsFields" } } }, @@ -47896,11 +47896,11 @@ } ] }, - "_types.aggregations:MatrixStatsFields": { + "_types.aggregations.MatrixStatsFields": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "count": { "type": "number" @@ -47941,10 +47941,10 @@ "correlation" ] }, - "_types.aggregations:GeoLineAggregate": { + "_types.aggregations.GeoLineAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47953,7 +47953,7 @@ "type": "string" }, "geometry": { - "$ref": "#/components/schemas/_types:GeoLine" + "$ref": "#/components/schemas/_types.GeoLine" }, "properties": { "type": "object" @@ -47967,7 +47967,7 @@ } ] }, - "_types:GeoLine": { + "_types.GeoLine": { "type": "object", "properties": { "type": { @@ -47990,7 +47990,7 @@ "coordinates" ] }, - "_types:ClusterStatistics": { + "_types.ClusterStatistics": { "type": "object", "properties": { "skipped": { @@ -48014,7 +48014,7 @@ "details": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ClusterDetails" + "$ref": "#/components/schemas/_types.ClusterDetails" } } }, @@ -48027,28 +48027,28 @@ "failed" ] }, - "_types:ClusterDetails": { + "_types.ClusterDetails": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/_types:ClusterSearchStatus" + "$ref": "#/components/schemas/_types.ClusterSearchStatus" }, "indices": { "type": "string" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "timed_out": { "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } } }, @@ -48058,7 +48058,7 @@ "timed_out" ] }, - "_types:ClusterSearchStatus": { + "_types.ClusterSearchStatus": { "type": "string", "enum": [ "running", @@ -48068,33 +48068,33 @@ "failed" ] }, - "_types:DurationValueUnitMillis": { + "_types.DurationValueUnitMillis": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitMillis" + "$ref": "#/components/schemas/_types.UnitMillis" } ] }, - "_types:ShardStatistics": { + "_types.ShardStatistics": { "type": "object", "properties": { "failed": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "successful": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "total": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } }, "skipped": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -48103,20 +48103,20 @@ "total" ] }, - "_types:uint": { + "_types.uint": { "type": "number" }, - "_types:ShardFailure": { + "_types.ShardFailure": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node": { "type": "string" }, "reason": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "shard": { "type": "number" @@ -48130,7 +48130,7 @@ "shard" ] }, - "_types:ErrorCause": { + "_types.ErrorCause": { "type": "object", "properties": { "type": { @@ -48146,18 +48146,18 @@ "type": "string" }, "caused_by": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "root_cause": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "suppressed": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, @@ -48165,13 +48165,13 @@ "type" ] }, - "_global.search._types:Profile": { + "_global.search._types.Profile": { "type": "object", "properties": { "shards": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:ShardProfile" + "$ref": "#/components/schemas/_global.search._types.ShardProfile" } } }, @@ -48179,37 +48179,37 @@ "shards" ] }, - "_global.search._types:ShardProfile": { + "_global.search._types.ShardProfile": { "type": "object", "properties": { "aggregations": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfile" + "$ref": "#/components/schemas/_global.search._types.AggregationProfile" } }, "cluster": { "type": "string" }, "dfs": { - "$ref": "#/components/schemas/_global.search._types:DfsProfile" + "$ref": "#/components/schemas/_global.search._types.DfsProfile" }, "fetch": { - "$ref": "#/components/schemas/_global.search._types:FetchProfile" + "$ref": "#/components/schemas/_global.search._types.FetchProfile" }, "id": { "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "searches": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:SearchProfile" + "$ref": "#/components/schemas/_global.search._types.SearchProfile" } }, "shard_id": { @@ -48226,28 +48226,28 @@ "shard_id" ] }, - "_global.search._types:AggregationProfile": { + "_global.search._types.AggregationProfile": { "type": "object", "properties": { "breakdown": { - "$ref": "#/components/schemas/_global.search._types:AggregationBreakdown" + "$ref": "#/components/schemas/_global.search._types.AggregationBreakdown" }, "description": { "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "type": { "type": "string" }, "debug": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfileDebug" + "$ref": "#/components/schemas/_global.search._types.AggregationProfileDebug" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfile" + "$ref": "#/components/schemas/_global.search._types.AggregationProfile" } } }, @@ -48258,7 +48258,7 @@ "type" ] }, - "_global.search._types:AggregationBreakdown": { + "_global.search._types.AggregationBreakdown": { "type": "object", "properties": { "build_aggregation": { @@ -48311,18 +48311,18 @@ "reduce_count" ] }, - "_types:DurationValueUnitNanos": { + "_types.DurationValueUnitNanos": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitNanos" + "$ref": "#/components/schemas/_types.UnitNanos" } ] }, - "_types:UnitNanos": { + "_types.UnitNanos": { "description": "Time unit for nanoseconds", "type": "number" }, - "_global.search._types:AggregationProfileDebug": { + "_global.search._types.AggregationProfileDebug": { "type": "object", "properties": { "segments_with_multi_valued_ords": { @@ -48350,7 +48350,7 @@ "type": "string" }, "delegate_debug": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfileDebug" + "$ref": "#/components/schemas/_global.search._types.AggregationProfileDebug" }, "chars_fetched": { "type": "number" @@ -48403,7 +48403,7 @@ "filters": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfileDelegateDebugFilter" + "$ref": "#/components/schemas/_global.search._types.AggregationProfileDelegateDebugFilter" } }, "segments_counted": { @@ -48429,7 +48429,7 @@ } } }, - "_global.search._types:AggregationProfileDelegateDebugFilter": { + "_global.search._types.AggregationProfileDelegateDebugFilter": { "type": "object", "properties": { "results_from_metadata": { @@ -48446,21 +48446,21 @@ } } }, - "_global.search._types:DfsProfile": { + "_global.search._types.DfsProfile": { "type": "object", "properties": { "statistics": { - "$ref": "#/components/schemas/_global.search._types:DfsStatisticsProfile" + "$ref": "#/components/schemas/_global.search._types.DfsStatisticsProfile" }, "knn": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:DfsKnnProfile" + "$ref": "#/components/schemas/_global.search._types.DfsKnnProfile" } } } }, - "_global.search._types:DfsStatisticsProfile": { + "_global.search._types.DfsStatisticsProfile": { "type": "object", "properties": { "type": { @@ -48470,13 +48470,13 @@ "type": "string" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "breakdown": { - "$ref": "#/components/schemas/_global.search._types:DfsStatisticsBreakdown" + "$ref": "#/components/schemas/_global.search._types.DfsStatisticsBreakdown" }, "debug": { "type": "object", @@ -48487,7 +48487,7 @@ "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:DfsStatisticsProfile" + "$ref": "#/components/schemas/_global.search._types.DfsStatisticsProfile" } } }, @@ -48498,7 +48498,7 @@ "breakdown" ] }, - "_global.search._types:DfsStatisticsBreakdown": { + "_global.search._types.DfsStatisticsBreakdown": { "type": "object", "properties": { "collection_statistics": { @@ -48537,7 +48537,7 @@ "term_statistics_count" ] }, - "_global.search._types:DfsKnnProfile": { + "_global.search._types.DfsKnnProfile": { "type": "object", "properties": { "vector_operations_count": { @@ -48546,7 +48546,7 @@ "query": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnQueryProfileResult" + "$ref": "#/components/schemas/_global.search._types.KnnQueryProfileResult" } }, "rewrite_time": { @@ -48555,7 +48555,7 @@ "collector": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnCollectorResult" + "$ref": "#/components/schemas/_global.search._types.KnnCollectorResult" } } }, @@ -48565,7 +48565,7 @@ "collector" ] }, - "_global.search._types:KnnQueryProfileResult": { + "_global.search._types.KnnQueryProfileResult": { "type": "object", "properties": { "type": { @@ -48575,13 +48575,13 @@ "type": "string" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "breakdown": { - "$ref": "#/components/schemas/_global.search._types:KnnQueryProfileBreakdown" + "$ref": "#/components/schemas/_global.search._types.KnnQueryProfileBreakdown" }, "debug": { "type": "object", @@ -48592,7 +48592,7 @@ "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnQueryProfileResult" + "$ref": "#/components/schemas/_global.search._types.KnnQueryProfileResult" } } }, @@ -48603,7 +48603,7 @@ "breakdown" ] }, - "_global.search._types:KnnQueryProfileBreakdown": { + "_global.search._types.KnnQueryProfileBreakdown": { "type": "object", "properties": { "advance": { @@ -48690,7 +48690,7 @@ "shallow_advance_count" ] }, - "_global.search._types:KnnCollectorResult": { + "_global.search._types.KnnCollectorResult": { "type": "object", "properties": { "name": { @@ -48700,15 +48700,15 @@ "type": "string" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnCollectorResult" + "$ref": "#/components/schemas/_global.search._types.KnnCollectorResult" } } }, @@ -48718,7 +48718,7 @@ "time_in_nanos" ] }, - "_global.search._types:FetchProfile": { + "_global.search._types.FetchProfile": { "type": "object", "properties": { "type": { @@ -48728,18 +48728,18 @@ "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "breakdown": { - "$ref": "#/components/schemas/_global.search._types:FetchProfileBreakdown" + "$ref": "#/components/schemas/_global.search._types.FetchProfileBreakdown" }, "debug": { - "$ref": "#/components/schemas/_global.search._types:FetchProfileDebug" + "$ref": "#/components/schemas/_global.search._types.FetchProfileDebug" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:FetchProfile" + "$ref": "#/components/schemas/_global.search._types.FetchProfile" } } }, @@ -48750,7 +48750,7 @@ "breakdown" ] }, - "_global.search._types:FetchProfileBreakdown": { + "_global.search._types.FetchProfileBreakdown": { "type": "object", "properties": { "load_source": { @@ -48779,7 +48779,7 @@ } } }, - "_global.search._types:FetchProfileDebug": { + "_global.search._types.FetchProfileDebug": { "type": "object", "properties": { "stored_fields": { @@ -48793,22 +48793,22 @@ } } }, - "_types:NodeId": { + "_types.NodeId": { "type": "string" }, - "_global.search._types:SearchProfile": { + "_global.search._types.SearchProfile": { "type": "object", "properties": { "collector": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Collector" + "$ref": "#/components/schemas/_global.search._types.Collector" } }, "query": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:QueryProfile" + "$ref": "#/components/schemas/_global.search._types.QueryProfile" } }, "rewrite_time": { @@ -48821,7 +48821,7 @@ "rewrite_time" ] }, - "_global.search._types:Collector": { + "_global.search._types.Collector": { "type": "object", "properties": { "name": { @@ -48831,12 +48831,12 @@ "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Collector" + "$ref": "#/components/schemas/_global.search._types.Collector" } } }, @@ -48846,17 +48846,17 @@ "time_in_nanos" ] }, - "_global.search._types:QueryProfile": { + "_global.search._types.QueryProfile": { "type": "object", "properties": { "breakdown": { - "$ref": "#/components/schemas/_global.search._types:QueryBreakdown" + "$ref": "#/components/schemas/_global.search._types.QueryBreakdown" }, "description": { "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "type": { "type": "string" @@ -48864,7 +48864,7 @@ "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:QueryProfile" + "$ref": "#/components/schemas/_global.search._types.QueryProfile" } } }, @@ -48875,7 +48875,7 @@ "type" ] }, - "_global.search._types:QueryBreakdown": { + "_global.search._types.QueryBreakdown": { "type": "object", "properties": { "advance": { @@ -48962,26 +48962,26 @@ "set_min_competitive_score_count" ] }, - "_types:ScrollId": { + "_types.ScrollId": { "type": "string" }, - "_global.search._types:Suggest": { + "_global.search._types.Suggest": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:CompletionSuggest" + "$ref": "#/components/schemas/_global.search._types.CompletionSuggest" }, { - "$ref": "#/components/schemas/_global.search._types:PhraseSuggest" + "$ref": "#/components/schemas/_global.search._types.PhraseSuggest" }, { - "$ref": "#/components/schemas/_global.search._types:TermSuggest" + "$ref": "#/components/schemas/_global.search._types.TermSuggest" } ] }, - "_global.search._types:CompletionSuggest": { + "_global.search._types.CompletionSuggest": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:SuggestBase" + "$ref": "#/components/schemas/_global.search._types.SuggestBase" }, { "type": "object", @@ -48989,12 +48989,12 @@ "options": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:CompletionSuggestOption" + "$ref": "#/components/schemas/_global.search._types.CompletionSuggestOption" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:CompletionSuggestOption" + "$ref": "#/components/schemas/_global.search._types.CompletionSuggestOption" } } ] @@ -49006,7 +49006,7 @@ } ] }, - "_global.search._types:CompletionSuggestOption": { + "_global.search._types.CompletionSuggestOption": { "type": "object", "properties": { "collate_match": { @@ -49017,7 +49017,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Context" + "$ref": "#/components/schemas/_global.search._types.Context" } } }, @@ -49031,10 +49031,10 @@ "type": "string" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_score": { "type": "number" @@ -49053,21 +49053,21 @@ "text" ] }, - "_global.search._types:Context": { + "_global.search._types.Context": { "description": "Text or location that we want similar documents for or a lookup to a document's field for the text.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } ] }, - "_types:Routing": { + "_types.Routing": { "type": "string" }, - "_global.search._types:SuggestBase": { + "_global.search._types.SuggestBase": { "type": "object", "properties": { "length": { @@ -49086,10 +49086,10 @@ "text" ] }, - "_global.search._types:PhraseSuggest": { + "_global.search._types.PhraseSuggest": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:SuggestBase" + "$ref": "#/components/schemas/_global.search._types.SuggestBase" }, { "type": "object", @@ -49097,12 +49097,12 @@ "options": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:PhraseSuggestOption" + "$ref": "#/components/schemas/_global.search._types.PhraseSuggestOption" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:PhraseSuggestOption" + "$ref": "#/components/schemas/_global.search._types.PhraseSuggestOption" } } ] @@ -49114,7 +49114,7 @@ } ] }, - "_global.search._types:PhraseSuggestOption": { + "_global.search._types.PhraseSuggestOption": { "type": "object", "properties": { "text": { @@ -49135,10 +49135,10 @@ "score" ] }, - "_global.search._types:TermSuggest": { + "_global.search._types.TermSuggest": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:SuggestBase" + "$ref": "#/components/schemas/_global.search._types.SuggestBase" }, { "type": "object", @@ -49146,12 +49146,12 @@ "options": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:TermSuggestOption" + "$ref": "#/components/schemas/_global.search._types.TermSuggestOption" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:TermSuggestOption" + "$ref": "#/components/schemas/_global.search._types.TermSuggestOption" } } ] @@ -49163,7 +49163,7 @@ } ] }, - "_global.search._types:TermSuggestOption": { + "_global.search._types.TermSuggestOption": { "type": "object", "properties": { "text": { @@ -49188,11 +49188,11 @@ "freq" ] }, - "async_search._types:AsyncSearchResponseBase": { + "async_search._types.AsyncSearchResponseBase": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_partial": { "description": "When the query is no longer running, this property indicates whether the search failed or was successfully completed on all shards.\nWhile the query is running, `is_partial` is always set to `true`.", @@ -49203,22 +49203,22 @@ "type": "boolean" }, "expiration_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "expiration_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "completion_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "completion_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -49228,30 +49228,30 @@ "start_time_in_millis" ] }, - "_types:DateTime": { + "_types.DateTime": { "description": "A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a\nnumber of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string\nrepresentation.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } ] }, - "async_search.status:StatusResponseBase": { + "async_search.status.StatusResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/async_search._types:AsyncSearchResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchResponseBase" }, { "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "completion_status": { "description": "If the async search completed, this field shows the status code of the search.\nFor example, `200` indicates that the async search was successfully completed.\n`503` indicates that the async search was completed with an error.", @@ -49264,20 +49264,20 @@ } ] }, - "_types:Indices": { + "_types.Indices": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] }, - "_types.query_dsl:Operator": { + "_types.query_dsl.Operator": { "type": "string", "enum": [ "and", @@ -49286,33 +49286,33 @@ "OR" ] }, - "_types:Fields": { + "_types.Fields": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } ] }, - "_types:ExpandWildcards": { + "_types.ExpandWildcards": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ExpandWildcard" + "$ref": "#/components/schemas/_types.ExpandWildcard" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ExpandWildcard" + "$ref": "#/components/schemas/_types.ExpandWildcard" } } ] }, - "_types:ExpandWildcard": { + "_types.ExpandWildcard": { "type": "string", "enum": [ "all", @@ -49322,14 +49322,14 @@ "none" ] }, - "_types:SearchType": { + "_types.SearchType": { "type": "string", "enum": [ "query_then_fetch", "dfs_query_then_fetch" ] }, - "_types:SuggestMode": { + "_types.SuggestMode": { "type": "string", "enum": [ "missing", @@ -49337,7 +49337,7 @@ "always" ] }, - "_global.search._types:TrackHits": { + "_global.search._types.TrackHits": { "description": "Number of hits matching the query to count accurately. If true, the exact\nnumber of hits is returned at the cost of some performance. If false, the\nresponse does not include the total number of hits matching the query.\nDefaults to 10,000 hits.", "oneOf": [ { @@ -49348,18 +49348,18 @@ } ] }, - "_global.search._types:SourceConfigParam": { + "_global.search._types.SourceConfigParam": { "description": "Defines how to fetch a source. Fetching can be disabled entirely, or the source can be filtered.\nUsed as a query parameter along with the `_source_includes` and `_source_excludes` parameters.", "oneOf": [ { "type": "boolean" }, { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } ] }, - "_types.aggregations:AggregationContainer": { + "_types.aggregations.AggregationContainer": { "allOf": [ { "type": "object", @@ -49368,11 +49368,11 @@ "description": "Sub-aggregations for this aggregation.\nOnly applies to bucket aggregations.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, @@ -49380,238 +49380,238 @@ "type": "object", "properties": { "adjacency_matrix": { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixAggregation" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixAggregation" }, "auto_date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:AutoDateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.AutoDateHistogramAggregation" }, "avg": { - "$ref": "#/components/schemas/_types.aggregations:AverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.AverageAggregation" }, "avg_bucket": { - "$ref": "#/components/schemas/_types.aggregations:AverageBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.AverageBucketAggregation" }, "boxplot": { - "$ref": "#/components/schemas/_types.aggregations:BoxplotAggregation" + "$ref": "#/components/schemas/_types.aggregations.BoxplotAggregation" }, "bucket_script": { - "$ref": "#/components/schemas/_types.aggregations:BucketScriptAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketScriptAggregation" }, "bucket_selector": { - "$ref": "#/components/schemas/_types.aggregations:BucketSelectorAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketSelectorAggregation" }, "bucket_sort": { - "$ref": "#/components/schemas/_types.aggregations:BucketSortAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketSortAggregation" }, "bucket_count_ks_test": { - "$ref": "#/components/schemas/_types.aggregations:BucketKsAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketKsAggregation" }, "bucket_correlation": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationAggregation" }, "cardinality": { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregation" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregation" }, "categorize_text": { - "$ref": "#/components/schemas/_types.aggregations:CategorizeTextAggregation" + "$ref": "#/components/schemas/_types.aggregations.CategorizeTextAggregation" }, "children": { - "$ref": "#/components/schemas/_types.aggregations:ChildrenAggregation" + "$ref": "#/components/schemas/_types.aggregations.ChildrenAggregation" }, "composite": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregation" }, "cumulative_cardinality": { - "$ref": "#/components/schemas/_types.aggregations:CumulativeCardinalityAggregation" + "$ref": "#/components/schemas/_types.aggregations.CumulativeCardinalityAggregation" }, "cumulative_sum": { - "$ref": "#/components/schemas/_types.aggregations:CumulativeSumAggregation" + "$ref": "#/components/schemas/_types.aggregations.CumulativeSumAggregation" }, "date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramAggregation" }, "date_range": { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregation" }, "derivative": { - "$ref": "#/components/schemas/_types.aggregations:DerivativeAggregation" + "$ref": "#/components/schemas/_types.aggregations.DerivativeAggregation" }, "diversified_sampler": { - "$ref": "#/components/schemas/_types.aggregations:DiversifiedSamplerAggregation" + "$ref": "#/components/schemas/_types.aggregations.DiversifiedSamplerAggregation" }, "extended_stats": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsAggregation" }, "extended_stats_bucket": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsBucketAggregation" }, "frequent_item_sets": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsAggregation" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsAggregation" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "filters": { - "$ref": "#/components/schemas/_types.aggregations:FiltersAggregation" + "$ref": "#/components/schemas/_types.aggregations.FiltersAggregation" }, "geo_bounds": { - "$ref": "#/components/schemas/_types.aggregations:GeoBoundsAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoBoundsAggregation" }, "geo_centroid": { - "$ref": "#/components/schemas/_types.aggregations:GeoCentroidAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoCentroidAggregation" }, "geo_distance": { - "$ref": "#/components/schemas/_types.aggregations:GeoDistanceAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoDistanceAggregation" }, "geohash_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridAggregation" }, "geo_line": { - "$ref": "#/components/schemas/_types.aggregations:GeoLineAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoLineAggregation" }, "geotile_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridAggregation" }, "geohex_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeohexGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeohexGridAggregation" }, "global": { - "$ref": "#/components/schemas/_types.aggregations:GlobalAggregation" + "$ref": "#/components/schemas/_types.aggregations.GlobalAggregation" }, "histogram": { - "$ref": "#/components/schemas/_types.aggregations:HistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.HistogramAggregation" }, "ip_range": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.IpRangeAggregation" }, "ip_prefix": { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixAggregation" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixAggregation" }, "inference": { - "$ref": "#/components/schemas/_types.aggregations:InferenceAggregation" + "$ref": "#/components/schemas/_types.aggregations.InferenceAggregation" }, "line": { - "$ref": "#/components/schemas/_types.aggregations:GeoLineAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoLineAggregation" }, "matrix_stats": { - "$ref": "#/components/schemas/_types.aggregations:MatrixStatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.MatrixStatsAggregation" }, "max": { - "$ref": "#/components/schemas/_types.aggregations:MaxAggregation" + "$ref": "#/components/schemas/_types.aggregations.MaxAggregation" }, "max_bucket": { - "$ref": "#/components/schemas/_types.aggregations:MaxBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.MaxBucketAggregation" }, "median_absolute_deviation": { - "$ref": "#/components/schemas/_types.aggregations:MedianAbsoluteDeviationAggregation" + "$ref": "#/components/schemas/_types.aggregations.MedianAbsoluteDeviationAggregation" }, "min": { - "$ref": "#/components/schemas/_types.aggregations:MinAggregation" + "$ref": "#/components/schemas/_types.aggregations.MinAggregation" }, "min_bucket": { - "$ref": "#/components/schemas/_types.aggregations:MinBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.MinBucketAggregation" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregation" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregation" }, "moving_avg": { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregation" }, "moving_percentiles": { - "$ref": "#/components/schemas/_types.aggregations:MovingPercentilesAggregation" + "$ref": "#/components/schemas/_types.aggregations.MovingPercentilesAggregation" }, "moving_fn": { - "$ref": "#/components/schemas/_types.aggregations:MovingFunctionAggregation" + "$ref": "#/components/schemas/_types.aggregations.MovingFunctionAggregation" }, "multi_terms": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsAggregation" }, "nested": { - "$ref": "#/components/schemas/_types.aggregations:NestedAggregation" + "$ref": "#/components/schemas/_types.aggregations.NestedAggregation" }, "normalize": { - "$ref": "#/components/schemas/_types.aggregations:NormalizeAggregation" + "$ref": "#/components/schemas/_types.aggregations.NormalizeAggregation" }, "parent": { - "$ref": "#/components/schemas/_types.aggregations:ParentAggregation" + "$ref": "#/components/schemas/_types.aggregations.ParentAggregation" }, "percentile_ranks": { - "$ref": "#/components/schemas/_types.aggregations:PercentileRanksAggregation" + "$ref": "#/components/schemas/_types.aggregations.PercentileRanksAggregation" }, "percentiles": { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregation" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregation" }, "percentiles_bucket": { - "$ref": "#/components/schemas/_types.aggregations:PercentilesBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.PercentilesBucketAggregation" }, "range": { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregation" }, "rare_terms": { - "$ref": "#/components/schemas/_types.aggregations:RareTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.RareTermsAggregation" }, "rate": { - "$ref": "#/components/schemas/_types.aggregations:RateAggregation" + "$ref": "#/components/schemas/_types.aggregations.RateAggregation" }, "reverse_nested": { - "$ref": "#/components/schemas/_types.aggregations:ReverseNestedAggregation" + "$ref": "#/components/schemas/_types.aggregations.ReverseNestedAggregation" }, "random_sampler": { - "$ref": "#/components/schemas/_types.aggregations:RandomSamplerAggregation" + "$ref": "#/components/schemas/_types.aggregations.RandomSamplerAggregation" }, "sampler": { - "$ref": "#/components/schemas/_types.aggregations:SamplerAggregation" + "$ref": "#/components/schemas/_types.aggregations.SamplerAggregation" }, "scripted_metric": { - "$ref": "#/components/schemas/_types.aggregations:ScriptedMetricAggregation" + "$ref": "#/components/schemas/_types.aggregations.ScriptedMetricAggregation" }, "serial_diff": { - "$ref": "#/components/schemas/_types.aggregations:SerialDifferencingAggregation" + "$ref": "#/components/schemas/_types.aggregations.SerialDifferencingAggregation" }, "significant_terms": { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregation" }, "significant_text": { - "$ref": "#/components/schemas/_types.aggregations:SignificantTextAggregation" + "$ref": "#/components/schemas/_types.aggregations.SignificantTextAggregation" }, "stats": { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregation" }, "stats_bucket": { - "$ref": "#/components/schemas/_types.aggregations:StatsBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.StatsBucketAggregation" }, "string_stats": { - "$ref": "#/components/schemas/_types.aggregations:StringStatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.StringStatsAggregation" }, "sum": { - "$ref": "#/components/schemas/_types.aggregations:SumAggregation" + "$ref": "#/components/schemas/_types.aggregations.SumAggregation" }, "sum_bucket": { - "$ref": "#/components/schemas/_types.aggregations:SumBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.SumBucketAggregation" }, "terms": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregation" }, "time_series": { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesAggregation" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesAggregation" }, "top_hits": { - "$ref": "#/components/schemas/_types.aggregations:TopHitsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TopHitsAggregation" }, "t_test": { - "$ref": "#/components/schemas/_types.aggregations:TTestAggregation" + "$ref": "#/components/schemas/_types.aggregations.TTestAggregation" }, "top_metrics": { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsAggregation" }, "value_count": { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregation" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregation" }, "weighted_avg": { - "$ref": "#/components/schemas/_types.aggregations:WeightedAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.WeightedAverageAggregation" }, "variable_width_histogram": { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramAggregation" } }, "minProperties": 1, @@ -49619,10 +49619,10 @@ } ] }, - "_types.aggregations:AdjacencyMatrixAggregation": { + "_types.aggregations.AdjacencyMatrixAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -49631,7 +49631,7 @@ "description": "Filters used to create buckets.\nAt least one filter is required.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "separator": { @@ -49642,7 +49642,7 @@ } ] }, - "_types.query_dsl:QueryContainer": { + "_types.query_dsl.QueryContainer": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html" }, @@ -49650,37 +49650,37 @@ "type": "object", "properties": { "bool": { - "$ref": "#/components/schemas/_types.query_dsl:BoolQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoolQuery" }, "boosting": { - "$ref": "#/components/schemas/_types.query_dsl:BoostingQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoostingQuery" }, "common": { "deprecated": true, "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:CommonTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.CommonTermsQuery" }, "minProperties": 1, "maxProperties": 1 }, "combined_fields": { - "$ref": "#/components/schemas/_types.query_dsl:CombinedFieldsQuery" + "$ref": "#/components/schemas/_types.query_dsl.CombinedFieldsQuery" }, "constant_score": { - "$ref": "#/components/schemas/_types.query_dsl:ConstantScoreQuery" + "$ref": "#/components/schemas/_types.query_dsl.ConstantScoreQuery" }, "dis_max": { - "$ref": "#/components/schemas/_types.query_dsl:DisMaxQuery" + "$ref": "#/components/schemas/_types.query_dsl.DisMaxQuery" }, "distance_feature": { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQuery" }, "exists": { - "$ref": "#/components/schemas/_types.query_dsl:ExistsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ExistsQuery" }, "function_score": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionScoreQuery" + "$ref": "#/components/schemas/_types.query_dsl.FunctionScoreQuery" }, "fuzzy": { "externalDocs": { @@ -49689,40 +49689,40 @@ "description": "Returns documents that contain terms similar to the search term, as measured by a Levenshtein edit distance.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:FuzzyQuery" + "$ref": "#/components/schemas/_types.query_dsl.FuzzyQuery" }, "minProperties": 1, "maxProperties": 1 }, "geo_bounding_box": { - "$ref": "#/components/schemas/_types.query_dsl:GeoBoundingBoxQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoBoundingBoxQuery" }, "geo_distance": { - "$ref": "#/components/schemas/_types.query_dsl:GeoDistanceQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoDistanceQuery" }, "geo_grid": { "description": "Matches `geo_point` and `geo_shape` values that intersect a grid cell from a GeoGrid aggregation.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:GeoGridQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoGridQuery" }, "minProperties": 1, "maxProperties": 1 }, "geo_polygon": { - "$ref": "#/components/schemas/_types.query_dsl:GeoPolygonQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoPolygonQuery" }, "geo_shape": { - "$ref": "#/components/schemas/_types.query_dsl:GeoShapeQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoShapeQuery" }, "has_child": { - "$ref": "#/components/schemas/_types.query_dsl:HasChildQuery" + "$ref": "#/components/schemas/_types.query_dsl.HasChildQuery" }, "has_parent": { - "$ref": "#/components/schemas/_types.query_dsl:HasParentQuery" + "$ref": "#/components/schemas/_types.query_dsl.HasParentQuery" }, "ids": { - "$ref": "#/components/schemas/_types.query_dsl:IdsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IdsQuery" }, "intervals": { "externalDocs": { @@ -49731,13 +49731,13 @@ "description": "Returns documents based on the order and proximity of matching terms.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsQuery" }, "minProperties": 1, "maxProperties": 1 }, "knn": { - "$ref": "#/components/schemas/_types:KnnQuery" + "$ref": "#/components/schemas/_types.KnnQuery" }, "match": { "externalDocs": { @@ -49746,13 +49746,13 @@ "description": "Returns documents that match a provided text, number, date or boolean value.\nThe provided text is analyzed before matching.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_all": { - "$ref": "#/components/schemas/_types.query_dsl:MatchAllQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchAllQuery" }, "match_bool_prefix": { "externalDocs": { @@ -49761,13 +49761,13 @@ "description": "Analyzes its input and constructs a `bool` query from the terms.\nEach term except the last is used in a `term` query.\nThe last term is used in a prefix query.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchBoolPrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchBoolPrefixQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_none": { - "$ref": "#/components/schemas/_types.query_dsl:MatchNoneQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchNoneQuery" }, "match_phrase": { "externalDocs": { @@ -49776,7 +49776,7 @@ "description": "Analyzes the text and creates a phrase query out of the analyzed text.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchPhraseQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchPhraseQuery" }, "minProperties": 1, "maxProperties": 1 @@ -49788,28 +49788,28 @@ "description": "Returns documents that contain the words of a provided text, in the same order as provided.\nThe last term of the provided text is treated as a prefix, matching any words that begin with that term.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchPhrasePrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchPhrasePrefixQuery" }, "minProperties": 1, "maxProperties": 1 }, "more_like_this": { - "$ref": "#/components/schemas/_types.query_dsl:MoreLikeThisQuery" + "$ref": "#/components/schemas/_types.query_dsl.MoreLikeThisQuery" }, "multi_match": { - "$ref": "#/components/schemas/_types.query_dsl:MultiMatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MultiMatchQuery" }, "nested": { - "$ref": "#/components/schemas/_types.query_dsl:NestedQuery" + "$ref": "#/components/schemas/_types.query_dsl.NestedQuery" }, "parent_id": { - "$ref": "#/components/schemas/_types.query_dsl:ParentIdQuery" + "$ref": "#/components/schemas/_types.query_dsl.ParentIdQuery" }, "percolate": { - "$ref": "#/components/schemas/_types.query_dsl:PercolateQuery" + "$ref": "#/components/schemas/_types.query_dsl.PercolateQuery" }, "pinned": { - "$ref": "#/components/schemas/_types.query_dsl:PinnedQuery" + "$ref": "#/components/schemas/_types.query_dsl.PinnedQuery" }, "prefix": { "externalDocs": { @@ -49818,13 +49818,13 @@ "description": "Returns documents that contain a specific prefix in a provided field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:PrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.PrefixQuery" }, "minProperties": 1, "maxProperties": 1 }, "query_string": { - "$ref": "#/components/schemas/_types.query_dsl:QueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.QueryStringQuery" }, "range": { "externalDocs": { @@ -49833,13 +49833,13 @@ "description": "Returns documents that contain terms within a provided range.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.RangeQuery" }, "minProperties": 1, "maxProperties": 1 }, "rank_feature": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureQuery" }, "regexp": { "externalDocs": { @@ -49848,49 +49848,49 @@ "description": "Returns documents that contain terms matching a regular expression.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RegexpQuery" + "$ref": "#/components/schemas/_types.query_dsl.RegexpQuery" }, "minProperties": 1, "maxProperties": 1 }, "rule": { - "$ref": "#/components/schemas/_types.query_dsl:RuleQuery" + "$ref": "#/components/schemas/_types.query_dsl.RuleQuery" }, "script": { - "$ref": "#/components/schemas/_types.query_dsl:ScriptQuery" + "$ref": "#/components/schemas/_types.query_dsl.ScriptQuery" }, "script_score": { - "$ref": "#/components/schemas/_types.query_dsl:ScriptScoreQuery" + "$ref": "#/components/schemas/_types.query_dsl.ScriptScoreQuery" }, "semantic": { - "$ref": "#/components/schemas/_types.query_dsl:SemanticQuery" + "$ref": "#/components/schemas/_types.query_dsl.SemanticQuery" }, "shape": { - "$ref": "#/components/schemas/_types.query_dsl:ShapeQuery" + "$ref": "#/components/schemas/_types.query_dsl.ShapeQuery" }, "simple_query_string": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringQuery" }, "span_containing": { - "$ref": "#/components/schemas/_types.query_dsl:SpanContainingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanContainingQuery" }, "span_field_masking": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFieldMaskingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFieldMaskingQuery" }, "span_first": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFirstQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFirstQuery" }, "span_multi": { - "$ref": "#/components/schemas/_types.query_dsl:SpanMultiTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanMultiTermQuery" }, "span_near": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNearQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNearQuery" }, "span_not": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNotQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNotQuery" }, "span_or": { - "$ref": "#/components/schemas/_types.query_dsl:SpanOrQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanOrQuery" }, "span_term": { "externalDocs": { @@ -49899,16 +49899,16 @@ "description": "Matches spans containing a term.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:SpanTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanTermQuery" }, "minProperties": 1, "maxProperties": 1 }, "span_within": { - "$ref": "#/components/schemas/_types.query_dsl:SpanWithinQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanWithinQuery" }, "sparse_vector": { - "$ref": "#/components/schemas/_types.query_dsl:SparseVectorQuery" + "$ref": "#/components/schemas/_types.query_dsl.SparseVectorQuery" }, "term": { "externalDocs": { @@ -49917,13 +49917,13 @@ "description": "Returns documents that contain an exact term in a provided field.\nTo return a document, the query term must exactly match the queried field's value, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermQuery" }, "minProperties": 1, "maxProperties": 1 }, "terms": { - "$ref": "#/components/schemas/_types.query_dsl:TermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsQuery" }, "terms_set": { "externalDocs": { @@ -49932,7 +49932,7 @@ "description": "Returns documents that contain a minimum number of exact terms in a provided field.\nTo return a document, a required number of terms must exactly match the field values, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermsSetQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsSetQuery" }, "minProperties": 1, "maxProperties": 1 @@ -49945,7 +49945,7 @@ "description": "Uses a natural language processing model to convert the query text into a list of token-weight pairs which are then used in a query against a sparse vector or rank features field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TextExpansionQuery" + "$ref": "#/components/schemas/_types.query_dsl.TextExpansionQuery" }, "minProperties": 1, "maxProperties": 1 @@ -49958,7 +49958,7 @@ "description": "Supports returning text_expansion query results by sending in precomputed tokens with the query.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WeightedTokensQuery" + "$ref": "#/components/schemas/_types.query_dsl.WeightedTokensQuery" }, "minProperties": 1, "maxProperties": 1 @@ -49970,25 +49970,25 @@ "description": "Returns documents that contain terms matching a wildcard pattern.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WildcardQuery" + "$ref": "#/components/schemas/_types.query_dsl.WildcardQuery" }, "minProperties": 1, "maxProperties": 1 }, "wrapper": { - "$ref": "#/components/schemas/_types.query_dsl:WrapperQuery" + "$ref": "#/components/schemas/_types.query_dsl.WrapperQuery" }, "type": { - "$ref": "#/components/schemas/_types.query_dsl:TypeQuery" + "$ref": "#/components/schemas/_types.query_dsl.TypeQuery" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:BoolQuery": { + "_types.query_dsl.BoolQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -49997,29 +49997,29 @@ "description": "The clause (query) must appear in matching documents.\nHowever, unlike `must`, the score of the query will be ignored.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "must": { "description": "The clause (query) must appear in matching documents and will contribute to the score.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -50028,12 +50028,12 @@ "description": "The clause (query) must not appear in the matching documents.\nBecause scoring is ignored, a score of `0` is returned for all documents.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -50042,12 +50042,12 @@ "description": "The clause (query) should appear in the matching document.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -50056,7 +50056,7 @@ } ] }, - "_types:MinimumShouldMatch": { + "_types.MinimumShouldMatch": { "description": "The minimum number of terms that should match as integer, percentage or range", "oneOf": [ { @@ -50067,7 +50067,7 @@ } ] }, - "_types.query_dsl:QueryBase": { + "_types.query_dsl.QueryBase": { "type": "object", "properties": { "boost": { @@ -50079,10 +50079,10 @@ } } }, - "_types.query_dsl:BoostingQuery": { + "_types.query_dsl.BoostingQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -50092,10 +50092,10 @@ "type": "number" }, "negative": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "positive": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -50106,10 +50106,10 @@ } ] }, - "_types.query_dsl:CommonTermsQuery": { + "_types.query_dsl.CommonTermsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -50121,13 +50121,13 @@ "type": "number" }, "high_freq_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "low_freq_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "query": { "type": "string" @@ -50139,10 +50139,10 @@ } ] }, - "_types.query_dsl:CombinedFieldsQuery": { + "_types.query_dsl.CombinedFieldsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -50151,7 +50151,7 @@ "description": "List of fields to search. Field wildcard patterns are allowed. Only `text` fields are supported, and they must all have the same search `analyzer`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "query": { @@ -50163,13 +50163,13 @@ "type": "boolean" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:CombinedFieldsOperator" + "$ref": "#/components/schemas/_types.query_dsl.CombinedFieldsOperator" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:CombinedFieldsZeroTerms" + "$ref": "#/components/schemas/_types.query_dsl.CombinedFieldsZeroTerms" } }, "required": [ @@ -50179,30 +50179,30 @@ } ] }, - "_types.query_dsl:CombinedFieldsOperator": { + "_types.query_dsl.CombinedFieldsOperator": { "type": "string", "enum": [ "or", "and" ] }, - "_types.query_dsl:CombinedFieldsZeroTerms": { + "_types.query_dsl.CombinedFieldsZeroTerms": { "type": "string", "enum": [ "none", "all" ] }, - "_types.query_dsl:ConstantScoreQuery": { + "_types.query_dsl.ConstantScoreQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -50211,10 +50211,10 @@ } ] }, - "_types.query_dsl:DisMaxQuery": { + "_types.query_dsl.DisMaxQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -50223,7 +50223,7 @@ "description": "One or more query clauses.\nReturned documents must match one or more of these queries.\nIf a document matches multiple queries, Elasticsearch uses the highest relevance score.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "tie_breaker": { @@ -50237,36 +50237,36 @@ } ] }, - "_types.query_dsl:DistanceFeatureQuery": { + "_types.query_dsl.DistanceFeatureQuery": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-distance-feature-query.html" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:UntypedDistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.UntypedDistanceFeatureQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:GeoDistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoDistanceFeatureQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:DateDistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.DateDistanceFeatureQuery" } ] }, - "_types.query_dsl:UntypedDistanceFeatureQuery": { + "_types.query_dsl.UntypedDistanceFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQueryBase" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:DistanceFeatureQueryBase": { + "_types.query_dsl.DistanceFeatureQueryBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -50280,7 +50280,7 @@ "type": "object" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -50291,32 +50291,32 @@ } ] }, - "_types.query_dsl:GeoDistanceFeatureQuery": { + "_types.query_dsl.GeoDistanceFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQueryBaseGeoLocationDistance" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQueryBaseGeoLocationDistance" }, { "type": "object" } ] }, - "_types.query_dsl:DistanceFeatureQueryBaseGeoLocationDistance": { + "_types.query_dsl.DistanceFeatureQueryBaseGeoLocationDistance": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "origin": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "pivot": { - "$ref": "#/components/schemas/_types:Distance" + "$ref": "#/components/schemas/_types.Distance" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -50327,35 +50327,35 @@ } ] }, - "_types:Distance": { + "_types.Distance": { "type": "string" }, - "_types.query_dsl:DateDistanceFeatureQuery": { + "_types.query_dsl.DateDistanceFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQueryBaseDateMathDuration" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQueryBaseDateMathDuration" }, { "type": "object" } ] }, - "_types.query_dsl:DistanceFeatureQueryBaseDateMathDuration": { + "_types.query_dsl.DistanceFeatureQueryBaseDateMathDuration": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "origin": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "pivot": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -50366,19 +50366,19 @@ } ] }, - "_types:DateMath": { + "_types.DateMath": { "type": "string" }, - "_types.query_dsl:ExistsQuery": { + "_types.query_dsl.ExistsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -50387,22 +50387,22 @@ } ] }, - "_types.query_dsl:FunctionScoreQuery": { + "_types.query_dsl.FunctionScoreQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "boost_mode": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionBoostMode" + "$ref": "#/components/schemas/_types.query_dsl.FunctionBoostMode" }, "functions": { "description": "One or more functions that compute a new score for each document returned by the query.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionScoreContainer" + "$ref": "#/components/schemas/_types.query_dsl.FunctionScoreContainer" } }, "max_boost": { @@ -50414,16 +50414,16 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score_mode": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionScoreMode" + "$ref": "#/components/schemas/_types.query_dsl.FunctionScoreMode" } } } ] }, - "_types.query_dsl:FunctionBoostMode": { + "_types.query_dsl.FunctionBoostMode": { "type": "string", "enum": [ "multiply", @@ -50434,13 +50434,13 @@ "min" ] }, - "_types.query_dsl:FunctionScoreContainer": { + "_types.query_dsl.FunctionScoreContainer": { "allOf": [ { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "weight": { "type": "number" @@ -50451,22 +50451,22 @@ "type": "object", "properties": { "exp": { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunction" }, "gauss": { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunction" }, "linear": { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunction" }, "field_value_factor": { - "$ref": "#/components/schemas/_types.query_dsl:FieldValueFactorScoreFunction" + "$ref": "#/components/schemas/_types.query_dsl.FieldValueFactorScoreFunction" }, "random_score": { - "$ref": "#/components/schemas/_types.query_dsl:RandomScoreFunction" + "$ref": "#/components/schemas/_types.query_dsl.RandomScoreFunction" }, "script_score": { - "$ref": "#/components/schemas/_types.query_dsl:ScriptScoreFunction" + "$ref": "#/components/schemas/_types.query_dsl.ScriptScoreFunction" } }, "minProperties": 1, @@ -50474,41 +50474,41 @@ } ] }, - "_types.query_dsl:DecayFunction": { + "_types.query_dsl.DecayFunction": { "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:UntypedDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.UntypedDecayFunction" }, { - "$ref": "#/components/schemas/_types.query_dsl:DateDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DateDecayFunction" }, { - "$ref": "#/components/schemas/_types.query_dsl:NumericDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.NumericDecayFunction" }, { - "$ref": "#/components/schemas/_types.query_dsl:GeoDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.GeoDecayFunction" } ] }, - "_types.query_dsl:UntypedDecayFunction": { + "_types.query_dsl.UntypedDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBase" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBase" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBase": { + "_types.query_dsl.DecayFunctionBase": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:MultiValueMode": { + "_types.query_dsl.MultiValueMode": { "type": "string", "enum": [ "min", @@ -50517,65 +50517,65 @@ "sum" ] }, - "_types.query_dsl:DateDecayFunction": { + "_types.query_dsl.DateDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBaseDateMathDuration" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBaseDateMathDuration" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBaseDateMathDuration": { + "_types.query_dsl.DecayFunctionBaseDateMathDuration": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:NumericDecayFunction": { + "_types.query_dsl.NumericDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBasedoubledouble" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBasedoubledouble" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBasedoubledouble": { + "_types.query_dsl.DecayFunctionBasedoubledouble": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:GeoDecayFunction": { + "_types.query_dsl.GeoDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBaseGeoLocationDistance" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBaseGeoLocationDistance" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBaseGeoLocationDistance": { + "_types.query_dsl.DecayFunctionBaseGeoLocationDistance": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:FieldValueFactorScoreFunction": { + "_types.query_dsl.FieldValueFactorScoreFunction": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "factor": { "description": "Optional factor to multiply the field value with.", @@ -50586,14 +50586,14 @@ "type": "number" }, "modifier": { - "$ref": "#/components/schemas/_types.query_dsl:FieldValueFactorModifier" + "$ref": "#/components/schemas/_types.query_dsl.FieldValueFactorModifier" } }, "required": [ "field" ] }, - "_types.query_dsl:FieldValueFactorModifier": { + "_types.query_dsl.FieldValueFactorModifier": { "type": "string", "enum": [ "none", @@ -50608,11 +50608,11 @@ "reciprocal" ] }, - "_types.query_dsl:RandomScoreFunction": { + "_types.query_dsl.RandomScoreFunction": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "seed": { "oneOf": [ @@ -50626,25 +50626,25 @@ } } }, - "_types.query_dsl:ScriptScoreFunction": { + "_types.query_dsl.ScriptScoreFunction": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "script" ] }, - "_types:Script": { + "_types.Script": { "type": "object", "properties": { "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Specifies any named parameters that are passed into the script as variables.\nUse parameters instead of hard-coded values to decrease compile time.", @@ -50654,7 +50654,7 @@ } }, "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "options": { "type": "object", @@ -50664,28 +50664,28 @@ } } }, - "_types:ScriptSource": { + "_types.ScriptSource": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_global.search._types:SearchRequestBody" + "$ref": "#/components/schemas/_global.search._types.SearchRequestBody" } ] }, - "_global.search._types:SearchRequestBody": { + "_global.search._types.SearchRequestBody": { "type": "object", "properties": { "aggregations": { "description": "Defines the aggregations that are run as part of the search request.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "explain": { "description": "If `true`, the request returns detailed information about score computation as part of a hit.", @@ -50703,10 +50703,10 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "indices_boost": { "externalDocs": { @@ -50730,7 +50730,7 @@ "description": "An array of wildcard (`*`) field patterns.\nThe request returns doc values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "knn": { @@ -50740,82 +50740,82 @@ "description": "The approximate kNN search to run.", "oneOf": [ { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" } } ] }, "rank": { - "$ref": "#/components/schemas/_types:RankContainer" + "$ref": "#/components/schemas/_types.RankContainer" }, "min_score": { "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in search results or results collected by aggregations.", "type": "number" }, "post_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "profile": { "description": "Set to `true` to return detailed timing information about the execution of individual components in a search request.\nNOTE: This is a debugging tool and adds significant overhead to search execution.", "type": "boolean" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "rescore": { "description": "Can be used to improve precision by reordering just the top (for example 100 - 500) documents returned by the `query` and `post_filter` phases.", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" } } ] }, "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "script_fields": { "description": "Retrieve a script evaluation (based on different fields) for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "size": { "description": "The number of hits to return, which must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` property.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "description": "An array of wildcard (`*`) field patterns.\nThe request returns values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "suggest": { - "$ref": "#/components/schemas/_global.search._types:Suggester" + "$ref": "#/components/schemas/_global.search._types.Suggester" }, "terminate_after": { "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this property to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this property for requests that target data streams with backing indices across multiple data tiers.\n\nIf set to `0` (default), the query does not terminate early.", @@ -50841,13 +50841,13 @@ "type": "boolean" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "pit": { - "$ref": "#/components/schemas/_global.search._types:PointInTimeReference" + "$ref": "#/components/schemas/_global.search._types.PointInTimeReference" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "stats": { "description": "The stats groups to associate with the search.\nEach group maintains a statistics aggregation for its associated searches.\nYou can retrieve these stats using the indices stats API.", @@ -50858,22 +50858,22 @@ } } }, - "_global.search._types:FieldCollapse": { + "_global.search._types.FieldCollapse": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "inner_hits": { "description": "The number of inner hits and their sort order", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" } } ] @@ -50883,18 +50883,18 @@ "type": "number" }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" } }, "required": [ "field" ] }, - "_global.search._types:InnerHits": { + "_global.search._types.InnerHits": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "size": { "description": "The maximum number of hits to return per `inner_hits`.", @@ -50905,19 +50905,19 @@ "type": "number" }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "docvalue_fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "explain": { "type": "boolean" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "ignore_unmapped": { "type": "boolean" @@ -50925,23 +50925,23 @@ "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "seq_no_primary_term": { "type": "boolean" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "track_scores": { "type": "boolean" @@ -50951,14 +50951,14 @@ } } }, - "_types:Name": { + "_types.Name": { "type": "string" }, - "_types.query_dsl:FieldAndFormat": { + "_types.query_dsl.FieldAndFormat": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "description": "The format in which the values are returned.", @@ -50972,21 +50972,21 @@ "field" ] }, - "_global.search._types:Highlight": { + "_global.search._types.Highlight": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:HighlightBase" + "$ref": "#/components/schemas/_global.search._types.HighlightBase" }, { "type": "object", "properties": { "encoder": { - "$ref": "#/components/schemas/_global.search._types:HighlighterEncoder" + "$ref": "#/components/schemas/_global.search._types.HighlighterEncoder" }, "fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.search._types:HighlightField" + "$ref": "#/components/schemas/_global.search._types.HighlightField" } } }, @@ -50996,17 +50996,17 @@ } ] }, - "_global.search._types:HighlighterEncoder": { + "_global.search._types.HighlighterEncoder": { "type": "string", "enum": [ "default", "html" ] }, - "_global.search._types:HighlightField": { + "_global.search._types.HighlightField": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:HighlightBase" + "$ref": "#/components/schemas/_global.search._types.HighlightBase" }, { "type": "object", @@ -51015,17 +51015,17 @@ "type": "number" }, "matched_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } } ] }, - "_global.search._types:HighlightBase": { + "_global.search._types.HighlightBase": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_global.search._types:HighlighterType" + "$ref": "#/components/schemas/_global.search._types.HighlighterType" }, "boundary_chars": { "description": "A string that contains each boundary character.", @@ -51036,7 +51036,7 @@ "type": "number" }, "boundary_scanner": { - "$ref": "#/components/schemas/_global.search._types:BoundaryScanner" + "$ref": "#/components/schemas/_global.search._types.BoundaryScanner" }, "boundary_scanner_locale": { "description": "Controls which locale is used to search for sentence and word boundaries.\nThis parameter takes a form of a language tag, for example: `\"en-US\"`, `\"fr-FR\"`, `\"ja-JP\"`.", @@ -51047,7 +51047,7 @@ "type": "boolean" }, "fragmenter": { - "$ref": "#/components/schemas/_global.search._types:HighlighterFragmenter" + "$ref": "#/components/schemas/_global.search._types.HighlighterFragmenter" }, "fragment_size": { "description": "The size of the highlighted fragment in characters.", @@ -51057,7 +51057,7 @@ "type": "boolean" }, "highlight_query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "max_fragment_length": { "type": "number" @@ -51081,7 +51081,7 @@ } }, "order": { - "$ref": "#/components/schemas/_global.search._types:HighlighterOrder" + "$ref": "#/components/schemas/_global.search._types.HighlighterOrder" }, "phrase_limit": { "description": "Controls the number of matching phrases in a document that are considered.\nPrevents the `fvh` highlighter from analyzing too many phrases and consuming too much memory.\nWhen using `matched_fields`, `phrase_limit` phrases per matched field are considered. Raising the limit increases query time and consumes more memory.\nOnly supported by the `fvh` highlighter.", @@ -51106,11 +51106,11 @@ "type": "boolean" }, "tags_schema": { - "$ref": "#/components/schemas/_global.search._types:HighlighterTagsSchema" + "$ref": "#/components/schemas/_global.search._types.HighlighterTagsSchema" } } }, - "_global.search._types:HighlighterType": { + "_global.search._types.HighlighterType": { "anyOf": [ { "type": "string", @@ -51125,7 +51125,7 @@ } ] }, - "_global.search._types:BoundaryScanner": { + "_global.search._types.BoundaryScanner": { "type": "string", "enum": [ "chars", @@ -51133,30 +51133,30 @@ "word" ] }, - "_global.search._types:HighlighterFragmenter": { + "_global.search._types.HighlighterFragmenter": { "type": "string", "enum": [ "simple", "span" ] }, - "_global.search._types:HighlighterOrder": { + "_global.search._types.HighlighterOrder": { "type": "string", "enum": [ "score" ] }, - "_global.search._types:HighlighterTagsSchema": { + "_global.search._types.HighlighterTagsSchema": { "type": "string", "enum": [ "styled" ] }, - "_types:ScriptField": { + "_types.ScriptField": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "ignore_failure": { "type": "boolean" @@ -51166,87 +51166,87 @@ "script" ] }, - "_types:Sort": { + "_types.Sort": { "oneOf": [ { - "$ref": "#/components/schemas/_types:SortCombinations" + "$ref": "#/components/schemas/_types.SortCombinations" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:SortCombinations" + "$ref": "#/components/schemas/_types.SortCombinations" } } ] }, - "_types:SortCombinations": { + "_types.SortCombinations": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, { - "$ref": "#/components/schemas/_types:SortOptions" + "$ref": "#/components/schemas/_types.SortOptions" } ] }, - "_types:SortOptions": { + "_types.SortOptions": { "type": "object", "properties": { "_score": { - "$ref": "#/components/schemas/_types:ScoreSort" + "$ref": "#/components/schemas/_types.ScoreSort" }, "_doc": { - "$ref": "#/components/schemas/_types:ScoreSort" + "$ref": "#/components/schemas/_types.ScoreSort" }, "_geo_distance": { - "$ref": "#/components/schemas/_types:GeoDistanceSort" + "$ref": "#/components/schemas/_types.GeoDistanceSort" }, "_script": { - "$ref": "#/components/schemas/_types:ScriptSort" + "$ref": "#/components/schemas/_types.ScriptSort" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:ScoreSort": { + "_types.ScoreSort": { "type": "object", "properties": { "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" } } }, - "_types:SortOrder": { + "_types.SortOrder": { "type": "string", "enum": [ "asc", "desc" ] }, - "_types:GeoDistanceSort": { + "_types.GeoDistanceSort": { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/_types:SortMode" + "$ref": "#/components/schemas/_types.SortMode" }, "distance_type": { - "$ref": "#/components/schemas/_types:GeoDistanceType" + "$ref": "#/components/schemas/_types.GeoDistanceType" }, "ignore_unmapped": { "type": "boolean" }, "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "unit": { - "$ref": "#/components/schemas/_types:DistanceUnit" + "$ref": "#/components/schemas/_types.DistanceUnit" }, "nested": { - "$ref": "#/components/schemas/_types:NestedSortValue" + "$ref": "#/components/schemas/_types.NestedSortValue" } } }, - "_types:SortMode": { + "_types.SortMode": { "type": "string", "enum": [ "min", @@ -51256,14 +51256,14 @@ "median" ] }, - "_types:GeoDistanceType": { + "_types.GeoDistanceType": { "type": "string", "enum": [ "arc", "plane" ] }, - "_types:DistanceUnit": { + "_types.DistanceUnit": { "type": "string", "enum": [ "in", @@ -51277,50 +51277,50 @@ "mm" ] }, - "_types:NestedSortValue": { + "_types.NestedSortValue": { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "max_children": { "type": "number" }, "nested": { - "$ref": "#/components/schemas/_types:NestedSortValue" + "$ref": "#/components/schemas/_types.NestedSortValue" }, "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "path" ] }, - "_types:ScriptSort": { + "_types.ScriptSort": { "type": "object", "properties": { "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "type": { - "$ref": "#/components/schemas/_types:ScriptSortType" + "$ref": "#/components/schemas/_types.ScriptSortType" }, "mode": { - "$ref": "#/components/schemas/_types:SortMode" + "$ref": "#/components/schemas/_types.SortMode" }, "nested": { - "$ref": "#/components/schemas/_types:NestedSortValue" + "$ref": "#/components/schemas/_types.NestedSortValue" } }, "required": [ "script" ] }, - "_types:ScriptSortType": { + "_types.ScriptSortType": { "type": "string", "enum": [ "string", @@ -51328,39 +51328,39 @@ "version" ] }, - "_global.search._types:SourceConfig": { + "_global.search._types.SourceConfig": { "description": "Defines how to fetch a source. Fetching can be disabled entirely, or the source can be filtered.", "oneOf": [ { "type": "boolean" }, { - "$ref": "#/components/schemas/_global.search._types:SourceFilter" + "$ref": "#/components/schemas/_global.search._types.SourceFilter" } ] }, - "_global.search._types:SourceFilter": { + "_global.search._types.SourceFilter": { "type": "object", "properties": { "excludes": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "includes": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } }, - "_types:KnnSearch": { + "_types.KnnSearch": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query_vector": { - "$ref": "#/components/schemas/_types:QueryVector" + "$ref": "#/components/schemas/_types.QueryVector" }, "query_vector_builder": { - "$ref": "#/components/schemas/_types:QueryVectorBuilder" + "$ref": "#/components/schemas/_types.QueryVectorBuilder" }, "k": { "description": "The final number of nearest neighbors to return as top hits", @@ -51378,12 +51378,12 @@ "description": "Filters for the kNN search query", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -51393,33 +51393,33 @@ "type": "number" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "rescore_vector": { - "$ref": "#/components/schemas/_types:RescoreVector" + "$ref": "#/components/schemas/_types.RescoreVector" } }, "required": [ "field" ] }, - "_types:QueryVector": { + "_types.QueryVector": { "type": "array", "items": { "type": "number" } }, - "_types:QueryVectorBuilder": { + "_types.QueryVectorBuilder": { "type": "object", "properties": { "text_embedding": { - "$ref": "#/components/schemas/_types:TextEmbedding" + "$ref": "#/components/schemas/_types.TextEmbedding" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:TextEmbedding": { + "_types.TextEmbedding": { "type": "object", "properties": { "model_id": { @@ -51434,7 +51434,7 @@ "model_text" ] }, - "_types:RescoreVector": { + "_types.RescoreVector": { "type": "object", "properties": { "oversample": { @@ -51446,20 +51446,20 @@ "oversample" ] }, - "_types:RankContainer": { + "_types.RankContainer": { "type": "object", "properties": { "rrf": { - "$ref": "#/components/schemas/_types:RrfRank" + "$ref": "#/components/schemas/_types.RrfRank" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:RrfRank": { + "_types.RrfRank": { "allOf": [ { - "$ref": "#/components/schemas/_types:RankBase" + "$ref": "#/components/schemas/_types.RankBase" }, { "type": "object", @@ -51476,10 +51476,10 @@ } ] }, - "_types:RankBase": { + "_types.RankBase": { "type": "object" }, - "_global.search._types:Rescore": { + "_global.search._types.Rescore": { "allOf": [ { "type": "object", @@ -51493,10 +51493,10 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_global.search._types:RescoreQuery" + "$ref": "#/components/schemas/_global.search._types.RescoreQuery" }, "learning_to_rank": { - "$ref": "#/components/schemas/_global.search._types:LearningToRank" + "$ref": "#/components/schemas/_global.search._types.LearningToRank" } }, "minProperties": 1, @@ -51504,11 +51504,11 @@ } ] }, - "_global.search._types:RescoreQuery": { + "_global.search._types.RescoreQuery": { "type": "object", "properties": { "rescore_query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_weight": { "description": "Relative importance of the original query versus the rescore query.", @@ -51519,14 +51519,14 @@ "type": "number" }, "score_mode": { - "$ref": "#/components/schemas/_global.search._types:ScoreMode" + "$ref": "#/components/schemas/_global.search._types.ScoreMode" } }, "required": [ "rescore_query" ] }, - "_global.search._types:ScoreMode": { + "_global.search._types.ScoreMode": { "type": "string", "enum": [ "avg", @@ -51536,7 +51536,7 @@ "total" ] }, - "_global.search._types:LearningToRank": { + "_global.search._types.LearningToRank": { "type": "object", "properties": { "model_id": { @@ -51555,69 +51555,69 @@ "model_id" ] }, - "_types:RetrieverContainer": { + "_types.RetrieverContainer": { "type": "object", "properties": { "standard": { - "$ref": "#/components/schemas/_types:StandardRetriever" + "$ref": "#/components/schemas/_types.StandardRetriever" }, "knn": { - "$ref": "#/components/schemas/_types:KnnRetriever" + "$ref": "#/components/schemas/_types.KnnRetriever" }, "rrf": { - "$ref": "#/components/schemas/_types:RRFRetriever" + "$ref": "#/components/schemas/_types.RRFRetriever" }, "text_similarity_reranker": { - "$ref": "#/components/schemas/_types:TextSimilarityReranker" + "$ref": "#/components/schemas/_types.TextSimilarityReranker" }, "rule": { - "$ref": "#/components/schemas/_types:RuleRetriever" + "$ref": "#/components/schemas/_types.RuleRetriever" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:StandardRetriever": { + "_types.StandardRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "terminate_after": { "description": "Maximum number of documents to collect for each shard.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" } } } ] }, - "_types:RetrieverBase": { + "_types.RetrieverBase": { "type": "object", "properties": { "filter": { "description": "Query to filter the documents that can match.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -51628,10 +51628,10 @@ } } }, - "_types:KnnRetriever": { + "_types.KnnRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", @@ -51641,10 +51641,10 @@ "type": "string" }, "query_vector": { - "$ref": "#/components/schemas/_types:QueryVector" + "$ref": "#/components/schemas/_types.QueryVector" }, "query_vector_builder": { - "$ref": "#/components/schemas/_types:QueryVectorBuilder" + "$ref": "#/components/schemas/_types.QueryVectorBuilder" }, "k": { "description": "Number of nearest neighbors to return as top hits.", @@ -51659,7 +51659,7 @@ "type": "number" }, "rescore_vector": { - "$ref": "#/components/schemas/_types:RescoreVector" + "$ref": "#/components/schemas/_types.RescoreVector" } }, "required": [ @@ -51670,10 +51670,10 @@ } ] }, - "_types:RRFRetriever": { + "_types.RRFRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", @@ -51682,7 +51682,7 @@ "description": "A list of child retrievers to specify which sets of returned top documents will have the RRF formula applied to them.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" } }, "rank_constant": { @@ -51700,16 +51700,16 @@ } ] }, - "_types:TextSimilarityReranker": { + "_types.TextSimilarityReranker": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", "properties": { "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "rank_window_size": { "description": "This value determines how many documents we will consider from the nested retriever.", @@ -51734,10 +51734,10 @@ } ] }, - "_types:RuleRetriever": { + "_types.RuleRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", @@ -51746,7 +51746,7 @@ "description": "The ruleset IDs containing the rules this retriever is evaluating against.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "match_criteria": { @@ -51754,7 +51754,7 @@ "type": "object" }, "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "rank_window_size": { "description": "This value determines the size of the individual result set.", @@ -51769,14 +51769,14 @@ } ] }, - "_types:SlicedScroll": { + "_types.SlicedScroll": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max": { "type": "number" @@ -51787,7 +51787,7 @@ "max" ] }, - "_global.search._types:Suggester": { + "_global.search._types.Suggester": { "type": "object", "properties": { "text": { @@ -51796,41 +51796,41 @@ } } }, - "_global.search._types:PointInTimeReference": { + "_global.search._types.PointInTimeReference": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "keep_alive": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "id" ] }, - "_types.mapping:RuntimeFields": { + "_types.mapping.RuntimeFields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:RuntimeField" + "$ref": "#/components/schemas/_types.mapping.RuntimeField" } }, - "_types.mapping:RuntimeField": { + "_types.mapping.RuntimeField": { "type": "object", "properties": { "fields": { "description": "For type `composite`", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:CompositeSubField" + "$ref": "#/components/schemas/_types.mapping.CompositeSubField" } }, "fetch_fields": { "description": "For type `lookup`", "type": "array", "items": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFieldFetchFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFieldFetchFields" } }, "format": { @@ -51838,37 +51838,37 @@ "type": "string" }, "input_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "type": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFieldType" + "$ref": "#/components/schemas/_types.mapping.RuntimeFieldType" } }, "required": [ "type" ] }, - "_types.mapping:CompositeSubField": { + "_types.mapping.CompositeSubField": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFieldType" + "$ref": "#/components/schemas/_types.mapping.RuntimeFieldType" } }, "required": [ "type" ] }, - "_types.mapping:RuntimeFieldType": { + "_types.mapping.RuntimeFieldType": { "type": "string", "enum": [ "boolean", @@ -51883,11 +51883,11 @@ "lookup" ] }, - "_types.mapping:RuntimeFieldFetchFields": { + "_types.mapping.RuntimeFieldFetchFields": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "type": "string" @@ -51897,7 +51897,7 @@ "field" ] }, - "_types:ScriptLanguage": { + "_types.ScriptLanguage": { "anyOf": [ { "type": "string", @@ -51913,7 +51913,7 @@ } ] }, - "_types.query_dsl:FunctionScoreMode": { + "_types.query_dsl.FunctionScoreMode": { "type": "string", "enum": [ "multiply", @@ -51924,10 +51924,10 @@ "min" ] }, - "_types.query_dsl:FuzzyQuery": { + "_types.query_dsl.FuzzyQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -51941,14 +51941,14 @@ "type": "number" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "transpositions": { "description": "Indicates whether edits include transpositions of two adjacent characters (for example `ab` to `ba`).", "type": "boolean" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "value": { "description": "Term you wish to find in the provided field.", @@ -51971,10 +51971,10 @@ } ] }, - "_types:MultiTermQueryRewrite": { + "_types.MultiTermQueryRewrite": { "type": "string" }, - "_types:Fuzziness": { + "_types.Fuzziness": { "oneOf": [ { "type": "string" @@ -51984,19 +51984,19 @@ } ] }, - "_types.query_dsl:GeoBoundingBoxQuery": { + "_types.query_dsl.GeoBoundingBoxQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types.query_dsl:GeoExecution" + "$ref": "#/components/schemas/_types.query_dsl.GeoExecution" }, "validation_method": { - "$ref": "#/components/schemas/_types.query_dsl:GeoValidationMethod" + "$ref": "#/components/schemas/_types.query_dsl.GeoValidationMethod" }, "ignore_unmapped": { "description": "Set to `true` to ignore an unmapped field and not match any documents for this query.\nSet to `false` to throw an exception if the field is not mapped.", @@ -52006,14 +52006,14 @@ } ] }, - "_types.query_dsl:GeoExecution": { + "_types.query_dsl.GeoExecution": { "type": "string", "enum": [ "memory", "indexed" ] }, - "_types.query_dsl:GeoValidationMethod": { + "_types.query_dsl.GeoValidationMethod": { "type": "string", "enum": [ "coerce", @@ -52021,22 +52021,22 @@ "strict" ] }, - "_types.query_dsl:GeoDistanceQuery": { + "_types.query_dsl.GeoDistanceQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "distance": { - "$ref": "#/components/schemas/_types:Distance" + "$ref": "#/components/schemas/_types.Distance" }, "distance_type": { - "$ref": "#/components/schemas/_types:GeoDistanceType" + "$ref": "#/components/schemas/_types.GeoDistanceType" }, "validation_method": { - "$ref": "#/components/schemas/_types.query_dsl:GeoValidationMethod" + "$ref": "#/components/schemas/_types.query_dsl.GeoValidationMethod" }, "ignore_unmapped": { "description": "Set to `true` to ignore an unmapped field and not match any documents for this query.\nSet to `false` to throw an exception if the field is not mapped.", @@ -52049,22 +52049,22 @@ } ] }, - "_types.query_dsl:GeoGridQuery": { + "_types.query_dsl.GeoGridQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "geogrid": { - "$ref": "#/components/schemas/_types:GeoTile" + "$ref": "#/components/schemas/_types.GeoTile" }, "geohash": { - "$ref": "#/components/schemas/_types:GeoHash" + "$ref": "#/components/schemas/_types.GeoHash" }, "geohex": { - "$ref": "#/components/schemas/_types:GeoHexCell" + "$ref": "#/components/schemas/_types.GeoHexCell" } }, "minProperties": 1, @@ -52072,16 +52072,16 @@ } ] }, - "_types.query_dsl:GeoPolygonQuery": { + "_types.query_dsl.GeoPolygonQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "validation_method": { - "$ref": "#/components/schemas/_types.query_dsl:GeoValidationMethod" + "$ref": "#/components/schemas/_types.query_dsl.GeoValidationMethod" }, "ignore_unmapped": { "type": "boolean" @@ -52090,10 +52090,10 @@ } ] }, - "_types.query_dsl:GeoShapeQuery": { + "_types.query_dsl.GeoShapeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52106,10 +52106,10 @@ } ] }, - "_types.query_dsl:HasChildQuery": { + "_types.query_dsl.HasChildQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52119,7 +52119,7 @@ "type": "boolean" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "max_children": { "description": "Maximum number of child documents that match the query allowed for a returned parent document.\nIf the parent document exceeds this limit, it is excluded from the search results.", @@ -52130,13 +52130,13 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score_mode": { - "$ref": "#/components/schemas/_types.query_dsl:ChildScoreMode" + "$ref": "#/components/schemas/_types.query_dsl.ChildScoreMode" }, "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } }, "required": [ @@ -52146,7 +52146,7 @@ } ] }, - "_types.query_dsl:ChildScoreMode": { + "_types.query_dsl.ChildScoreMode": { "type": "string", "enum": [ "none", @@ -52156,13 +52156,13 @@ "min" ] }, - "_types:RelationName": { + "_types.RelationName": { "type": "string" }, - "_types.query_dsl:HasParentQuery": { + "_types.query_dsl.HasParentQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52172,13 +52172,13 @@ "type": "boolean" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "parent_type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score": { "description": "Indicates whether the relevance score of a matching parent document is aggregated into its child documents.", @@ -52192,38 +52192,38 @@ } ] }, - "_types.query_dsl:IdsQuery": { + "_types.query_dsl.IdsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "values": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } } } ] }, - "_types:Ids": { + "_types.Ids": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } ] }, - "_types.query_dsl:IntervalsQuery": { + "_types.query_dsl.IntervalsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "externalDocs": { @@ -52232,22 +52232,22 @@ "type": "object", "properties": { "all_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAllOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAllOf" }, "any_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAnyOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAnyOf" }, "fuzzy": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFuzzy" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFuzzy" }, "match": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsMatch" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsMatch" }, "prefix": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsPrefix" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsPrefix" }, "wildcard": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsWildcard" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsWildcard" } }, "minProperties": 1, @@ -52255,14 +52255,14 @@ } ] }, - "_types.query_dsl:IntervalsAllOf": { + "_types.query_dsl.IntervalsAllOf": { "type": "object", "properties": { "intervals": { "description": "An array of rules to combine. All rules must produce a match in a document for the overall source to match.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" } }, "max_gaps": { @@ -52274,91 +52274,91 @@ "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFilter" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFilter" } }, "required": [ "intervals" ] }, - "_types.query_dsl:IntervalsContainer": { + "_types.query_dsl.IntervalsContainer": { "type": "object", "properties": { "all_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAllOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAllOf" }, "any_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAnyOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAnyOf" }, "fuzzy": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFuzzy" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFuzzy" }, "match": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsMatch" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsMatch" }, "prefix": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsPrefix" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsPrefix" }, "wildcard": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsWildcard" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsWildcard" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:IntervalsAnyOf": { + "_types.query_dsl.IntervalsAnyOf": { "type": "object", "properties": { "intervals": { "description": "An array of rules to match.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" } }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFilter" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFilter" } }, "required": [ "intervals" ] }, - "_types.query_dsl:IntervalsFilter": { + "_types.query_dsl.IntervalsFilter": { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "before": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "contained_by": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "containing": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "not_contained_by": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "not_containing": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "not_overlapping": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "overlapping": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:IntervalsFuzzy": { + "_types.query_dsl.IntervalsFuzzy": { "type": "object", "properties": { "analyzer": { @@ -52366,7 +52366,7 @@ "type": "string" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "prefix_length": { "description": "Number of beginning characters left unchanged when creating expansions.", @@ -52381,14 +52381,14 @@ "type": "boolean" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "term" ] }, - "_types.query_dsl:IntervalsMatch": { + "_types.query_dsl.IntervalsMatch": { "type": "object", "properties": { "analyzer": { @@ -52408,17 +52408,17 @@ "type": "string" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFilter" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFilter" } }, "required": [ "query" ] }, - "_types.query_dsl:IntervalsPrefix": { + "_types.query_dsl.IntervalsPrefix": { "type": "object", "properties": { "analyzer": { @@ -52430,14 +52430,14 @@ "type": "string" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "prefix" ] }, - "_types.query_dsl:IntervalsWildcard": { + "_types.query_dsl.IntervalsWildcard": { "type": "object", "properties": { "analyzer": { @@ -52449,29 +52449,29 @@ "type": "string" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "pattern" ] }, - "_types:KnnQuery": { + "_types.KnnQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query_vector": { - "$ref": "#/components/schemas/_types:QueryVector" + "$ref": "#/components/schemas/_types.QueryVector" }, "query_vector_builder": { - "$ref": "#/components/schemas/_types:QueryVectorBuilder" + "$ref": "#/components/schemas/_types.QueryVectorBuilder" }, "num_candidates": { "description": "The number of nearest neighbor candidates to consider per shard", @@ -52485,12 +52485,12 @@ "description": "Filters for the kNN search query", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -52500,7 +52500,7 @@ "type": "number" }, "rescore_vector": { - "$ref": "#/components/schemas/_types:RescoreVector" + "$ref": "#/components/schemas/_types.RescoreVector" } }, "required": [ @@ -52509,10 +52509,10 @@ } ] }, - "_types.query_dsl:MatchQuery": { + "_types.query_dsl.MatchQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52530,10 +52530,10 @@ "type": "number" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).", @@ -52548,10 +52548,10 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "prefix_length": { "description": "Number of beginning characters left unchanged for fuzzy matching.", @@ -52572,7 +52572,7 @@ ] }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -52581,27 +52581,27 @@ } ] }, - "_types.query_dsl:ZeroTermsQuery": { + "_types.query_dsl.ZeroTermsQuery": { "type": "string", "enum": [ "all", "none" ] }, - "_types.query_dsl:MatchAllQuery": { + "_types.query_dsl.MatchAllQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:MatchBoolPrefixQuery": { + "_types.query_dsl.MatchBoolPrefixQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52611,10 +52611,10 @@ "type": "string" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).\nCan be applied to the term subqueries constructed for all terms but the final term.", @@ -52625,10 +52625,10 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "prefix_length": { "description": "Number of beginning characters left unchanged for fuzzy matching.\nCan be applied to the term subqueries constructed for all terms but the final term.", @@ -52645,20 +52645,20 @@ } ] }, - "_types.query_dsl:MatchNoneQuery": { + "_types.query_dsl.MatchNoneQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:MatchPhraseQuery": { + "_types.query_dsl.MatchPhraseQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52676,7 +52676,7 @@ "type": "number" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -52685,10 +52685,10 @@ } ] }, - "_types.query_dsl:MatchPhrasePrefixQuery": { + "_types.query_dsl.MatchPhrasePrefixQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52710,7 +52710,7 @@ "type": "number" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -52719,10 +52719,10 @@ } ] }, - "_types.query_dsl:MoreLikeThisQuery": { + "_types.query_dsl.MoreLikeThisQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52746,7 +52746,7 @@ "description": "A list of fields to fetch and analyze the text from.\nDefaults to the `index.query.default_field` index setting, which has a default value of `*`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "include": { @@ -52757,12 +52757,12 @@ "description": "Specifies free form text and/or a single or multiple documents for which you want to find similar documents.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" } } ] @@ -52784,7 +52784,7 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "min_term_freq": { "description": "The minimum term frequency below which the terms are ignored from the input document.", @@ -52795,30 +52795,30 @@ "type": "number" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "stop_words": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "unlike": { "description": "Used in combination with `like` to exclude documents that match a set of terms.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" } } ] }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ @@ -52827,18 +52827,18 @@ } ] }, - "_types.query_dsl:Like": { + "_types.query_dsl.Like": { "description": "Text that we want similar documents for or a lookup to a document's field for the text.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.query_dsl:LikeDocument" + "$ref": "#/components/schemas/_types.query_dsl.LikeDocument" } ] }, - "_types.query_dsl:LikeDocument": { + "_types.query_dsl.LikeDocument": { "type": "object", "properties": { "doc": { @@ -52848,14 +52848,14 @@ "fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "per_field_analyzer": { "description": "Overrides the default analyzer.", @@ -52865,17 +52865,17 @@ } }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, - "_types:VersionType": { + "_types.VersionType": { "type": "string", "enum": [ "internal", @@ -52884,7 +52884,7 @@ "force" ] }, - "_types.analysis:StopWords": { + "_types.analysis.StopWords": { "description": "Language value, such as _arabic_ or _thai_. Defaults to _english_.\nEach language value corresponds to a predefined list of stop words in Lucene. See Stop words by language for supported language values and their stop words.\nAlso accepts an array of stop words.", "oneOf": [ { @@ -52898,10 +52898,10 @@ } ] }, - "_types.query_dsl:MultiMatchQuery": { + "_types.query_dsl.MultiMatchQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52919,13 +52919,13 @@ "type": "number" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).\nCan be applied to the term subqueries constructed for all terms but the final term.", @@ -52940,10 +52940,10 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "prefix_length": { "description": "Number of beginning characters left unchanged for fuzzy matching.", @@ -52962,10 +52962,10 @@ "type": "number" }, "type": { - "$ref": "#/components/schemas/_types.query_dsl:TextQueryType" + "$ref": "#/components/schemas/_types.query_dsl.TextQueryType" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -52974,7 +52974,7 @@ } ] }, - "_types.query_dsl:TextQueryType": { + "_types.query_dsl.TextQueryType": { "type": "string", "enum": [ "best_fields", @@ -52985,10 +52985,10 @@ "bool_prefix" ] }, - "_types.query_dsl:NestedQuery": { + "_types.query_dsl.NestedQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52998,16 +52998,16 @@ "type": "boolean" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score_mode": { - "$ref": "#/components/schemas/_types.query_dsl:ChildScoreMode" + "$ref": "#/components/schemas/_types.query_dsl.ChildScoreMode" } }, "required": [ @@ -53017,32 +53017,32 @@ } ] }, - "_types.query_dsl:ParentIdQuery": { + "_types.query_dsl.ParentIdQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "ignore_unmapped": { "description": "Indicates whether to ignore an unmapped `type` and not return any documents instead of an error.", "type": "boolean" }, "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } } ] }, - "_types.query_dsl:PercolateQuery": { + "_types.query_dsl.PercolateQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -53059,13 +53059,13 @@ } }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "name": { "description": "The suffix used for the `_percolator_document_slot` field when multiple `percolate` queries are specified.", @@ -53076,10 +53076,10 @@ "type": "string" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -53088,10 +53088,10 @@ } ] }, - "_types.query_dsl:PinnedQuery": { + "_types.query_dsl.PinnedQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "externalDocs": { @@ -53102,7 +53102,7 @@ "type": "object", "properties": { "organic": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -53116,14 +53116,14 @@ "description": "Document IDs listed in the order they are to appear in results.\nRequired if `docs` is not specified.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "docs": { "description": "Documents listed in the order they are to appear in results.\nRequired if `ids` is not specified.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:PinnedDoc" + "$ref": "#/components/schemas/_types.query_dsl.PinnedDoc" } } }, @@ -53134,30 +53134,30 @@ } ] }, - "_types.query_dsl:PinnedDoc": { + "_types.query_dsl.PinnedDoc": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "_id" ] }, - "_types.query_dsl:PrefixQuery": { + "_types.query_dsl.PrefixQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "value": { "description": "Beginning characters of terms you wish to find in the provided field.", @@ -53174,10 +53174,10 @@ } ] }, - "_types.query_dsl:QueryStringQuery": { + "_types.query_dsl.QueryStringQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -53199,10 +53199,10 @@ "type": "boolean" }, "default_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "default_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "enable_position_increments": { "description": "If `true`, enable position increments in queries constructed from a `query_string` search.", @@ -53215,11 +53215,11 @@ "description": "Array of fields to search. Supports wildcards (`*`).", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_max_expansions": { "description": "Maximum number of terms to which the query expands for fuzzy matching.", @@ -53230,7 +53230,7 @@ "type": "number" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).", @@ -53245,7 +53245,7 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "phrase_slop": { "description": "Maximum number of positions allowed between matching tokens for phrases.", @@ -53264,17 +53264,17 @@ "type": "string" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "tie_breaker": { "description": "How to combine the queries generated from the individual search terms in the resulting `dis_max` query.", "type": "number" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "type": { - "$ref": "#/components/schemas/_types.query_dsl:TextQueryType" + "$ref": "#/components/schemas/_types.query_dsl.TextQueryType" } }, "required": [ @@ -53283,59 +53283,59 @@ } ] }, - "_types:TimeZone": { + "_types.TimeZone": { "type": "string" }, - "_types.query_dsl:RangeQuery": { + "_types.query_dsl.RangeQuery": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:UntypedRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.UntypedRangeQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:DateRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.DateRangeQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:NumberRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.NumberRangeQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:TermRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermRangeQuery" } ] }, - "_types.query_dsl:UntypedRangeQuery": { + "_types.query_dsl.UntypedRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBase" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBase" }, { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/_types:DateFormat" + "$ref": "#/components/schemas/_types.DateFormat" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types:DateFormat": { + "_types.DateFormat": { "type": "string" }, - "_types.query_dsl:RangeQueryBase": { + "_types.query_dsl.RangeQueryBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { "description": "Greater than.", @@ -53381,7 +53381,7 @@ } ] }, - "_types.query_dsl:RangeRelation": { + "_types.query_dsl.RangeRelation": { "type": "string", "enum": [ "within", @@ -53389,52 +53389,52 @@ "intersects" ] }, - "_types.query_dsl:DateRangeQuery": { + "_types.query_dsl.DateRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBaseDateMath" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBaseDateMath" }, { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/_types:DateFormat" + "$ref": "#/components/schemas/_types.DateFormat" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types.query_dsl:RangeQueryBaseDateMath": { + "_types.query_dsl.RangeQueryBaseDateMath": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "gte": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "lt": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "lte": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "from": { "deprecated": true, "oneOf": [ { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, { "nullable": true, @@ -53446,7 +53446,7 @@ "deprecated": true, "oneOf": [ { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, { "nullable": true, @@ -53458,26 +53458,26 @@ } ] }, - "_types.query_dsl:NumberRangeQuery": { + "_types.query_dsl.NumberRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBasedouble" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBasedouble" }, { "type": "object" } ] }, - "_types.query_dsl:RangeQueryBasedouble": { + "_types.query_dsl.RangeQueryBasedouble": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { "description": "Greater than.", @@ -53523,26 +53523,26 @@ } ] }, - "_types.query_dsl:TermRangeQuery": { + "_types.query_dsl.TermRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBasestring" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBasestring" }, { "type": "object" } ] }, - "_types.query_dsl:RangeQueryBasestring": { + "_types.query_dsl.RangeQueryBasestring": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { "description": "Greater than.", @@ -53588,28 +53588,28 @@ } ] }, - "_types.query_dsl:RankFeatureQuery": { + "_types.query_dsl.RankFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "saturation": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionSaturation" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionSaturation" }, "log": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionLogarithm" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionLogarithm" }, "linear": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionLinear" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionLinear" }, "sigmoid": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionSigmoid" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionSigmoid" } }, "required": [ @@ -53618,10 +53618,10 @@ } ] }, - "_types.query_dsl:RankFeatureFunctionSaturation": { + "_types.query_dsl.RankFeatureFunctionSaturation": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object", @@ -53634,13 +53634,13 @@ } ] }, - "_types.query_dsl:RankFeatureFunction": { + "_types.query_dsl.RankFeatureFunction": { "type": "object" }, - "_types.query_dsl:RankFeatureFunctionLogarithm": { + "_types.query_dsl.RankFeatureFunctionLogarithm": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object", @@ -53656,20 +53656,20 @@ } ] }, - "_types.query_dsl:RankFeatureFunctionLinear": { + "_types.query_dsl.RankFeatureFunctionLinear": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object" } ] }, - "_types.query_dsl:RankFeatureFunctionSigmoid": { + "_types.query_dsl.RankFeatureFunctionSigmoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object", @@ -53690,10 +53690,10 @@ } ] }, - "_types.query_dsl:RegexpQuery": { + "_types.query_dsl.RegexpQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -53711,7 +53711,7 @@ "type": "number" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "value": { "description": "Regular expression for terms you wish to find in the provided field.", @@ -53724,21 +53724,21 @@ } ] }, - "_types.query_dsl:RuleQuery": { + "_types.query_dsl.RuleQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "organic": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "ruleset_ids": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "match_criteria": { @@ -53753,16 +53753,16 @@ } ] }, - "_types.query_dsl:ScriptQuery": { + "_types.query_dsl.ScriptQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -53771,10 +53771,10 @@ } ] }, - "_types.query_dsl:ScriptScoreQuery": { + "_types.query_dsl.ScriptScoreQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -53784,10 +53784,10 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -53797,10 +53797,10 @@ } ] }, - "_types.query_dsl:SemanticQuery": { + "_types.query_dsl.SemanticQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -53821,10 +53821,10 @@ } ] }, - "_types.query_dsl:ShapeQuery": { + "_types.query_dsl.ShapeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -53837,10 +53837,10 @@ } ] }, - "_types.query_dsl:SimpleQueryStringQuery": { + "_types.query_dsl.SimpleQueryStringQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -53858,17 +53858,17 @@ "type": "boolean" }, "default_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "fields": { "description": "Array of fields you wish to search.\nAccepts wildcard expressions.\nYou also can boost relevance scores for matches to particular fields using a caret (`^`) notation.\nDefaults to the `index.query.default_field index` setting, which has a default value of `*`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "flags": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringFlags" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringFlags" }, "fuzzy_max_expansions": { "description": "Maximum number of terms to which the query expands for fuzzy matching.", @@ -53887,7 +53887,7 @@ "type": "boolean" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "query": { "description": "Query string in the simple query string syntax you wish to parse and use for search.", @@ -53904,26 +53904,26 @@ } ] }, - "_types.query_dsl:SimpleQueryStringFlags": { + "_types.query_dsl.SimpleQueryStringFlags": { "description": "Query flags can be either a single flag or a combination of flags, e.g. `OR|AND|PREFIX`", "allOf": [ { - "$ref": "#/components/schemas/_spec_utils:PipeSeparatedFlagsSimpleQueryStringFlag" + "$ref": "#/components/schemas/_spec_utils.PipeSeparatedFlagsSimpleQueryStringFlag" } ] }, - "_spec_utils:PipeSeparatedFlagsSimpleQueryStringFlag": { + "_spec_utils.PipeSeparatedFlagsSimpleQueryStringFlag": { "description": "A set of flags that can be represented as a single enum value or a set of values that are encoded\nas a pipe-separated string\n\nDepending on the target language, code generators can use this hint to generate language specific\nflags enum constructs and the corresponding (de-)serialization code.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringFlag" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringFlag" }, { "type": "string" } ] }, - "_types.query_dsl:SimpleQueryStringFlag": { + "_types.query_dsl.SimpleQueryStringFlag": { "type": "string", "enum": [ "NONE", @@ -53941,19 +53941,19 @@ "ALL" ] }, - "_types.query_dsl:SpanContainingQuery": { + "_types.query_dsl.SpanContainingQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "big": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "little": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -53963,62 +53963,62 @@ } ] }, - "_types.query_dsl:SpanQuery": { + "_types.query_dsl.SpanQuery": { "type": "object", "properties": { "span_containing": { - "$ref": "#/components/schemas/_types.query_dsl:SpanContainingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanContainingQuery" }, "span_field_masking": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFieldMaskingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFieldMaskingQuery" }, "span_first": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFirstQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFirstQuery" }, "span_gap": { - "$ref": "#/components/schemas/_types.query_dsl:SpanGapQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanGapQuery" }, "span_multi": { - "$ref": "#/components/schemas/_types.query_dsl:SpanMultiTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanMultiTermQuery" }, "span_near": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNearQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNearQuery" }, "span_not": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNotQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNotQuery" }, "span_or": { - "$ref": "#/components/schemas/_types.query_dsl:SpanOrQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanOrQuery" }, "span_term": { "description": "The equivalent of the `term` query but for use with other span queries.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:SpanTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanTermQuery" }, "minProperties": 1, "maxProperties": 1 }, "span_within": { - "$ref": "#/components/schemas/_types.query_dsl:SpanWithinQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanWithinQuery" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:SpanFieldMaskingQuery": { + "_types.query_dsl.SpanFieldMaskingQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -54028,10 +54028,10 @@ } ] }, - "_types.query_dsl:SpanFirstQuery": { + "_types.query_dsl.SpanFirstQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54041,7 +54041,7 @@ "type": "number" }, "match": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -54051,7 +54051,7 @@ } ] }, - "_types.query_dsl:SpanGapQuery": { + "_types.query_dsl.SpanGapQuery": { "description": "Can only be used as a clause in a span_near query.", "type": "object", "additionalProperties": { @@ -54060,16 +54060,16 @@ "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:SpanMultiTermQuery": { + "_types.query_dsl.SpanMultiTermQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "match": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -54078,10 +54078,10 @@ } ] }, - "_types.query_dsl:SpanNearQuery": { + "_types.query_dsl.SpanNearQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54090,7 +54090,7 @@ "description": "Array of one or more other span type queries.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "in_order": { @@ -54108,10 +54108,10 @@ } ] }, - "_types.query_dsl:SpanNotQuery": { + "_types.query_dsl.SpanNotQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54121,10 +54121,10 @@ "type": "number" }, "exclude": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "include": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "post": { "description": "The number of tokens after the include span that can’t have overlap with the exclude span.", @@ -54142,10 +54142,10 @@ } ] }, - "_types.query_dsl:SpanOrQuery": { + "_types.query_dsl.SpanOrQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54154,7 +54154,7 @@ "description": "Array of one or more other span type queries.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } } }, @@ -54164,16 +54164,16 @@ } ] }, - "_types.query_dsl:SpanTermQuery": { + "_types.query_dsl.SpanTermQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "required": [ @@ -54182,19 +54182,19 @@ } ] }, - "_types.query_dsl:SpanWithinQuery": { + "_types.query_dsl.SpanWithinQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "big": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "little": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -54204,10 +54204,10 @@ } ] }, - "_types.query_dsl:SparseVectorQuery": { + "_types.query_dsl.SparseVectorQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "externalDocs": { @@ -54218,7 +54218,7 @@ "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { "description": "The query text you want to use for search.\nIf inference_id is specified, query must also be specified.", @@ -54230,7 +54230,7 @@ "type": "boolean" }, "pruning_config": { - "$ref": "#/components/schemas/_types.query_dsl:TokenPruningConfig" + "$ref": "#/components/schemas/_types.query_dsl.TokenPruningConfig" } }, "required": [ @@ -54248,7 +54248,7 @@ } }, "inference_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "minProperties": 1, @@ -54258,7 +54258,7 @@ } ] }, - "_types.query_dsl:TokenPruningConfig": { + "_types.query_dsl.TokenPruningConfig": { "type": "object", "properties": { "tokens_freq_ratio_threshold": { @@ -54275,16 +54275,16 @@ } } }, - "_types.query_dsl:TermQuery": { + "_types.query_dsl.TermQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "case_insensitive": { "description": "Allows ASCII case insensitive matching of the value with the indexed field values when set to `true`.\nWhen `false`, the case sensitivity of matching depends on the underlying field’s mapping.", @@ -54297,38 +54297,38 @@ } ] }, - "_types.query_dsl:TermsQuery": { + "_types.query_dsl.TermsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:TermsSetQuery": { + "_types.query_dsl.TermsSetQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "minimum_should_match_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "minimum_should_match_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "terms": { "description": "Array of terms you wish to find in the provided field.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } } }, @@ -54338,10 +54338,10 @@ } ] }, - "_types.query_dsl:TextExpansionQuery": { + "_types.query_dsl.TextExpansionQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54355,7 +54355,7 @@ "type": "string" }, "pruning_config": { - "$ref": "#/components/schemas/_types.query_dsl:TokenPruningConfig" + "$ref": "#/components/schemas/_types.query_dsl.TokenPruningConfig" } }, "required": [ @@ -54365,10 +54365,10 @@ } ] }, - "_types.query_dsl:WeightedTokensQuery": { + "_types.query_dsl.WeightedTokensQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54381,7 +54381,7 @@ } }, "pruning_config": { - "$ref": "#/components/schemas/_types.query_dsl:TokenPruningConfig" + "$ref": "#/components/schemas/_types.query_dsl.TokenPruningConfig" } }, "required": [ @@ -54390,10 +54390,10 @@ } ] }, - "_types.query_dsl:WildcardQuery": { + "_types.query_dsl.WildcardQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54403,7 +54403,7 @@ "type": "boolean" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "value": { "description": "Wildcard pattern for terms you wish to find in the provided field. Required, when wildcard is not set.", @@ -54417,10 +54417,10 @@ } ] }, - "_types.query_dsl:WrapperQuery": { + "_types.query_dsl.WrapperQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54436,10 +54436,10 @@ } ] }, - "_types.query_dsl:TypeQuery": { + "_types.query_dsl.TypeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54454,23 +54454,23 @@ } ] }, - "_types.aggregations:BucketAggregationBase": { + "_types.aggregations.BucketAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object" } ] }, - "_types.aggregations:Aggregation": { + "_types.aggregations.Aggregation": { "type": "object" }, - "_types.aggregations:AutoDateHistogramAggregation": { + "_types.aggregations.AutoDateHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -54480,17 +54480,17 @@ "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "description": "The date format used to format `key_as_string` in the response.\nIf no `format` is specified, the first date format specified in the field mapping is used.", "type": "string" }, "minimum_interval": { - "$ref": "#/components/schemas/_types.aggregations:MinimumInterval" + "$ref": "#/components/schemas/_types.aggregations.MinimumInterval" }, "missing": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "offset": { "description": "Time zone specified as a ISO 8601 UTC offset.", @@ -54503,16 +54503,16 @@ } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types.aggregations:MinimumInterval": { + "_types.aggregations.MinimumInterval": { "type": "string", "enum": [ "second", @@ -54523,20 +54523,20 @@ "year" ] }, - "_types.aggregations:AverageAggregation": { + "_types.aggregations.AverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:FormatMetricAggregationBase": { + "_types.aggregations.FormatMetricAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -54548,21 +54548,21 @@ } ] }, - "_types.aggregations:MetricAggregationBase": { + "_types.aggregations.MetricAggregationBase": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, - "_types.aggregations:Missing": { + "_types.aggregations.Missing": { "oneOf": [ { "type": "string" @@ -54578,20 +54578,20 @@ } ] }, - "_types.aggregations:AverageBucketAggregation": { + "_types.aggregations.AverageBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:PipelineAggregationBase": { + "_types.aggregations.PipelineAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketPathAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketPathAggregation" }, { "type": "object", @@ -54601,13 +54601,13 @@ "type": "string" }, "gap_policy": { - "$ref": "#/components/schemas/_types.aggregations:GapPolicy" + "$ref": "#/components/schemas/_types.aggregations.GapPolicy" } } } ] }, - "_types.aggregations:GapPolicy": { + "_types.aggregations.GapPolicy": { "type": "string", "enum": [ "skip", @@ -54615,22 +54615,22 @@ "keep_values" ] }, - "_types.aggregations:BucketPathAggregation": { + "_types.aggregations.BucketPathAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "buckets_path": { - "$ref": "#/components/schemas/_types.aggregations:BucketsPath" + "$ref": "#/components/schemas/_types.aggregations.BucketsPath" } } } ] }, - "_types.aggregations:BucketsPath": { + "_types.aggregations.BucketsPath": { "description": "Buckets path can be expressed in different ways, and an aggregation may accept some or all of these\nforms depending on its type. Please refer to each aggregation's documentation to know what buckets\npath forms they accept.", "oneOf": [ { @@ -54650,10 +54650,10 @@ } ] }, - "_types.aggregations:BoxplotAggregation": { + "_types.aggregations.BoxplotAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -54666,40 +54666,40 @@ } ] }, - "_types.aggregations:BucketScriptAggregation": { + "_types.aggregations.BucketScriptAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } } ] }, - "_types.aggregations:BucketSelectorAggregation": { + "_types.aggregations.BucketSelectorAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } } ] }, - "_types.aggregations:BucketSortAggregation": { + "_types.aggregations.BucketSortAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", @@ -54709,23 +54709,23 @@ "type": "number" }, "gap_policy": { - "$ref": "#/components/schemas/_types.aggregations:GapPolicy" + "$ref": "#/components/schemas/_types.aggregations.GapPolicy" }, "size": { "description": "The number of buckets to return.\nDefaults to all buckets of the parent aggregation.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" } } } ] }, - "_types.aggregations:BucketKsAggregation": { + "_types.aggregations.BucketKsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketPathAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketPathAggregation" }, { "type": "object", @@ -54752,16 +54752,16 @@ } ] }, - "_types.aggregations:BucketCorrelationAggregation": { + "_types.aggregations.BucketCorrelationAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketPathAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketPathAggregation" }, { "type": "object", "properties": { "function": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationFunction" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationFunction" } }, "required": [ @@ -54770,29 +54770,29 @@ } ] }, - "_types.aggregations:BucketCorrelationFunction": { + "_types.aggregations.BucketCorrelationFunction": { "type": "object", "properties": { "count_correlation": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationFunctionCountCorrelation" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationFunctionCountCorrelation" } }, "required": [ "count_correlation" ] }, - "_types.aggregations:BucketCorrelationFunctionCountCorrelation": { + "_types.aggregations.BucketCorrelationFunctionCountCorrelation": { "type": "object", "properties": { "indicator": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationFunctionCountCorrelationIndicator" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationFunctionCountCorrelationIndicator" } }, "required": [ "indicator" ] }, - "_types.aggregations:BucketCorrelationFunctionCountCorrelationIndicator": { + "_types.aggregations.BucketCorrelationFunctionCountCorrelationIndicator": { "type": "object", "properties": { "doc_count": { @@ -54819,10 +54819,10 @@ "expectations" ] }, - "_types.aggregations:CardinalityAggregation": { + "_types.aggregations.CardinalityAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -54835,13 +54835,13 @@ "type": "boolean" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:CardinalityExecutionMode" + "$ref": "#/components/schemas/_types.aggregations.CardinalityExecutionMode" } } } ] }, - "_types.aggregations:CardinalityExecutionMode": { + "_types.aggregations.CardinalityExecutionMode": { "type": "string", "enum": [ "global_ordinals", @@ -54851,16 +54851,16 @@ "save_time_heuristic" ] }, - "_types.aggregations:CategorizeTextAggregation": { + "_types.aggregations.CategorizeTextAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "max_unique_tokens": { "description": "The maximum number of unique tokens at any position up to max_matched_tokens. Must be larger than 1.\nSmaller values use less memory and create fewer categories. Larger values will use more memory and\ncreate narrower categories. Max allowed value is 100.", @@ -54882,7 +54882,7 @@ } }, "categorization_analyzer": { - "$ref": "#/components/schemas/_types.aggregations:CategorizeTextAnalyzer" + "$ref": "#/components/schemas/_types.aggregations.CategorizeTextAnalyzer" }, "shard_size": { "description": "The number of categorization buckets to return from each shard before merging all the results.", @@ -54907,17 +54907,17 @@ } ] }, - "_types.aggregations:CategorizeTextAnalyzer": { + "_types.aggregations.CategorizeTextAnalyzer": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.aggregations:CustomCategorizeTextAnalyzer" + "$ref": "#/components/schemas/_types.aggregations.CustomCategorizeTextAnalyzer" } ] }, - "_types.aggregations:CustomCategorizeTextAnalyzer": { + "_types.aggregations.CustomCategorizeTextAnalyzer": { "type": "object", "properties": { "char_filter": { @@ -54937,31 +54937,31 @@ } } }, - "_types.aggregations:ChildrenAggregation": { + "_types.aggregations.ChildrenAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } } ] }, - "_types.aggregations:CompositeAggregation": { + "_types.aggregations.CompositeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregateKey" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregateKey" }, "size": { "description": "The number of composite buckets that should be returned.", @@ -54973,7 +54973,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationSource" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationSource" } } } @@ -54981,57 +54981,57 @@ } ] }, - "_types.aggregations:CompositeAggregationSource": { + "_types.aggregations.CompositeAggregationSource": { "type": "object", "properties": { "terms": { - "$ref": "#/components/schemas/_types.aggregations:CompositeTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeTermsAggregation" }, "histogram": { - "$ref": "#/components/schemas/_types.aggregations:CompositeHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeHistogramAggregation" }, "date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:CompositeDateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeDateHistogramAggregation" }, "geotile_grid": { - "$ref": "#/components/schemas/_types.aggregations:CompositeGeoTileGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeGeoTileGridAggregation" } } }, - "_types.aggregations:CompositeTermsAggregation": { + "_types.aggregations.CompositeTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:CompositeAggregationBase": { + "_types.aggregations.CompositeAggregationBase": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing_bucket": { "type": "boolean" }, "missing_order": { - "$ref": "#/components/schemas/_types.aggregations:MissingOrder" + "$ref": "#/components/schemas/_types.aggregations.MissingOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "value_type": { - "$ref": "#/components/schemas/_types.aggregations:ValueType" + "$ref": "#/components/schemas/_types.aggregations.ValueType" }, "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" } } }, - "_types.aggregations:MissingOrder": { + "_types.aggregations.MissingOrder": { "type": "string", "enum": [ "first", @@ -55039,7 +55039,7 @@ "default" ] }, - "_types.aggregations:ValueType": { + "_types.aggregations.ValueType": { "type": "string", "enum": [ "string", @@ -55054,10 +55054,10 @@ "boolean" ] }, - "_types.aggregations:CompositeHistogramAggregation": { + "_types.aggregations.CompositeHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object", @@ -55072,10 +55072,10 @@ } ] }, - "_types.aggregations:CompositeDateHistogramAggregation": { + "_types.aggregations.CompositeDateHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object", @@ -55084,25 +55084,25 @@ "type": "string" }, "calendar_interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" }, "fixed_interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" }, "offset": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types.aggregations:CompositeGeoTileGridAggregation": { + "_types.aggregations.CompositeGeoTileGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object", @@ -55111,74 +55111,74 @@ "type": "number" }, "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" } } } ] }, - "_types.aggregations:CumulativeCardinalityAggregation": { + "_types.aggregations.CumulativeCardinalityAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:CumulativeSumAggregation": { + "_types.aggregations.CumulativeSumAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:DateHistogramAggregation": { + "_types.aggregations.DateHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "calendar_interval": { - "$ref": "#/components/schemas/_types.aggregations:CalendarInterval" + "$ref": "#/components/schemas/_types.aggregations.CalendarInterval" }, "extended_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsFieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsFieldDateMath" }, "hard_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsFieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsFieldDateMath" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "fixed_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "format": { "description": "The date format used to format `key_as_string` in the response.\nIf no `format` is specified, the first date format specified in the field mapping is used.", "type": "string" }, "interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "min_doc_count": { "description": "Only returns buckets that have `min_doc_count` number of documents.\nBy default, all buckets between the first bucket that matches documents and the last one are returned.", "type": "number" }, "missing": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "offset": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "params": { "type": "object", @@ -55187,10 +55187,10 @@ } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "keyed": { "description": "Set to `true` to associate a unique string key with each bucket and return the ranges as a hash rather than an array.", @@ -55200,7 +55200,7 @@ } ] }, - "_types.aggregations:CalendarInterval": { + "_types.aggregations.CalendarInterval": { "type": "string", "enum": [ "second", @@ -55221,34 +55221,34 @@ "1y" ] }, - "_types.aggregations:ExtendedBoundsFieldDateMath": { + "_types.aggregations.ExtendedBoundsFieldDateMath": { "type": "object", "properties": { "max": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" }, "min": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" } } }, - "_types.aggregations:FieldDateMath": { + "_types.aggregations.FieldDateMath": { "description": "A date range limit, represented either as a DateMath expression or a number expressed\naccording to the target field's precision.", "oneOf": [ { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, { "type": "number" } ] }, - "_types.aggregations:AggregateOrder": { + "_types.aggregations.AggregateOrder": { "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "minProperties": 1, "maxProperties": 1 @@ -55258,7 +55258,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "minProperties": 1, "maxProperties": 1 @@ -55266,33 +55266,33 @@ } ] }, - "_types.aggregations:DateRangeAggregation": { + "_types.aggregations.DateRangeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "description": "The date format used to format `from` and `to` in the response.", "type": "string" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "ranges": { "description": "Array of date ranges.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:DateRangeExpression" + "$ref": "#/components/schemas/_types.aggregations.DateRangeExpression" } }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "keyed": { "description": "Set to `true` to associate a unique string key with each bucket and returns the ranges as a hash rather than an array.", @@ -55302,61 +55302,61 @@ } ] }, - "_types.aggregations:DateRangeExpression": { + "_types.aggregations.DateRangeExpression": { "type": "object", "properties": { "from": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" }, "key": { "description": "Custom key to return the range with.", "type": "string" }, "to": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" } } }, - "_types.aggregations:DerivativeAggregation": { + "_types.aggregations.DerivativeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:DiversifiedSamplerAggregation": { + "_types.aggregations.DiversifiedSamplerAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:SamplerAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.SamplerAggregationExecutionHint" }, "max_docs_per_value": { "description": "Limits how many documents are permitted per choice of de-duplicating value.", "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "shard_size": { "description": "Limits how many top-scoring documents are collected in the sample processed on each shard.", "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } } ] }, - "_types.aggregations:SamplerAggregationExecutionHint": { + "_types.aggregations.SamplerAggregationExecutionHint": { "type": "string", "enum": [ "map", @@ -55364,10 +55364,10 @@ "bytes_hash" ] }, - "_types.aggregations:ExtendedStatsAggregation": { + "_types.aggregations.ExtendedStatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -55380,10 +55380,10 @@ } ] }, - "_types.aggregations:ExtendedStatsBucketAggregation": { + "_types.aggregations.ExtendedStatsBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -55396,14 +55396,14 @@ } ] }, - "_types.aggregations:FrequentItemSetsAggregation": { + "_types.aggregations.FrequentItemSetsAggregation": { "type": "object", "properties": { "fields": { "description": "Fields to analyze.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsField" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsField" } }, "minimum_set_size": { @@ -55419,31 +55419,31 @@ "type": "number" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ "fields" ] }, - "_types.aggregations:FrequentItemSetsField": { + "_types.aggregations.FrequentItemSetsField": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" } }, "required": [ "field" ] }, - "_types.aggregations:TermsExclude": { + "_types.aggregations.TermsExclude": { "oneOf": [ { "type": "string" @@ -55456,7 +55456,7 @@ } ] }, - "_types.aggregations:TermsInclude": { + "_types.aggregations.TermsInclude": { "oneOf": [ { "type": "string" @@ -55468,11 +55468,11 @@ } }, { - "$ref": "#/components/schemas/_types.aggregations:TermsPartition" + "$ref": "#/components/schemas/_types.aggregations.TermsPartition" } ] }, - "_types.aggregations:TermsPartition": { + "_types.aggregations.TermsPartition": { "type": "object", "properties": { "num_partitions": { @@ -55489,16 +55489,16 @@ "partition" ] }, - "_types.aggregations:FiltersAggregation": { + "_types.aggregations.FiltersAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "filters": { - "$ref": "#/components/schemas/_types.aggregations:BucketsQueryContainer" + "$ref": "#/components/schemas/_types.aggregations.BucketsQueryContainer" }, "other_bucket": { "description": "Set to `true` to add a bucket to the response which will contain all documents that do not match any of the given filters.", @@ -55516,27 +55516,27 @@ } ] }, - "_types.aggregations:BucketsQueryContainer": { + "_types.aggregations.BucketsQueryContainer": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] }, - "_types.aggregations:GeoBoundsAggregation": { + "_types.aggregations.GeoBoundsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -55549,10 +55549,10 @@ } ] }, - "_types.aggregations:GeoCentroidAggregation": { + "_types.aggregations.GeoCentroidAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -55561,44 +55561,44 @@ "type": "number" }, "location": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } } } ] }, - "_types.aggregations:GeoDistanceAggregation": { + "_types.aggregations.GeoDistanceAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "distance_type": { - "$ref": "#/components/schemas/_types:GeoDistanceType" + "$ref": "#/components/schemas/_types.GeoDistanceType" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "origin": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "ranges": { "description": "An array of ranges used to bucket documents.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:AggregationRange" + "$ref": "#/components/schemas/_types.aggregations.AggregationRange" } }, "unit": { - "$ref": "#/components/schemas/_types:DistanceUnit" + "$ref": "#/components/schemas/_types.DistanceUnit" } } } ] }, - "_types.aggregations:AggregationRange": { + "_types.aggregations.AggregationRange": { "type": "object", "properties": { "from": { @@ -55631,22 +55631,22 @@ } } }, - "_types.aggregations:GeoHashGridAggregation": { + "_types.aggregations.GeoHashGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision": { - "$ref": "#/components/schemas/_types:GeoHashPrecision" + "$ref": "#/components/schemas/_types.GeoHashPrecision" }, "shard_size": { "description": "Allows for more accurate counting of the top cells returned in the final result the aggregation.\nDefaults to returning `max(10,(size x number-of-shards))` buckets from each shard.", @@ -55660,7 +55660,7 @@ } ] }, - "_types:GeoHashPrecision": { + "_types.GeoHashPrecision": { "description": "A precision that can be expressed as a geohash length between 1 and 12, or a distance measure like \"1km\", \"10m\".", "oneOf": [ { @@ -55671,21 +55671,21 @@ } ] }, - "_types.aggregations:GeoLineAggregation": { + "_types.aggregations.GeoLineAggregation": { "type": "object", "properties": { "point": { - "$ref": "#/components/schemas/_types.aggregations:GeoLinePoint" + "$ref": "#/components/schemas/_types.aggregations.GeoLinePoint" }, "sort": { - "$ref": "#/components/schemas/_types.aggregations:GeoLineSort" + "$ref": "#/components/schemas/_types.aggregations.GeoLineSort" }, "include_sort": { "description": "When `true`, returns an additional array of the sort values in the feature properties.", "type": "boolean" }, "sort_order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "size": { "description": "The maximum length of the line represented in the aggregation.\nValid sizes are between 1 and 10000.", @@ -55697,41 +55697,41 @@ "sort" ] }, - "_types.aggregations:GeoLinePoint": { + "_types.aggregations.GeoLinePoint": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "_types.aggregations:GeoLineSort": { + "_types.aggregations.GeoLineSort": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "_types.aggregations:GeoTileGridAggregation": { + "_types.aggregations.GeoTileGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision": { - "$ref": "#/components/schemas/_types:GeoTilePrecision" + "$ref": "#/components/schemas/_types.GeoTilePrecision" }, "shard_size": { "description": "Allows for more accurate counting of the top cells returned in the final result the aggregation.\nDefaults to returning `max(10,(size x number-of-shards))` buckets from each shard.", @@ -55742,32 +55742,32 @@ "type": "number" }, "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" } } } ] }, - "_types:GeoTilePrecision": { + "_types.GeoTilePrecision": { "type": "number" }, - "_types.aggregations:GeohexGridAggregation": { + "_types.aggregations.GeohexGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision": { "description": "Integer zoom of the key used to defined cells or buckets\nin the results. Value should be between 0-15.", "type": "number" }, "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" }, "size": { "description": "Maximum number of buckets to return.", @@ -55784,32 +55784,32 @@ } ] }, - "_types.aggregations:GlobalAggregation": { + "_types.aggregations.GlobalAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:HistogramAggregation": { + "_types.aggregations.HistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "extended_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsdouble" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsdouble" }, "hard_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsdouble" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsdouble" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "interval": { "description": "The interval for the buckets.\nMust be a positive decimal.", @@ -55828,10 +55828,10 @@ "type": "number" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "format": { "type": "string" @@ -55844,7 +55844,7 @@ } ] }, - "_types.aggregations:ExtendedBoundsdouble": { + "_types.aggregations.ExtendedBoundsdouble": { "type": "object", "properties": { "max": { @@ -55857,29 +55857,29 @@ } } }, - "_types.aggregations:IpRangeAggregation": { + "_types.aggregations.IpRangeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ranges": { "description": "Array of IP ranges.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeAggregationRange" + "$ref": "#/components/schemas/_types.aggregations.IpRangeAggregationRange" } } } } ] }, - "_types.aggregations:IpRangeAggregationRange": { + "_types.aggregations.IpRangeAggregationRange": { "type": "object", "properties": { "from": { @@ -55912,16 +55912,16 @@ } } }, - "_types.aggregations:IpPrefixAggregation": { + "_types.aggregations.IpPrefixAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "prefix_length": { "description": "Length of the network prefix. For IPv4 addresses the accepted range is [0, 32].\nFor IPv6 addresses the accepted range is [0, 128].", @@ -55951,19 +55951,19 @@ } ] }, - "_types.aggregations:InferenceAggregation": { + "_types.aggregations.InferenceAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "model_id": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "inference_config": { - "$ref": "#/components/schemas/_types.aggregations:InferenceConfigContainer" + "$ref": "#/components/schemas/_types.aggregations.InferenceConfigContainer" } }, "required": [ @@ -55972,24 +55972,24 @@ } ] }, - "_types.aggregations:InferenceConfigContainer": { + "_types.aggregations.InferenceConfigContainer": { "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ml._types:RegressionInferenceOptions" + "$ref": "#/components/schemas/ml._types.RegressionInferenceOptions" }, "classification": { - "$ref": "#/components/schemas/ml._types:ClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ClassificationInferenceOptions" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:RegressionInferenceOptions": { + "ml._types.RegressionInferenceOptions": { "type": "object", "properties": { "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "num_top_feature_importance_values": { "description": "Specifies the maximum number of feature importance values per document.", @@ -55997,7 +55997,7 @@ } } }, - "ml._types:ClassificationInferenceOptions": { + "ml._types.ClassificationInferenceOptions": { "type": "object", "properties": { "num_top_classes": { @@ -56022,31 +56022,31 @@ } } }, - "_types.aggregations:MatrixStatsAggregation": { + "_types.aggregations.MatrixStatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MatrixAggregation" + "$ref": "#/components/schemas/_types.aggregations.MatrixAggregation" }, { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/_types:SortMode" + "$ref": "#/components/schemas/_types.SortMode" } } } ] }, - "_types.aggregations:MatrixAggregation": { + "_types.aggregations.MatrixAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "missing": { "description": "The value to apply to documents that do not have a value.\nBy default, documents without a value are ignored.", @@ -56059,30 +56059,30 @@ } ] }, - "_types.aggregations:MaxAggregation": { + "_types.aggregations.MaxAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MaxBucketAggregation": { + "_types.aggregations.MaxBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MedianAbsoluteDeviationAggregation": { + "_types.aggregations.MedianAbsoluteDeviationAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -56095,70 +56095,70 @@ } ] }, - "_types.aggregations:MinAggregation": { + "_types.aggregations.MinAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MinBucketAggregation": { + "_types.aggregations.MinBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MissingAggregation": { + "_types.aggregations.MissingAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" } } } ] }, - "_types.aggregations:MovingAverageAggregation": { + "_types.aggregations.MovingAverageAggregation": { "discriminator": { "propertyName": "model" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:LinearMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.LinearMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:SimpleMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.SimpleMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:EwmaMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.EwmaMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:HoltMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.HoltMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:HoltWintersMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.HoltWintersMovingAverageAggregation" } ] }, - "_types.aggregations:LinearMovingAverageAggregation": { + "_types.aggregations.LinearMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -56170,7 +56170,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" } }, "required": [ @@ -56180,13 +56180,13 @@ } ] }, - "_types:EmptyObject": { + "_types.EmptyObject": { "type": "object" }, - "_types.aggregations:MovingAverageAggregationBase": { + "_types.aggregations.MovingAverageAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -56204,10 +56204,10 @@ } ] }, - "_types.aggregations:SimpleMovingAverageAggregation": { + "_types.aggregations.SimpleMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -56219,7 +56219,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" } }, "required": [ @@ -56229,10 +56229,10 @@ } ] }, - "_types.aggregations:EwmaMovingAverageAggregation": { + "_types.aggregations.EwmaMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -56244,7 +56244,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types.aggregations:EwmaModelSettings" + "$ref": "#/components/schemas/_types.aggregations.EwmaModelSettings" } }, "required": [ @@ -56254,7 +56254,7 @@ } ] }, - "_types.aggregations:EwmaModelSettings": { + "_types.aggregations.EwmaModelSettings": { "type": "object", "properties": { "alpha": { @@ -56262,10 +56262,10 @@ } } }, - "_types.aggregations:HoltMovingAverageAggregation": { + "_types.aggregations.HoltMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -56277,7 +56277,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types.aggregations:HoltLinearModelSettings" + "$ref": "#/components/schemas/_types.aggregations.HoltLinearModelSettings" } }, "required": [ @@ -56287,7 +56287,7 @@ } ] }, - "_types.aggregations:HoltLinearModelSettings": { + "_types.aggregations.HoltLinearModelSettings": { "type": "object", "properties": { "alpha": { @@ -56298,10 +56298,10 @@ } } }, - "_types.aggregations:HoltWintersMovingAverageAggregation": { + "_types.aggregations.HoltWintersMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -56313,7 +56313,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types.aggregations:HoltWintersModelSettings" + "$ref": "#/components/schemas/_types.aggregations.HoltWintersModelSettings" } }, "required": [ @@ -56323,7 +56323,7 @@ } ] }, - "_types.aggregations:HoltWintersModelSettings": { + "_types.aggregations.HoltWintersModelSettings": { "type": "object", "properties": { "alpha": { @@ -56342,21 +56342,21 @@ "type": "number" }, "type": { - "$ref": "#/components/schemas/_types.aggregations:HoltWintersType" + "$ref": "#/components/schemas/_types.aggregations.HoltWintersType" } } }, - "_types.aggregations:HoltWintersType": { + "_types.aggregations.HoltWintersType": { "type": "string", "enum": [ "add", "mult" ] }, - "_types.aggregations:MovingPercentilesAggregation": { + "_types.aggregations.MovingPercentilesAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -56376,10 +56376,10 @@ } ] }, - "_types.aggregations:MovingFunctionAggregation": { + "_types.aggregations.MovingFunctionAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -56400,19 +56400,19 @@ } ] }, - "_types.aggregations:MultiTermsAggregation": { + "_types.aggregations.MultiTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "collect_mode": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationCollectMode" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationCollectMode" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "min_doc_count": { "description": "The minimum number of documents in a bucket for it to be returned.", @@ -56438,7 +56438,7 @@ "description": "The field from which to generate sets of terms.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermLookup" + "$ref": "#/components/schemas/_types.aggregations.MultiTermLookup" } } }, @@ -56448,58 +56448,58 @@ } ] }, - "_types.aggregations:TermsAggregationCollectMode": { + "_types.aggregations.TermsAggregationCollectMode": { "type": "string", "enum": [ "depth_first", "breadth_first" ] }, - "_types.aggregations:MultiTermLookup": { + "_types.aggregations.MultiTermLookup": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" } }, "required": [ "field" ] }, - "_types.aggregations:NestedAggregation": { + "_types.aggregations.NestedAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } } ] }, - "_types.aggregations:NormalizeAggregation": { + "_types.aggregations.NormalizeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "method": { - "$ref": "#/components/schemas/_types.aggregations:NormalizeMethod" + "$ref": "#/components/schemas/_types.aggregations.NormalizeMethod" } } } ] }, - "_types.aggregations:NormalizeMethod": { + "_types.aggregations.NormalizeMethod": { "type": "string", "enum": [ "rescale_0_1", @@ -56510,25 +56510,25 @@ "softmax" ] }, - "_types.aggregations:ParentAggregation": { + "_types.aggregations.ParentAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } } ] }, - "_types.aggregations:PercentileRanksAggregation": { + "_types.aggregations.PercentileRanksAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -56553,16 +56553,16 @@ ] }, "hdr": { - "$ref": "#/components/schemas/_types.aggregations:HdrMethod" + "$ref": "#/components/schemas/_types.aggregations.HdrMethod" }, "tdigest": { - "$ref": "#/components/schemas/_types.aggregations:TDigest" + "$ref": "#/components/schemas/_types.aggregations.TDigest" } } } ] }, - "_types.aggregations:HdrMethod": { + "_types.aggregations.HdrMethod": { "type": "object", "properties": { "number_of_significant_value_digits": { @@ -56571,7 +56571,7 @@ } } }, - "_types.aggregations:TDigest": { + "_types.aggregations.TDigest": { "type": "object", "properties": { "compression": { @@ -56580,10 +56580,10 @@ } } }, - "_types.aggregations:PercentilesAggregation": { + "_types.aggregations.PercentilesAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -56600,19 +56600,19 @@ } }, "hdr": { - "$ref": "#/components/schemas/_types.aggregations:HdrMethod" + "$ref": "#/components/schemas/_types.aggregations.HdrMethod" }, "tdigest": { - "$ref": "#/components/schemas/_types.aggregations:TDigest" + "$ref": "#/components/schemas/_types.aggregations.TDigest" } } } ] }, - "_types.aggregations:PercentilesBucketAggregation": { + "_types.aggregations.PercentilesBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -56628,16 +56628,16 @@ } ] }, - "_types.aggregations:RangeAggregation": { + "_types.aggregations.RangeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { "description": "The value to apply to documents that do not have a value.\nBy default, documents without a value are ignored.", @@ -56647,11 +56647,11 @@ "description": "An array of ranges used to bucket documents.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:AggregationRange" + "$ref": "#/components/schemas/_types.aggregations.AggregationRange" } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "keyed": { "description": "Set to `true` to associate a unique string key with each bucket and return the ranges as a hash rather than an array.", @@ -56664,29 +56664,29 @@ } ] }, - "_types.aggregations:RareTermsAggregation": { + "_types.aggregations.RareTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "max_doc_count": { "description": "The maximum number of documents a term should appear in.", "type": "number" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "precision": { "description": "The precision of the internal CuckooFilters.\nSmaller precision leads to better approximation, but higher memory usage.", @@ -56699,50 +56699,50 @@ } ] }, - "_types.aggregations:RateAggregation": { + "_types.aggregations.RateAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", "properties": { "unit": { - "$ref": "#/components/schemas/_types.aggregations:CalendarInterval" + "$ref": "#/components/schemas/_types.aggregations.CalendarInterval" }, "mode": { - "$ref": "#/components/schemas/_types.aggregations:RateMode" + "$ref": "#/components/schemas/_types.aggregations.RateMode" } } } ] }, - "_types.aggregations:RateMode": { + "_types.aggregations.RateMode": { "type": "string", "enum": [ "sum", "value_count" ] }, - "_types.aggregations:ReverseNestedAggregation": { + "_types.aggregations.ReverseNestedAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } } ] }, - "_types.aggregations:RandomSamplerAggregation": { + "_types.aggregations.RandomSamplerAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -56766,10 +56766,10 @@ } ] }, - "_types.aggregations:SamplerAggregation": { + "_types.aggregations.SamplerAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -56782,22 +56782,22 @@ } ] }, - "_types.aggregations:ScriptedMetricAggregation": { + "_types.aggregations.ScriptedMetricAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", "properties": { "combine_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "init_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "map_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "params": { "description": "A global object with script parameters for `init`, `map` and `combine` scripts.\nIt is shared between the scripts.", @@ -56807,16 +56807,16 @@ } }, "reduce_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } } ] }, - "_types.aggregations:SerialDifferencingAggregation": { + "_types.aggregations.SerialDifferencingAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -56829,50 +56829,50 @@ } ] }, - "_types.aggregations:SignificantTermsAggregation": { + "_types.aggregations.SignificantTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "background_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "chi_square": { - "$ref": "#/components/schemas/_types.aggregations:ChiSquareHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ChiSquareHeuristic" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationExecutionHint" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "gnd": { - "$ref": "#/components/schemas/_types.aggregations:GoogleNormalizedDistanceHeuristic" + "$ref": "#/components/schemas/_types.aggregations.GoogleNormalizedDistanceHeuristic" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "jlh": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" }, "min_doc_count": { "description": "Only return terms that are found in more than `min_doc_count` hits.", "type": "number" }, "mutual_information": { - "$ref": "#/components/schemas/_types.aggregations:MutualInformationHeuristic" + "$ref": "#/components/schemas/_types.aggregations.MutualInformationHeuristic" }, "percentage": { - "$ref": "#/components/schemas/_types.aggregations:PercentageScoreHeuristic" + "$ref": "#/components/schemas/_types.aggregations.PercentageScoreHeuristic" }, "script_heuristic": { - "$ref": "#/components/schemas/_types.aggregations:ScriptedHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ScriptedHeuristic" }, "shard_min_doc_count": { "description": "Regulates the certainty a shard has if the term should actually be added to the candidate list or not with respect to the `min_doc_count`.\nTerms will only be considered if their local shard frequency within the set is higher than the `shard_min_doc_count`.", @@ -56890,7 +56890,7 @@ } ] }, - "_types.aggregations:ChiSquareHeuristic": { + "_types.aggregations.ChiSquareHeuristic": { "type": "object", "properties": { "background_is_superset": { @@ -56907,7 +56907,7 @@ "include_negatives" ] }, - "_types.aggregations:TermsAggregationExecutionHint": { + "_types.aggregations.TermsAggregationExecutionHint": { "type": "string", "enum": [ "map", @@ -56916,7 +56916,7 @@ "global_ordinals_low_cardinality" ] }, - "_types.aggregations:GoogleNormalizedDistanceHeuristic": { + "_types.aggregations.GoogleNormalizedDistanceHeuristic": { "type": "object", "properties": { "background_is_superset": { @@ -56925,7 +56925,7 @@ } } }, - "_types.aggregations:MutualInformationHeuristic": { + "_types.aggregations.MutualInformationHeuristic": { "type": "object", "properties": { "background_is_superset": { @@ -56938,68 +56938,68 @@ } } }, - "_types.aggregations:PercentageScoreHeuristic": { + "_types.aggregations.PercentageScoreHeuristic": { "type": "object" }, - "_types.aggregations:ScriptedHeuristic": { + "_types.aggregations.ScriptedHeuristic": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "script" ] }, - "_types.aggregations:SignificantTextAggregation": { + "_types.aggregations.SignificantTextAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "background_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "chi_square": { - "$ref": "#/components/schemas/_types.aggregations:ChiSquareHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ChiSquareHeuristic" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationExecutionHint" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "filter_duplicate_text": { "description": "Whether to out duplicate text to deal with noisy data.", "type": "boolean" }, "gnd": { - "$ref": "#/components/schemas/_types.aggregations:GoogleNormalizedDistanceHeuristic" + "$ref": "#/components/schemas/_types.aggregations.GoogleNormalizedDistanceHeuristic" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "jlh": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" }, "min_doc_count": { "description": "Only return values that are found in more than `min_doc_count` hits.", "type": "number" }, "mutual_information": { - "$ref": "#/components/schemas/_types.aggregations:MutualInformationHeuristic" + "$ref": "#/components/schemas/_types.aggregations.MutualInformationHeuristic" }, "percentage": { - "$ref": "#/components/schemas/_types.aggregations:PercentageScoreHeuristic" + "$ref": "#/components/schemas/_types.aggregations.PercentageScoreHeuristic" }, "script_heuristic": { - "$ref": "#/components/schemas/_types.aggregations:ScriptedHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ScriptedHeuristic" }, "shard_min_doc_count": { "description": "Regulates the certainty a shard has if the values should actually be added to the candidate list or not with respect to the min_doc_count.\nValues will only be considered if their local shard frequency within the set is higher than the `shard_min_doc_count`.", @@ -57014,36 +57014,36 @@ "type": "number" }, "source_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } } ] }, - "_types.aggregations:StatsAggregation": { + "_types.aggregations.StatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:StatsBucketAggregation": { + "_types.aggregations.StatsBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:StringStatsAggregation": { + "_types.aggregations.StringStatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -57056,58 +57056,58 @@ } ] }, - "_types.aggregations:SumAggregation": { + "_types.aggregations.SumAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:SumBucketAggregation": { + "_types.aggregations.SumBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregation": { + "_types.aggregations.TermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "collect_mode": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationCollectMode" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationCollectMode" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationExecutionHint" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "min_doc_count": { "description": "Only return values that are found in more than `min_doc_count` hits.", "type": "number" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "missing_order": { - "$ref": "#/components/schemas/_types.aggregations:MissingOrder" + "$ref": "#/components/schemas/_types.aggregations.MissingOrder" }, "missing_bucket": { "type": "boolean" @@ -57117,10 +57117,10 @@ "type": "string" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "shard_min_doc_count": { "description": "Regulates the certainty a shard has if the term should actually be added to the candidate list or not with respect to the `min_doc_count`.\nTerms will only be considered if their local shard frequency within the set is higher than the `shard_min_doc_count`.", @@ -57145,10 +57145,10 @@ } ] }, - "_types.aggregations:TimeSeriesAggregation": { + "_types.aggregations.TimeSeriesAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -57165,10 +57165,10 @@ } ] }, - "_types.aggregations:TopHitsAggregation": { + "_types.aggregations.TopHitsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -57177,7 +57177,7 @@ "description": "Fields for which to return doc values.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "explain": { @@ -57188,7 +57188,7 @@ "description": "Array of wildcard (*) patterns. The request returns values for field names\nmatching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "from": { @@ -57196,13 +57196,13 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "script_fields": { "description": "Returns the result of one or more script evaluations for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "size": { @@ -57210,13 +57210,13 @@ "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "track_scores": { "description": "If `true`, calculates and returns document scores, even if the scores are not used for sorting.", @@ -57234,45 +57234,45 @@ } ] }, - "_types.aggregations:TTestAggregation": { + "_types.aggregations.TTestAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "a": { - "$ref": "#/components/schemas/_types.aggregations:TestPopulation" + "$ref": "#/components/schemas/_types.aggregations.TestPopulation" }, "b": { - "$ref": "#/components/schemas/_types.aggregations:TestPopulation" + "$ref": "#/components/schemas/_types.aggregations.TestPopulation" }, "type": { - "$ref": "#/components/schemas/_types.aggregations:TTestType" + "$ref": "#/components/schemas/_types.aggregations.TTestType" } } } ] }, - "_types.aggregations:TestPopulation": { + "_types.aggregations.TestPopulation": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ "field" ] }, - "_types.aggregations:TTestType": { + "_types.aggregations.TTestType": { "type": "string", "enum": [ "paired", @@ -57280,10 +57280,10 @@ "heteroscedastic" ] }, - "_types.aggregations:TopMetricsAggregation": { + "_types.aggregations.TopMetricsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -57292,12 +57292,12 @@ "description": "The fields of the top document to return.", "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsValue" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsValue" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsValue" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsValue" } } ] @@ -57307,37 +57307,37 @@ "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" } } } ] }, - "_types.aggregations:TopMetricsValue": { + "_types.aggregations.TopMetricsValue": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "_types.aggregations:ValueCountAggregation": { + "_types.aggregations.ValueCountAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormattableMetricAggregation" + "$ref": "#/components/schemas/_types.aggregations.FormattableMetricAggregation" }, { "type": "object" } ] }, - "_types.aggregations:FormattableMetricAggregation": { + "_types.aggregations.FormattableMetricAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -57349,10 +57349,10 @@ } ] }, - "_types.aggregations:WeightedAverageAggregation": { + "_types.aggregations.WeightedAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", @@ -57362,38 +57362,38 @@ "type": "string" }, "value": { - "$ref": "#/components/schemas/_types.aggregations:WeightedAverageValue" + "$ref": "#/components/schemas/_types.aggregations.WeightedAverageValue" }, "value_type": { - "$ref": "#/components/schemas/_types.aggregations:ValueType" + "$ref": "#/components/schemas/_types.aggregations.ValueType" }, "weight": { - "$ref": "#/components/schemas/_types.aggregations:WeightedAverageValue" + "$ref": "#/components/schemas/_types.aggregations.WeightedAverageValue" } } } ] }, - "_types.aggregations:WeightedAverageValue": { + "_types.aggregations.WeightedAverageValue": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { "description": "A value or weight to use if the field is missing.", "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, - "_types.aggregations:VariableWidthHistogramAggregation": { + "_types.aggregations.VariableWidthHistogramAggregation": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "buckets": { "description": "The target number of buckets.", @@ -57408,29 +57408,29 @@ "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, - "autoscaling.get_autoscaling_capacity:AutoscalingDeciders": { + "autoscaling.get_autoscaling_capacity.AutoscalingDeciders": { "type": "object", "properties": { "required_capacity": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingCapacity" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingCapacity" }, "current_capacity": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingCapacity" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingCapacity" }, "current_nodes": { "type": "array", "items": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingNode" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingNode" } }, "deciders": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingDecider" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingDecider" } } }, @@ -57441,14 +57441,14 @@ "deciders" ] }, - "autoscaling.get_autoscaling_capacity:AutoscalingCapacity": { + "autoscaling.get_autoscaling_capacity.AutoscalingCapacity": { "type": "object", "properties": { "node": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingResources" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingResources" }, "total": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingResources" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingResources" } }, "required": [ @@ -57456,7 +57456,7 @@ "total" ] }, - "autoscaling.get_autoscaling_capacity:AutoscalingResources": { + "autoscaling.get_autoscaling_capacity.AutoscalingResources": { "type": "object", "properties": { "storage": { @@ -57471,25 +57471,25 @@ "memory" ] }, - "autoscaling.get_autoscaling_capacity:AutoscalingNode": { + "autoscaling.get_autoscaling_capacity.AutoscalingNode": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:NodeName" + "$ref": "#/components/schemas/_types.NodeName" } }, "required": [ "name" ] }, - "_types:NodeName": { + "_types.NodeName": { "type": "string" }, - "autoscaling.get_autoscaling_capacity:AutoscalingDecider": { + "autoscaling.get_autoscaling_capacity.AutoscalingDecider": { "type": "object", "properties": { "required_capacity": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingCapacity" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingCapacity" }, "reason_summary": { "type": "string" @@ -57502,7 +57502,7 @@ "required_capacity" ] }, - "autoscaling._types:AutoscalingPolicy": { + "autoscaling._types.AutoscalingPolicy": { "type": "object", "properties": { "roles": { @@ -57527,7 +57527,7 @@ "deciders" ] }, - "_types:Refresh": { + "_types.Refresh": { "type": "string", "enum": [ "true", @@ -57535,56 +57535,56 @@ "wait_for" ] }, - "_types:WaitForActiveShards": { + "_types.WaitForActiveShards": { "oneOf": [ { "type": "number" }, { - "$ref": "#/components/schemas/_types:WaitForActiveShardOptions" + "$ref": "#/components/schemas/_types.WaitForActiveShardOptions" } ] }, - "_types:WaitForActiveShardOptions": { + "_types.WaitForActiveShardOptions": { "type": "string", "enum": [ "all", "index-setting" ] }, - "_global.bulk:OperationContainer": { + "_global.bulk.OperationContainer": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_global.bulk:IndexOperation" + "$ref": "#/components/schemas/_global.bulk.IndexOperation" }, "create": { - "$ref": "#/components/schemas/_global.bulk:CreateOperation" + "$ref": "#/components/schemas/_global.bulk.CreateOperation" }, "update": { - "$ref": "#/components/schemas/_global.bulk:UpdateOperation" + "$ref": "#/components/schemas/_global.bulk.UpdateOperation" }, "delete": { - "$ref": "#/components/schemas/_global.bulk:DeleteOperation" + "$ref": "#/components/schemas/_global.bulk.DeleteOperation" } }, "minProperties": 1, "maxProperties": 1 }, - "_global.bulk:IndexOperation": { + "_global.bulk.IndexOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:WriteOperation" + "$ref": "#/components/schemas/_global.bulk.WriteOperation" }, { "type": "object" } ] }, - "_global.bulk:WriteOperation": { + "_global.bulk.WriteOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationBase" + "$ref": "#/components/schemas/_global.bulk.OperationBase" }, { "type": "object", @@ -57608,46 +57608,46 @@ } ] }, - "_global.bulk:OperationBase": { + "_global.bulk.OperationBase": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "if_primary_term": { "type": "number" }, "if_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, - "_global.bulk:CreateOperation": { + "_global.bulk.CreateOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:WriteOperation" + "$ref": "#/components/schemas/_global.bulk.WriteOperation" }, { "type": "object" } ] }, - "_global.bulk:UpdateOperation": { + "_global.bulk.UpdateOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationBase" + "$ref": "#/components/schemas/_global.bulk.OperationBase" }, { "type": "object", @@ -57664,17 +57664,17 @@ } ] }, - "_global.bulk:DeleteOperation": { + "_global.bulk.DeleteOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationBase" + "$ref": "#/components/schemas/_global.bulk.OperationBase" }, { "type": "object" } ] }, - "_global.bulk:UpdateAction": { + "_global.bulk.UpdateAction": { "type": "object", "properties": { "detect_noop": { @@ -57690,14 +57690,14 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "scripted_upsert": { "description": "Set to `true` to run the script whether or not the document exists.", "type": "boolean" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "upsert": { "description": "If the document does not already exist, the contents of `upsert` are inserted as a new document.\nIf the document exists, the `script` is run.", @@ -57705,7 +57705,7 @@ } } }, - "_global.bulk:ResponseItem": { + "_global.bulk.ResponseItem": { "type": "object", "properties": { "_id": { @@ -57729,10 +57729,10 @@ "type": "number" }, "failure_store": { - "$ref": "#/components/schemas/_global.bulk:FailureStoreStatus" + "$ref": "#/components/schemas/_global.bulk.FailureStoreStatus" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "_primary_term": { "description": "The primary term assigned to the document for the operation.\nThis property is returned only for successful operations.", @@ -57743,19 +57743,19 @@ "type": "string" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "forced_refresh": { "type": "boolean" }, "get": { - "$ref": "#/components/schemas/_types:InlineGetDictUserDefined" + "$ref": "#/components/schemas/_types.InlineGetDictUserDefined" } }, "required": [ @@ -57763,7 +57763,7 @@ "status" ] }, - "_global.bulk:FailureStoreStatus": { + "_global.bulk.FailureStoreStatus": { "type": "string", "enum": [ "not_applicable_or_unknown", @@ -57772,7 +57772,7 @@ "failed" ] }, - "_types:InlineGetDictUserDefined": { + "_types.InlineGetDictUserDefined": { "type": "object", "properties": { "fields": { @@ -57785,13 +57785,13 @@ "type": "boolean" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_primary_term": { "type": "number" }, "_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_source": { "type": "object", @@ -57804,20 +57804,20 @@ "found" ] }, - "_types:Names": { + "_types.Names": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } } ] }, - "cat.aliases:AliasesRecord": { + "cat.aliases.AliasesRecord": { "type": "object", "properties": { "alias": { @@ -57825,7 +57825,7 @@ "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "filter": { "description": "filter", @@ -57845,20 +57845,20 @@ } } }, - "_types:NodeIds": { + "_types.NodeIds": { "oneOf": [ { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" } } ] }, - "_types:Bytes": { + "_types.Bytes": { "type": "string", "enum": [ "b", @@ -57869,7 +57869,7 @@ "pb" ] }, - "cat.allocation:AllocationRecord": { + "cat.allocation.AllocationRecord": { "type": "object", "properties": { "shards": { @@ -57892,7 +57892,7 @@ "description": "Sum of index write load forecasts", "oneOf": [ { - "$ref": "#/components/schemas/_spec_utils:Stringifieddouble" + "$ref": "#/components/schemas/_spec_utils.Stringifieddouble" }, { "nullable": true, @@ -57904,7 +57904,7 @@ "description": "Sum of shard size forecasts", "oneOf": [ { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, { "nullable": true, @@ -57916,7 +57916,7 @@ "description": "Disk space used by the node’s shards. Does not include disk space for the translog or unassigned shards.\nIMPORTANT: This metric double-counts disk space for hard-linked files, such as those created when shrinking, splitting, or cloning an index.", "oneOf": [ { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, { "nullable": true, @@ -57928,7 +57928,7 @@ "description": "Total disk space in use.\nElasticsearch retrieves this metric from the node’s operating system (OS).\nThe metric includes disk space for: Elasticsearch, including the translog and unassigned shards; the node’s operating system; any other applications or files on the node.\nUnlike `disk.indices`, this metric does not double-count disk space for hard-linked files.", "oneOf": [ { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, { "nullable": true, @@ -57940,7 +57940,7 @@ "description": "Free disk space available to Elasticsearch.\nElasticsearch retrieves this metric from the node’s operating system.\nDisk-based shard allocation uses this metric to assign shards to nodes based on available disk space.", "oneOf": [ { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, { "nullable": true, @@ -57952,7 +57952,7 @@ "description": "Total disk space for the node, including in-use and available space.", "oneOf": [ { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, { "nullable": true, @@ -57964,7 +57964,7 @@ "description": "Total percentage of disk space in use. Calculated as `disk.used / disk.total`.", "oneOf": [ { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, { "nullable": true, @@ -57976,7 +57976,7 @@ "description": "Network host for the node. Set using the `network.host` setting.", "oneOf": [ { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, { "nullable": true, @@ -57988,7 +57988,7 @@ "description": "IP address and port for the node.", "oneOf": [ { - "$ref": "#/components/schemas/_types:Ip" + "$ref": "#/components/schemas/_types.Ip" }, { "nullable": true, @@ -58014,7 +58014,7 @@ } } }, - "_spec_utils:Stringifieddouble": { + "_spec_utils.Stringifieddouble": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { @@ -58025,7 +58025,7 @@ } ] }, - "_types:ByteSize": { + "_types.ByteSize": { "oneOf": [ { "type": "number" @@ -58035,7 +58035,7 @@ } ] }, - "_types:Percentage": { + "_types.Percentage": { "oneOf": [ { "type": "string" @@ -58045,13 +58045,13 @@ } ] }, - "_types:Host": { + "_types.Host": { "type": "string" }, - "_types:Ip": { + "_types.Ip": { "type": "string" }, - "cat.component_templates:ComponentTemplate": { + "cat.component_templates.ComponentTemplate": { "type": "object", "properties": { "name": { @@ -58094,14 +58094,14 @@ "included_in" ] }, - "cat.count:CountRecord": { + "cat.count.CountRecord": { "type": "object", "properties": { "epoch": { - "$ref": "#/components/schemas/_spec_utils:StringifiedEpochTimeUnitSeconds" + "$ref": "#/components/schemas/_spec_utils.StringifiedEpochTimeUnitSeconds" }, "timestamp": { - "$ref": "#/components/schemas/_types:TimeOfDay" + "$ref": "#/components/schemas/_types.TimeOfDay" }, "count": { "description": "the document count", @@ -58109,33 +58109,33 @@ } } }, - "_spec_utils:StringifiedEpochTimeUnitSeconds": { + "_spec_utils.StringifiedEpochTimeUnitSeconds": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { - "$ref": "#/components/schemas/_types:EpochTimeUnitSeconds" + "$ref": "#/components/schemas/_types.EpochTimeUnitSeconds" }, { "type": "string" } ] }, - "_types:EpochTimeUnitSeconds": { + "_types.EpochTimeUnitSeconds": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitSeconds" + "$ref": "#/components/schemas/_types.UnitSeconds" } ] }, - "_types:UnitSeconds": { + "_types.UnitSeconds": { "description": "Time unit for seconds", "type": "number" }, - "_types:TimeOfDay": { + "_types.TimeOfDay": { "description": "Time of day, expressed as HH:MM:SS", "type": "string" }, - "cat.fielddata:FielddataRecord": { + "cat.fielddata.FielddataRecord": { "type": "object", "properties": { "id": { @@ -58164,7 +58164,7 @@ } } }, - "_types:TimeUnit": { + "_types.TimeUnit": { "type": "string", "enum": [ "nanos", @@ -58176,14 +58176,14 @@ "d" ] }, - "cat.health:HealthRecord": { + "cat.health.HealthRecord": { "type": "object", "properties": { "epoch": { - "$ref": "#/components/schemas/_spec_utils:StringifiedEpochTimeUnitSeconds" + "$ref": "#/components/schemas/_spec_utils.StringifiedEpochTimeUnitSeconds" }, "timestamp": { - "$ref": "#/components/schemas/_types:TimeOfDay" + "$ref": "#/components/schemas/_types.TimeOfDay" }, "cluster": { "description": "cluster name", @@ -58239,7 +58239,7 @@ } } }, - "_types:HealthStatus": { + "_types.HealthStatus": { "type": "string", "enum": [ "green", @@ -58250,7 +58250,7 @@ "RED" ] }, - "cat.indices:IndicesRecord": { + "cat.indices.IndicesRecord": { "type": "object", "properties": { "health": { @@ -58864,7 +58864,7 @@ } } }, - "cat.master:MasterRecord": { + "cat.master.MasterRecord": { "type": "object", "properties": { "id": { @@ -58885,20 +58885,20 @@ } } }, - "cat._types:CatDfaColumns": { + "cat._types.CatDfaColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatDfaColumn" + "$ref": "#/components/schemas/cat._types.CatDfaColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatDfaColumn" + "$ref": "#/components/schemas/cat._types.CatDfaColumn" } } ] }, - "cat._types:CatDfaColumn": { + "cat._types.CatDfaColumn": { "type": "string", "enum": [ "assignment_explanation", @@ -58943,11 +58943,11 @@ "v" ] }, - "cat.ml_data_frame_analytics:DataFrameAnalyticsRecord": { + "cat.ml_data_frame_analytics.DataFrameAnalyticsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "type": { "description": "The type of analysis that the job performs.", @@ -58958,13 +58958,13 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "source_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "dest_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "description": { "description": "A description of the job.", @@ -58991,13 +58991,13 @@ "type": "string" }, "node.id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "node.name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "node.ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "node.address": { "description": "The network address of the assigned node.", @@ -59005,23 +59005,23 @@ } } }, - "_types:VersionString": { + "_types.VersionString": { "type": "string" }, - "cat._types:CatDatafeedColumns": { + "cat._types.CatDatafeedColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumn" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumn" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumn" } } ] }, - "cat._types:CatDatafeedColumn": { + "cat._types.CatDatafeedColumn": { "type": "string", "enum": [ "ae", @@ -59058,7 +59058,7 @@ "state" ] }, - "cat.ml_datafeeds:DatafeedsRecord": { + "cat.ml_datafeeds.DatafeedsRecord": { "type": "object", "properties": { "id": { @@ -59066,7 +59066,7 @@ "type": "string" }, "state": { - "$ref": "#/components/schemas/ml._types:DatafeedState" + "$ref": "#/components/schemas/ml._types.DatafeedState" }, "assignment_explanation": { "description": "For started datafeeds only, contains messages relating to the selection of a node.", @@ -59110,7 +59110,7 @@ } } }, - "ml._types:DatafeedState": { + "ml._types.DatafeedState": { "type": "string", "enum": [ "started", @@ -59119,20 +59119,20 @@ "stopping" ] }, - "cat._types:CatAnonalyDetectorColumns": { + "cat._types.CatAnonalyDetectorColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatAnomalyDetectorColumn" + "$ref": "#/components/schemas/cat._types.CatAnomalyDetectorColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatAnomalyDetectorColumn" + "$ref": "#/components/schemas/cat._types.CatAnomalyDetectorColumn" } } ] }, - "cat._types:CatAnomalyDetectorColumn": { + "cat._types.CatAnomalyDetectorColumn": { "type": "string", "enum": [ "assignment_explanation", @@ -59312,14 +59312,14 @@ "s" ] }, - "cat.ml_jobs:JobsRecord": { + "cat.ml_jobs.JobsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "state": { - "$ref": "#/components/schemas/ml._types:JobState" + "$ref": "#/components/schemas/ml._types.JobState" }, "opened_time": { "description": "For open jobs only, the amount of time the job has been opened.", @@ -59338,7 +59338,7 @@ "type": "string" }, "data.input_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "data.input_records": { "description": "The number of input documents posted to the anomaly detection job.", @@ -59393,13 +59393,13 @@ "type": "string" }, "model.bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model.memory_status": { - "$ref": "#/components/schemas/ml._types:MemoryStatus" + "$ref": "#/components/schemas/ml._types.MemoryStatus" }, "model.bytes_exceeded": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model.memory_limit": { "description": "The upper limit for model memory usage, checked on increasing values.", @@ -59422,7 +59422,7 @@ "type": "string" }, "model.categorization_status": { - "$ref": "#/components/schemas/ml._types:CategorizationStatus" + "$ref": "#/components/schemas/ml._types.CategorizationStatus" }, "model.categorized_doc_count": { "description": "The number of documents that have had a field categorized.", @@ -59509,14 +59509,14 @@ "type": "string" }, "node.id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "node.name": { "description": "The name of the assigned node.", "type": "string" }, "node.ephemeral_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "node.address": { "description": "The network address of the assigned node.", @@ -59548,7 +59548,7 @@ } } }, - "ml._types:JobState": { + "ml._types.JobState": { "type": "string", "enum": [ "closing", @@ -59558,7 +59558,7 @@ "opening" ] }, - "ml._types:MemoryStatus": { + "ml._types.MemoryStatus": { "type": "string", "enum": [ "ok", @@ -59566,27 +59566,27 @@ "hard_limit" ] }, - "ml._types:CategorizationStatus": { + "ml._types.CategorizationStatus": { "type": "string", "enum": [ "ok", "warn" ] }, - "cat._types:CatTrainedModelsColumns": { + "cat._types.CatTrainedModelsColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumn" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumn" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumn" } } ] }, - "cat._types:CatTrainedModelsColumn": { + "cat._types.CatTrainedModelsColumn": { "type": "string", "enum": [ "create_time", @@ -59628,18 +59628,18 @@ "v" ] }, - "cat.ml_trained_models:TrainedModelsRecord": { + "cat.ml_trained_models.TrainedModelsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "created_by": { "description": "Information about the creator of the model.", "type": "string" }, "heap_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "operations": { "description": "The estimated number of operations to use the model.\nThis number helps to measure the computational complexity of the model.", @@ -59650,10 +59650,10 @@ "type": "string" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "description": { "description": "A description of the model.", @@ -59700,7 +59700,7 @@ } } }, - "cat.nodeattrs:NodeAttributesRecord": { + "cat.nodeattrs.NodeAttributesRecord": { "type": "object", "properties": { "node": { @@ -59737,11 +59737,11 @@ } } }, - "cat.nodes:NodesRecord": { + "cat.nodes.NodesRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "pid": { "description": "The process identifier.", @@ -59760,7 +59760,7 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "flavor": { "description": "The Elasticsearch distribution flavor.", @@ -59779,23 +59779,23 @@ "type": "string" }, "disk.total": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "disk.used": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "disk.avail": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "disk.used_percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "heap.current": { "description": "The used heap.", "type": "string" }, "heap.percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "heap.max": { "description": "The maximum configured heap.", @@ -59806,7 +59806,7 @@ "type": "string" }, "ram.percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "ram.max": { "description": "The total machine memory.", @@ -59817,7 +59817,7 @@ "type": "string" }, "file_desc.percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "file_desc.max": { "description": "The maximum number of file descriptors.", @@ -59852,7 +59852,7 @@ "type": "string" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "completion.size": { "description": "The size of completion.", @@ -60116,7 +60116,7 @@ } } }, - "cat.pending_tasks:PendingTasksRecord": { + "cat.pending_tasks.PendingTasksRecord": { "type": "object", "properties": { "insertOrder": { @@ -60137,21 +60137,21 @@ } } }, - "cat.plugins:PluginsRecord": { + "cat.plugins.PluginsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "component": { "description": "The component name.", "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "description": { "description": "The plugin details.", @@ -60163,30 +60163,30 @@ } } }, - "cat.recovery:RecoveryRecord": { + "cat.recovery.RecoveryRecord": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shard": { "description": "The shard name.", "type": "string" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "stop_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "stop_time_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "type": { "description": "The recovery type.", @@ -60229,7 +60229,7 @@ "type": "string" }, "files_percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "files_total": { "description": "The total number of files.", @@ -60244,7 +60244,7 @@ "type": "string" }, "bytes_percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "bytes_total": { "description": "The total number of bytes.", @@ -60259,11 +60259,11 @@ "type": "string" }, "translog_ops_percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" } } }, - "cat.repositories:RepositoriesRecord": { + "cat.repositories.RepositoriesRecord": { "type": "object", "properties": { "id": { @@ -60276,11 +60276,11 @@ } } }, - "cat.segments:SegmentsRecord": { + "cat.segments.SegmentsRecord": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shard": { "description": "The shard name.", @@ -60295,7 +60295,7 @@ "type": "string" }, "id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "segment": { "description": "The segment name, which is derived from the segment generation and used internally to create file names in the directory of the shard.", @@ -60314,10 +60314,10 @@ "type": "string" }, "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "size.memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "committed": { "description": "If `true`, the segment is synced to disk.\nSegments that are synced can survive a hard reboot.\nIf `false`, the data from uncommitted segments is also stored in the transaction log so that Elasticsearch is able to replay changes on the next start.", @@ -60328,7 +60328,7 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "compound": { "description": "If `true`, the segment is stored in a compound file.\nThis means Lucene merged all files from the segment in a single file to save file descriptors.", @@ -60336,7 +60336,7 @@ } } }, - "cat.shards:ShardsRecord": { + "cat.shards.ShardsRecord": { "type": "object", "properties": { "index": { @@ -60690,7 +60690,7 @@ } } }, - "cat.snapshots:SnapshotsRecord": { + "cat.snapshots.SnapshotsRecord": { "type": "object", "properties": { "id": { @@ -60706,19 +60706,19 @@ "type": "string" }, "start_epoch": { - "$ref": "#/components/schemas/_spec_utils:StringifiedEpochTimeUnitSeconds" + "$ref": "#/components/schemas/_spec_utils.StringifiedEpochTimeUnitSeconds" }, "start_time": { - "$ref": "#/components/schemas/watcher._types:ScheduleTimeOfDay" + "$ref": "#/components/schemas/watcher._types.ScheduleTimeOfDay" }, "end_epoch": { - "$ref": "#/components/schemas/_spec_utils:StringifiedEpochTimeUnitSeconds" + "$ref": "#/components/schemas/_spec_utils.StringifiedEpochTimeUnitSeconds" }, "end_time": { - "$ref": "#/components/schemas/_types:TimeOfDay" + "$ref": "#/components/schemas/_types.TimeOfDay" }, "duration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "description": "The number of indices in the snapshot.", @@ -60742,18 +60742,18 @@ } } }, - "watcher._types:ScheduleTimeOfDay": { + "watcher._types.ScheduleTimeOfDay": { "description": "A time of day, expressed either as `hh:mm`, `noon`, `midnight`, or an hour/minutes structure.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/watcher._types:HourAndMinute" + "$ref": "#/components/schemas/watcher._types.HourAndMinute" } ] }, - "watcher._types:HourAndMinute": { + "watcher._types.HourAndMinute": { "type": "object", "properties": { "hour": { @@ -60774,18 +60774,18 @@ "minute" ] }, - "cat.tasks:TasksRecord": { + "cat.tasks.TasksRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "action": { "description": "The task action.", "type": "string" }, "task_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "parent_task_id": { "description": "The parent task identifier.", @@ -60812,7 +60812,7 @@ "type": "string" }, "node_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "ip": { "description": "The IP address for the node.", @@ -60827,7 +60827,7 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "x_opaque_id": { "description": "The X-Opaque-ID header.", @@ -60839,11 +60839,11 @@ } } }, - "cat.templates:TemplatesRecord": { + "cat.templates.TemplatesRecord": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "index_patterns": { "description": "The template index patterns.", @@ -60857,7 +60857,7 @@ "description": "The template version.", "oneOf": [ { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, { "nullable": true, @@ -60871,7 +60871,7 @@ } } }, - "cat.thread_pool:ThreadPoolRecord": { + "cat.thread_pool.ThreadPoolRecord": { "type": "object", "properties": { "node_name": { @@ -60879,7 +60879,7 @@ "type": "string" }, "node_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "ephemeral_node_id": { "description": "The ephemeral node identifier.", @@ -60987,20 +60987,20 @@ } } }, - "cat._types:CatTransformColumns": { + "cat._types.CatTransformColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatTransformColumn" + "$ref": "#/components/schemas/cat._types.CatTransformColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatTransformColumn" + "$ref": "#/components/schemas/cat._types.CatTransformColumn" } } ] }, - "cat._types:CatTransformColumn": { + "cat._types.CatTransformColumn": { "type": "string", "enum": [ "changes_last_detection_time", @@ -61076,11 +61076,11 @@ "v" ] }, - "cat.transforms:TransformsRecord": { + "cat.transforms.TransformsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "state": { "description": "The status of the transform.\nReturned values include:\n`aborting`: The transform is aborting.\n`failed: The transform failed. For more information about the failure, check the `reason` field.\n`indexing`: The transform is actively processing data and creating new documents.\n`started`: The transform is running but not actively indexing data.\n`stopped`: The transform is stopped.\n`stopping`: The transform is stopping.", @@ -61135,7 +61135,7 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "source_index": { "description": "The source indices for the transform.", @@ -61235,11 +61235,11 @@ } } }, - "indices._types:IndexSettings": { + "indices._types.IndexSettings": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "mode": { "type": "string" @@ -61258,10 +61258,10 @@ ] }, "soft_deletes": { - "$ref": "#/components/schemas/indices._types:SoftDeletes" + "$ref": "#/components/schemas/indices._types.SoftDeletes" }, "sort": { - "$ref": "#/components/schemas/indices._types:IndexSegmentSort" + "$ref": "#/components/schemas/indices._types.IndexSegmentSort" }, "number_of_shards": { "oneOf": [ @@ -61287,13 +61287,13 @@ "type": "number" }, "check_on_startup": { - "$ref": "#/components/schemas/indices._types:IndexCheckOnStartup" + "$ref": "#/components/schemas/indices._types.IndexCheckOnStartup" }, "codec": { "type": "string" }, "routing_partition_size": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" }, "load_fixed_bitset_filters_eagerly": { "type": "boolean" @@ -61314,18 +61314,18 @@ "type": "string" }, { - "$ref": "#/components/schemas/_spec_utils:NullValue" + "$ref": "#/components/schemas/_spec_utils.NullValue" } ] }, "merge": { - "$ref": "#/components/schemas/indices._types:Merge" + "$ref": "#/components/schemas/indices._types.Merge" }, "search": { - "$ref": "#/components/schemas/indices._types:SettingsSearch" + "$ref": "#/components/schemas/indices._types.SettingsSearch" }, "refresh_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_result_window": { "type": "number" @@ -61349,16 +61349,16 @@ "type": "number" }, "blocks": { - "$ref": "#/components/schemas/indices._types:IndexSettingBlocks" + "$ref": "#/components/schemas/indices._types.IndexSettingBlocks" }, "max_refresh_listeners": { "type": "number" }, "analyze": { - "$ref": "#/components/schemas/indices._types:SettingsAnalyze" + "$ref": "#/components/schemas/indices._types.SettingsAnalyze" }, "highlight": { - "$ref": "#/components/schemas/indices._types:SettingsHighlight" + "$ref": "#/components/schemas/indices._types.SettingsHighlight" }, "max_terms_count": { "type": "number" @@ -61367,34 +61367,34 @@ "type": "number" }, "routing": { - "$ref": "#/components/schemas/indices._types:IndexRouting" + "$ref": "#/components/schemas/indices._types.IndexRouting" }, "gc_deletes": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "default_pipeline": { - "$ref": "#/components/schemas/_types:PipelineName" + "$ref": "#/components/schemas/_types.PipelineName" }, "final_pipeline": { - "$ref": "#/components/schemas/_types:PipelineName" + "$ref": "#/components/schemas/_types.PipelineName" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:IndexSettingsLifecycle" + "$ref": "#/components/schemas/indices._types.IndexSettingsLifecycle" }, "provided_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "creation_date": { - "$ref": "#/components/schemas/_spec_utils:StringifiedEpochTimeUnitMillis" + "$ref": "#/components/schemas/_spec_utils.StringifiedEpochTimeUnitMillis" }, "creation_date_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "version": { - "$ref": "#/components/schemas/indices._types:IndexVersioning" + "$ref": "#/components/schemas/indices._types.IndexVersioning" }, "verified_before_close": { "oneOf": [ @@ -61420,10 +61420,10 @@ "type": "number" }, "translog": { - "$ref": "#/components/schemas/indices._types:Translog" + "$ref": "#/components/schemas/indices._types.Translog" }, "query_string": { - "$ref": "#/components/schemas/indices._types:SettingsQueryString" + "$ref": "#/components/schemas/indices._types.SettingsQueryString" }, "priority": { "oneOf": [ @@ -61439,39 +61439,39 @@ "type": "number" }, "analysis": { - "$ref": "#/components/schemas/indices._types:IndexSettingsAnalysis" + "$ref": "#/components/schemas/indices._types.IndexSettingsAnalysis" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "time_series": { - "$ref": "#/components/schemas/indices._types:IndexSettingsTimeSeries" + "$ref": "#/components/schemas/indices._types.IndexSettingsTimeSeries" }, "queries": { - "$ref": "#/components/schemas/indices._types:Queries" + "$ref": "#/components/schemas/indices._types.Queries" }, "similarity": { "description": "Configure custom similarity settings to customize how search results are scored.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:SettingsSimilarity" + "$ref": "#/components/schemas/indices._types.SettingsSimilarity" } }, "mapping": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettings" + "$ref": "#/components/schemas/indices._types.MappingLimitSettings" }, "indexing.slowlog": { - "$ref": "#/components/schemas/indices._types:IndexingSlowlogSettings" + "$ref": "#/components/schemas/indices._types.IndexingSlowlogSettings" }, "indexing_pressure": { - "$ref": "#/components/schemas/indices._types:IndexingPressure" + "$ref": "#/components/schemas/indices._types.IndexingPressure" }, "store": { - "$ref": "#/components/schemas/indices._types:Storage" + "$ref": "#/components/schemas/indices._types.Storage" } } }, - "indices._types:SoftDeletes": { + "indices._types.SoftDeletes": { "type": "object", "properties": { "enabled": { @@ -61479,36 +61479,36 @@ "type": "boolean" }, "retention_lease": { - "$ref": "#/components/schemas/indices._types:RetentionLease" + "$ref": "#/components/schemas/indices._types.RetentionLease" } } }, - "indices._types:RetentionLease": { + "indices._types.RetentionLease": { "type": "object", "properties": { "period": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "period" ] }, - "indices._types:IndexSegmentSort": { + "indices._types.IndexSegmentSort": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "order": { "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SegmentSortOrder" + "$ref": "#/components/schemas/indices._types.SegmentSortOrder" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:SegmentSortOrder" + "$ref": "#/components/schemas/indices._types.SegmentSortOrder" } } ] @@ -61516,12 +61516,12 @@ "mode": { "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SegmentSortMode" + "$ref": "#/components/schemas/indices._types.SegmentSortMode" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:SegmentSortMode" + "$ref": "#/components/schemas/indices._types.SegmentSortMode" } } ] @@ -61529,19 +61529,19 @@ "missing": { "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SegmentSortMissing" + "$ref": "#/components/schemas/indices._types.SegmentSortMissing" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:SegmentSortMissing" + "$ref": "#/components/schemas/indices._types.SegmentSortMissing" } } ] } } }, - "indices._types:SegmentSortOrder": { + "indices._types.SegmentSortOrder": { "type": "string", "enum": [ "asc", @@ -61550,7 +61550,7 @@ "DESC" ] }, - "indices._types:SegmentSortMode": { + "indices._types.SegmentSortMode": { "type": "string", "enum": [ "min", @@ -61559,14 +61559,14 @@ "MAX" ] }, - "indices._types:SegmentSortMissing": { + "indices._types.SegmentSortMissing": { "type": "string", "enum": [ "_last", "_first" ] }, - "indices._types:IndexCheckOnStartup": { + "indices._types.IndexCheckOnStartup": { "type": "string", "enum": [ "true", @@ -61574,7 +61574,7 @@ "checksum" ] }, - "_spec_utils:Stringifiedinteger": { + "_spec_utils.Stringifiedinteger": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { @@ -61585,50 +61585,50 @@ } ] }, - "_spec_utils:NullValue": { + "_spec_utils.NullValue": { "nullable": true, "description": "A `null` value that is to be interpreted as an actual value, unless other uses of `null` that are equivalent\nto a missing value. It is used for exemple in settings, where using the `NullValue` for a setting will reset\nit to its default value.", "type": "string" }, - "indices._types:Merge": { + "indices._types.Merge": { "type": "object", "properties": { "scheduler": { - "$ref": "#/components/schemas/indices._types:MergeScheduler" + "$ref": "#/components/schemas/indices._types.MergeScheduler" } } }, - "indices._types:MergeScheduler": { + "indices._types.MergeScheduler": { "type": "object", "properties": { "max_thread_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" }, "max_merge_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } } }, - "indices._types:SettingsSearch": { + "indices._types.SettingsSearch": { "type": "object", "properties": { "idle": { - "$ref": "#/components/schemas/indices._types:SearchIdle" + "$ref": "#/components/schemas/indices._types.SearchIdle" }, "slowlog": { - "$ref": "#/components/schemas/indices._types:SlowlogSettings" + "$ref": "#/components/schemas/indices._types.SlowlogSettings" } } }, - "indices._types:SearchIdle": { + "indices._types.SearchIdle": { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "indices._types:SlowlogSettings": { + "indices._types.SlowlogSettings": { "type": "object", "properties": { "level": { @@ -61641,59 +61641,59 @@ "type": "boolean" }, "threshold": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholds" + "$ref": "#/components/schemas/indices._types.SlowlogTresholds" } } }, - "indices._types:SlowlogTresholds": { + "indices._types.SlowlogTresholds": { "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholdLevels" + "$ref": "#/components/schemas/indices._types.SlowlogTresholdLevels" }, "fetch": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholdLevels" + "$ref": "#/components/schemas/indices._types.SlowlogTresholdLevels" } } }, - "indices._types:SlowlogTresholdLevels": { + "indices._types.SlowlogTresholdLevels": { "type": "object", "properties": { "warn": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "info": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "debug": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "trace": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "indices._types:IndexSettingBlocks": { + "indices._types.IndexSettingBlocks": { "type": "object", "properties": { "read_only": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "read_only_allow_delete": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "read": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "write": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "metadata": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } } }, - "_spec_utils:Stringifiedboolean": { + "_spec_utils.Stringifiedboolean": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { @@ -61704,15 +61704,15 @@ } ] }, - "indices._types:SettingsAnalyze": { + "indices._types.SettingsAnalyze": { "type": "object", "properties": { "max_token_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } } }, - "indices._types:SettingsHighlight": { + "indices._types.SettingsHighlight": { "type": "object", "properties": { "max_analyzed_offset": { @@ -61720,35 +61720,35 @@ } } }, - "indices._types:IndexRouting": { + "indices._types.IndexRouting": { "type": "object", "properties": { "allocation": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocation" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocation" }, "rebalance": { - "$ref": "#/components/schemas/indices._types:IndexRoutingRebalance" + "$ref": "#/components/schemas/indices._types.IndexRoutingRebalance" } } }, - "indices._types:IndexRoutingAllocation": { + "indices._types.IndexRoutingAllocation": { "type": "object", "properties": { "enable": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationOptions" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationOptions" }, "include": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationInclude" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationInclude" }, "initial_recovery": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationInitialRecovery" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationInitialRecovery" }, "disk": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationDisk" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationDisk" } } }, - "indices._types:IndexRoutingAllocationOptions": { + "indices._types.IndexRoutingAllocationOptions": { "type": "string", "enum": [ "all", @@ -61757,26 +61757,26 @@ "none" ] }, - "indices._types:IndexRoutingAllocationInclude": { + "indices._types.IndexRoutingAllocationInclude": { "type": "object", "properties": { "_tier_preference": { "type": "string" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } }, - "indices._types:IndexRoutingAllocationInitialRecovery": { + "indices._types.IndexRoutingAllocationInitialRecovery": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } }, - "indices._types:IndexRoutingAllocationDisk": { + "indices._types.IndexRoutingAllocationDisk": { "type": "object", "properties": { "threshold_enabled": { @@ -61791,18 +61791,18 @@ } } }, - "indices._types:IndexRoutingRebalance": { + "indices._types.IndexRoutingRebalance": { "type": "object", "properties": { "enable": { - "$ref": "#/components/schemas/indices._types:IndexRoutingRebalanceOptions" + "$ref": "#/components/schemas/indices._types.IndexRoutingRebalanceOptions" } }, "required": [ "enable" ] }, - "indices._types:IndexRoutingRebalanceOptions": { + "indices._types.IndexRoutingRebalanceOptions": { "type": "string", "enum": [ "all", @@ -61811,17 +61811,17 @@ "none" ] }, - "_types:PipelineName": { + "_types.PipelineName": { "type": "string" }, - "indices._types:IndexSettingsLifecycle": { + "indices._types.IndexSettingsLifecycle": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "indexing_complete": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "origination_date": { "description": "If specified, this is the timestamp used to calculate the index age for its phase transitions. Use this setting\nif you create a new index that contains old data and want to use the original creation date to calculate the index\nage. Specified as a Unix epoch value in milliseconds.", @@ -61832,7 +61832,7 @@ "type": "boolean" }, "step": { - "$ref": "#/components/schemas/indices._types:IndexSettingsLifecycleStep" + "$ref": "#/components/schemas/indices._types.IndexSettingsLifecycleStep" }, "rollover_alias": { "description": "The index alias to update when the index rolls over. Specify when using a policy that contains a rollover action.\nWhen the index rolls over, the alias is updated to reflect that the index is no longer the write index. For more\ninformation about rolling indices, see Rollover.", @@ -61851,57 +61851,57 @@ } } }, - "indices._types:IndexSettingsLifecycleStep": { + "indices._types.IndexSettingsLifecycleStep": { "type": "object", "properties": { "wait_time_threshold": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "_spec_utils:StringifiedEpochTimeUnitMillis": { + "_spec_utils.StringifiedEpochTimeUnitMillis": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, { "type": "string" } ] }, - "_types:Uuid": { + "_types.Uuid": { "type": "string" }, - "indices._types:IndexVersioning": { + "indices._types.IndexVersioning": { "type": "object", "properties": { "created": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "created_string": { "type": "string" } } }, - "indices._types:Translog": { + "indices._types.Translog": { "type": "object", "properties": { "sync_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "durability": { - "$ref": "#/components/schemas/indices._types:TranslogDurability" + "$ref": "#/components/schemas/indices._types.TranslogDurability" }, "flush_threshold_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "retention": { - "$ref": "#/components/schemas/indices._types:TranslogRetention" + "$ref": "#/components/schemas/indices._types.TranslogRetention" } } }, - "indices._types:TranslogDurability": { + "indices._types.TranslogDurability": { "type": "string", "enum": [ "request", @@ -61910,218 +61910,218 @@ "ASYNC" ] }, - "indices._types:TranslogRetention": { + "indices._types.TranslogRetention": { "type": "object", "properties": { "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "indices._types:SettingsQueryString": { + "indices._types.SettingsQueryString": { "type": "object", "properties": { "lenient": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ "lenient" ] }, - "indices._types:IndexSettingsAnalysis": { + "indices._types.IndexSettingsAnalysis": { "type": "object", "properties": { "analyzer": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:Analyzer" + "$ref": "#/components/schemas/_types.analysis.Analyzer" } }, "char_filter": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:CharFilter" + "$ref": "#/components/schemas/_types.analysis.CharFilter" } }, "filter": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:TokenFilter" + "$ref": "#/components/schemas/_types.analysis.TokenFilter" } }, "normalizer": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:Normalizer" + "$ref": "#/components/schemas/_types.analysis.Normalizer" } }, "tokenizer": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:Tokenizer" + "$ref": "#/components/schemas/_types.analysis.Tokenizer" } } } }, - "_types.analysis:Analyzer": { + "_types.analysis.Analyzer": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:CustomAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CustomAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:FingerprintAnalyzer" + "$ref": "#/components/schemas/_types.analysis.FingerprintAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:KeywordAnalyzer" + "$ref": "#/components/schemas/_types.analysis.KeywordAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:NoriAnalyzer" + "$ref": "#/components/schemas/_types.analysis.NoriAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:PatternAnalyzer" + "$ref": "#/components/schemas/_types.analysis.PatternAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SimpleAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SimpleAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:StandardAnalyzer" + "$ref": "#/components/schemas/_types.analysis.StandardAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:StopAnalyzer" + "$ref": "#/components/schemas/_types.analysis.StopAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:WhitespaceAnalyzer" + "$ref": "#/components/schemas/_types.analysis.WhitespaceAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:IcuAnalyzer" + "$ref": "#/components/schemas/_types.analysis.IcuAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiAnalyzer" + "$ref": "#/components/schemas/_types.analysis.KuromojiAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SnowballAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SnowballAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ArabicAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ArabicAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ArmenianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ArmenianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BasqueAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BasqueAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BengaliAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BengaliAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BrazilianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BrazilianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BulgarianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BulgarianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:CatalanAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CatalanAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ChineseAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ChineseAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:CjkAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CjkAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:CzechAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CzechAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:DanishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.DanishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:DutchAnalyzer" + "$ref": "#/components/schemas/_types.analysis.DutchAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:EnglishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.EnglishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:EstonianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.EstonianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:FinnishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.FinnishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:FrenchAnalyzer" + "$ref": "#/components/schemas/_types.analysis.FrenchAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:GalicianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.GalicianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:GermanAnalyzer" + "$ref": "#/components/schemas/_types.analysis.GermanAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:GreekAnalyzer" + "$ref": "#/components/schemas/_types.analysis.GreekAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:HindiAnalyzer" + "$ref": "#/components/schemas/_types.analysis.HindiAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:HungarianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.HungarianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:IndonesianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.IndonesianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:IrishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.IrishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ItalianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ItalianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:LatvianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.LatvianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:LithuanianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.LithuanianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:NorwegianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.NorwegianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:PersianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.PersianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:PortugueseAnalyzer" + "$ref": "#/components/schemas/_types.analysis.PortugueseAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:RomanianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.RomanianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:RussianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.RussianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SerbianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SerbianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SoraniAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SoraniAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SpanishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SpanishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SwedishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SwedishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:TurkishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.TurkishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ThaiAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ThaiAnalyzer" } ] }, - "_types.analysis:CustomAnalyzer": { + "_types.analysis.CustomAnalyzer": { "type": "object", "properties": { "type": { @@ -62171,7 +62171,7 @@ "tokenizer" ] }, - "_types.analysis:FingerprintAnalyzer": { + "_types.analysis.FingerprintAnalyzer": { "type": "object", "properties": { "type": { @@ -62181,7 +62181,7 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "max_output_size": { "description": "The maximum token size to emit. Tokens larger than this size will be discarded.\nDefaults to `255`", @@ -62192,7 +62192,7 @@ "type": "string" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -62203,7 +62203,7 @@ "type" ] }, - "_types.analysis:KeywordAnalyzer": { + "_types.analysis.KeywordAnalyzer": { "type": "object", "properties": { "type": { @@ -62213,14 +62213,14 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ "type" ] }, - "_types.analysis:NoriAnalyzer": { + "_types.analysis.NoriAnalyzer": { "type": "object", "properties": { "type": { @@ -62230,10 +62230,10 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "decompound_mode": { - "$ref": "#/components/schemas/_types.analysis:NoriDecompoundMode" + "$ref": "#/components/schemas/_types.analysis.NoriDecompoundMode" }, "stoptags": { "type": "array", @@ -62249,7 +62249,7 @@ "type" ] }, - "_types.analysis:NoriDecompoundMode": { + "_types.analysis.NoriDecompoundMode": { "type": "string", "enum": [ "discard", @@ -62257,7 +62257,7 @@ "mixed" ] }, - "_types.analysis:PatternAnalyzer": { + "_types.analysis.PatternAnalyzer": { "type": "object", "properties": { "type": { @@ -62267,7 +62267,7 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "flags": { "description": "Java regular expression flags. Flags should be pipe-separated, eg \"CASE_INSENSITIVE|COMMENTS\".", @@ -62282,7 +62282,7 @@ "type": "string" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -62293,7 +62293,7 @@ "type" ] }, - "_types.analysis:SimpleAnalyzer": { + "_types.analysis.SimpleAnalyzer": { "type": "object", "properties": { "type": { @@ -62303,14 +62303,14 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ "type" ] }, - "_types.analysis:StandardAnalyzer": { + "_types.analysis.StandardAnalyzer": { "type": "object", "properties": { "type": { @@ -62324,7 +62324,7 @@ "type": "number" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -62335,7 +62335,7 @@ "type" ] }, - "_types.analysis:StopAnalyzer": { + "_types.analysis.StopAnalyzer": { "type": "object", "properties": { "type": { @@ -62345,10 +62345,10 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -62359,7 +62359,7 @@ "type" ] }, - "_types.analysis:WhitespaceAnalyzer": { + "_types.analysis.WhitespaceAnalyzer": { "type": "object", "properties": { "type": { @@ -62369,14 +62369,14 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ "type" ] }, - "_types.analysis:IcuAnalyzer": { + "_types.analysis.IcuAnalyzer": { "type": "object", "properties": { "type": { @@ -62386,10 +62386,10 @@ ] }, "method": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationType" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationType" }, "mode": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationMode" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationMode" } }, "required": [ @@ -62398,7 +62398,7 @@ "mode" ] }, - "_types.analysis:IcuNormalizationType": { + "_types.analysis.IcuNormalizationType": { "type": "string", "enum": [ "nfc", @@ -62406,14 +62406,14 @@ "nfkc_cf" ] }, - "_types.analysis:IcuNormalizationMode": { + "_types.analysis.IcuNormalizationMode": { "type": "string", "enum": [ "decompose", "compose" ] }, - "_types.analysis:KuromojiAnalyzer": { + "_types.analysis.KuromojiAnalyzer": { "type": "object", "properties": { "type": { @@ -62423,7 +62423,7 @@ ] }, "mode": { - "$ref": "#/components/schemas/_types.analysis:KuromojiTokenizationMode" + "$ref": "#/components/schemas/_types.analysis.KuromojiTokenizationMode" }, "user_dictionary": { "type": "string" @@ -62434,7 +62434,7 @@ "mode" ] }, - "_types.analysis:KuromojiTokenizationMode": { + "_types.analysis.KuromojiTokenizationMode": { "type": "string", "enum": [ "normal", @@ -62442,7 +62442,7 @@ "extended" ] }, - "_types.analysis:SnowballAnalyzer": { + "_types.analysis.SnowballAnalyzer": { "type": "object", "properties": { "type": { @@ -62452,13 +62452,13 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "language": { - "$ref": "#/components/schemas/_types.analysis:SnowballLanguage" + "$ref": "#/components/schemas/_types.analysis.SnowballLanguage" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" } }, "required": [ @@ -62466,7 +62466,7 @@ "language" ] }, - "_types.analysis:SnowballLanguage": { + "_types.analysis.SnowballLanguage": { "type": "string", "enum": [ "Armenian", @@ -62493,7 +62493,7 @@ "Turkish" ] }, - "_types.analysis:ArabicAnalyzer": { + "_types.analysis.ArabicAnalyzer": { "type": "object", "properties": { "type": { @@ -62503,7 +62503,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62519,7 +62519,7 @@ "type" ] }, - "_types.analysis:ArmenianAnalyzer": { + "_types.analysis.ArmenianAnalyzer": { "type": "object", "properties": { "type": { @@ -62529,7 +62529,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62545,7 +62545,7 @@ "type" ] }, - "_types.analysis:BasqueAnalyzer": { + "_types.analysis.BasqueAnalyzer": { "type": "object", "properties": { "type": { @@ -62555,7 +62555,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62571,7 +62571,7 @@ "type" ] }, - "_types.analysis:BengaliAnalyzer": { + "_types.analysis.BengaliAnalyzer": { "type": "object", "properties": { "type": { @@ -62581,7 +62581,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62597,7 +62597,7 @@ "type" ] }, - "_types.analysis:BrazilianAnalyzer": { + "_types.analysis.BrazilianAnalyzer": { "type": "object", "properties": { "type": { @@ -62607,7 +62607,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62617,7 +62617,7 @@ "type" ] }, - "_types.analysis:BulgarianAnalyzer": { + "_types.analysis.BulgarianAnalyzer": { "type": "object", "properties": { "type": { @@ -62627,7 +62627,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62643,7 +62643,7 @@ "type" ] }, - "_types.analysis:CatalanAnalyzer": { + "_types.analysis.CatalanAnalyzer": { "type": "object", "properties": { "type": { @@ -62653,7 +62653,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62669,7 +62669,7 @@ "type" ] }, - "_types.analysis:ChineseAnalyzer": { + "_types.analysis.ChineseAnalyzer": { "type": "object", "properties": { "type": { @@ -62679,7 +62679,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62689,7 +62689,7 @@ "type" ] }, - "_types.analysis:CjkAnalyzer": { + "_types.analysis.CjkAnalyzer": { "type": "object", "properties": { "type": { @@ -62699,7 +62699,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62709,7 +62709,7 @@ "type" ] }, - "_types.analysis:CzechAnalyzer": { + "_types.analysis.CzechAnalyzer": { "type": "object", "properties": { "type": { @@ -62719,7 +62719,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62735,7 +62735,7 @@ "type" ] }, - "_types.analysis:DanishAnalyzer": { + "_types.analysis.DanishAnalyzer": { "type": "object", "properties": { "type": { @@ -62745,7 +62745,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62755,7 +62755,7 @@ "type" ] }, - "_types.analysis:DutchAnalyzer": { + "_types.analysis.DutchAnalyzer": { "type": "object", "properties": { "type": { @@ -62765,7 +62765,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62781,7 +62781,7 @@ "type" ] }, - "_types.analysis:EnglishAnalyzer": { + "_types.analysis.EnglishAnalyzer": { "type": "object", "properties": { "type": { @@ -62791,7 +62791,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62807,7 +62807,7 @@ "type" ] }, - "_types.analysis:EstonianAnalyzer": { + "_types.analysis.EstonianAnalyzer": { "type": "object", "properties": { "type": { @@ -62817,7 +62817,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62827,7 +62827,7 @@ "type" ] }, - "_types.analysis:FinnishAnalyzer": { + "_types.analysis.FinnishAnalyzer": { "type": "object", "properties": { "type": { @@ -62837,7 +62837,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62853,7 +62853,7 @@ "type" ] }, - "_types.analysis:FrenchAnalyzer": { + "_types.analysis.FrenchAnalyzer": { "type": "object", "properties": { "type": { @@ -62863,7 +62863,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62879,7 +62879,7 @@ "type" ] }, - "_types.analysis:GalicianAnalyzer": { + "_types.analysis.GalicianAnalyzer": { "type": "object", "properties": { "type": { @@ -62889,7 +62889,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62905,7 +62905,7 @@ "type" ] }, - "_types.analysis:GermanAnalyzer": { + "_types.analysis.GermanAnalyzer": { "type": "object", "properties": { "type": { @@ -62915,7 +62915,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62931,7 +62931,7 @@ "type" ] }, - "_types.analysis:GreekAnalyzer": { + "_types.analysis.GreekAnalyzer": { "type": "object", "properties": { "type": { @@ -62941,7 +62941,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62951,7 +62951,7 @@ "type" ] }, - "_types.analysis:HindiAnalyzer": { + "_types.analysis.HindiAnalyzer": { "type": "object", "properties": { "type": { @@ -62961,7 +62961,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62977,7 +62977,7 @@ "type" ] }, - "_types.analysis:HungarianAnalyzer": { + "_types.analysis.HungarianAnalyzer": { "type": "object", "properties": { "type": { @@ -62987,7 +62987,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63003,7 +63003,7 @@ "type" ] }, - "_types.analysis:IndonesianAnalyzer": { + "_types.analysis.IndonesianAnalyzer": { "type": "object", "properties": { "type": { @@ -63013,7 +63013,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63029,7 +63029,7 @@ "type" ] }, - "_types.analysis:IrishAnalyzer": { + "_types.analysis.IrishAnalyzer": { "type": "object", "properties": { "type": { @@ -63039,7 +63039,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63055,7 +63055,7 @@ "type" ] }, - "_types.analysis:ItalianAnalyzer": { + "_types.analysis.ItalianAnalyzer": { "type": "object", "properties": { "type": { @@ -63065,7 +63065,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63081,7 +63081,7 @@ "type" ] }, - "_types.analysis:LatvianAnalyzer": { + "_types.analysis.LatvianAnalyzer": { "type": "object", "properties": { "type": { @@ -63091,7 +63091,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63107,7 +63107,7 @@ "type" ] }, - "_types.analysis:LithuanianAnalyzer": { + "_types.analysis.LithuanianAnalyzer": { "type": "object", "properties": { "type": { @@ -63117,7 +63117,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63133,7 +63133,7 @@ "type" ] }, - "_types.analysis:NorwegianAnalyzer": { + "_types.analysis.NorwegianAnalyzer": { "type": "object", "properties": { "type": { @@ -63143,7 +63143,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63159,7 +63159,7 @@ "type" ] }, - "_types.analysis:PersianAnalyzer": { + "_types.analysis.PersianAnalyzer": { "type": "object", "properties": { "type": { @@ -63169,7 +63169,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63179,7 +63179,7 @@ "type" ] }, - "_types.analysis:PortugueseAnalyzer": { + "_types.analysis.PortugueseAnalyzer": { "type": "object", "properties": { "type": { @@ -63189,7 +63189,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63205,7 +63205,7 @@ "type" ] }, - "_types.analysis:RomanianAnalyzer": { + "_types.analysis.RomanianAnalyzer": { "type": "object", "properties": { "type": { @@ -63215,7 +63215,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63231,7 +63231,7 @@ "type" ] }, - "_types.analysis:RussianAnalyzer": { + "_types.analysis.RussianAnalyzer": { "type": "object", "properties": { "type": { @@ -63241,7 +63241,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63257,7 +63257,7 @@ "type" ] }, - "_types.analysis:SerbianAnalyzer": { + "_types.analysis.SerbianAnalyzer": { "type": "object", "properties": { "type": { @@ -63267,7 +63267,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63283,7 +63283,7 @@ "type" ] }, - "_types.analysis:SoraniAnalyzer": { + "_types.analysis.SoraniAnalyzer": { "type": "object", "properties": { "type": { @@ -63293,7 +63293,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63309,7 +63309,7 @@ "type" ] }, - "_types.analysis:SpanishAnalyzer": { + "_types.analysis.SpanishAnalyzer": { "type": "object", "properties": { "type": { @@ -63319,7 +63319,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63335,7 +63335,7 @@ "type" ] }, - "_types.analysis:SwedishAnalyzer": { + "_types.analysis.SwedishAnalyzer": { "type": "object", "properties": { "type": { @@ -63345,7 +63345,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63361,7 +63361,7 @@ "type" ] }, - "_types.analysis:TurkishAnalyzer": { + "_types.analysis.TurkishAnalyzer": { "type": "object", "properties": { "type": { @@ -63371,7 +63371,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63387,7 +63387,7 @@ "type" ] }, - "_types.analysis:ThaiAnalyzer": { + "_types.analysis.ThaiAnalyzer": { "type": "object", "properties": { "type": { @@ -63397,7 +63397,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63407,7 +63407,7 @@ "type" ] }, - "_types.analysis:CharFilter": { + "_types.analysis.CharFilter": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-charfilters.html" }, @@ -63416,36 +63416,36 @@ "type": "string" }, { - "$ref": "#/components/schemas/_types.analysis:CharFilterDefinition" + "$ref": "#/components/schemas/_types.analysis.CharFilterDefinition" } ] }, - "_types.analysis:CharFilterDefinition": { + "_types.analysis.CharFilterDefinition": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:HtmlStripCharFilter" + "$ref": "#/components/schemas/_types.analysis.HtmlStripCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:MappingCharFilter" + "$ref": "#/components/schemas/_types.analysis.MappingCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PatternReplaceCharFilter" + "$ref": "#/components/schemas/_types.analysis.PatternReplaceCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationCharFilter" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiIterationMarkCharFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiIterationMarkCharFilter" } ] }, - "_types.analysis:HtmlStripCharFilter": { + "_types.analysis.HtmlStripCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -63469,18 +63469,18 @@ } ] }, - "_types.analysis:CharFilterBase": { + "_types.analysis.CharFilterBase": { "type": "object", "properties": { "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } } }, - "_types.analysis:MappingCharFilter": { + "_types.analysis.MappingCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -63507,10 +63507,10 @@ } ] }, - "_types.analysis:PatternReplaceCharFilter": { + "_types.analysis.PatternReplaceCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -63538,10 +63538,10 @@ } ] }, - "_types.analysis:IcuNormalizationCharFilter": { + "_types.analysis.IcuNormalizationCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -63553,10 +63553,10 @@ ] }, "mode": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationMode" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationMode" }, "name": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationType" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationType" } }, "required": [ @@ -63565,10 +63565,10 @@ } ] }, - "_types.analysis:KuromojiIterationMarkCharFilter": { + "_types.analysis.KuromojiIterationMarkCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -63594,7 +63594,7 @@ } ] }, - "_types.analysis:TokenFilter": { + "_types.analysis.TokenFilter": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-tokenfilters.html" }, @@ -63603,162 +63603,162 @@ "type": "string" }, { - "$ref": "#/components/schemas/_types.analysis:TokenFilterDefinition" + "$ref": "#/components/schemas/_types.analysis.TokenFilterDefinition" } ] }, - "_types.analysis:TokenFilterDefinition": { + "_types.analysis.TokenFilterDefinition": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:AsciiFoldingTokenFilter" + "$ref": "#/components/schemas/_types.analysis.AsciiFoldingTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:CommonGramsTokenFilter" + "$ref": "#/components/schemas/_types.analysis.CommonGramsTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ConditionTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ConditionTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:DelimitedPayloadTokenFilter" + "$ref": "#/components/schemas/_types.analysis.DelimitedPayloadTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:EdgeNGramTokenFilter" + "$ref": "#/components/schemas/_types.analysis.EdgeNGramTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ElisionTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ElisionTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:FingerprintTokenFilter" + "$ref": "#/components/schemas/_types.analysis.FingerprintTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:HunspellTokenFilter" + "$ref": "#/components/schemas/_types.analysis.HunspellTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:HyphenationDecompounderTokenFilter" + "$ref": "#/components/schemas/_types.analysis.HyphenationDecompounderTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KeepTypesTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KeepTypesTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KeepWordsTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KeepWordsTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KeywordMarkerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KeywordMarkerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KStemTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KStemTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:LengthTokenFilter" + "$ref": "#/components/schemas/_types.analysis.LengthTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:LimitTokenCountTokenFilter" + "$ref": "#/components/schemas/_types.analysis.LimitTokenCountTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:LowercaseTokenFilter" + "$ref": "#/components/schemas/_types.analysis.LowercaseTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:MultiplexerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.MultiplexerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:NGramTokenFilter" + "$ref": "#/components/schemas/_types.analysis.NGramTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:NoriPartOfSpeechTokenFilter" + "$ref": "#/components/schemas/_types.analysis.NoriPartOfSpeechTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PatternCaptureTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PatternCaptureTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PatternReplaceTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PatternReplaceTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PorterStemTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PorterStemTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PredicateTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PredicateTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:RemoveDuplicatesTokenFilter" + "$ref": "#/components/schemas/_types.analysis.RemoveDuplicatesTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ReverseTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ReverseTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ShingleTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ShingleTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:SnowballTokenFilter" + "$ref": "#/components/schemas/_types.analysis.SnowballTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:StemmerOverrideTokenFilter" + "$ref": "#/components/schemas/_types.analysis.StemmerOverrideTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:StemmerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.StemmerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:StopTokenFilter" + "$ref": "#/components/schemas/_types.analysis.StopTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:SynonymGraphTokenFilter" + "$ref": "#/components/schemas/_types.analysis.SynonymGraphTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:SynonymTokenFilter" + "$ref": "#/components/schemas/_types.analysis.SynonymTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:TrimTokenFilter" + "$ref": "#/components/schemas/_types.analysis.TrimTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:TruncateTokenFilter" + "$ref": "#/components/schemas/_types.analysis.TruncateTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:UniqueTokenFilter" + "$ref": "#/components/schemas/_types.analysis.UniqueTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:UppercaseTokenFilter" + "$ref": "#/components/schemas/_types.analysis.UppercaseTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:WordDelimiterGraphTokenFilter" + "$ref": "#/components/schemas/_types.analysis.WordDelimiterGraphTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:WordDelimiterTokenFilter" + "$ref": "#/components/schemas/_types.analysis.WordDelimiterTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiStemmerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiStemmerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiReadingFormTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiReadingFormTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiPartOfSpeechTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiPartOfSpeechTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuCollationTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuCollationTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuFoldingTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuFoldingTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuTransformTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuTransformTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PhoneticTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PhoneticTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:DictionaryDecompounderTokenFilter" + "$ref": "#/components/schemas/_types.analysis.DictionaryDecompounderTokenFilter" } ] }, - "_types.analysis:AsciiFoldingTokenFilter": { + "_types.analysis.AsciiFoldingTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -63770,7 +63770,7 @@ ] }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -63779,18 +63779,18 @@ } ] }, - "_types.analysis:TokenFilterBase": { + "_types.analysis.TokenFilterBase": { "type": "object", "properties": { "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } } }, - "_types.analysis:CommonGramsTokenFilter": { + "_types.analysis.CommonGramsTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -63823,10 +63823,10 @@ } ] }, - "_types.analysis:ConditionTokenFilter": { + "_types.analysis.ConditionTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -63844,7 +63844,7 @@ } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -63855,10 +63855,10 @@ } ] }, - "_types.analysis:DelimitedPayloadTokenFilter": { + "_types.analysis.DelimitedPayloadTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -63873,7 +63873,7 @@ "type": "string" }, "encoding": { - "$ref": "#/components/schemas/_types.analysis:DelimitedPayloadEncoding" + "$ref": "#/components/schemas/_types.analysis.DelimitedPayloadEncoding" } }, "required": [ @@ -63882,7 +63882,7 @@ } ] }, - "_types.analysis:DelimitedPayloadEncoding": { + "_types.analysis.DelimitedPayloadEncoding": { "type": "string", "enum": [ "int", @@ -63890,10 +63890,10 @@ "identity" ] }, - "_types.analysis:EdgeNGramTokenFilter": { + "_types.analysis.EdgeNGramTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -63911,10 +63911,10 @@ "type": "number" }, "side": { - "$ref": "#/components/schemas/_types.analysis:EdgeNGramSide" + "$ref": "#/components/schemas/_types.analysis.EdgeNGramSide" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -63923,17 +63923,17 @@ } ] }, - "_types.analysis:EdgeNGramSide": { + "_types.analysis.EdgeNGramSide": { "type": "string", "enum": [ "front", "back" ] }, - "_types.analysis:ElisionTokenFilter": { + "_types.analysis.ElisionTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -63954,7 +63954,7 @@ "type": "string" }, "articles_case": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -63963,10 +63963,10 @@ } ] }, - "_types.analysis:FingerprintTokenFilter": { + "_types.analysis.FingerprintTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -63990,10 +63990,10 @@ } ] }, - "_types.analysis:HunspellTokenFilter": { + "_types.analysis.HunspellTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64024,10 +64024,10 @@ } ] }, - "_types.analysis:HyphenationDecompounderTokenFilter": { + "_types.analysis.HyphenationDecompounderTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CompoundWordTokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.CompoundWordTokenFilterBase" }, { "type": "object", @@ -64045,10 +64045,10 @@ } ] }, - "_types.analysis:CompoundWordTokenFilterBase": { + "_types.analysis.CompoundWordTokenFilterBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64081,10 +64081,10 @@ } ] }, - "_types.analysis:KeepTypesTokenFilter": { + "_types.analysis.KeepTypesTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64096,7 +64096,7 @@ ] }, "mode": { - "$ref": "#/components/schemas/_types.analysis:KeepTypesMode" + "$ref": "#/components/schemas/_types.analysis.KeepTypesMode" }, "types": { "type": "array", @@ -64111,17 +64111,17 @@ } ] }, - "_types.analysis:KeepTypesMode": { + "_types.analysis.KeepTypesMode": { "type": "string", "enum": [ "include", "exclude" ] }, - "_types.analysis:KeepWordsTokenFilter": { + "_types.analysis.KeepWordsTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64151,10 +64151,10 @@ } ] }, - "_types.analysis:KeywordMarkerTokenFilter": { + "_types.analysis.KeywordMarkerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64194,10 +64194,10 @@ } ] }, - "_types.analysis:KStemTokenFilter": { + "_types.analysis.KStemTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64215,10 +64215,10 @@ } ] }, - "_types.analysis:LengthTokenFilter": { + "_types.analysis.LengthTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64242,10 +64242,10 @@ } ] }, - "_types.analysis:LimitTokenCountTokenFilter": { + "_types.analysis.LimitTokenCountTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64260,7 +64260,7 @@ "type": "boolean" }, "max_token_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } }, "required": [ @@ -64269,10 +64269,10 @@ } ] }, - "_types.analysis:LowercaseTokenFilter": { + "_types.analysis.LowercaseTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64293,10 +64293,10 @@ } ] }, - "_types.analysis:MultiplexerTokenFilter": { + "_types.analysis.MultiplexerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64314,7 +64314,7 @@ } }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -64324,10 +64324,10 @@ } ] }, - "_types.analysis:NGramTokenFilter": { + "_types.analysis.NGramTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64345,7 +64345,7 @@ "type": "number" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -64354,10 +64354,10 @@ } ] }, - "_types.analysis:NoriPartOfSpeechTokenFilter": { + "_types.analysis.NoriPartOfSpeechTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64381,10 +64381,10 @@ } ] }, - "_types.analysis:PatternCaptureTokenFilter": { + "_types.analysis.PatternCaptureTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64402,7 +64402,7 @@ } }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -64412,10 +64412,10 @@ } ] }, - "_types.analysis:PatternReplaceTokenFilter": { + "_types.analysis.PatternReplaceTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64446,10 +64446,10 @@ } ] }, - "_types.analysis:PorterStemTokenFilter": { + "_types.analysis.PorterStemTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64467,10 +64467,10 @@ } ] }, - "_types.analysis:PredicateTokenFilter": { + "_types.analysis.PredicateTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64482,7 +64482,7 @@ ] }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -64492,10 +64492,10 @@ } ] }, - "_types.analysis:RemoveDuplicatesTokenFilter": { + "_types.analysis.RemoveDuplicatesTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64513,10 +64513,10 @@ } ] }, - "_types.analysis:ReverseTokenFilter": { + "_types.analysis.ReverseTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64534,10 +64534,10 @@ } ] }, - "_types.analysis:ShingleTokenFilter": { + "_types.analysis.ShingleTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64587,10 +64587,10 @@ } ] }, - "_types.analysis:SnowballTokenFilter": { + "_types.analysis.SnowballTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64602,7 +64602,7 @@ ] }, "language": { - "$ref": "#/components/schemas/_types.analysis:SnowballLanguage" + "$ref": "#/components/schemas/_types.analysis.SnowballLanguage" } }, "required": [ @@ -64611,10 +64611,10 @@ } ] }, - "_types.analysis:StemmerOverrideTokenFilter": { + "_types.analysis.StemmerOverrideTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64641,10 +64641,10 @@ } ] }, - "_types.analysis:StemmerTokenFilter": { + "_types.analysis.StemmerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64665,10 +64665,10 @@ } ] }, - "_types.analysis:StopTokenFilter": { + "_types.analysis.StopTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64686,7 +64686,7 @@ "type": "boolean" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -64698,10 +64698,10 @@ } ] }, - "_types.analysis:SynonymGraphTokenFilter": { + "_types.analysis.SynonymGraphTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64716,7 +64716,7 @@ "type": "boolean" }, "format": { - "$ref": "#/components/schemas/_types.analysis:SynonymFormat" + "$ref": "#/components/schemas/_types.analysis.SynonymFormat" }, "lenient": { "type": "boolean" @@ -64746,17 +64746,17 @@ } ] }, - "_types.analysis:SynonymFormat": { + "_types.analysis.SynonymFormat": { "type": "string", "enum": [ "solr", "wordnet" ] }, - "_types.analysis:SynonymTokenFilter": { + "_types.analysis.SynonymTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64771,7 +64771,7 @@ "type": "boolean" }, "format": { - "$ref": "#/components/schemas/_types.analysis:SynonymFormat" + "$ref": "#/components/schemas/_types.analysis.SynonymFormat" }, "lenient": { "type": "boolean" @@ -64801,10 +64801,10 @@ } ] }, - "_types.analysis:TrimTokenFilter": { + "_types.analysis.TrimTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64822,10 +64822,10 @@ } ] }, - "_types.analysis:TruncateTokenFilter": { + "_types.analysis.TruncateTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64846,10 +64846,10 @@ } ] }, - "_types.analysis:UniqueTokenFilter": { + "_types.analysis.UniqueTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64870,10 +64870,10 @@ } ] }, - "_types.analysis:UppercaseTokenFilter": { + "_types.analysis.UppercaseTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64891,10 +64891,10 @@ } ] }, - "_types.analysis:WordDelimiterGraphTokenFilter": { + "_types.analysis.WordDelimiterGraphTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64927,7 +64927,7 @@ "type": "boolean" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "protected_words": { "type": "array", @@ -64963,10 +64963,10 @@ } ] }, - "_types.analysis:WordDelimiterTokenFilter": { + "_types.analysis.WordDelimiterTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64993,7 +64993,7 @@ "type": "boolean" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "protected_words": { "type": "array", @@ -65029,10 +65029,10 @@ } ] }, - "_types.analysis:KuromojiStemmerTokenFilter": { + "_types.analysis.KuromojiStemmerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65054,10 +65054,10 @@ } ] }, - "_types.analysis:KuromojiReadingFormTokenFilter": { + "_types.analysis.KuromojiReadingFormTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65079,10 +65079,10 @@ } ] }, - "_types.analysis:KuromojiPartOfSpeechTokenFilter": { + "_types.analysis.KuromojiPartOfSpeechTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65107,10 +65107,10 @@ } ] }, - "_types.analysis:IcuCollationTokenFilter": { + "_types.analysis.IcuCollationTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65122,10 +65122,10 @@ ] }, "alternate": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationAlternate" + "$ref": "#/components/schemas/_types.analysis.IcuCollationAlternate" }, "case_first": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationCaseFirst" + "$ref": "#/components/schemas/_types.analysis.IcuCollationCaseFirst" }, "case_level": { "type": "boolean" @@ -65134,7 +65134,7 @@ "type": "string" }, "decomposition": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationDecomposition" + "$ref": "#/components/schemas/_types.analysis.IcuCollationDecomposition" }, "hiragana_quaternary_mode": { "type": "boolean" @@ -65149,7 +65149,7 @@ "type": "string" }, "strength": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationStrength" + "$ref": "#/components/schemas/_types.analysis.IcuCollationStrength" }, "variable_top": { "type": "string" @@ -65164,28 +65164,28 @@ } ] }, - "_types.analysis:IcuCollationAlternate": { + "_types.analysis.IcuCollationAlternate": { "type": "string", "enum": [ "shifted", "non-ignorable" ] }, - "_types.analysis:IcuCollationCaseFirst": { + "_types.analysis.IcuCollationCaseFirst": { "type": "string", "enum": [ "lower", "upper" ] }, - "_types.analysis:IcuCollationDecomposition": { + "_types.analysis.IcuCollationDecomposition": { "type": "string", "enum": [ "no", "identical" ] }, - "_types.analysis:IcuCollationStrength": { + "_types.analysis.IcuCollationStrength": { "type": "string", "enum": [ "primary", @@ -65195,10 +65195,10 @@ "identical" ] }, - "_types.analysis:IcuFoldingTokenFilter": { + "_types.analysis.IcuFoldingTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65220,10 +65220,10 @@ } ] }, - "_types.analysis:IcuNormalizationTokenFilter": { + "_types.analysis.IcuNormalizationTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65235,7 +65235,7 @@ ] }, "name": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationType" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationType" } }, "required": [ @@ -65245,10 +65245,10 @@ } ] }, - "_types.analysis:IcuTransformTokenFilter": { + "_types.analysis.IcuTransformTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65260,7 +65260,7 @@ ] }, "dir": { - "$ref": "#/components/schemas/_types.analysis:IcuTransformDirection" + "$ref": "#/components/schemas/_types.analysis.IcuTransformDirection" }, "id": { "type": "string" @@ -65273,17 +65273,17 @@ } ] }, - "_types.analysis:IcuTransformDirection": { + "_types.analysis.IcuTransformDirection": { "type": "string", "enum": [ "forward", "reverse" ] }, - "_types.analysis:PhoneticTokenFilter": { + "_types.analysis.PhoneticTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65295,17 +65295,17 @@ ] }, "encoder": { - "$ref": "#/components/schemas/_types.analysis:PhoneticEncoder" + "$ref": "#/components/schemas/_types.analysis.PhoneticEncoder" }, "languageset": { "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:PhoneticLanguage" + "$ref": "#/components/schemas/_types.analysis.PhoneticLanguage" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:PhoneticLanguage" + "$ref": "#/components/schemas/_types.analysis.PhoneticLanguage" } } ] @@ -65314,13 +65314,13 @@ "type": "number" }, "name_type": { - "$ref": "#/components/schemas/_types.analysis:PhoneticNameType" + "$ref": "#/components/schemas/_types.analysis.PhoneticNameType" }, "replace": { "type": "boolean" }, "rule_type": { - "$ref": "#/components/schemas/_types.analysis:PhoneticRuleType" + "$ref": "#/components/schemas/_types.analysis.PhoneticRuleType" } }, "required": [ @@ -65330,7 +65330,7 @@ } ] }, - "_types.analysis:PhoneticEncoder": { + "_types.analysis.PhoneticEncoder": { "type": "string", "enum": [ "metaphone", @@ -65347,7 +65347,7 @@ "daitch_mokotoff" ] }, - "_types.analysis:PhoneticLanguage": { + "_types.analysis.PhoneticLanguage": { "type": "string", "enum": [ "any", @@ -65364,7 +65364,7 @@ "spanish" ] }, - "_types.analysis:PhoneticNameType": { + "_types.analysis.PhoneticNameType": { "type": "string", "enum": [ "generic", @@ -65372,17 +65372,17 @@ "sephardic" ] }, - "_types.analysis:PhoneticRuleType": { + "_types.analysis.PhoneticRuleType": { "type": "string", "enum": [ "approx", "exact" ] }, - "_types.analysis:DictionaryDecompounderTokenFilter": { + "_types.analysis.DictionaryDecompounderTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CompoundWordTokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.CompoundWordTokenFilterBase" }, { "type": "object", @@ -65400,20 +65400,20 @@ } ] }, - "_types.analysis:Normalizer": { + "_types.analysis.Normalizer": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:LowercaseNormalizer" + "$ref": "#/components/schemas/_types.analysis.LowercaseNormalizer" }, { - "$ref": "#/components/schemas/_types.analysis:CustomNormalizer" + "$ref": "#/components/schemas/_types.analysis.CustomNormalizer" } ] }, - "_types.analysis:LowercaseNormalizer": { + "_types.analysis.LowercaseNormalizer": { "type": "object", "properties": { "type": { @@ -65427,7 +65427,7 @@ "type" ] }, - "_types.analysis:CustomNormalizer": { + "_types.analysis.CustomNormalizer": { "type": "object", "properties": { "type": { @@ -65453,7 +65453,7 @@ "type" ] }, - "_types.analysis:Tokenizer": { + "_types.analysis.Tokenizer": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-tokenizers.html" }, @@ -65462,75 +65462,75 @@ "type": "string" }, { - "$ref": "#/components/schemas/_types.analysis:TokenizerDefinition" + "$ref": "#/components/schemas/_types.analysis.TokenizerDefinition" } ] }, - "_types.analysis:TokenizerDefinition": { + "_types.analysis.TokenizerDefinition": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharGroupTokenizer" + "$ref": "#/components/schemas/_types.analysis.CharGroupTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:ClassicTokenizer" + "$ref": "#/components/schemas/_types.analysis.ClassicTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:EdgeNGramTokenizer" + "$ref": "#/components/schemas/_types.analysis.EdgeNGramTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:KeywordTokenizer" + "$ref": "#/components/schemas/_types.analysis.KeywordTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:LetterTokenizer" + "$ref": "#/components/schemas/_types.analysis.LetterTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:LowercaseTokenizer" + "$ref": "#/components/schemas/_types.analysis.LowercaseTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:NGramTokenizer" + "$ref": "#/components/schemas/_types.analysis.NGramTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:PathHierarchyTokenizer" + "$ref": "#/components/schemas/_types.analysis.PathHierarchyTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:PatternTokenizer" + "$ref": "#/components/schemas/_types.analysis.PatternTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:SimplePatternTokenizer" + "$ref": "#/components/schemas/_types.analysis.SimplePatternTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:SimplePatternSplitTokenizer" + "$ref": "#/components/schemas/_types.analysis.SimplePatternSplitTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:StandardTokenizer" + "$ref": "#/components/schemas/_types.analysis.StandardTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:ThaiTokenizer" + "$ref": "#/components/schemas/_types.analysis.ThaiTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:UaxEmailUrlTokenizer" + "$ref": "#/components/schemas/_types.analysis.UaxEmailUrlTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:WhitespaceTokenizer" + "$ref": "#/components/schemas/_types.analysis.WhitespaceTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:IcuTokenizer" + "$ref": "#/components/schemas/_types.analysis.IcuTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiTokenizer" + "$ref": "#/components/schemas/_types.analysis.KuromojiTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:NoriTokenizer" + "$ref": "#/components/schemas/_types.analysis.NoriTokenizer" } ] }, - "_types.analysis:CharGroupTokenizer": { + "_types.analysis.CharGroupTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65558,18 +65558,18 @@ } ] }, - "_types.analysis:TokenizerBase": { + "_types.analysis.TokenizerBase": { "type": "object", "properties": { "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } } }, - "_types.analysis:ClassicTokenizer": { + "_types.analysis.ClassicTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65590,10 +65590,10 @@ } ] }, - "_types.analysis:EdgeNGramTokenizer": { + "_types.analysis.EdgeNGramTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65616,7 +65616,7 @@ "token_chars": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenChar" + "$ref": "#/components/schemas/_types.analysis.TokenChar" } } }, @@ -65626,7 +65626,7 @@ } ] }, - "_types.analysis:TokenChar": { + "_types.analysis.TokenChar": { "type": "string", "enum": [ "letter", @@ -65637,10 +65637,10 @@ "custom" ] }, - "_types.analysis:KeywordTokenizer": { + "_types.analysis.KeywordTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65661,10 +65661,10 @@ } ] }, - "_types.analysis:LetterTokenizer": { + "_types.analysis.LetterTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65682,10 +65682,10 @@ } ] }, - "_types.analysis:LowercaseTokenizer": { + "_types.analysis.LowercaseTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65703,10 +65703,10 @@ } ] }, - "_types.analysis:NGramTokenizer": { + "_types.analysis.NGramTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65729,7 +65729,7 @@ "token_chars": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenChar" + "$ref": "#/components/schemas/_types.analysis.TokenChar" } } }, @@ -65739,10 +65739,10 @@ } ] }, - "_types.analysis:PathHierarchyTokenizer": { + "_types.analysis.PathHierarchyTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65754,7 +65754,7 @@ ] }, "buffer_size": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" }, "delimiter": { "type": "string" @@ -65763,10 +65763,10 @@ "type": "string" }, "reverse": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "skip": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } }, "required": [ @@ -65775,10 +65775,10 @@ } ] }, - "_types.analysis:PatternTokenizer": { + "_types.analysis.PatternTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65805,10 +65805,10 @@ } ] }, - "_types.analysis:SimplePatternTokenizer": { + "_types.analysis.SimplePatternTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65829,10 +65829,10 @@ } ] }, - "_types.analysis:SimplePatternSplitTokenizer": { + "_types.analysis.SimplePatternSplitTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65853,10 +65853,10 @@ } ] }, - "_types.analysis:StandardTokenizer": { + "_types.analysis.StandardTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65877,10 +65877,10 @@ } ] }, - "_types.analysis:ThaiTokenizer": { + "_types.analysis.ThaiTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65898,10 +65898,10 @@ } ] }, - "_types.analysis:UaxEmailUrlTokenizer": { + "_types.analysis.UaxEmailUrlTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65922,10 +65922,10 @@ } ] }, - "_types.analysis:WhitespaceTokenizer": { + "_types.analysis.WhitespaceTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65946,10 +65946,10 @@ } ] }, - "_types.analysis:IcuTokenizer": { + "_types.analysis.IcuTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65971,10 +65971,10 @@ } ] }, - "_types.analysis:KuromojiTokenizer": { + "_types.analysis.KuromojiTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65989,7 +65989,7 @@ "type": "boolean" }, "mode": { - "$ref": "#/components/schemas/_types.analysis:KuromojiTokenizationMode" + "$ref": "#/components/schemas/_types.analysis.KuromojiTokenizationMode" }, "nbest_cost": { "type": "number" @@ -66017,10 +66017,10 @@ } ] }, - "_types.analysis:NoriTokenizer": { + "_types.analysis.NoriTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -66032,7 +66032,7 @@ ] }, "decompound_mode": { - "$ref": "#/components/schemas/_types.analysis:NoriDecompoundMode" + "$ref": "#/components/schemas/_types.analysis.NoriDecompoundMode" }, "discard_punctuation": { "type": "boolean" @@ -66053,26 +66053,26 @@ } ] }, - "indices._types:IndexSettingsTimeSeries": { + "indices._types.IndexSettingsTimeSeries": { "type": "object", "properties": { "end_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } } }, - "indices._types:Queries": { + "indices._types.Queries": { "type": "object", "properties": { "cache": { - "$ref": "#/components/schemas/indices._types:CacheQueries" + "$ref": "#/components/schemas/indices._types.CacheQueries" } } }, - "indices._types:CacheQueries": { + "indices._types.CacheQueries": { "type": "object", "properties": { "enabled": { @@ -66083,38 +66083,38 @@ "enabled" ] }, - "indices._types:SettingsSimilarity": { + "indices._types.SettingsSimilarity": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityBm25" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityBm25" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityBoolean" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityBoolean" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityDfi" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityDfi" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityDfr" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityDfr" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityIb" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityIb" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityLmd" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityLmd" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityLmj" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityLmj" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityScripted" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityScripted" } ] }, - "indices._types:SettingsSimilarityBm25": { + "indices._types.SettingsSimilarityBm25": { "type": "object", "properties": { "type": { @@ -66137,7 +66137,7 @@ "type" ] }, - "indices._types:SettingsSimilarityBoolean": { + "indices._types.SettingsSimilarityBoolean": { "type": "object", "properties": { "type": { @@ -66151,7 +66151,7 @@ "type" ] }, - "indices._types:SettingsSimilarityDfi": { + "indices._types.SettingsSimilarityDfi": { "type": "object", "properties": { "type": { @@ -66161,7 +66161,7 @@ ] }, "independence_measure": { - "$ref": "#/components/schemas/_types:DFIIndependenceMeasure" + "$ref": "#/components/schemas/_types.DFIIndependenceMeasure" } }, "required": [ @@ -66169,7 +66169,7 @@ "independence_measure" ] }, - "_types:DFIIndependenceMeasure": { + "_types.DFIIndependenceMeasure": { "type": "string", "enum": [ "standardized", @@ -66177,7 +66177,7 @@ "chisquared" ] }, - "indices._types:SettingsSimilarityDfr": { + "indices._types.SettingsSimilarityDfr": { "type": "object", "properties": { "type": { @@ -66187,13 +66187,13 @@ ] }, "after_effect": { - "$ref": "#/components/schemas/_types:DFRAfterEffect" + "$ref": "#/components/schemas/_types.DFRAfterEffect" }, "basic_model": { - "$ref": "#/components/schemas/_types:DFRBasicModel" + "$ref": "#/components/schemas/_types.DFRBasicModel" }, "normalization": { - "$ref": "#/components/schemas/_types:Normalization" + "$ref": "#/components/schemas/_types.Normalization" } }, "required": [ @@ -66203,7 +66203,7 @@ "normalization" ] }, - "_types:DFRAfterEffect": { + "_types.DFRAfterEffect": { "type": "string", "enum": [ "no", @@ -66211,7 +66211,7 @@ "l" ] }, - "_types:DFRBasicModel": { + "_types.DFRBasicModel": { "type": "string", "enum": [ "be", @@ -66223,7 +66223,7 @@ "p" ] }, - "_types:Normalization": { + "_types.Normalization": { "type": "string", "enum": [ "no", @@ -66233,7 +66233,7 @@ "z" ] }, - "indices._types:SettingsSimilarityIb": { + "indices._types.SettingsSimilarityIb": { "type": "object", "properties": { "type": { @@ -66243,13 +66243,13 @@ ] }, "distribution": { - "$ref": "#/components/schemas/_types:IBDistribution" + "$ref": "#/components/schemas/_types.IBDistribution" }, "lambda": { - "$ref": "#/components/schemas/_types:IBLambda" + "$ref": "#/components/schemas/_types.IBLambda" }, "normalization": { - "$ref": "#/components/schemas/_types:Normalization" + "$ref": "#/components/schemas/_types.Normalization" } }, "required": [ @@ -66259,21 +66259,21 @@ "normalization" ] }, - "_types:IBDistribution": { + "_types.IBDistribution": { "type": "string", "enum": [ "ll", "spl" ] }, - "_types:IBLambda": { + "_types.IBLambda": { "type": "string", "enum": [ "df", "ttf" ] }, - "indices._types:SettingsSimilarityLmd": { + "indices._types.SettingsSimilarityLmd": { "type": "object", "properties": { "type": { @@ -66290,7 +66290,7 @@ "type" ] }, - "indices._types:SettingsSimilarityLmj": { + "indices._types.SettingsSimilarityLmj": { "type": "object", "properties": { "type": { @@ -66307,7 +66307,7 @@ "type" ] }, - "indices._types:SettingsSimilarityScripted": { + "indices._types.SettingsSimilarityScripted": { "type": "object", "properties": { "type": { @@ -66317,10 +66317,10 @@ ] }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "weight_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -66328,32 +66328,32 @@ "script" ] }, - "indices._types:MappingLimitSettings": { + "indices._types.MappingLimitSettings": { "type": "object", "properties": { "coerce": { "type": "boolean" }, "total_fields": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsTotalFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsTotalFields" }, "depth": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsDepth" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsDepth" }, "nested_fields": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsNestedFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsNestedFields" }, "nested_objects": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsNestedObjects" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsNestedObjects" }, "field_name_length": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsFieldNameLength" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsFieldNameLength" }, "dimension_fields": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsDimensionFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsDimensionFields" }, "source": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsSourceFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsSourceFields" }, "ignore_malformed": { "oneOf": [ @@ -66367,7 +66367,7 @@ } } }, - "indices._types:MappingLimitSettingsTotalFields": { + "indices._types.MappingLimitSettingsTotalFields": { "type": "object", "properties": { "limit": { @@ -66394,7 +66394,7 @@ } } }, - "indices._types:MappingLimitSettingsDepth": { + "indices._types.MappingLimitSettingsDepth": { "type": "object", "properties": { "limit": { @@ -66403,7 +66403,7 @@ } } }, - "indices._types:MappingLimitSettingsNestedFields": { + "indices._types.MappingLimitSettingsNestedFields": { "type": "object", "properties": { "limit": { @@ -66412,7 +66412,7 @@ } } }, - "indices._types:MappingLimitSettingsNestedObjects": { + "indices._types.MappingLimitSettingsNestedObjects": { "type": "object", "properties": { "limit": { @@ -66421,7 +66421,7 @@ } } }, - "indices._types:MappingLimitSettingsFieldNameLength": { + "indices._types.MappingLimitSettingsFieldNameLength": { "type": "object", "properties": { "limit": { @@ -66430,7 +66430,7 @@ } } }, - "indices._types:MappingLimitSettingsDimensionFields": { + "indices._types.MappingLimitSettingsDimensionFields": { "type": "object", "properties": { "limit": { @@ -66439,18 +66439,18 @@ } } }, - "indices._types:MappingLimitSettingsSourceFields": { + "indices._types.MappingLimitSettingsSourceFields": { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/indices._types:SourceMode" + "$ref": "#/components/schemas/indices._types.SourceMode" } }, "required": [ "mode" ] }, - "indices._types:SourceMode": { + "indices._types.SourceMode": { "type": "string", "enum": [ "disabled", @@ -66458,7 +66458,7 @@ "synthetic" ] }, - "indices._types:IndexingSlowlogSettings": { + "indices._types.IndexingSlowlogSettings": { "type": "object", "properties": { "level": { @@ -66471,30 +66471,30 @@ "type": "boolean" }, "threshold": { - "$ref": "#/components/schemas/indices._types:IndexingSlowlogTresholds" + "$ref": "#/components/schemas/indices._types.IndexingSlowlogTresholds" } } }, - "indices._types:IndexingSlowlogTresholds": { + "indices._types.IndexingSlowlogTresholds": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholdLevels" + "$ref": "#/components/schemas/indices._types.SlowlogTresholdLevels" } } }, - "indices._types:IndexingPressure": { + "indices._types.IndexingPressure": { "type": "object", "properties": { "memory": { - "$ref": "#/components/schemas/indices._types:IndexingPressureMemory" + "$ref": "#/components/schemas/indices._types.IndexingPressureMemory" } }, "required": [ "memory" ] }, - "indices._types:IndexingPressureMemory": { + "indices._types.IndexingPressureMemory": { "type": "object", "properties": { "limit": { @@ -66503,11 +66503,11 @@ } } }, - "indices._types:Storage": { + "indices._types.Storage": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/indices._types:StorageType" + "$ref": "#/components/schemas/indices._types.StorageType" }, "allow_mmap": { "description": "You can restrict the use of the mmapfs and the related hybridfs store type via the setting node.store.allow_mmap.\nThis is a boolean setting indicating whether or not memory-mapping is allowed. The default is to allow it. This\nsetting is useful, for example, if you are in an environment where you can not control the ability to create a lot\nof memory maps so you need disable the ability to use memory-mapping.", @@ -66518,7 +66518,7 @@ "type" ] }, - "indices._types:StorageType": { + "indices._types.StorageType": { "anyOf": [ { "type": "string", @@ -66534,23 +66534,23 @@ } ] }, - "ccr.follow_info:FollowerIndex": { + "ccr.follow_info.FollowerIndex": { "type": "object", "properties": { "follower_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "leader_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "parameters": { - "$ref": "#/components/schemas/ccr.follow_info:FollowerIndexParameters" + "$ref": "#/components/schemas/ccr.follow_info.FollowerIndexParameters" }, "remote_cluster": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "status": { - "$ref": "#/components/schemas/ccr.follow_info:FollowerIndexStatus" + "$ref": "#/components/schemas/ccr.follow_info.FollowerIndexStatus" } }, "required": [ @@ -66560,7 +66560,7 @@ "status" ] }, - "ccr.follow_info:FollowerIndexParameters": { + "ccr.follow_info.FollowerIndexParameters": { "type": "object", "properties": { "max_outstanding_read_requests": { @@ -66576,48 +66576,48 @@ "type": "number" }, "max_read_request_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_retry_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_write_buffer_count": { "description": "The maximum number of operations that can be queued for writing. When this limit is reached, reads from the remote cluster will be\ndeferred until the number of queued operations goes below the limit.", "type": "number" }, "max_write_buffer_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_write_request_operation_count": { "description": "The maximum number of operations per bulk write request executed on the follower.", "type": "number" }, "max_write_request_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "read_poll_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "ccr.follow_info:FollowerIndexStatus": { + "ccr.follow_info.FollowerIndexStatus": { "type": "string", "enum": [ "active", "paused" ] }, - "ccr._types:FollowIndexStats": { + "ccr._types.FollowIndexStats": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shards": { "description": "An array of shard-level following task statistics.", "type": "array", "items": { - "$ref": "#/components/schemas/ccr._types:ShardStats" + "$ref": "#/components/schemas/ccr._types.ShardStats" } } }, @@ -66626,7 +66626,7 @@ "shards" ] }, - "ccr._types:ShardStats": { + "ccr._types.ShardStats": { "type": "object", "properties": { "bytes_read": { @@ -66642,10 +66642,10 @@ "type": "number" }, "fatal_exception": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "follower_aliases_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "follower_global_checkpoint": { "description": "The current global checkpoint on the follower.\nThe difference between the `leader_global_checkpoint` and the `follower_global_checkpoint` is an indication of how much the follower is lagging the leader.", @@ -66656,16 +66656,16 @@ "type": "string" }, "follower_mapping_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "follower_max_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "follower_settings_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "last_requested_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "leader_global_checkpoint": { "description": "The current global checkpoint on the leader known to the follower task.", @@ -66676,7 +66676,7 @@ "type": "string" }, "leader_max_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "operations_read": { "description": "The total number of operations read from the leader.", @@ -66698,7 +66698,7 @@ "description": "An array of objects representing failed reads.", "type": "array", "items": { - "$ref": "#/components/schemas/ccr._types:ReadException" + "$ref": "#/components/schemas/ccr._types.ReadException" } }, "remote_cluster": { @@ -66718,35 +66718,35 @@ "type": "number" }, "time_since_last_read": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_since_last_read_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_read_remote_exec_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_read_remote_exec_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_read_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_read_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_write_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_write_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "write_buffer_operation_count": { "description": "The number of write operations queued on the follower.", "type": "number" }, "write_buffer_size_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } }, "required": [ @@ -66780,14 +66780,14 @@ "write_buffer_size_in_bytes" ] }, - "ccr._types:ReadException": { + "ccr._types.ReadException": { "type": "object", "properties": { "exception": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "from_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "retries": { "description": "The number of times the batch has been retried.", @@ -66800,14 +66800,14 @@ "retries" ] }, - "ccr.get_auto_follow_pattern:AutoFollowPattern": { + "ccr.get_auto_follow_pattern.AutoFollowPattern": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "pattern": { - "$ref": "#/components/schemas/ccr.get_auto_follow_pattern:AutoFollowPatternSummary" + "$ref": "#/components/schemas/ccr.get_auto_follow_pattern.AutoFollowPatternSummary" } }, "required": [ @@ -66815,7 +66815,7 @@ "pattern" ] }, - "ccr.get_auto_follow_pattern:AutoFollowPatternSummary": { + "ccr.get_auto_follow_pattern.AutoFollowPatternSummary": { "type": "object", "properties": { "active": { @@ -66826,13 +66826,13 @@ "type": "string" }, "follow_index_pattern": { - "$ref": "#/components/schemas/_types:IndexPattern" + "$ref": "#/components/schemas/_types.IndexPattern" }, "leader_index_patterns": { - "$ref": "#/components/schemas/_types:IndexPatterns" + "$ref": "#/components/schemas/_types.IndexPatterns" }, "leader_index_exclusion_patterns": { - "$ref": "#/components/schemas/_types:IndexPatterns" + "$ref": "#/components/schemas/_types.IndexPatterns" }, "max_outstanding_read_requests": { "description": "The maximum number of outstanding reads requests from the remote cluster.", @@ -66847,22 +66847,22 @@ "max_outstanding_read_requests" ] }, - "_types:IndexPattern": { + "_types.IndexPattern": { "type": "string" }, - "_types:IndexPatterns": { + "_types.IndexPatterns": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexPattern" + "$ref": "#/components/schemas/_types.IndexPattern" } }, - "ccr.stats:AutoFollowStats": { + "ccr.stats.AutoFollowStats": { "type": "object", "properties": { "auto_followed_clusters": { "type": "array", "items": { - "$ref": "#/components/schemas/ccr.stats:AutoFollowedCluster" + "$ref": "#/components/schemas/ccr.stats.AutoFollowedCluster" } }, "number_of_failed_follow_indices": { @@ -66881,7 +66881,7 @@ "description": "An array of objects representing failures by the auto-follow coordinator.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, @@ -66893,17 +66893,17 @@ "recent_auto_follow_errors" ] }, - "ccr.stats:AutoFollowedCluster": { + "ccr.stats.AutoFollowedCluster": { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "last_seen_metadata_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "time_since_last_check_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -66912,13 +66912,13 @@ "time_since_last_check_millis" ] }, - "ccr.stats:FollowStats": { + "ccr.stats.FollowStats": { "type": "object", "properties": { "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/ccr._types:FollowIndexStats" + "$ref": "#/components/schemas/ccr._types.FollowIndexStats" } } }, @@ -66926,20 +66926,20 @@ "indices" ] }, - "_types:ScrollIds": { + "_types.ScrollIds": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" } } ] }, - "cluster.allocation_explain:Decision": { + "cluster.allocation_explain.Decision": { "type": "string", "enum": [ "yes", @@ -66952,14 +66952,14 @@ "no_attempt" ] }, - "cluster.allocation_explain:AllocationDecision": { + "cluster.allocation_explain.AllocationDecision": { "type": "object", "properties": { "decider": { "type": "string" }, "decision": { - "$ref": "#/components/schemas/cluster.allocation_explain:AllocationExplainDecision" + "$ref": "#/components/schemas/cluster.allocation_explain.AllocationExplainDecision" }, "explanation": { "type": "string" @@ -66971,7 +66971,7 @@ "explanation" ] }, - "cluster.allocation_explain:AllocationExplainDecision": { + "cluster.allocation_explain.AllocationExplainDecision": { "type": "string", "enum": [ "NO", @@ -66980,13 +66980,13 @@ "ALWAYS" ] }, - "cluster.allocation_explain:ClusterInfo": { + "cluster.allocation_explain.ClusterInfo": { "type": "object", "properties": { "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/cluster.allocation_explain:NodeDiskUsage" + "$ref": "#/components/schemas/cluster.allocation_explain.NodeDiskUsage" } }, "shard_sizes": { @@ -67010,7 +67010,7 @@ "reserved_sizes": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.allocation_explain:ReservedSize" + "$ref": "#/components/schemas/cluster.allocation_explain.ReservedSize" } } }, @@ -67021,17 +67021,17 @@ "reserved_sizes" ] }, - "cluster.allocation_explain:NodeDiskUsage": { + "cluster.allocation_explain.NodeDiskUsage": { "type": "object", "properties": { "node_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "least_available": { - "$ref": "#/components/schemas/cluster.allocation_explain:DiskUsage" + "$ref": "#/components/schemas/cluster.allocation_explain.DiskUsage" }, "most_available": { - "$ref": "#/components/schemas/cluster.allocation_explain:DiskUsage" + "$ref": "#/components/schemas/cluster.allocation_explain.DiskUsage" } }, "required": [ @@ -67040,7 +67040,7 @@ "most_available" ] }, - "cluster.allocation_explain:DiskUsage": { + "cluster.allocation_explain.DiskUsage": { "type": "object", "properties": { "path": { @@ -67071,11 +67071,11 @@ "used_disk_percent" ] }, - "cluster.allocation_explain:ReservedSize": { + "cluster.allocation_explain.ReservedSize": { "type": "object", "properties": { "node_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "path": { "type": "string" @@ -67097,17 +67097,17 @@ "shards" ] }, - "cluster.allocation_explain:CurrentNode": { + "cluster.allocation_explain.CurrentNode": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "roles": { - "$ref": "#/components/schemas/_types:NodeRoles" + "$ref": "#/components/schemas/_types.NodeRoles" }, "attributes": { "type": "object", @@ -67116,7 +67116,7 @@ } }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "weight_ranking": { "type": "number" @@ -67131,14 +67131,14 @@ "weight_ranking" ] }, - "_types:NodeRoles": { + "_types.NodeRoles": { "description": "* @doc_id node-roles", "type": "array", "items": { - "$ref": "#/components/schemas/_types:NodeRole" + "$ref": "#/components/schemas/_types.NodeRole" } }, - "_types:NodeRole": { + "_types.NodeRole": { "type": "string", "enum": [ "master", @@ -67157,16 +67157,16 @@ "coordinating_only" ] }, - "_types:TransportAddress": { + "_types.TransportAddress": { "type": "string" }, - "cluster.allocation_explain:NodeAllocationExplanation": { + "cluster.allocation_explain.NodeAllocationExplanation": { "type": "object", "properties": { "deciders": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.allocation_explain:AllocationDecision" + "$ref": "#/components/schemas/cluster.allocation_explain.AllocationDecision" } }, "node_attributes": { @@ -67176,22 +67176,22 @@ } }, "node_decision": { - "$ref": "#/components/schemas/cluster.allocation_explain:Decision" + "$ref": "#/components/schemas/cluster.allocation_explain.Decision" }, "node_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "node_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "roles": { - "$ref": "#/components/schemas/_types:NodeRoles" + "$ref": "#/components/schemas/_types.NodeRoles" }, "store": { - "$ref": "#/components/schemas/cluster.allocation_explain:AllocationStore" + "$ref": "#/components/schemas/cluster.allocation_explain.AllocationStore" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "weight_ranking": { "type": "number" @@ -67208,7 +67208,7 @@ "weight_ranking" ] }, - "cluster.allocation_explain:AllocationStore": { + "cluster.allocation_explain.AllocationStore": { "type": "object", "properties": { "allocation_id": { @@ -67239,17 +67239,17 @@ "store_exception" ] }, - "cluster.allocation_explain:UnassignedInformation": { + "cluster.allocation_explain.UnassignedInformation": { "type": "object", "properties": { "at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_allocation_status": { "type": "string" }, "reason": { - "$ref": "#/components/schemas/cluster.allocation_explain:UnassignedInformationReason" + "$ref": "#/components/schemas/cluster.allocation_explain.UnassignedInformationReason" }, "details": { "type": "string" @@ -67269,7 +67269,7 @@ "reason" ] }, - "cluster.allocation_explain:UnassignedInformationReason": { + "cluster.allocation_explain.UnassignedInformationReason": { "type": "string", "enum": [ "INDEX_CREATED", @@ -67289,14 +67289,14 @@ "MANUAL_ALLOCATION" ] }, - "cluster._types:ComponentTemplate": { + "cluster._types.ComponentTemplate": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "component_template": { - "$ref": "#/components/schemas/cluster._types:ComponentTemplateNode" + "$ref": "#/components/schemas/cluster._types.ComponentTemplateNode" } }, "required": [ @@ -67304,17 +67304,17 @@ "component_template" ] }, - "cluster._types:ComponentTemplateNode": { + "cluster._types.ComponentTemplateNode": { "type": "object", "properties": { "template": { - "$ref": "#/components/schemas/cluster._types:ComponentTemplateSummary" + "$ref": "#/components/schemas/cluster._types.ComponentTemplateSummary" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "deprecated": { "type": "boolean" @@ -67324,46 +67324,46 @@ "template" ] }, - "cluster._types:ComponentTemplateSummary": { + "cluster._types.ComponentTemplateSummary": { "type": "object", "properties": { "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "settings": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:AliasDefinition" + "$ref": "#/components/schemas/indices._types.AliasDefinition" } }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" } } }, - "_types.mapping:TypeMapping": { + "_types.mapping.TypeMapping": { "type": "object", "properties": { "all_field": { - "$ref": "#/components/schemas/_types.mapping:AllField" + "$ref": "#/components/schemas/_types.mapping.AllField" }, "date_detection": { "type": "boolean" }, "dynamic": { - "$ref": "#/components/schemas/_types.mapping:DynamicMapping" + "$ref": "#/components/schemas/_types.mapping.DynamicMapping" }, "dynamic_date_formats": { "type": "array", @@ -67376,20 +67376,20 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:DynamicTemplate" + "$ref": "#/components/schemas/_types.mapping.DynamicTemplate" }, "minProperties": 1, "maxProperties": 1 } }, "_field_names": { - "$ref": "#/components/schemas/_types.mapping:FieldNamesField" + "$ref": "#/components/schemas/_types.mapping.FieldNamesField" }, "index_field": { - "$ref": "#/components/schemas/_types.mapping:IndexField" + "$ref": "#/components/schemas/_types.mapping.IndexField" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "numeric_detection": { "type": "boolean" @@ -67397,36 +67397,36 @@ "properties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "_routing": { - "$ref": "#/components/schemas/_types.mapping:RoutingField" + "$ref": "#/components/schemas/_types.mapping.RoutingField" }, "_size": { - "$ref": "#/components/schemas/_types.mapping:SizeField" + "$ref": "#/components/schemas/_types.mapping.SizeField" }, "_source": { - "$ref": "#/components/schemas/_types.mapping:SourceField" + "$ref": "#/components/schemas/_types.mapping.SourceField" }, "runtime": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:RuntimeField" + "$ref": "#/components/schemas/_types.mapping.RuntimeField" } }, "enabled": { "type": "boolean" }, "subobjects": { - "$ref": "#/components/schemas/_types.mapping:Subobjects" + "$ref": "#/components/schemas/_types.mapping.Subobjects" }, "_data_stream_timestamp": { - "$ref": "#/components/schemas/_types.mapping:DataStreamTimestamp" + "$ref": "#/components/schemas/_types.mapping.DataStreamTimestamp" } } }, - "_types.mapping:AllField": { + "_types.mapping.AllField": { "type": "object", "properties": { "analyzer": { @@ -67473,7 +67473,7 @@ "store_term_vectors" ] }, - "_types.mapping:DynamicMapping": { + "_types.mapping.DynamicMapping": { "type": "string", "enum": [ "strict", @@ -67482,7 +67482,7 @@ "false" ] }, - "_types.mapping:DynamicTemplate": { + "_types.mapping.DynamicTemplate": { "allOf": [ { "type": "object", @@ -67566,7 +67566,7 @@ ] }, "match_pattern": { - "$ref": "#/components/schemas/_types.mapping:MatchType" + "$ref": "#/components/schemas/_types.mapping.MatchType" } } }, @@ -67574,10 +67574,10 @@ "type": "object", "properties": { "mapping": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" }, "runtime": { - "$ref": "#/components/schemas/_types.mapping:RuntimeField" + "$ref": "#/components/schemas/_types.mapping.RuntimeField" } }, "minProperties": 1, @@ -67585,170 +67585,170 @@ } ] }, - "_types.mapping:Property": { + "_types.mapping.Property": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.mapping:BinaryProperty" + "$ref": "#/components/schemas/_types.mapping.BinaryProperty" }, { - "$ref": "#/components/schemas/_types.mapping:BooleanProperty" + "$ref": "#/components/schemas/_types.mapping.BooleanProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DynamicProperty" + "$ref": "#/components/schemas/_types.mapping.DynamicProperty" }, { - "$ref": "#/components/schemas/_types.mapping:JoinProperty" + "$ref": "#/components/schemas/_types.mapping.JoinProperty" }, { - "$ref": "#/components/schemas/_types.mapping:KeywordProperty" + "$ref": "#/components/schemas/_types.mapping.KeywordProperty" }, { - "$ref": "#/components/schemas/_types.mapping:MatchOnlyTextProperty" + "$ref": "#/components/schemas/_types.mapping.MatchOnlyTextProperty" }, { - "$ref": "#/components/schemas/_types.mapping:PercolatorProperty" + "$ref": "#/components/schemas/_types.mapping.PercolatorProperty" }, { - "$ref": "#/components/schemas/_types.mapping:RankFeatureProperty" + "$ref": "#/components/schemas/_types.mapping.RankFeatureProperty" }, { - "$ref": "#/components/schemas/_types.mapping:RankFeaturesProperty" + "$ref": "#/components/schemas/_types.mapping.RankFeaturesProperty" }, { - "$ref": "#/components/schemas/_types.mapping:SearchAsYouTypeProperty" + "$ref": "#/components/schemas/_types.mapping.SearchAsYouTypeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:TextProperty" + "$ref": "#/components/schemas/_types.mapping.TextProperty" }, { - "$ref": "#/components/schemas/_types.mapping:VersionProperty" + "$ref": "#/components/schemas/_types.mapping.VersionProperty" }, { - "$ref": "#/components/schemas/_types.mapping:WildcardProperty" + "$ref": "#/components/schemas/_types.mapping.WildcardProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DateNanosProperty" + "$ref": "#/components/schemas/_types.mapping.DateNanosProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DateProperty" + "$ref": "#/components/schemas/_types.mapping.DateProperty" }, { - "$ref": "#/components/schemas/_types.mapping:AggregateMetricDoubleProperty" + "$ref": "#/components/schemas/_types.mapping.AggregateMetricDoubleProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DenseVectorProperty" + "$ref": "#/components/schemas/_types.mapping.DenseVectorProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FlattenedProperty" + "$ref": "#/components/schemas/_types.mapping.FlattenedProperty" }, { - "$ref": "#/components/schemas/_types.mapping:NestedProperty" + "$ref": "#/components/schemas/_types.mapping.NestedProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ObjectProperty" + "$ref": "#/components/schemas/_types.mapping.ObjectProperty" }, { - "$ref": "#/components/schemas/_types.mapping:PassthroughObjectProperty" + "$ref": "#/components/schemas/_types.mapping.PassthroughObjectProperty" }, { - "$ref": "#/components/schemas/_types.mapping:SemanticTextProperty" + "$ref": "#/components/schemas/_types.mapping.SemanticTextProperty" }, { - "$ref": "#/components/schemas/_types.mapping:SparseVectorProperty" + "$ref": "#/components/schemas/_types.mapping.SparseVectorProperty" }, { - "$ref": "#/components/schemas/_types.mapping:CompletionProperty" + "$ref": "#/components/schemas/_types.mapping.CompletionProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ConstantKeywordProperty" + "$ref": "#/components/schemas/_types.mapping.ConstantKeywordProperty" }, { - "$ref": "#/components/schemas/_types.mapping:CountedKeywordProperty" + "$ref": "#/components/schemas/_types.mapping.CountedKeywordProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FieldAliasProperty" + "$ref": "#/components/schemas/_types.mapping.FieldAliasProperty" }, { - "$ref": "#/components/schemas/_types.mapping:HistogramProperty" + "$ref": "#/components/schemas/_types.mapping.HistogramProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IpProperty" + "$ref": "#/components/schemas/_types.mapping.IpProperty" }, { - "$ref": "#/components/schemas/_types.mapping:Murmur3HashProperty" + "$ref": "#/components/schemas/_types.mapping.Murmur3HashProperty" }, { - "$ref": "#/components/schemas/_types.mapping:TokenCountProperty" + "$ref": "#/components/schemas/_types.mapping.TokenCountProperty" }, { - "$ref": "#/components/schemas/_types.mapping:GeoPointProperty" + "$ref": "#/components/schemas/_types.mapping.GeoPointProperty" }, { - "$ref": "#/components/schemas/_types.mapping:GeoShapeProperty" + "$ref": "#/components/schemas/_types.mapping.GeoShapeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:PointProperty" + "$ref": "#/components/schemas/_types.mapping.PointProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ShapeProperty" + "$ref": "#/components/schemas/_types.mapping.ShapeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ByteNumberProperty" + "$ref": "#/components/schemas/_types.mapping.ByteNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DoubleNumberProperty" + "$ref": "#/components/schemas/_types.mapping.DoubleNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FloatNumberProperty" + "$ref": "#/components/schemas/_types.mapping.FloatNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:HalfFloatNumberProperty" + "$ref": "#/components/schemas/_types.mapping.HalfFloatNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IntegerNumberProperty" + "$ref": "#/components/schemas/_types.mapping.IntegerNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:LongNumberProperty" + "$ref": "#/components/schemas/_types.mapping.LongNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ScaledFloatNumberProperty" + "$ref": "#/components/schemas/_types.mapping.ScaledFloatNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ShortNumberProperty" + "$ref": "#/components/schemas/_types.mapping.ShortNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:UnsignedLongNumberProperty" + "$ref": "#/components/schemas/_types.mapping.UnsignedLongNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DateRangeProperty" + "$ref": "#/components/schemas/_types.mapping.DateRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DoubleRangeProperty" + "$ref": "#/components/schemas/_types.mapping.DoubleRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FloatRangeProperty" + "$ref": "#/components/schemas/_types.mapping.FloatRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IntegerRangeProperty" + "$ref": "#/components/schemas/_types.mapping.IntegerRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IpRangeProperty" + "$ref": "#/components/schemas/_types.mapping.IpRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:LongRangeProperty" + "$ref": "#/components/schemas/_types.mapping.LongRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IcuCollationProperty" + "$ref": "#/components/schemas/_types.mapping.IcuCollationProperty" } ] }, - "_types.mapping:BinaryProperty": { + "_types.mapping.BinaryProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -67766,10 +67766,10 @@ } ] }, - "_types.mapping:DocValuesPropertyBase": { + "_types.mapping.DocValuesPropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -67781,16 +67781,16 @@ } ] }, - "_types.mapping:CorePropertyBase": { + "_types.mapping.CorePropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", "properties": { "copy_to": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "store": { "type": "boolean" @@ -67799,7 +67799,7 @@ } ] }, - "_types.mapping:PropertyBase": { + "_types.mapping.PropertyBase": { "type": "object", "properties": { "meta": { @@ -67812,27 +67812,27 @@ "properties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "ignore_above": { "type": "number" }, "dynamic": { - "$ref": "#/components/schemas/_types.mapping:DynamicMapping" + "$ref": "#/components/schemas/_types.mapping.DynamicMapping" }, "fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "synthetic_source_keep": { - "$ref": "#/components/schemas/_types.mapping:SyntheticSourceKeepEnum" + "$ref": "#/components/schemas/_types.mapping.SyntheticSourceKeepEnum" } } }, - "_types.mapping:SyntheticSourceKeepEnum": { + "_types.mapping.SyntheticSourceKeepEnum": { "type": "string", "enum": [ "none", @@ -67840,10 +67840,10 @@ "all" ] }, - "_types.mapping:BooleanProperty": { + "_types.mapping.BooleanProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -67852,7 +67852,7 @@ "type": "number" }, "fielddata": { - "$ref": "#/components/schemas/indices._types:NumericFielddata" + "$ref": "#/components/schemas/indices._types.NumericFielddata" }, "index": { "type": "boolean" @@ -67864,10 +67864,10 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "time_series_dimension": { "description": "For internal use by Elastic only. Marks the field as a time series dimension. Defaults to false.", @@ -67887,35 +67887,35 @@ } ] }, - "indices._types:NumericFielddata": { + "indices._types.NumericFielddata": { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/indices._types:NumericFielddataFormat" + "$ref": "#/components/schemas/indices._types.NumericFielddataFormat" } }, "required": [ "format" ] }, - "indices._types:NumericFielddataFormat": { + "indices._types.NumericFielddataFormat": { "type": "string", "enum": [ "array", "disabled" ] }, - "_types.mapping:OnScriptError": { + "_types.mapping.OnScriptError": { "type": "string", "enum": [ "fail", "continue" ] }, - "_types.mapping:DynamicProperty": { + "_types.mapping.DynamicProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -67930,7 +67930,7 @@ "type": "boolean" }, "null_value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "boost": { "type": "number" @@ -67939,16 +67939,16 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "ignore_malformed": { "type": "boolean" }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" }, "analyzer": { "type": "string" @@ -67960,7 +67960,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "index_phrases": { "type": "boolean" @@ -67968,7 +67968,7 @@ "index_prefixes": { "oneOf": [ { - "$ref": "#/components/schemas/_types.mapping:TextIndexPrefixes" + "$ref": "#/components/schemas/_types.mapping.TextIndexPrefixes" }, { "nullable": true, @@ -67989,7 +67989,7 @@ "type": "string" }, "term_vector": { - "$ref": "#/components/schemas/_types.mapping:TermVectorOption" + "$ref": "#/components/schemas/_types.mapping.TermVectorOption" }, "format": { "type": "string" @@ -68007,7 +68007,7 @@ } ] }, - "_types.mapping:TimeSeriesMetricType": { + "_types.mapping.TimeSeriesMetricType": { "type": "string", "enum": [ "gauge", @@ -68017,7 +68017,7 @@ "position" ] }, - "_types.mapping:IndexOptions": { + "_types.mapping.IndexOptions": { "type": "string", "enum": [ "docs", @@ -68026,7 +68026,7 @@ "offsets" ] }, - "_types.mapping:TextIndexPrefixes": { + "_types.mapping.TextIndexPrefixes": { "type": "object", "properties": { "max_chars": { @@ -68041,7 +68041,7 @@ "min_chars" ] }, - "_types.mapping:TermVectorOption": { + "_types.mapping.TermVectorOption": { "type": "string", "enum": [ "no", @@ -68053,10 +68053,10 @@ "with_positions_payloads" ] }, - "_types.mapping:JoinProperty": { + "_types.mapping.JoinProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68066,12 +68066,12 @@ "additionalProperties": { "oneOf": [ { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } ] @@ -68093,10 +68093,10 @@ } ] }, - "_types.mapping:KeywordProperty": { + "_types.mapping.KeywordProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -68111,13 +68111,13 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "normalizer": { "type": "string" @@ -68160,7 +68160,7 @@ } ] }, - "_types.mapping:MatchOnlyTextProperty": { + "_types.mapping.MatchOnlyTextProperty": { "type": "object", "properties": { "type": { @@ -68173,7 +68173,7 @@ "description": "Multi-fields allow the same string value to be indexed in multiple ways for different purposes, such as one\nfield for search and a multi-field for sorting and aggregations, or the same string value analyzed by different analyzers.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "meta": { @@ -68184,17 +68184,17 @@ } }, "copy_to": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } }, "required": [ "type" ] }, - "_types.mapping:PercolatorProperty": { + "_types.mapping.PercolatorProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68212,10 +68212,10 @@ } ] }, - "_types.mapping:RankFeatureProperty": { + "_types.mapping.RankFeatureProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68236,10 +68236,10 @@ } ] }, - "_types.mapping:RankFeaturesProperty": { + "_types.mapping.RankFeaturesProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68260,10 +68260,10 @@ } ] }, - "_types.mapping:SearchAsYouTypeProperty": { + "_types.mapping.SearchAsYouTypeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -68275,7 +68275,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "max_shingle_size": { "type": "number" @@ -68301,7 +68301,7 @@ ] }, "term_vector": { - "$ref": "#/components/schemas/_types.mapping:TermVectorOption" + "$ref": "#/components/schemas/_types.mapping.TermVectorOption" }, "type": { "type": "string", @@ -68316,10 +68316,10 @@ } ] }, - "_types.mapping:TextProperty": { + "_types.mapping.TextProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -68337,13 +68337,13 @@ "type": "boolean" }, "fielddata_frequency_filter": { - "$ref": "#/components/schemas/indices._types:FielddataFrequencyFilter" + "$ref": "#/components/schemas/indices._types.FielddataFrequencyFilter" }, "index": { "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "index_phrases": { "type": "boolean" @@ -68351,7 +68351,7 @@ "index_prefixes": { "oneOf": [ { - "$ref": "#/components/schemas/_types.mapping:TextIndexPrefixes" + "$ref": "#/components/schemas/_types.mapping.TextIndexPrefixes" }, { "nullable": true, @@ -68383,7 +68383,7 @@ ] }, "term_vector": { - "$ref": "#/components/schemas/_types.mapping:TermVectorOption" + "$ref": "#/components/schemas/_types.mapping.TermVectorOption" }, "type": { "type": "string", @@ -68398,7 +68398,7 @@ } ] }, - "indices._types:FielddataFrequencyFilter": { + "indices._types.FielddataFrequencyFilter": { "type": "object", "properties": { "max": { @@ -68417,10 +68417,10 @@ "min_segment_size" ] }, - "_types.mapping:VersionProperty": { + "_types.mapping.VersionProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -68438,10 +68438,10 @@ } ] }, - "_types.mapping:WildcardProperty": { + "_types.mapping.WildcardProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -68462,10 +68462,10 @@ } ] }, - "_types.mapping:DateNanosProperty": { + "_types.mapping.DateNanosProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -68483,13 +68483,13 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "null_value": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "precision_step": { "type": "number" @@ -68507,10 +68507,10 @@ } ] }, - "_types.mapping:DateProperty": { + "_types.mapping.DateProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -68519,7 +68519,7 @@ "type": "number" }, "fielddata": { - "$ref": "#/components/schemas/indices._types:NumericFielddata" + "$ref": "#/components/schemas/indices._types.NumericFielddata" }, "format": { "type": "string" @@ -68531,13 +68531,13 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "null_value": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "precision_step": { "type": "number" @@ -68558,10 +68558,10 @@ } ] }, - "_types.mapping:AggregateMetricDoubleProperty": { + "_types.mapping.AggregateMetricDoubleProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68582,7 +68582,7 @@ } }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" } }, "required": [ @@ -68593,10 +68593,10 @@ } ] }, - "_types.mapping:DenseVectorProperty": { + "_types.mapping.DenseVectorProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68612,17 +68612,17 @@ "type": "number" }, "element_type": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorElementType" + "$ref": "#/components/schemas/_types.mapping.DenseVectorElementType" }, "index": { "description": "If `true`, you can search this field using the kNN search API.", "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorIndexOptions" + "$ref": "#/components/schemas/_types.mapping.DenseVectorIndexOptions" }, "similarity": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorSimilarity" + "$ref": "#/components/schemas/_types.mapping.DenseVectorSimilarity" } }, "required": [ @@ -68631,7 +68631,7 @@ } ] }, - "_types.mapping:DenseVectorElementType": { + "_types.mapping.DenseVectorElementType": { "type": "string", "enum": [ "bit", @@ -68639,7 +68639,7 @@ "float" ] }, - "_types.mapping:DenseVectorIndexOptions": { + "_types.mapping.DenseVectorIndexOptions": { "type": "object", "properties": { "confidence_interval": { @@ -68655,17 +68655,17 @@ "type": "number" }, "type": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorIndexOptionsType" + "$ref": "#/components/schemas/_types.mapping.DenseVectorIndexOptionsType" }, "rescore_vector": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorIndexOptionsRescoreVector" + "$ref": "#/components/schemas/_types.mapping.DenseVectorIndexOptionsRescoreVector" } }, "required": [ "type" ] }, - "_types.mapping:DenseVectorIndexOptionsType": { + "_types.mapping.DenseVectorIndexOptionsType": { "type": "string", "enum": [ "bbq_flat", @@ -68678,7 +68678,7 @@ "int8_hnsw" ] }, - "_types.mapping:DenseVectorIndexOptionsRescoreVector": { + "_types.mapping.DenseVectorIndexOptionsRescoreVector": { "type": "object", "properties": { "oversample": { @@ -68690,7 +68690,7 @@ "oversample" ] }, - "_types.mapping:DenseVectorSimilarity": { + "_types.mapping.DenseVectorSimilarity": { "type": "string", "enum": [ "cosine", @@ -68699,10 +68699,10 @@ "max_inner_product" ] }, - "_types.mapping:FlattenedProperty": { + "_types.mapping.FlattenedProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68723,7 +68723,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "null_value": { "type": "string" @@ -68747,10 +68747,10 @@ } ] }, - "_types.mapping:NestedProperty": { + "_types.mapping.NestedProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -68777,10 +68777,10 @@ } ] }, - "_types.mapping:ObjectProperty": { + "_types.mapping.ObjectProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -68789,7 +68789,7 @@ "type": "boolean" }, "subobjects": { - "$ref": "#/components/schemas/_types.mapping:Subobjects" + "$ref": "#/components/schemas/_types.mapping.Subobjects" }, "type": { "type": "string", @@ -68801,7 +68801,7 @@ } ] }, - "_types.mapping:Subobjects": { + "_types.mapping.Subobjects": { "type": "string", "enum": [ "true", @@ -68809,10 +68809,10 @@ "auto" ] }, - "_types.mapping:PassthroughObjectProperty": { + "_types.mapping.PassthroughObjectProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -68836,7 +68836,7 @@ } ] }, - "_types.mapping:SemanticTextProperty": { + "_types.mapping.SemanticTextProperty": { "type": "object", "properties": { "type": { @@ -68852,20 +68852,20 @@ } }, "inference_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "search_inference_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ "type" ] }, - "_types.mapping:SparseVectorProperty": { + "_types.mapping.SparseVectorProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68883,10 +68883,10 @@ } ] }, - "_types.mapping:CompletionProperty": { + "_types.mapping.CompletionProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -68897,7 +68897,7 @@ "contexts": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.mapping:SuggestContext" + "$ref": "#/components/schemas/_types.mapping.SuggestContext" } }, "max_input_length": { @@ -68925,14 +68925,14 @@ } ] }, - "_types.mapping:SuggestContext": { + "_types.mapping.SuggestContext": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "type": { "type": "string" @@ -68953,10 +68953,10 @@ "type" ] }, - "_types.mapping:ConstantKeywordProperty": { + "_types.mapping.ConstantKeywordProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68977,10 +68977,10 @@ } ] }, - "_types.mapping:CountedKeywordProperty": { + "_types.mapping.CountedKeywordProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -69001,16 +69001,16 @@ } ] }, - "_types.mapping:FieldAliasProperty": { + "_types.mapping.FieldAliasProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", "properties": { "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "type": { "type": "string", @@ -69025,10 +69025,10 @@ } ] }, - "_types.mapping:HistogramProperty": { + "_types.mapping.HistogramProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -69049,10 +69049,10 @@ } ] }, - "_types.mapping:IpProperty": { + "_types.mapping.IpProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69070,10 +69070,10 @@ "type": "string" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_series_dimension": { "description": "For internal use by Elastic only. Marks the field as a time series dimension. Defaults to false.", @@ -69093,10 +69093,10 @@ } ] }, - "_types.mapping:Murmur3HashProperty": { + "_types.mapping.Murmur3HashProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69114,10 +69114,10 @@ } ] }, - "_types.mapping:TokenCountProperty": { + "_types.mapping.TokenCountProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69150,10 +69150,10 @@ } ] }, - "_types.mapping:GeoPointProperty": { + "_types.mapping.GeoPointProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69165,16 +69165,16 @@ "type": "boolean" }, "null_value": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "index": { "type": "boolean" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "type": { "type": "string", @@ -69189,10 +69189,10 @@ } ] }, - "_types.mapping:GeoShapeProperty": { + "_types.mapping.GeoShapeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69210,10 +69210,10 @@ "type": "boolean" }, "orientation": { - "$ref": "#/components/schemas/_types.mapping:GeoOrientation" + "$ref": "#/components/schemas/_types.mapping.GeoOrientation" }, "strategy": { - "$ref": "#/components/schemas/_types.mapping:GeoStrategy" + "$ref": "#/components/schemas/_types.mapping.GeoStrategy" }, "type": { "type": "string", @@ -69228,7 +69228,7 @@ } ] }, - "_types.mapping:GeoOrientation": { + "_types.mapping.GeoOrientation": { "type": "string", "enum": [ "right", @@ -69241,17 +69241,17 @@ "cw" ] }, - "_types.mapping:GeoStrategy": { + "_types.mapping.GeoStrategy": { "type": "string", "enum": [ "recursive", "term" ] }, - "_types.mapping:PointProperty": { + "_types.mapping.PointProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69278,10 +69278,10 @@ } ] }, - "_types.mapping:ShapeProperty": { + "_types.mapping.ShapeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69296,7 +69296,7 @@ "type": "boolean" }, "orientation": { - "$ref": "#/components/schemas/_types.mapping:GeoOrientation" + "$ref": "#/components/schemas/_types.mapping.GeoOrientation" }, "type": { "type": "string", @@ -69311,10 +69311,10 @@ } ] }, - "_types.mapping:ByteNumberProperty": { + "_types.mapping.ByteNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69326,7 +69326,7 @@ ] }, "null_value": { - "$ref": "#/components/schemas/_types:byte" + "$ref": "#/components/schemas/_types.byte" } }, "required": [ @@ -69335,13 +69335,13 @@ } ] }, - "_types:byte": { + "_types.byte": { "type": "number" }, - "_types.mapping:NumberPropertyBase": { + "_types.mapping.NumberPropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69359,13 +69359,13 @@ "type": "boolean" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" }, "time_series_dimension": { "description": "For internal use by Elastic only. Marks the field as a time series dimension. Defaults to false.", @@ -69376,10 +69376,10 @@ } ] }, - "_types.mapping:DoubleNumberProperty": { + "_types.mapping.DoubleNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69400,10 +69400,10 @@ } ] }, - "_types.mapping:FloatNumberProperty": { + "_types.mapping.FloatNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69424,10 +69424,10 @@ } ] }, - "_types.mapping:HalfFloatNumberProperty": { + "_types.mapping.HalfFloatNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69448,10 +69448,10 @@ } ] }, - "_types.mapping:IntegerNumberProperty": { + "_types.mapping.IntegerNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69472,10 +69472,10 @@ } ] }, - "_types.mapping:LongNumberProperty": { + "_types.mapping.LongNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69496,10 +69496,10 @@ } ] }, - "_types.mapping:ScaledFloatNumberProperty": { + "_types.mapping.ScaledFloatNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69523,10 +69523,10 @@ } ] }, - "_types.mapping:ShortNumberProperty": { + "_types.mapping.ShortNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69538,7 +69538,7 @@ ] }, "null_value": { - "$ref": "#/components/schemas/_types:short" + "$ref": "#/components/schemas/_types.short" } }, "required": [ @@ -69547,13 +69547,13 @@ } ] }, - "_types:short": { + "_types.short": { "type": "number" }, - "_types.mapping:UnsignedLongNumberProperty": { + "_types.mapping.UnsignedLongNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69565,7 +69565,7 @@ ] }, "null_value": { - "$ref": "#/components/schemas/_types:ulong" + "$ref": "#/components/schemas/_types.ulong" } }, "required": [ @@ -69574,13 +69574,13 @@ } ] }, - "_types:ulong": { + "_types.ulong": { "type": "number" }, - "_types.mapping:DateRangeProperty": { + "_types.mapping.DateRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -69601,10 +69601,10 @@ } ] }, - "_types.mapping:RangePropertyBase": { + "_types.mapping.RangePropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69622,10 +69622,10 @@ } ] }, - "_types.mapping:DoubleRangeProperty": { + "_types.mapping.DoubleRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -69643,10 +69643,10 @@ } ] }, - "_types.mapping:FloatRangeProperty": { + "_types.mapping.FloatRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -69664,10 +69664,10 @@ } ] }, - "_types.mapping:IntegerRangeProperty": { + "_types.mapping.IntegerRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -69685,10 +69685,10 @@ } ] }, - "_types.mapping:IpRangeProperty": { + "_types.mapping.IpRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -69706,10 +69706,10 @@ } ] }, - "_types.mapping:LongRangeProperty": { + "_types.mapping.LongRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -69727,10 +69727,10 @@ } ] }, - "_types.mapping:IcuCollationProperty": { + "_types.mapping.IcuCollationProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69745,7 +69745,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "index": { "description": "Should the field be searchable?", @@ -69768,19 +69768,19 @@ "type": "string" }, "strength": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationStrength" + "$ref": "#/components/schemas/_types.analysis.IcuCollationStrength" }, "decomposition": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationDecomposition" + "$ref": "#/components/schemas/_types.analysis.IcuCollationDecomposition" }, "alternate": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationAlternate" + "$ref": "#/components/schemas/_types.analysis.IcuCollationAlternate" }, "case_level": { "type": "boolean" }, "case_first": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationCaseFirst" + "$ref": "#/components/schemas/_types.analysis.IcuCollationCaseFirst" }, "numeric": { "type": "boolean" @@ -69798,14 +69798,14 @@ } ] }, - "_types.mapping:MatchType": { + "_types.mapping.MatchType": { "type": "string", "enum": [ "simple", "regex" ] }, - "_types.mapping:FieldNamesField": { + "_types.mapping.FieldNamesField": { "type": "object", "properties": { "enabled": { @@ -69816,7 +69816,7 @@ "enabled" ] }, - "_types.mapping:IndexField": { + "_types.mapping.IndexField": { "type": "object", "properties": { "enabled": { @@ -69827,7 +69827,7 @@ "enabled" ] }, - "_types.mapping:RoutingField": { + "_types.mapping.RoutingField": { "type": "object", "properties": { "required": { @@ -69838,7 +69838,7 @@ "required" ] }, - "_types.mapping:SizeField": { + "_types.mapping.SizeField": { "type": "object", "properties": { "enabled": { @@ -69849,7 +69849,7 @@ "enabled" ] }, - "_types.mapping:SourceField": { + "_types.mapping.SourceField": { "type": "object", "properties": { "compress": { @@ -69874,11 +69874,11 @@ } }, "mode": { - "$ref": "#/components/schemas/_types.mapping:SourceFieldMode" + "$ref": "#/components/schemas/_types.mapping.SourceFieldMode" } } }, - "_types.mapping:SourceFieldMode": { + "_types.mapping.SourceFieldMode": { "type": "string", "enum": [ "disabled", @@ -69886,7 +69886,7 @@ "synthetic" ] }, - "_types.mapping:DataStreamTimestamp": { + "_types.mapping.DataStreamTimestamp": { "type": "object", "properties": { "enabled": { @@ -69897,11 +69897,11 @@ "enabled" ] }, - "indices._types:AliasDefinition": { + "indices._types.AliasDefinition": { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_routing": { "description": "Value used to route indexing operations to a specific shard.\nIf specified, this overwrites the `routing` value for indexing operations.", @@ -69925,26 +69925,26 @@ } } }, - "indices._types:DataStreamLifecycleWithRollover": { + "indices._types.DataStreamLifecycleWithRollover": { "allOf": [ { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycle" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycle" }, { "type": "object", "properties": { "rollover": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleRolloverConditions" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleRolloverConditions" } } } ] }, - "indices._types:DataStreamLifecycleRolloverConditions": { + "indices._types.DataStreamLifecycleRolloverConditions": { "type": "object", "properties": { "min_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_age": { "type": "string" @@ -69956,16 +69956,16 @@ "type": "number" }, "min_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_primary_shard_docs": { "type": "number" @@ -69975,14 +69975,14 @@ } } }, - "indices._types:DataStreamLifecycle": { + "indices._types.DataStreamLifecycle": { "type": "object", "properties": { "data_retention": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "downsampling": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleDownsampling" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleDownsampling" }, "enabled": { "description": "If defined, it turns data stream lifecycle on/off (`true`/`false`) for this data stream. A data stream lifecycle\nthat's disabled (enabled: `false`) will have no effect on the data stream.", @@ -69990,14 +69990,14 @@ } } }, - "indices._types:DataStreamLifecycleDownsampling": { + "indices._types.DataStreamLifecycleDownsampling": { "type": "object", "properties": { "rounds": { "description": "The list of downsampling rounds to execute as part of this downsampling configuration", "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DownsamplingRound" + "$ref": "#/components/schemas/indices._types.DownsamplingRound" } } }, @@ -70005,14 +70005,14 @@ "rounds" ] }, - "indices._types:DownsamplingRound": { + "indices._types.DownsamplingRound": { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "config": { - "$ref": "#/components/schemas/indices._types:DownsampleConfig" + "$ref": "#/components/schemas/indices._types.DownsampleConfig" } }, "required": [ @@ -70020,18 +70020,18 @@ "config" ] }, - "indices._types:DownsampleConfig": { + "indices._types.DownsampleConfig": { "type": "object", "properties": { "fixed_interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" } }, "required": [ "fixed_interval" ] }, - "_types:Level": { + "_types.Level": { "type": "string", "enum": [ "cluster", @@ -70039,7 +70039,7 @@ "shards" ] }, - "_types:WaitForEvents": { + "_types.WaitForEvents": { "type": "string", "enum": [ "immediate", @@ -70050,7 +70050,7 @@ "languid" ] }, - "cluster.health:WaitForNodes": { + "cluster.health.WaitForNodes": { "oneOf": [ { "type": "string" @@ -70060,7 +70060,7 @@ } ] }, - "cluster.health:HealthResponseBody": { + "cluster.health.HealthResponseBody": { "type": "object", "properties": { "active_primary_shards": { @@ -70080,7 +70080,7 @@ "type": "number" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "delayed_unassigned_shards": { "description": "The number of shards whose allocation has been delayed by the timeout settings.", @@ -70089,7 +70089,7 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/cluster.health:IndexHealthStats" + "$ref": "#/components/schemas/cluster.health.IndexHealthStats" } }, "initializing_shards": { @@ -70117,13 +70117,13 @@ "type": "number" }, "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "task_max_waiting_in_queue": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "task_max_waiting_in_queue_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "timed_out": { "description": "If false the response returned within the period of time that is specified by the timeout parameter (30s by default)", @@ -70157,7 +70157,7 @@ "unassigned_shards" ] }, - "cluster.health:IndexHealthStats": { + "cluster.health.IndexHealthStats": { "type": "object", "properties": { "active_primary_shards": { @@ -70181,11 +70181,11 @@ "shards": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/cluster.health:ShardHealthStats" + "$ref": "#/components/schemas/cluster.health.ShardHealthStats" } }, "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "unassigned_shards": { "type": "number" @@ -70206,7 +70206,7 @@ "unassigned_primary_shards" ] }, - "cluster.health:ShardHealthStats": { + "cluster.health.ShardHealthStats": { "type": "object", "properties": { "active_shards": { @@ -70222,7 +70222,7 @@ "type": "number" }, "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "unassigned_shards": { "type": "number" @@ -70241,20 +70241,20 @@ "unassigned_primary_shards" ] }, - "_types:ClusterInfoTargets": { + "_types.ClusterInfoTargets": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ClusterInfoTarget" + "$ref": "#/components/schemas/_types.ClusterInfoTarget" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ClusterInfoTarget" + "$ref": "#/components/schemas/_types.ClusterInfoTarget" } } ] }, - "_types:ClusterInfoTarget": { + "_types.ClusterInfoTarget": { "type": "string", "enum": [ "_all", @@ -70264,7 +70264,7 @@ "script" ] }, - "nodes._types:Http": { + "nodes._types.Http": { "type": "object", "properties": { "current_open": { @@ -70279,7 +70279,7 @@ "description": "Information on current and recently-closed HTTP client connections.\nClients that have been closed longer than the `http.client_stats.closed_channels.max_age` setting will not be represented here.", "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:Client" + "$ref": "#/components/schemas/nodes._types.Client" } }, "routes": { @@ -70287,7 +70287,7 @@ "x-state": "Added in 8.12.0", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:HttpRoute" + "$ref": "#/components/schemas/nodes._types.HttpRoute" } } }, @@ -70295,7 +70295,7 @@ "routes" ] }, - "nodes._types:Client": { + "nodes._types.Client": { "type": "object", "properties": { "id": { @@ -70344,14 +70344,14 @@ } } }, - "nodes._types:HttpRoute": { + "nodes._types.HttpRoute": { "type": "object", "properties": { "requests": { - "$ref": "#/components/schemas/nodes._types:HttpRouteRequests" + "$ref": "#/components/schemas/nodes._types.HttpRouteRequests" }, "responses": { - "$ref": "#/components/schemas/nodes._types:HttpRouteResponses" + "$ref": "#/components/schemas/nodes._types.HttpRouteResponses" } }, "required": [ @@ -70359,7 +70359,7 @@ "responses" ] }, - "nodes._types:HttpRouteRequests": { + "nodes._types.HttpRouteRequests": { "type": "object", "properties": { "count": { @@ -70371,7 +70371,7 @@ "size_histogram": { "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:SizeHttpHistogram" + "$ref": "#/components/schemas/nodes._types.SizeHttpHistogram" } } }, @@ -70381,7 +70381,7 @@ "size_histogram" ] }, - "nodes._types:SizeHttpHistogram": { + "nodes._types.SizeHttpHistogram": { "type": "object", "properties": { "count": { @@ -70398,7 +70398,7 @@ "count" ] }, - "nodes._types:HttpRouteResponses": { + "nodes._types.HttpRouteResponses": { "type": "object", "properties": { "count": { @@ -70410,13 +70410,13 @@ "handling_time_histogram": { "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:TimeHttpHistogram" + "$ref": "#/components/schemas/nodes._types.TimeHttpHistogram" } }, "size_histogram": { "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:SizeHttpHistogram" + "$ref": "#/components/schemas/nodes._types.SizeHttpHistogram" } } }, @@ -70427,7 +70427,7 @@ "size_histogram" ] }, - "nodes._types:TimeHttpHistogram": { + "nodes._types.TimeHttpHistogram": { "type": "object", "properties": { "count": { @@ -70444,22 +70444,22 @@ "count" ] }, - "nodes._types:Ingest": { + "nodes._types.Ingest": { "type": "object", "properties": { "pipelines": { "description": "Contains statistics about ingest pipelines for the node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:IngestStats" + "$ref": "#/components/schemas/nodes._types.IngestStats" } }, "total": { - "$ref": "#/components/schemas/nodes._types:IngestTotal" + "$ref": "#/components/schemas/nodes._types.IngestTotal" } } }, - "nodes._types:IngestStats": { + "nodes._types.IngestStats": { "type": "object", "properties": { "count": { @@ -70480,12 +70480,12 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:KeyedProcessor" + "$ref": "#/components/schemas/nodes._types.KeyedProcessor" } } }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "ingested_as_first_pipeline_in_bytes": { "description": "Total number of bytes of all documents ingested by the pipeline.\nThis field is only present on pipelines which are the first to process a document.\nThus, it is not present on pipelines which only serve as a final pipeline after a default pipeline, a pipeline run after a reroute processor, or pipelines in pipeline processors.", @@ -70508,18 +70508,18 @@ "produced_as_first_pipeline_in_bytes" ] }, - "nodes._types:KeyedProcessor": { + "nodes._types.KeyedProcessor": { "type": "object", "properties": { "stats": { - "$ref": "#/components/schemas/nodes._types:Processor" + "$ref": "#/components/schemas/nodes._types.Processor" }, "type": { "type": "string" } } }, - "nodes._types:Processor": { + "nodes._types.Processor": { "type": "object", "properties": { "count": { @@ -70535,11 +70535,11 @@ "type": "number" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } } }, - "nodes._types:IngestTotal": { + "nodes._types.IngestTotal": { "type": "object", "properties": { "count": { @@ -70555,7 +70555,7 @@ "type": "number" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -70565,7 +70565,7 @@ "time_in_millis" ] }, - "nodes._types:ThreadCount": { + "nodes._types.ThreadCount": { "type": "object", "properties": { "active": { @@ -70594,7 +70594,7 @@ } } }, - "nodes._types:Scripting": { + "nodes._types.Scripting": { "type": "object", "properties": { "cache_evictions": { @@ -70619,12 +70619,12 @@ "contexts": { "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:Context" + "$ref": "#/components/schemas/nodes._types.Context" } } } }, - "nodes._types:Context": { + "nodes._types.Context": { "type": "object", "properties": { "context": { @@ -70641,7 +70641,7 @@ } } }, - "cluster.pending_tasks:PendingTask": { + "cluster.pending_tasks.PendingTask": { "type": "object", "properties": { "executing": { @@ -70661,10 +70661,10 @@ "type": "string" }, "time_in_queue": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_queue_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -70675,40 +70675,40 @@ "time_in_queue_millis" ] }, - "indices._types:IndexState": { + "indices._types.IndexState": { "type": "object", "properties": { "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "defaults": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "data_stream": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycle" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycle" } } }, - "indices._types:Alias": { + "indices._types.Alias": { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "is_hidden": { "description": "If `true`, the alias is hidden.\nAll indices for the alias must have the same `is_hidden` value.", @@ -70719,30 +70719,30 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" } } }, - "_types:DataStreamName": { + "_types.DataStreamName": { "type": "string" }, - "cluster.remote_info:ClusterRemoteInfo": { + "cluster.remote_info.ClusterRemoteInfo": { "discriminator": { "propertyName": "mode" }, "oneOf": [ { - "$ref": "#/components/schemas/cluster.remote_info:ClusterRemoteSniffInfo" + "$ref": "#/components/schemas/cluster.remote_info.ClusterRemoteSniffInfo" }, { - "$ref": "#/components/schemas/cluster.remote_info:ClusterRemoteProxyInfo" + "$ref": "#/components/schemas/cluster.remote_info.ClusterRemoteProxyInfo" } ] }, - "cluster.remote_info:ClusterRemoteSniffInfo": { + "cluster.remote_info.ClusterRemoteSniffInfo": { "type": "object", "properties": { "mode": { @@ -70765,7 +70765,7 @@ "type": "number" }, "initial_connect_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "skip_unavailable": { "description": "If `true`, cross-cluster search skips the remote cluster when its nodes are unavailable during the search and ignores errors returned by the remote cluster.", @@ -70789,7 +70789,7 @@ "seeds" ] }, - "cluster.remote_info:ClusterRemoteProxyInfo": { + "cluster.remote_info.ClusterRemoteProxyInfo": { "type": "object", "properties": { "mode": { @@ -70804,7 +70804,7 @@ "type": "boolean" }, "initial_connect_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "skip_unavailable": { "description": "If `true`, cross-cluster search skips the remote cluster when its nodes are unavailable during the search and ignores errors returned by the remote cluster.", @@ -70841,7 +70841,7 @@ "max_proxy_socket_connections" ] }, - "_types:Metrics": { + "_types.Metrics": { "oneOf": [ { "type": "string" @@ -70854,31 +70854,31 @@ } ] }, - "cluster.reroute:Command": { + "cluster.reroute.Command": { "type": "object", "properties": { "cancel": { - "$ref": "#/components/schemas/cluster.reroute:CommandCancelAction" + "$ref": "#/components/schemas/cluster.reroute.CommandCancelAction" }, "move": { - "$ref": "#/components/schemas/cluster.reroute:CommandMoveAction" + "$ref": "#/components/schemas/cluster.reroute.CommandMoveAction" }, "allocate_replica": { - "$ref": "#/components/schemas/cluster.reroute:CommandAllocateReplicaAction" + "$ref": "#/components/schemas/cluster.reroute.CommandAllocateReplicaAction" }, "allocate_stale_primary": { - "$ref": "#/components/schemas/cluster.reroute:CommandAllocatePrimaryAction" + "$ref": "#/components/schemas/cluster.reroute.CommandAllocatePrimaryAction" }, "allocate_empty_primary": { - "$ref": "#/components/schemas/cluster.reroute:CommandAllocatePrimaryAction" + "$ref": "#/components/schemas/cluster.reroute.CommandAllocatePrimaryAction" } } }, - "cluster.reroute:CommandCancelAction": { + "cluster.reroute.CommandCancelAction": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shard": { "type": "number" @@ -70896,11 +70896,11 @@ "node" ] }, - "cluster.reroute:CommandMoveAction": { + "cluster.reroute.CommandMoveAction": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shard": { "type": "number" @@ -70921,11 +70921,11 @@ "to_node" ] }, - "cluster.reroute:CommandAllocateReplicaAction": { + "cluster.reroute.CommandAllocateReplicaAction": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shard": { "type": "number" @@ -70940,11 +70940,11 @@ "node" ] }, - "cluster.reroute:CommandAllocatePrimaryAction": { + "cluster.reroute.CommandAllocatePrimaryAction": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shard": { "type": "number" @@ -70964,7 +70964,7 @@ "accept_data_loss" ] }, - "cluster.reroute:RerouteExplanation": { + "cluster.reroute.RerouteExplanation": { "type": "object", "properties": { "command": { @@ -70973,11 +70973,11 @@ "decisions": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.reroute:RerouteDecision" + "$ref": "#/components/schemas/cluster.reroute.RerouteDecision" } }, "parameters": { - "$ref": "#/components/schemas/cluster.reroute:RerouteParameters" + "$ref": "#/components/schemas/cluster.reroute.RerouteParameters" } }, "required": [ @@ -70986,7 +70986,7 @@ "parameters" ] }, - "cluster.reroute:RerouteDecision": { + "cluster.reroute.RerouteDecision": { "type": "object", "properties": { "decider": { @@ -71005,26 +71005,26 @@ "explanation" ] }, - "cluster.reroute:RerouteParameters": { + "cluster.reroute.RerouteParameters": { "type": "object", "properties": { "allow_primary": { "type": "boolean" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node": { - "$ref": "#/components/schemas/_types:NodeName" + "$ref": "#/components/schemas/_types.NodeName" }, "shard": { "type": "number" }, "from_node": { - "$ref": "#/components/schemas/_types:NodeName" + "$ref": "#/components/schemas/_types.NodeName" }, "to_node": { - "$ref": "#/components/schemas/_types:NodeName" + "$ref": "#/components/schemas/_types.NodeName" } }, "required": [ @@ -71034,28 +71034,28 @@ "shard" ] }, - "cluster.stats:StatsResponseBase": { + "cluster.stats.StatsResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:NodesResponseBase" + "$ref": "#/components/schemas/nodes._types.NodesResponseBase" }, { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "cluster_uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "indices": { - "$ref": "#/components/schemas/cluster.stats:ClusterIndices" + "$ref": "#/components/schemas/cluster.stats.ClusterIndices" }, "nodes": { - "$ref": "#/components/schemas/cluster.stats:ClusterNodes" + "$ref": "#/components/schemas/cluster.stats.ClusterNodes" }, "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "timestamp": { "description": "Unix timestamp, in milliseconds, for the last time the cluster statistics were refreshed.", @@ -71073,45 +71073,45 @@ } ] }, - "cluster.stats:ClusterIndices": { + "cluster.stats.ClusterIndices": { "type": "object", "properties": { "analysis": { - "$ref": "#/components/schemas/cluster.stats:CharFilterTypes" + "$ref": "#/components/schemas/cluster.stats.CharFilterTypes" }, "completion": { - "$ref": "#/components/schemas/_types:CompletionStats" + "$ref": "#/components/schemas/_types.CompletionStats" }, "count": { "description": "Total number of indices with shards assigned to selected nodes.", "type": "number" }, "docs": { - "$ref": "#/components/schemas/_types:DocStats" + "$ref": "#/components/schemas/_types.DocStats" }, "fielddata": { - "$ref": "#/components/schemas/_types:FielddataStats" + "$ref": "#/components/schemas/_types.FielddataStats" }, "query_cache": { - "$ref": "#/components/schemas/_types:QueryCacheStats" + "$ref": "#/components/schemas/_types.QueryCacheStats" }, "segments": { - "$ref": "#/components/schemas/_types:SegmentsStats" + "$ref": "#/components/schemas/_types.SegmentsStats" }, "shards": { - "$ref": "#/components/schemas/cluster.stats:ClusterIndicesShards" + "$ref": "#/components/schemas/cluster.stats.ClusterIndicesShards" }, "store": { - "$ref": "#/components/schemas/_types:StoreStats" + "$ref": "#/components/schemas/_types.StoreStats" }, "mappings": { - "$ref": "#/components/schemas/cluster.stats:FieldTypesMappings" + "$ref": "#/components/schemas/cluster.stats.FieldTypesMappings" }, "versions": { "description": "Contains statistics about analyzers and analyzer components used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:IndicesVersions" + "$ref": "#/components/schemas/cluster.stats.IndicesVersions" } } }, @@ -71128,63 +71128,63 @@ "mappings" ] }, - "cluster.stats:CharFilterTypes": { + "cluster.stats.CharFilterTypes": { "type": "object", "properties": { "analyzer_types": { "description": "Contains statistics about analyzer types used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "built_in_analyzers": { "description": "Contains statistics about built-in analyzers used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "built_in_char_filters": { "description": "Contains statistics about built-in character filters used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "built_in_filters": { "description": "Contains statistics about built-in token filters used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "built_in_tokenizers": { "description": "Contains statistics about built-in tokenizers used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "char_filter_types": { "description": "Contains statistics about character filter types used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "filter_types": { "description": "Contains statistics about token filter types used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "tokenizer_types": { "description": "Contains statistics about tokenizer types used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } } }, @@ -71199,11 +71199,11 @@ "tokenizer_types" ] }, - "cluster.stats:FieldTypes": { + "cluster.stats.FieldTypes": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "count": { "description": "The number of occurrences of the field type in selected nodes.", @@ -71236,7 +71236,7 @@ "index_count" ] }, - "_types:CompletionStats": { + "_types.CompletionStats": { "type": "object", "properties": { "size_in_bytes": { @@ -71244,12 +71244,12 @@ "type": "number" }, "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:FieldSizeUsage" + "$ref": "#/components/schemas/_types.FieldSizeUsage" } } }, @@ -71257,11 +71257,11 @@ "size_in_bytes" ] }, - "_types:FieldSizeUsage": { + "_types.FieldSizeUsage": { "type": "object", "properties": { "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "size_in_bytes": { "type": "number" @@ -71271,7 +71271,7 @@ "size_in_bytes" ] }, - "_types:DocStats": { + "_types.DocStats": { "type": "object", "properties": { "count": { @@ -71287,14 +71287,14 @@ "count" ] }, - "_types:FielddataStats": { + "_types.FielddataStats": { "type": "object", "properties": { "evictions": { "type": "number" }, "memory_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "memory_size_in_bytes": { "type": "number" @@ -71302,7 +71302,7 @@ "fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:FieldMemoryUsage" + "$ref": "#/components/schemas/_types.FieldMemoryUsage" } } }, @@ -71310,11 +71310,11 @@ "memory_size_in_bytes" ] }, - "_types:FieldMemoryUsage": { + "_types.FieldMemoryUsage": { "type": "object", "properties": { "memory_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "memory_size_in_bytes": { "type": "number" @@ -71324,7 +71324,7 @@ "memory_size_in_bytes" ] }, - "_types:QueryCacheStats": { + "_types.QueryCacheStats": { "type": "object", "properties": { "cache_count": { @@ -71344,7 +71344,7 @@ "type": "number" }, "memory_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "memory_size_in_bytes": { "description": "Total amount, in bytes, of memory used for the query cache across all shards assigned to selected nodes.", @@ -71369,7 +71369,7 @@ "total_count" ] }, - "_types:SegmentsStats": { + "_types.SegmentsStats": { "type": "object", "properties": { "count": { @@ -71377,7 +71377,7 @@ "type": "number" }, "doc_values_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "doc_values_memory_in_bytes": { "description": "Total amount, in bytes, of memory used for doc values across all shards assigned to selected nodes.", @@ -71387,18 +71387,18 @@ "description": "This object is not populated by the cluster stats API.\nTo get information on segment files, use the node stats API.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.stats:ShardFileSizeInfo" + "$ref": "#/components/schemas/indices.stats.ShardFileSizeInfo" } }, "fixed_bit_set": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "fixed_bit_set_memory_in_bytes": { "description": "Total amount of memory, in bytes, used by fixed bit sets across all shards assigned to selected nodes.", "type": "number" }, "index_writer_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "index_writer_max_memory_in_bytes": { "type": "number" @@ -71412,28 +71412,28 @@ "type": "number" }, "memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "memory_in_bytes": { "description": "Total amount, in bytes, of memory used for segments across all shards assigned to selected nodes.", "type": "number" }, "norms_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "norms_memory_in_bytes": { "description": "Total amount, in bytes, of memory used for normalization factors across all shards assigned to selected nodes.", "type": "number" }, "points_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "points_memory_in_bytes": { "description": "Total amount, in bytes, of memory used for points across all shards assigned to selected nodes.", "type": "number" }, "stored_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "stored_fields_memory_in_bytes": { "description": "Total amount, in bytes, of memory used for stored fields across all shards assigned to selected nodes.", @@ -71444,17 +71444,17 @@ "type": "number" }, "terms_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "term_vectory_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "term_vectors_memory_in_bytes": { "description": "Total amount, in bytes, of memory used for term vectors across all shards assigned to selected nodes.", "type": "number" }, "version_map_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "version_map_memory_in_bytes": { "description": "Total amount, in bytes, of memory used by all version maps across all shards assigned to selected nodes.", @@ -71477,7 +71477,7 @@ "version_map_memory_in_bytes" ] }, - "indices.stats:ShardFileSizeInfo": { + "indices.stats.ShardFileSizeInfo": { "type": "object", "properties": { "description": { @@ -71504,11 +71504,11 @@ "size_in_bytes" ] }, - "cluster.stats:ClusterIndicesShards": { + "cluster.stats.ClusterIndicesShards": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/cluster.stats:ClusterIndicesShardsIndex" + "$ref": "#/components/schemas/cluster.stats.ClusterIndicesShardsIndex" }, "primaries": { "description": "Number of primary shards assigned to selected nodes.", @@ -71524,17 +71524,17 @@ } } }, - "cluster.stats:ClusterIndicesShardsIndex": { + "cluster.stats.ClusterIndicesShardsIndex": { "type": "object", "properties": { "primaries": { - "$ref": "#/components/schemas/cluster.stats:ClusterShardMetrics" + "$ref": "#/components/schemas/cluster.stats.ClusterShardMetrics" }, "replication": { - "$ref": "#/components/schemas/cluster.stats:ClusterShardMetrics" + "$ref": "#/components/schemas/cluster.stats.ClusterShardMetrics" }, "shards": { - "$ref": "#/components/schemas/cluster.stats:ClusterShardMetrics" + "$ref": "#/components/schemas/cluster.stats.ClusterShardMetrics" } }, "required": [ @@ -71543,7 +71543,7 @@ "shards" ] }, - "cluster.stats:ClusterShardMetrics": { + "cluster.stats.ClusterShardMetrics": { "type": "object", "properties": { "avg": { @@ -71565,25 +71565,25 @@ "min" ] }, - "_types:StoreStats": { + "_types.StoreStats": { "type": "object", "properties": { "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "size_in_bytes": { "description": "Total size, in bytes, of all shards assigned to selected nodes.", "type": "number" }, "reserved": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "reserved_in_bytes": { "description": "A prediction, in bytes, of how much larger the shard stores will eventually grow due to ongoing peer recoveries, restoring snapshots, and similar activities.", "type": "number" }, "total_data_set_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_data_set_size_in_bytes": { "description": "Total data set size, in bytes, of all shards assigned to selected nodes.\nThis includes the size of shards not stored fully on the nodes, such as the cache for partially mounted indices.", @@ -71595,21 +71595,21 @@ "reserved_in_bytes" ] }, - "cluster.stats:FieldTypesMappings": { + "cluster.stats.FieldTypesMappings": { "type": "object", "properties": { "field_types": { "description": "Contains statistics about field data types used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "runtime_field_types": { "description": "Contains statistics about runtime field data types used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:RuntimeFieldTypes" + "$ref": "#/components/schemas/cluster.stats.RuntimeFieldTypes" } }, "total_field_count": { @@ -71621,7 +71621,7 @@ "type": "number" }, "total_deduplicated_mapping_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_deduplicated_mapping_size_in_bytes": { "description": "Total size of all mappings, in bytes, after deduplication and compression.", @@ -71632,7 +71632,7 @@ "field_types" ] }, - "cluster.stats:RuntimeFieldTypes": { + "cluster.stats.RuntimeFieldTypes": { "type": "object", "properties": { "chars_max": { @@ -71675,7 +71675,7 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "scriptless_count": { "description": "Number of runtime fields that don’t declare a script.", @@ -71711,7 +71711,7 @@ "source_total" ] }, - "cluster.stats:IndicesVersions": { + "cluster.stats.IndicesVersions": { "type": "object", "properties": { "index_count": { @@ -71724,7 +71724,7 @@ "type": "number" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -71734,11 +71734,11 @@ "version" ] }, - "cluster.stats:ClusterNodes": { + "cluster.stats.ClusterNodes": { "type": "object", "properties": { "count": { - "$ref": "#/components/schemas/cluster.stats:ClusterNodeCount" + "$ref": "#/components/schemas/cluster.stats.ClusterNodeCount" }, "discovery_types": { "description": "Contains statistics about the discovery types used by selected nodes.", @@ -71748,45 +71748,45 @@ } }, "fs": { - "$ref": "#/components/schemas/cluster.stats:ClusterFileSystem" + "$ref": "#/components/schemas/cluster.stats.ClusterFileSystem" }, "indexing_pressure": { - "$ref": "#/components/schemas/cluster.stats:IndexingPressure" + "$ref": "#/components/schemas/cluster.stats.IndexingPressure" }, "ingest": { - "$ref": "#/components/schemas/cluster.stats:ClusterIngest" + "$ref": "#/components/schemas/cluster.stats.ClusterIngest" }, "jvm": { - "$ref": "#/components/schemas/cluster.stats:ClusterJvm" + "$ref": "#/components/schemas/cluster.stats.ClusterJvm" }, "network_types": { - "$ref": "#/components/schemas/cluster.stats:ClusterNetworkTypes" + "$ref": "#/components/schemas/cluster.stats.ClusterNetworkTypes" }, "os": { - "$ref": "#/components/schemas/cluster.stats:ClusterOperatingSystem" + "$ref": "#/components/schemas/cluster.stats.ClusterOperatingSystem" }, "packaging_types": { "description": "Contains statistics about Elasticsearch distributions installed on selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:NodePackagingType" + "$ref": "#/components/schemas/cluster.stats.NodePackagingType" } }, "plugins": { "description": "Contains statistics about installed plugins and modules by selected nodes.\nIf no plugins or modules are installed, this array is empty.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:PluginStats" + "$ref": "#/components/schemas/_types.PluginStats" } }, "process": { - "$ref": "#/components/schemas/cluster.stats:ClusterProcess" + "$ref": "#/components/schemas/cluster.stats.ClusterProcess" }, "versions": { "description": "Array of Elasticsearch versions used on selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } } }, @@ -71805,7 +71805,7 @@ "versions" ] }, - "cluster.stats:ClusterNodeCount": { + "cluster.stats.ClusterNodeCount": { "type": "object", "properties": { "coordinating_only": { @@ -71867,7 +71867,7 @@ "voting_only" ] }, - "cluster.stats:ClusterFileSystem": { + "cluster.stats.ClusterFileSystem": { "type": "object", "properties": { "available_in_bytes": { @@ -71889,28 +71889,28 @@ "total_in_bytes" ] }, - "cluster.stats:IndexingPressure": { + "cluster.stats.IndexingPressure": { "type": "object", "properties": { "memory": { - "$ref": "#/components/schemas/cluster.stats:IndexingPressureMemory" + "$ref": "#/components/schemas/cluster.stats.IndexingPressureMemory" } }, "required": [ "memory" ] }, - "cluster.stats:IndexingPressureMemory": { + "cluster.stats.IndexingPressureMemory": { "type": "object", "properties": { "current": { - "$ref": "#/components/schemas/cluster.stats:IndexingPressureMemorySummary" + "$ref": "#/components/schemas/cluster.stats.IndexingPressureMemorySummary" }, "limit_in_bytes": { "type": "number" }, "total": { - "$ref": "#/components/schemas/cluster.stats:IndexingPressureMemorySummary" + "$ref": "#/components/schemas/cluster.stats.IndexingPressureMemorySummary" } }, "required": [ @@ -71919,7 +71919,7 @@ "total" ] }, - "cluster.stats:IndexingPressureMemorySummary": { + "cluster.stats.IndexingPressureMemorySummary": { "type": "object", "properties": { "all_in_bytes": { @@ -71955,7 +71955,7 @@ "replica_in_bytes" ] }, - "cluster.stats:ClusterIngest": { + "cluster.stats.ClusterIngest": { "type": "object", "properties": { "number_of_pipelines": { @@ -71964,7 +71964,7 @@ "processor_stats": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/cluster.stats:ClusterProcessor" + "$ref": "#/components/schemas/cluster.stats.ClusterProcessor" } } }, @@ -71973,7 +71973,7 @@ "processor_stats" ] }, - "cluster.stats:ClusterProcessor": { + "cluster.stats.ClusterProcessor": { "type": "object", "properties": { "count": { @@ -71986,10 +71986,10 @@ "type": "number" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -71999,14 +71999,14 @@ "time_in_millis" ] }, - "cluster.stats:ClusterJvm": { + "cluster.stats.ClusterJvm": { "type": "object", "properties": { "max_uptime_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "mem": { - "$ref": "#/components/schemas/cluster.stats:ClusterJvmMemory" + "$ref": "#/components/schemas/cluster.stats.ClusterJvmMemory" }, "threads": { "description": "Number of active threads in use by JVM across all selected nodes.", @@ -72016,7 +72016,7 @@ "description": "Contains statistics about the JVM versions used by selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:ClusterJvmVersion" + "$ref": "#/components/schemas/cluster.stats.ClusterJvmVersion" } } }, @@ -72027,7 +72027,7 @@ "versions" ] }, - "cluster.stats:ClusterJvmMemory": { + "cluster.stats.ClusterJvmMemory": { "type": "object", "properties": { "heap_max_in_bytes": { @@ -72044,7 +72044,7 @@ "heap_used_in_bytes" ] }, - "cluster.stats:ClusterJvmVersion": { + "cluster.stats.ClusterJvmVersion": { "type": "object", "properties": { "bundled_jdk": { @@ -72060,7 +72060,7 @@ "type": "boolean" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "vm_name": { "description": "Name of the JVM.", @@ -72071,7 +72071,7 @@ "type": "string" }, "vm_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -72084,7 +72084,7 @@ "vm_version" ] }, - "cluster.stats:ClusterNetworkTypes": { + "cluster.stats.ClusterNetworkTypes": { "type": "object", "properties": { "http_types": { @@ -72107,7 +72107,7 @@ "transport_types" ] }, - "cluster.stats:ClusterOperatingSystem": { + "cluster.stats.ClusterOperatingSystem": { "type": "object", "properties": { "allocated_processors": { @@ -72118,7 +72118,7 @@ "description": "Contains statistics about processor architectures (for example, x86_64 or aarch64) used by selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:ClusterOperatingSystemArchitecture" + "$ref": "#/components/schemas/cluster.stats.ClusterOperatingSystemArchitecture" } }, "available_processors": { @@ -72126,20 +72126,20 @@ "type": "number" }, "mem": { - "$ref": "#/components/schemas/cluster.stats:OperatingSystemMemoryInfo" + "$ref": "#/components/schemas/cluster.stats.OperatingSystemMemoryInfo" }, "names": { "description": "Contains statistics about operating systems used by selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:ClusterOperatingSystemName" + "$ref": "#/components/schemas/cluster.stats.ClusterOperatingSystemName" } }, "pretty_names": { "description": "Contains statistics about operating systems used by selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:ClusterOperatingSystemPrettyName" + "$ref": "#/components/schemas/cluster.stats.ClusterOperatingSystemPrettyName" } } }, @@ -72151,7 +72151,7 @@ "pretty_names" ] }, - "cluster.stats:ClusterOperatingSystemArchitecture": { + "cluster.stats.ClusterOperatingSystemArchitecture": { "type": "object", "properties": { "arch": { @@ -72168,7 +72168,7 @@ "count" ] }, - "cluster.stats:OperatingSystemMemoryInfo": { + "cluster.stats.OperatingSystemMemoryInfo": { "type": "object", "properties": { "adjusted_total_in_bytes": { @@ -72204,7 +72204,7 @@ "used_percent" ] }, - "cluster.stats:ClusterOperatingSystemName": { + "cluster.stats.ClusterOperatingSystemName": { "type": "object", "properties": { "count": { @@ -72212,7 +72212,7 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -72220,7 +72220,7 @@ "name" ] }, - "cluster.stats:ClusterOperatingSystemPrettyName": { + "cluster.stats.ClusterOperatingSystemPrettyName": { "type": "object", "properties": { "count": { @@ -72228,7 +72228,7 @@ "type": "number" }, "pretty_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -72236,7 +72236,7 @@ "pretty_name" ] }, - "cluster.stats:NodePackagingType": { + "cluster.stats.NodePackagingType": { "type": "object", "properties": { "count": { @@ -72258,7 +72258,7 @@ "type" ] }, - "_types:PluginStats": { + "_types.PluginStats": { "type": "object", "properties": { "classname": { @@ -72268,7 +72268,7 @@ "type": "string" }, "elasticsearch_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "extended_plugins": { "type": "array", @@ -72280,13 +72280,13 @@ "type": "boolean" }, "java_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "licensed": { "type": "boolean" @@ -72304,14 +72304,14 @@ "licensed" ] }, - "cluster.stats:ClusterProcess": { + "cluster.stats.ClusterProcess": { "type": "object", "properties": { "cpu": { - "$ref": "#/components/schemas/cluster.stats:ClusterProcessCpu" + "$ref": "#/components/schemas/cluster.stats.ClusterProcessCpu" }, "open_file_descriptors": { - "$ref": "#/components/schemas/cluster.stats:ClusterProcessOpenFileDescriptors" + "$ref": "#/components/schemas/cluster.stats.ClusterProcessOpenFileDescriptors" } }, "required": [ @@ -72319,7 +72319,7 @@ "open_file_descriptors" ] }, - "cluster.stats:ClusterProcessCpu": { + "cluster.stats.ClusterProcessCpu": { "type": "object", "properties": { "percent": { @@ -72331,7 +72331,7 @@ "percent" ] }, - "cluster.stats:ClusterProcessOpenFileDescriptors": { + "cluster.stats.ClusterProcessOpenFileDescriptors": { "type": "object", "properties": { "avg": { @@ -72353,21 +72353,21 @@ "min" ] }, - "nodes._types:NodesResponseBase": { + "nodes._types.NodesResponseBase": { "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" } } }, - "_types:NodeStatistics": { + "_types.NodeStatistics": { "type": "object", "properties": { "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "total": { @@ -72389,7 +72389,7 @@ "failed" ] }, - "_types:Result": { + "_types.Result": { "type": "string", "enum": [ "created", @@ -72399,7 +72399,7 @@ "noop" ] }, - "connector._types:Connector": { + "connector._types.Connector": { "type": "object", "properties": { "api_key_id": { @@ -72409,10 +72409,10 @@ "type": "string" }, "configuration": { - "$ref": "#/components/schemas/connector._types:ConnectorConfiguration" + "$ref": "#/components/schemas/connector._types.ConnectorConfiguration" }, "custom_scheduling": { - "$ref": "#/components/schemas/connector._types:ConnectorCustomScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorCustomScheduling" }, "deleted": { "type": "boolean" @@ -72432,21 +72432,21 @@ ] }, "features": { - "$ref": "#/components/schemas/connector._types:ConnectorFeatures" + "$ref": "#/components/schemas/connector._types.ConnectorFeatures" }, "filtering": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringConfig" + "$ref": "#/components/schemas/connector._types.FilteringConfig" } }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "nullable": true, @@ -72464,49 +72464,49 @@ "type": "string" }, "last_access_control_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_access_control_sync_status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "last_deleted_document_count": { "type": "number" }, "last_incremental_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_indexed_document_count": { "type": "number" }, "last_seen": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_sync_error": { "type": "string" }, "last_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_sync_status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "last_synced": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "name": { "type": "string" }, "pipeline": { - "$ref": "#/components/schemas/connector._types:IngestPipelineParams" + "$ref": "#/components/schemas/connector._types.IngestPipelineParams" }, "scheduling": { - "$ref": "#/components/schemas/connector._types:SchedulingConfiguration" + "$ref": "#/components/schemas/connector._types.SchedulingConfiguration" }, "service_type": { "type": "string" }, "status": { - "$ref": "#/components/schemas/connector._types:ConnectorStatus" + "$ref": "#/components/schemas/connector._types.ConnectorStatus" }, "sync_cursor": { "type": "object" @@ -72526,29 +72526,29 @@ "sync_now" ] }, - "connector._types:ConnectorConfiguration": { + "connector._types.ConnectorConfiguration": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/connector._types:ConnectorConfigProperties" + "$ref": "#/components/schemas/connector._types.ConnectorConfigProperties" } }, - "connector._types:ConnectorConfigProperties": { + "connector._types.ConnectorConfigProperties": { "type": "object", "properties": { "category": { "type": "string" }, "default_value": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" }, "depends_on": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:Dependency" + "$ref": "#/components/schemas/connector._types.Dependency" } }, "display": { - "$ref": "#/components/schemas/connector._types:DisplayType" + "$ref": "#/components/schemas/connector._types.DisplayType" }, "label": { "type": "string" @@ -72556,7 +72556,7 @@ "options": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:SelectOption" + "$ref": "#/components/schemas/connector._types.SelectOption" } }, "order": { @@ -72583,7 +72583,7 @@ ] }, "type": { - "$ref": "#/components/schemas/connector._types:ConnectorFieldType" + "$ref": "#/components/schemas/connector._types.ConnectorFieldType" }, "ui_restrictions": { "type": "array", @@ -72594,7 +72594,7 @@ "validations": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:Validation" + "$ref": "#/components/schemas/connector._types.Validation" } }, "value": { @@ -72612,7 +72612,7 @@ "value" ] }, - "_types:ScalarValue": { + "_types.ScalarValue": { "description": "A scalar value.", "oneOf": [ { @@ -72633,14 +72633,14 @@ } ] }, - "connector._types:Dependency": { + "connector._types.Dependency": { "type": "object", "properties": { "field": { "type": "string" }, "value": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } }, "required": [ @@ -72648,7 +72648,7 @@ "value" ] }, - "connector._types:DisplayType": { + "connector._types.DisplayType": { "type": "string", "enum": [ "textbox", @@ -72658,14 +72658,14 @@ "dropdown" ] }, - "connector._types:SelectOption": { + "connector._types.SelectOption": { "type": "object", "properties": { "label": { "type": "string" }, "value": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } }, "required": [ @@ -72673,7 +72673,7 @@ "value" ] }, - "connector._types:ConnectorFieldType": { + "connector._types.ConnectorFieldType": { "type": "string", "enum": [ "str", @@ -72682,29 +72682,29 @@ "bool" ] }, - "connector._types:Validation": { + "connector._types.Validation": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/connector._types:LessThanValidation" + "$ref": "#/components/schemas/connector._types.LessThanValidation" }, { - "$ref": "#/components/schemas/connector._types:GreaterThanValidation" + "$ref": "#/components/schemas/connector._types.GreaterThanValidation" }, { - "$ref": "#/components/schemas/connector._types:ListTypeValidation" + "$ref": "#/components/schemas/connector._types.ListTypeValidation" }, { - "$ref": "#/components/schemas/connector._types:IncludedInValidation" + "$ref": "#/components/schemas/connector._types.IncludedInValidation" }, { - "$ref": "#/components/schemas/connector._types:RegexValidation" + "$ref": "#/components/schemas/connector._types.RegexValidation" } ] }, - "connector._types:LessThanValidation": { + "connector._types.LessThanValidation": { "type": "object", "properties": { "type": { @@ -72722,7 +72722,7 @@ "constraint" ] }, - "connector._types:GreaterThanValidation": { + "connector._types.GreaterThanValidation": { "type": "object", "properties": { "type": { @@ -72740,7 +72740,7 @@ "constraint" ] }, - "connector._types:ListTypeValidation": { + "connector._types.ListTypeValidation": { "type": "object", "properties": { "type": { @@ -72758,7 +72758,7 @@ "constraint" ] }, - "connector._types:IncludedInValidation": { + "connector._types.IncludedInValidation": { "type": "object", "properties": { "type": { @@ -72770,7 +72770,7 @@ "constraint": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } } }, @@ -72779,7 +72779,7 @@ "constraint" ] }, - "connector._types:RegexValidation": { + "connector._types.RegexValidation": { "type": "object", "properties": { "type": { @@ -72797,17 +72797,17 @@ "constraint" ] }, - "connector._types:ConnectorCustomScheduling": { + "connector._types.ConnectorCustomScheduling": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/connector._types:CustomScheduling" + "$ref": "#/components/schemas/connector._types.CustomScheduling" } }, - "connector._types:CustomScheduling": { + "connector._types.CustomScheduling": { "type": "object", "properties": { "configuration_overrides": { - "$ref": "#/components/schemas/connector._types:CustomSchedulingConfigurationOverrides" + "$ref": "#/components/schemas/connector._types.CustomSchedulingConfigurationOverrides" }, "enabled": { "type": "boolean" @@ -72816,7 +72816,7 @@ "type": "string" }, "last_synced": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "name": { "type": "string" @@ -72829,7 +72829,7 @@ "name" ] }, - "connector._types:CustomSchedulingConfigurationOverrides": { + "connector._types.CustomSchedulingConfigurationOverrides": { "type": "object", "properties": { "max_crawl_depth": { @@ -72858,24 +72858,24 @@ } } }, - "connector._types:ConnectorFeatures": { + "connector._types.ConnectorFeatures": { "type": "object", "properties": { "document_level_security": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "incremental_sync": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "native_connector_api_keys": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "sync_rules": { - "$ref": "#/components/schemas/connector._types:SyncRulesFeature" + "$ref": "#/components/schemas/connector._types.SyncRulesFeature" } } }, - "connector._types:FeatureEnabled": { + "connector._types.FeatureEnabled": { "type": "object", "properties": { "enabled": { @@ -72886,28 +72886,28 @@ "enabled" ] }, - "connector._types:SyncRulesFeature": { + "connector._types.SyncRulesFeature": { "type": "object", "properties": { "advanced": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "basic": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" } } }, - "connector._types:FilteringConfig": { + "connector._types.FilteringConfig": { "type": "object", "properties": { "active": { - "$ref": "#/components/schemas/connector._types:FilteringRules" + "$ref": "#/components/schemas/connector._types.FilteringRules" }, "domain": { "type": "string" }, "draft": { - "$ref": "#/components/schemas/connector._types:FilteringRules" + "$ref": "#/components/schemas/connector._types.FilteringRules" } }, "required": [ @@ -72915,20 +72915,20 @@ "draft" ] }, - "connector._types:FilteringRules": { + "connector._types.FilteringRules": { "type": "object", "properties": { "advanced_snippet": { - "$ref": "#/components/schemas/connector._types:FilteringAdvancedSnippet" + "$ref": "#/components/schemas/connector._types.FilteringAdvancedSnippet" }, "rules": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringRule" + "$ref": "#/components/schemas/connector._types.FilteringRule" } }, "validation": { - "$ref": "#/components/schemas/connector._types:FilteringRulesValidation" + "$ref": "#/components/schemas/connector._types.FilteringRulesValidation" } }, "required": [ @@ -72937,14 +72937,14 @@ "validation" ] }, - "connector._types:FilteringAdvancedSnippet": { + "connector._types.FilteringAdvancedSnippet": { "type": "object", "properties": { "created_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "updated_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "value": { "type": "object" @@ -72954,29 +72954,29 @@ "value" ] }, - "connector._types:FilteringRule": { + "connector._types.FilteringRule": { "type": "object", "properties": { "created_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "order": { "type": "number" }, "policy": { - "$ref": "#/components/schemas/connector._types:FilteringPolicy" + "$ref": "#/components/schemas/connector._types.FilteringPolicy" }, "rule": { - "$ref": "#/components/schemas/connector._types:FilteringRuleRule" + "$ref": "#/components/schemas/connector._types.FilteringRuleRule" }, "updated_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "value": { "type": "string" @@ -72991,14 +72991,14 @@ "value" ] }, - "connector._types:FilteringPolicy": { + "connector._types.FilteringPolicy": { "type": "string", "enum": [ "exclude", "include" ] }, - "connector._types:FilteringRuleRule": { + "connector._types.FilteringRuleRule": { "type": "string", "enum": [ "contains", @@ -73010,17 +73010,17 @@ "<" ] }, - "connector._types:FilteringRulesValidation": { + "connector._types.FilteringRulesValidation": { "type": "object", "properties": { "errors": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringValidation" + "$ref": "#/components/schemas/connector._types.FilteringValidation" } }, "state": { - "$ref": "#/components/schemas/connector._types:FilteringValidationState" + "$ref": "#/components/schemas/connector._types.FilteringValidationState" } }, "required": [ @@ -73028,13 +73028,13 @@ "state" ] }, - "connector._types:FilteringValidation": { + "connector._types.FilteringValidation": { "type": "object", "properties": { "ids": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "messages": { @@ -73049,7 +73049,7 @@ "messages" ] }, - "connector._types:FilteringValidationState": { + "connector._types.FilteringValidationState": { "type": "string", "enum": [ "edited", @@ -73057,7 +73057,7 @@ "valid" ] }, - "connector._types:SyncStatus": { + "connector._types.SyncStatus": { "type": "string", "enum": [ "canceling", @@ -73069,7 +73069,7 @@ "suspended" ] }, - "connector._types:IngestPipelineParams": { + "connector._types.IngestPipelineParams": { "type": "object", "properties": { "extract_binary_content": { @@ -73092,21 +73092,21 @@ "run_ml_inference" ] }, - "connector._types:SchedulingConfiguration": { + "connector._types.SchedulingConfiguration": { "type": "object", "properties": { "access_control": { - "$ref": "#/components/schemas/connector._types:ConnectorScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorScheduling" }, "full": { - "$ref": "#/components/schemas/connector._types:ConnectorScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorScheduling" }, "incremental": { - "$ref": "#/components/schemas/connector._types:ConnectorScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorScheduling" } } }, - "connector._types:ConnectorScheduling": { + "connector._types.ConnectorScheduling": { "type": "object", "properties": { "enabled": { @@ -73122,7 +73122,7 @@ "interval" ] }, - "connector._types:ConnectorStatus": { + "connector._types.ConnectorStatus": { "type": "string", "enum": [ "created", @@ -73132,23 +73132,23 @@ "error" ] }, - "connector._types:ConnectorSyncJob": { + "connector._types.ConnectorSyncJob": { "type": "object", "properties": { "cancelation_requested_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "canceled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "completed_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "connector": { - "$ref": "#/components/schemas/connector._types:SyncJobConnectorReference" + "$ref": "#/components/schemas/connector._types.SyncJobConnectorReference" }, "created_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "deleted_document_count": { "type": "number" @@ -73157,7 +73157,7 @@ "type": "string" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "indexed_document_count": { "type": "number" @@ -73166,10 +73166,10 @@ "type": "number" }, "job_type": { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" }, "last_seen": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "metadata": { "type": "object", @@ -73178,16 +73178,16 @@ } }, "started_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "total_document_count": { "type": "number" }, "trigger_method": { - "$ref": "#/components/schemas/connector._types:SyncJobTriggerMethod" + "$ref": "#/components/schemas/connector._types.SyncJobTriggerMethod" }, "worker_hostname": { "type": "string" @@ -73207,17 +73207,17 @@ "trigger_method" ] }, - "connector._types:SyncJobConnectorReference": { + "connector._types.SyncJobConnectorReference": { "type": "object", "properties": { "configuration": { - "$ref": "#/components/schemas/connector._types:ConnectorConfiguration" + "$ref": "#/components/schemas/connector._types.ConnectorConfiguration" }, "filtering": { - "$ref": "#/components/schemas/connector._types:FilteringRules" + "$ref": "#/components/schemas/connector._types.FilteringRules" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index_name": { "type": "string" @@ -73226,7 +73226,7 @@ "type": "string" }, "pipeline": { - "$ref": "#/components/schemas/connector._types:IngestPipelineParams" + "$ref": "#/components/schemas/connector._types.IngestPipelineParams" }, "service_type": { "type": "string" @@ -73243,7 +73243,7 @@ "service_type" ] }, - "connector._types:SyncJobType": { + "connector._types.SyncJobType": { "type": "string", "enum": [ "full", @@ -73251,44 +73251,44 @@ "access_control" ] }, - "connector._types:SyncJobTriggerMethod": { + "connector._types.SyncJobTriggerMethod": { "type": "string", "enum": [ "on_demand", "scheduled" ] }, - "_types:OpType": { + "_types.OpType": { "type": "string", "enum": [ "index", "create" ] }, - "_types:WriteResponseBase": { + "_types.WriteResponseBase": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_primary_term": { "description": "The primary term assigned to the document for the indexing operation.", "type": "number" }, "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "forced_refresh": { "type": "boolean" @@ -73302,7 +73302,7 @@ "_version" ] }, - "dangling_indices.list_dangling_indices:DanglingIndex": { + "dangling_indices.list_dangling_indices.DanglingIndex": { "type": "object", "properties": { "index_name": { @@ -73312,10 +73312,10 @@ "type": "string" }, "creation_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "node_ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } }, "required": [ @@ -73325,41 +73325,41 @@ "node_ids" ] }, - "_types:Conflicts": { + "_types.Conflicts": { "type": "string", "enum": [ "abort", "proceed" ] }, - "_types:Slices": { + "_types.Slices": { "description": "Slices configuration used to parallelize a process.", "oneOf": [ { "type": "number" }, { - "$ref": "#/components/schemas/_types:SlicesCalculation" + "$ref": "#/components/schemas/_types.SlicesCalculation" } ] }, - "_types:SlicesCalculation": { + "_types.SlicesCalculation": { "type": "string", "enum": [ "auto" ] }, - "_types:BulkIndexByScrollFailure": { + "_types.BulkIndexByScrollFailure": { "type": "object", "properties": { "cause": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "status": { "type": "number" @@ -73372,7 +73372,7 @@ "status" ] }, - "_types:Retries": { + "_types.Retries": { "type": "object", "properties": { "bulk": { @@ -73389,7 +73389,7 @@ "search" ] }, - "_types:TaskId": { + "_types.TaskId": { "oneOf": [ { "type": "string" @@ -73399,47 +73399,47 @@ } ] }, - "tasks._types:TaskListResponseBase": { + "tasks._types.TaskListResponseBase": { "type": "object", "properties": { "node_failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "task_failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:TaskFailure" + "$ref": "#/components/schemas/_types.TaskFailure" } }, "nodes": { "description": "Task information grouped by node, if `group_by` was set to `node` (the default).", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/tasks._types:NodeTasks" + "$ref": "#/components/schemas/tasks._types.NodeTasks" } }, "tasks": { - "$ref": "#/components/schemas/tasks._types:TaskInfos" + "$ref": "#/components/schemas/tasks._types.TaskInfos" } } }, - "_types:TaskFailure": { + "_types.TaskFailure": { "type": "object", "properties": { "task_id": { "type": "number" }, "node_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "status": { "type": "string" }, "reason": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -73449,20 +73449,20 @@ "reason" ] }, - "tasks._types:NodeTasks": { + "tasks._types.NodeTasks": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "ip": { - "$ref": "#/components/schemas/_types:Ip" + "$ref": "#/components/schemas/_types.Ip" }, "roles": { "type": "array", @@ -73479,7 +73479,7 @@ "tasks": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" } } }, @@ -73487,7 +73487,7 @@ "tasks" ] }, - "tasks._types:TaskInfo": { + "tasks._types.TaskInfo": { "type": "object", "properties": { "action": { @@ -73513,16 +73513,16 @@ "type": "number" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "running_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "running_time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "status": { "description": "The internal status of the task, which varies from task to task.\nThe format also varies.\nWhile the goal is to keep the status for a particular task consistent from version to version, this is not always possible because sometimes the implementation changes.\nFields might be removed from the status for a particular request so any parsing you do of the status might break in minor releases.", @@ -73532,7 +73532,7 @@ "type": "string" }, "parent_task_id": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" } }, "required": [ @@ -73546,26 +73546,26 @@ "type" ] }, - "tasks._types:TaskInfos": { + "tasks._types.TaskInfos": { "oneOf": [ { "type": "array", "items": { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" } }, { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/tasks._types:ParentTaskInfo" + "$ref": "#/components/schemas/tasks._types.ParentTaskInfo" } } ] }, - "tasks._types:ParentTaskInfo": { + "tasks._types.ParentTaskInfo": { "allOf": [ { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" }, { "type": "object", @@ -73573,18 +73573,18 @@ "children": { "type": "array", "items": { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" } } } } ] }, - "enrich.execute_policy:ExecuteEnrichPolicyStatus": { + "enrich.execute_policy.ExecuteEnrichPolicyStatus": { "type": "object", "properties": { "phase": { - "$ref": "#/components/schemas/enrich.execute_policy:EnrichPolicyPhase" + "$ref": "#/components/schemas/enrich.execute_policy.EnrichPolicyPhase" }, "step": { "type": "string" @@ -73594,7 +73594,7 @@ "phase" ] }, - "enrich.execute_policy:EnrichPolicyPhase": { + "enrich.execute_policy.EnrichPolicyPhase": { "type": "string", "enum": [ "SCHEDULED", @@ -73604,13 +73604,13 @@ "CANCELLED" ] }, - "enrich._types:Summary": { + "enrich._types.Summary": { "type": "object", "properties": { "config": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" }, "minProperties": 1, "maxProperties": 1 @@ -73620,23 +73620,23 @@ "config" ] }, - "enrich._types:Policy": { + "enrich._types.Policy": { "type": "object", "properties": { "enrich_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "match_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "elasticsearch_version": { "type": "string" @@ -73648,14 +73648,14 @@ "match_field" ] }, - "enrich.stats:CoordinatorStats": { + "enrich.stats.CoordinatorStats": { "type": "object", "properties": { "executed_searches_total": { "type": "number" }, "node_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "queue_size": { "type": "number" @@ -73675,14 +73675,14 @@ "remote_requests_total" ] }, - "enrich.stats:ExecutingPolicy": { + "enrich.stats.ExecutingPolicy": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "task": { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" } }, "required": [ @@ -73690,11 +73690,11 @@ "task" ] }, - "enrich.stats:CacheStats": { + "enrich.stats.CacheStats": { "type": "object", "properties": { "node_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "count": { "type": "number" @@ -73703,13 +73703,13 @@ "type": "number" }, "hits_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "misses": { "type": "number" }, "misses_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "evictions": { "type": "number" @@ -73729,11 +73729,11 @@ "size_in_bytes" ] }, - "eql._types:EqlSearchResponseBase": { + "eql._types.EqlSearchResponseBase": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_partial": { "description": "If true, the response does not contain complete search results.", @@ -73744,20 +73744,20 @@ "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "timed_out": { "description": "If true, the request timed out before completion.", "type": "boolean" }, "hits": { - "$ref": "#/components/schemas/eql._types:EqlHits" + "$ref": "#/components/schemas/eql._types.EqlHits" }, "shard_failures": { "description": "Contains information about shard failures (if any), in case allow_partial_search_results=true", "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } } }, @@ -73765,36 +73765,36 @@ "hits" ] }, - "eql._types:EqlHits": { + "eql._types.EqlHits": { "type": "object", "properties": { "total": { - "$ref": "#/components/schemas/_global.search._types:TotalHits" + "$ref": "#/components/schemas/_global.search._types.TotalHits" }, "events": { "description": "Contains events matching the query. Each object represents a matching event.", "type": "array", "items": { - "$ref": "#/components/schemas/eql._types:HitsEvent" + "$ref": "#/components/schemas/eql._types.HitsEvent" } }, "sequences": { "description": "Contains event sequences matching the query. Each object represents a matching sequence. This parameter is only returned for EQL queries containing a sequence.", "type": "array", "items": { - "$ref": "#/components/schemas/eql._types:HitsSequence" + "$ref": "#/components/schemas/eql._types.HitsSequence" } } } }, - "eql._types:HitsEvent": { + "eql._types.HitsEvent": { "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_source": { "description": "Original JSON body passed for the event at index time.", @@ -73820,14 +73820,14 @@ "_source" ] }, - "eql._types:HitsSequence": { + "eql._types.HitsSequence": { "type": "object", "properties": { "events": { "description": "Contains events matching the query. Each object represents a matching event.", "type": "array", "items": { - "$ref": "#/components/schemas/eql._types:HitsEvent" + "$ref": "#/components/schemas/eql._types.HitsEvent" } }, "join_keys": { @@ -73842,14 +73842,14 @@ "events" ] }, - "eql.search:ResultPosition": { + "eql.search.ResultPosition": { "type": "string", "enum": [ "tail", "head" ] }, - "esql._types:EsqlFormat": { + "esql._types.EsqlFormat": { "type": "string", "enum": [ "csv", @@ -73862,38 +73862,38 @@ "arrow" ] }, - "esql._types:TableValuesContainer": { + "esql._types.TableValuesContainer": { "type": "object", "properties": { "integer": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesIntegerValue" + "$ref": "#/components/schemas/esql._types.TableValuesIntegerValue" } }, "keyword": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesKeywordValue" + "$ref": "#/components/schemas/esql._types.TableValuesKeywordValue" } }, "long": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesLongValue" + "$ref": "#/components/schemas/esql._types.TableValuesLongValue" } }, "double": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesLongDouble" + "$ref": "#/components/schemas/esql._types.TableValuesLongDouble" } } }, "minProperties": 1, "maxProperties": 1 }, - "esql._types:TableValuesIntegerValue": { + "esql._types.TableValuesIntegerValue": { "oneOf": [ { "type": "number" @@ -73906,7 +73906,7 @@ } ] }, - "esql._types:TableValuesKeywordValue": { + "esql._types.TableValuesKeywordValue": { "oneOf": [ { "type": "string" @@ -73919,7 +73919,7 @@ } ] }, - "esql._types:TableValuesLongValue": { + "esql._types.TableValuesLongValue": { "oneOf": [ { "type": "number" @@ -73932,7 +73932,7 @@ } ] }, - "esql._types:TableValuesLongDouble": { + "esql._types.TableValuesLongDouble": { "oneOf": [ { "type": "number" @@ -73945,11 +73945,11 @@ } ] }, - "esql._types:EsqlResult": { + "esql._types.EsqlResult": { "type": "object", "properties": { "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "is_partial": { "type": "boolean" @@ -73957,13 +73957,13 @@ "all_columns": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:EsqlColumnInfo" + "$ref": "#/components/schemas/esql._types.EsqlColumnInfo" } }, "columns": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:EsqlColumnInfo" + "$ref": "#/components/schemas/esql._types.EsqlColumnInfo" } }, "values": { @@ -73971,12 +73971,12 @@ "items": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } } }, "_clusters": { - "$ref": "#/components/schemas/esql._types:EsqlClusterInfo" + "$ref": "#/components/schemas/esql._types.EsqlClusterInfo" }, "profile": { "description": "Profiling information. Present if `profile` was `true` in the request.\nThe contents of this field are currently unstable.", @@ -73988,7 +73988,7 @@ "values" ] }, - "esql._types:EsqlColumnInfo": { + "esql._types.EsqlColumnInfo": { "type": "object", "properties": { "name": { @@ -74003,7 +74003,7 @@ "type" ] }, - "esql._types:EsqlClusterInfo": { + "esql._types.EsqlClusterInfo": { "type": "object", "properties": { "total": { @@ -74027,7 +74027,7 @@ "details": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/esql._types:EsqlClusterDetails" + "$ref": "#/components/schemas/esql._types.EsqlClusterDetails" } } }, @@ -74041,20 +74041,20 @@ "details" ] }, - "esql._types:EsqlClusterDetails": { + "esql._types.EsqlClusterDetails": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/esql._types:EsqlClusterStatus" + "$ref": "#/components/schemas/esql._types.EsqlClusterStatus" }, "indices": { "type": "string" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "_shards": { - "$ref": "#/components/schemas/esql._types:EsqlShardInfo" + "$ref": "#/components/schemas/esql._types.EsqlShardInfo" } }, "required": [ @@ -74062,7 +74062,7 @@ "indices" ] }, - "esql._types:EsqlClusterStatus": { + "esql._types.EsqlClusterStatus": { "type": "string", "enum": [ "running", @@ -74072,7 +74072,7 @@ "failed" ] }, - "esql._types:EsqlShardInfo": { + "esql._types.EsqlShardInfo": { "type": "object", "properties": { "total": { @@ -74090,7 +74090,7 @@ "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:EsqlShardFailure" + "$ref": "#/components/schemas/esql._types.EsqlShardFailure" } } }, @@ -74098,20 +74098,20 @@ "total" ] }, - "esql._types:EsqlShardFailure": { + "esql._types.EsqlShardFailure": { "type": "object", "properties": { "shard": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "reason": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -74120,10 +74120,10 @@ "reason" ] }, - "esql._types:AsyncEsqlResult": { + "esql._types.AsyncEsqlResult": { "allOf": [ { - "$ref": "#/components/schemas/esql._types:EsqlResult" + "$ref": "#/components/schemas/esql._types.EsqlResult" }, { "type": "object", @@ -74141,7 +74141,7 @@ } ] }, - "_types:InlineGet": { + "_types.InlineGet": { "type": "object", "properties": { "fields": { @@ -74154,13 +74154,13 @@ "type": "boolean" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_primary_term": { "type": "number" }, "_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_source": { "type": "object" @@ -74170,7 +74170,7 @@ "found" ] }, - "features._types:Feature": { + "features._types.Feature": { "type": "object", "properties": { "name": { @@ -74185,7 +74185,7 @@ "description" ] }, - "_global.field_caps:FieldCapability": { + "_global.field_caps.FieldCapability": { "type": "object", "properties": { "aggregatable": { @@ -74193,16 +74193,16 @@ "type": "boolean" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "non_aggregatable_indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "non_searchable_indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "searchable": { "description": "Whether this field is indexed for search on all indices.", @@ -74221,14 +74221,14 @@ "type": "boolean" }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" }, "non_dimension_indices": { "description": "If this list is present in response then some indices have the\nfield marked as a dimension and other indices, the ones in this list, do not.", "x-state": "Technical preview", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "metric_conflicts_indices": { @@ -74236,7 +74236,7 @@ "x-state": "Technical preview", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } }, @@ -74246,36 +74246,36 @@ "type" ] }, - "_types:IndexAlias": { + "_types.IndexAlias": { "type": "string" }, - "fleet._types:Checkpoint": { + "fleet._types.Checkpoint": { "type": "number" }, - "_global.msearch:RequestItem": { + "_global.msearch.RequestItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.msearch:MultisearchHeader" + "$ref": "#/components/schemas/_global.msearch.MultisearchHeader" }, { - "$ref": "#/components/schemas/_global.search._types:SearchRequestBody" + "$ref": "#/components/schemas/_global.search._types.SearchRequestBody" } ] }, - "_global.msearch:MultisearchHeader": { + "_global.msearch.MultisearchHeader": { "type": "object", "properties": { "allow_no_indices": { "type": "boolean" }, "expand_wildcards": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "ignore_unavailable": { "type": "boolean" }, "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "preference": { "type": "string" @@ -74284,10 +74284,10 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_type": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "ccs_minimize_roundtrips": { "type": "boolean" @@ -74300,20 +74300,20 @@ } } }, - "_global.msearch:ResponseItem": { + "_global.msearch.ResponseItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.msearch:MultiSearchItem" + "$ref": "#/components/schemas/_global.msearch.MultiSearchItem" }, { - "$ref": "#/components/schemas/_types:ErrorResponseBase" + "$ref": "#/components/schemas/_types.ErrorResponseBase" } ] }, - "_global.msearch:MultiSearchItem": { + "_global.msearch.MultiSearchItem": { "allOf": [ { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" }, { "type": "object", @@ -74325,7 +74325,7 @@ } ] }, - "_global.search:ResponseBody": { + "_global.search.ResponseBody": { "type": "object", "properties": { "took": { @@ -74337,19 +74337,19 @@ "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "fields": { "type": "object", @@ -74364,20 +74364,20 @@ "type": "number" }, "profile": { - "$ref": "#/components/schemas/_global.search._types:Profile" + "$ref": "#/components/schemas/_global.search._types.Profile" }, "pit_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "suggest": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Suggest" + "$ref": "#/components/schemas/_global.search._types.Suggest" } } }, @@ -74392,11 +74392,11 @@ "hits" ] }, - "_types:ErrorResponseBase": { + "_types.ErrorResponseBase": { "type": "object", "properties": { "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "status": { "type": "number" @@ -74407,11 +74407,11 @@ "status" ] }, - "_global.get:GetResult": { + "_global.get.GetResult": { "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "fields": { "description": "If the `stored_fields` parameter is set to `true` and `found` is `true`, it contains the document fields stored in the index.", @@ -74431,7 +74431,7 @@ "type": "boolean" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_primary_term": { "description": "The primary term assigned to the document for the indexing operation.", @@ -74442,14 +74442,14 @@ "type": "string" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_source": { "description": "If `found` is `true`, it contains the document data formatted in JSON.\nIf the `_source` parameter is set to `false` or the `stored_fields` parameter is set to `true`, it is excluded.", "type": "object" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -74458,11 +74458,11 @@ "_id" ] }, - "_types:StoredScript": { + "_types.StoredScript": { "type": "object", "properties": { "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "options": { "type": "object", @@ -74471,7 +74471,7 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } }, "required": [ @@ -74479,17 +74479,17 @@ "source" ] }, - "_global.get_script_context:Context": { + "_global.get_script_context.Context": { "type": "object", "properties": { "methods": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.get_script_context:ContextMethod" + "$ref": "#/components/schemas/_global.get_script_context.ContextMethod" } }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -74497,11 +74497,11 @@ "name" ] }, - "_global.get_script_context:ContextMethod": { + "_global.get_script_context.ContextMethod": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "return_type": { "type": "string" @@ -74509,7 +74509,7 @@ "params": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.get_script_context:ContextMethodParam" + "$ref": "#/components/schemas/_global.get_script_context.ContextMethodParam" } } }, @@ -74519,11 +74519,11 @@ "params" ] }, - "_global.get_script_context:ContextMethodParam": { + "_global.get_script_context.ContextMethodParam": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -74534,7 +74534,7 @@ "type" ] }, - "_global.get_script_languages:LanguageContext": { + "_global.get_script_languages.LanguageContext": { "type": "object", "properties": { "contexts": { @@ -74544,7 +74544,7 @@ } }, "language": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" } }, "required": [ @@ -74552,20 +74552,20 @@ "language" ] }, - "graph._types:Hop": { + "graph._types.Hop": { "type": "object", "properties": { "connections": { - "$ref": "#/components/schemas/graph._types:Hop" + "$ref": "#/components/schemas/graph._types.Hop" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "vertices": { "description": "Contains the fields you are interested in.", "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:VertexDefinition" + "$ref": "#/components/schemas/graph._types.VertexDefinition" } } }, @@ -74573,7 +74573,7 @@ "vertices" ] }, - "graph._types:VertexDefinition": { + "graph._types.VertexDefinition": { "type": "object", "properties": { "exclude": { @@ -74584,13 +74584,13 @@ } }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "include": { "description": "Identifies the terms of interest that form the starting points from which you want to spider out.", "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:VertexInclude" + "$ref": "#/components/schemas/graph._types.VertexInclude" } }, "min_doc_count": { @@ -74610,7 +74610,7 @@ "field" ] }, - "graph._types:VertexInclude": { + "graph._types.VertexInclude": { "type": "object", "properties": { "boost": { @@ -74624,18 +74624,18 @@ "term" ] }, - "graph._types:ExploreControls": { + "graph._types.ExploreControls": { "type": "object", "properties": { "sample_diversity": { - "$ref": "#/components/schemas/graph._types:SampleDiversity" + "$ref": "#/components/schemas/graph._types.SampleDiversity" }, "sample_size": { "description": "Each hop considers a sample of the best-matching documents on each shard.\nUsing samples improves the speed of execution and keeps exploration focused on meaningfully-connected terms.\nVery small values (less than 50) might not provide sufficient weight-of-evidence to identify significant connections between terms.\nVery large sample sizes can dilute the quality of the results and increase execution times.", "type": "number" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "use_significance": { "description": "Filters associated terms so only those that are significantly associated with your query are included.", @@ -74646,11 +74646,11 @@ "use_significance" ] }, - "graph._types:SampleDiversity": { + "graph._types.SampleDiversity": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "max_docs_per_value": { "type": "number" @@ -74661,7 +74661,7 @@ "max_docs_per_value" ] }, - "graph._types:Connection": { + "graph._types.Connection": { "type": "object", "properties": { "doc_count": { @@ -74684,14 +74684,14 @@ "weight" ] }, - "graph._types:Vertex": { + "graph._types.Vertex": { "type": "object", "properties": { "depth": { "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "term": { "type": "string" @@ -74707,72 +74707,72 @@ "weight" ] }, - "_global.health_report:Indicators": { + "_global.health_report.Indicators": { "type": "object", "properties": { "master_is_stable": { - "$ref": "#/components/schemas/_global.health_report:MasterIsStableIndicator" + "$ref": "#/components/schemas/_global.health_report.MasterIsStableIndicator" }, "shards_availability": { - "$ref": "#/components/schemas/_global.health_report:ShardsAvailabilityIndicator" + "$ref": "#/components/schemas/_global.health_report.ShardsAvailabilityIndicator" }, "disk": { - "$ref": "#/components/schemas/_global.health_report:DiskIndicator" + "$ref": "#/components/schemas/_global.health_report.DiskIndicator" }, "repository_integrity": { - "$ref": "#/components/schemas/_global.health_report:RepositoryIntegrityIndicator" + "$ref": "#/components/schemas/_global.health_report.RepositoryIntegrityIndicator" }, "data_stream_lifecycle": { - "$ref": "#/components/schemas/_global.health_report:DataStreamLifecycleIndicator" + "$ref": "#/components/schemas/_global.health_report.DataStreamLifecycleIndicator" }, "ilm": { - "$ref": "#/components/schemas/_global.health_report:IlmIndicator" + "$ref": "#/components/schemas/_global.health_report.IlmIndicator" }, "slm": { - "$ref": "#/components/schemas/_global.health_report:SlmIndicator" + "$ref": "#/components/schemas/_global.health_report.SlmIndicator" }, "shards_capacity": { - "$ref": "#/components/schemas/_global.health_report:ShardsCapacityIndicator" + "$ref": "#/components/schemas/_global.health_report.ShardsCapacityIndicator" }, "file_settings": { - "$ref": "#/components/schemas/_global.health_report:FileSettingsIndicator" + "$ref": "#/components/schemas/_global.health_report.FileSettingsIndicator" } } }, - "_global.health_report:MasterIsStableIndicator": { + "_global.health_report.MasterIsStableIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:MasterIsStableIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.MasterIsStableIndicatorDetails" } } } ] }, - "_global.health_report:MasterIsStableIndicatorDetails": { + "_global.health_report.MasterIsStableIndicatorDetails": { "type": "object", "properties": { "current_master": { - "$ref": "#/components/schemas/_global.health_report:IndicatorNode" + "$ref": "#/components/schemas/_global.health_report.IndicatorNode" }, "recent_masters": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.health_report:IndicatorNode" + "$ref": "#/components/schemas/_global.health_report.IndicatorNode" } }, "exception_fetching_history": { - "$ref": "#/components/schemas/_global.health_report:MasterIsStableIndicatorExceptionFetchingHistory" + "$ref": "#/components/schemas/_global.health_report.MasterIsStableIndicatorExceptionFetchingHistory" }, "cluster_formation": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.health_report:MasterIsStableIndicatorClusterFormationNode" + "$ref": "#/components/schemas/_global.health_report.MasterIsStableIndicatorClusterFormationNode" } } }, @@ -74781,7 +74781,7 @@ "recent_masters" ] }, - "_global.health_report:IndicatorNode": { + "_global.health_report.IndicatorNode": { "type": "object", "properties": { "name": { @@ -74812,7 +74812,7 @@ "node_id" ] }, - "_global.health_report:MasterIsStableIndicatorExceptionFetchingHistory": { + "_global.health_report.MasterIsStableIndicatorExceptionFetchingHistory": { "type": "object", "properties": { "message": { @@ -74827,7 +74827,7 @@ "stack_trace" ] }, - "_global.health_report:MasterIsStableIndicatorClusterFormationNode": { + "_global.health_report.MasterIsStableIndicatorClusterFormationNode": { "type": "object", "properties": { "name": { @@ -74845,11 +74845,11 @@ "cluster_formation_message" ] }, - "_global.health_report:BaseIndicator": { + "_global.health_report.BaseIndicator": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/_global.health_report:IndicatorHealthStatus" + "$ref": "#/components/schemas/_global.health_report.IndicatorHealthStatus" }, "symptom": { "type": "string" @@ -74857,13 +74857,13 @@ "impacts": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.health_report:Impact" + "$ref": "#/components/schemas/_global.health_report.Impact" } }, "diagnosis": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.health_report:Diagnosis" + "$ref": "#/components/schemas/_global.health_report.Diagnosis" } } }, @@ -74872,7 +74872,7 @@ "symptom" ] }, - "_global.health_report:IndicatorHealthStatus": { + "_global.health_report.IndicatorHealthStatus": { "type": "string", "enum": [ "green", @@ -74881,7 +74881,7 @@ "unknown" ] }, - "_global.health_report:Impact": { + "_global.health_report.Impact": { "type": "object", "properties": { "description": { @@ -74893,7 +74893,7 @@ "impact_areas": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.health_report:ImpactArea" + "$ref": "#/components/schemas/_global.health_report.ImpactArea" } }, "severity": { @@ -74907,7 +74907,7 @@ "severity" ] }, - "_global.health_report:ImpactArea": { + "_global.health_report.ImpactArea": { "type": "string", "enum": [ "search", @@ -74916,7 +74916,7 @@ "deployment_management" ] }, - "_global.health_report:Diagnosis": { + "_global.health_report.Diagnosis": { "type": "object", "properties": { "id": { @@ -74926,7 +74926,7 @@ "type": "string" }, "affected_resources": { - "$ref": "#/components/schemas/_global.health_report:DiagnosisAffectedResources" + "$ref": "#/components/schemas/_global.health_report.DiagnosisAffectedResources" }, "cause": { "type": "string" @@ -74943,16 +74943,16 @@ "help_url" ] }, - "_global.health_report:DiagnosisAffectedResources": { + "_global.health_report.DiagnosisAffectedResources": { "type": "object", "properties": { "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "nodes": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.health_report:IndicatorNode" + "$ref": "#/components/schemas/_global.health_report.IndicatorNode" } }, "slm_policies": { @@ -74975,22 +74975,22 @@ } } }, - "_global.health_report:ShardsAvailabilityIndicator": { + "_global.health_report.ShardsAvailabilityIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:ShardsAvailabilityIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.ShardsAvailabilityIndicatorDetails" } } } ] }, - "_global.health_report:ShardsAvailabilityIndicatorDetails": { + "_global.health_report.ShardsAvailabilityIndicatorDetails": { "type": "object", "properties": { "creating_primaries": { @@ -75037,22 +75037,22 @@ "unassigned_replicas" ] }, - "_global.health_report:DiskIndicator": { + "_global.health_report.DiskIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:DiskIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.DiskIndicatorDetails" } } } ] }, - "_global.health_report:DiskIndicatorDetails": { + "_global.health_report.DiskIndicatorDetails": { "type": "object", "properties": { "indices_with_readonly_block": { @@ -75079,22 +75079,22 @@ "nodes_with_unknown_disk_status" ] }, - "_global.health_report:RepositoryIntegrityIndicator": { + "_global.health_report.RepositoryIntegrityIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:RepositoryIntegrityIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.RepositoryIntegrityIndicatorDetails" } } } ] }, - "_global.health_report:RepositoryIntegrityIndicatorDetails": { + "_global.health_report.RepositoryIntegrityIndicatorDetails": { "type": "object", "properties": { "total_repositories": { @@ -75111,22 +75111,22 @@ } } }, - "_global.health_report:DataStreamLifecycleIndicator": { + "_global.health_report.DataStreamLifecycleIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:DataStreamLifecycleDetails" + "$ref": "#/components/schemas/_global.health_report.DataStreamLifecycleDetails" } } } ] }, - "_global.health_report:DataStreamLifecycleDetails": { + "_global.health_report.DataStreamLifecycleDetails": { "type": "object", "properties": { "stagnating_backing_indices_count": { @@ -75138,7 +75138,7 @@ "stagnating_backing_indices": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.health_report:StagnatingBackingIndices" + "$ref": "#/components/schemas/_global.health_report.StagnatingBackingIndices" } } }, @@ -75147,11 +75147,11 @@ "total_backing_indices_in_error" ] }, - "_global.health_report:StagnatingBackingIndices": { + "_global.health_report.StagnatingBackingIndices": { "type": "object", "properties": { "index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "first_occurrence_timestamp": { "type": "number" @@ -75166,26 +75166,26 @@ "retry_count" ] }, - "_global.health_report:IlmIndicator": { + "_global.health_report.IlmIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:IlmIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.IlmIndicatorDetails" } } } ] }, - "_global.health_report:IlmIndicatorDetails": { + "_global.health_report.IlmIndicatorDetails": { "type": "object", "properties": { "ilm_status": { - "$ref": "#/components/schemas/_types:LifecycleOperationMode" + "$ref": "#/components/schemas/_types.LifecycleOperationMode" }, "policies": { "type": "number" @@ -75200,7 +75200,7 @@ "stagnating_indices" ] }, - "_types:LifecycleOperationMode": { + "_types.LifecycleOperationMode": { "type": "string", "enum": [ "RUNNING", @@ -75208,32 +75208,32 @@ "STOPPED" ] }, - "_global.health_report:SlmIndicator": { + "_global.health_report.SlmIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:SlmIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.SlmIndicatorDetails" } } } ] }, - "_global.health_report:SlmIndicatorDetails": { + "_global.health_report.SlmIndicatorDetails": { "type": "object", "properties": { "slm_status": { - "$ref": "#/components/schemas/_types:LifecycleOperationMode" + "$ref": "#/components/schemas/_types.LifecycleOperationMode" }, "policies": { "type": "number" }, "unhealthy_policies": { - "$ref": "#/components/schemas/_global.health_report:SlmIndicatorUnhealthyPolicies" + "$ref": "#/components/schemas/_global.health_report.SlmIndicatorUnhealthyPolicies" } }, "required": [ @@ -75241,7 +75241,7 @@ "policies" ] }, - "_global.health_report:SlmIndicatorUnhealthyPolicies": { + "_global.health_report.SlmIndicatorUnhealthyPolicies": { "type": "object", "properties": { "count": { @@ -75258,29 +75258,29 @@ "count" ] }, - "_global.health_report:ShardsCapacityIndicator": { + "_global.health_report.ShardsCapacityIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:ShardsCapacityIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.ShardsCapacityIndicatorDetails" } } } ] }, - "_global.health_report:ShardsCapacityIndicatorDetails": { + "_global.health_report.ShardsCapacityIndicatorDetails": { "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/_global.health_report:ShardsCapacityIndicatorTierDetail" + "$ref": "#/components/schemas/_global.health_report.ShardsCapacityIndicatorTierDetail" }, "frozen": { - "$ref": "#/components/schemas/_global.health_report:ShardsCapacityIndicatorTierDetail" + "$ref": "#/components/schemas/_global.health_report.ShardsCapacityIndicatorTierDetail" } }, "required": [ @@ -75288,7 +75288,7 @@ "frozen" ] }, - "_global.health_report:ShardsCapacityIndicatorTierDetail": { + "_global.health_report.ShardsCapacityIndicatorTierDetail": { "type": "object", "properties": { "max_shards_in_cluster": { @@ -75302,22 +75302,22 @@ "max_shards_in_cluster" ] }, - "_global.health_report:FileSettingsIndicator": { + "_global.health_report.FileSettingsIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:FileSettingsIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.FileSettingsIndicatorDetails" } } } ] }, - "_global.health_report:FileSettingsIndicatorDetails": { + "_global.health_report.FileSettingsIndicatorDetails": { "type": "object", "properties": { "failure_streak": { @@ -75332,57 +75332,57 @@ "most_recent_failure" ] }, - "ilm.explain_lifecycle:LifecycleExplain": { + "ilm.explain_lifecycle.LifecycleExplain": { "discriminator": { "propertyName": "managed" }, "oneOf": [ { - "$ref": "#/components/schemas/ilm.explain_lifecycle:LifecycleExplainManaged" + "$ref": "#/components/schemas/ilm.explain_lifecycle.LifecycleExplainManaged" }, { - "$ref": "#/components/schemas/ilm.explain_lifecycle:LifecycleExplainUnmanaged" + "$ref": "#/components/schemas/ilm.explain_lifecycle.LifecycleExplainUnmanaged" } ] }, - "ilm.explain_lifecycle:LifecycleExplainManaged": { + "ilm.explain_lifecycle.LifecycleExplainManaged": { "type": "object", "properties": { "action": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "action_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "action_time_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "failed_step": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "failed_step_retry_count": { "type": "number" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "index_creation_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "index_creation_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "is_auto_retryable_error": { "type": "boolean" }, "lifecycle_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "lifecycle_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "managed": { "type": "string", @@ -75391,16 +75391,16 @@ ] }, "phase": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "phase_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "phase_time_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "policy": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "previous_step_info": { "type": "object", @@ -75418,7 +75418,7 @@ "type": "string" }, "step": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "step_info": { "type": "object", @@ -75427,16 +75427,16 @@ } }, "step_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "step_time_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "phase_execution": { - "$ref": "#/components/schemas/ilm.explain_lifecycle:LifecycleExplainPhaseExecution" + "$ref": "#/components/schemas/ilm.explain_lifecycle.LifecycleExplainPhaseExecution" }, "time_since_index_creation": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ @@ -75445,20 +75445,20 @@ "phase" ] }, - "ilm.explain_lifecycle:LifecycleExplainPhaseExecution": { + "ilm.explain_lifecycle.LifecycleExplainPhaseExecution": { "type": "object", "properties": { "phase_definition": { - "$ref": "#/components/schemas/ilm._types:Phase" + "$ref": "#/components/schemas/ilm._types.Phase" }, "policy": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "modified_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -75467,62 +75467,62 @@ "modified_date_in_millis" ] }, - "ilm._types:Phase": { + "ilm._types.Phase": { "type": "object", "properties": { "actions": { - "$ref": "#/components/schemas/ilm._types:Actions" + "$ref": "#/components/schemas/ilm._types.Actions" }, "min_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "ilm._types:Actions": { + "ilm._types.Actions": { "type": "object", "properties": { "allocate": { - "$ref": "#/components/schemas/ilm._types:AllocateAction" + "$ref": "#/components/schemas/ilm._types.AllocateAction" }, "delete": { - "$ref": "#/components/schemas/ilm._types:DeleteAction" + "$ref": "#/components/schemas/ilm._types.DeleteAction" }, "downsample": { - "$ref": "#/components/schemas/ilm._types:DownsampleAction" + "$ref": "#/components/schemas/ilm._types.DownsampleAction" }, "freeze": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" }, "forcemerge": { - "$ref": "#/components/schemas/ilm._types:ForceMergeAction" + "$ref": "#/components/schemas/ilm._types.ForceMergeAction" }, "migrate": { - "$ref": "#/components/schemas/ilm._types:MigrateAction" + "$ref": "#/components/schemas/ilm._types.MigrateAction" }, "readonly": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" }, "rollover": { - "$ref": "#/components/schemas/ilm._types:RolloverAction" + "$ref": "#/components/schemas/ilm._types.RolloverAction" }, "set_priority": { - "$ref": "#/components/schemas/ilm._types:SetPriorityAction" + "$ref": "#/components/schemas/ilm._types.SetPriorityAction" }, "searchable_snapshot": { - "$ref": "#/components/schemas/ilm._types:SearchableSnapshotAction" + "$ref": "#/components/schemas/ilm._types.SearchableSnapshotAction" }, "shrink": { - "$ref": "#/components/schemas/ilm._types:ShrinkAction" + "$ref": "#/components/schemas/ilm._types.ShrinkAction" }, "unfollow": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" }, "wait_for_snapshot": { - "$ref": "#/components/schemas/ilm._types:WaitForSnapshotAction" + "$ref": "#/components/schemas/ilm._types.WaitForSnapshotAction" } } }, - "ilm._types:AllocateAction": { + "ilm._types.AllocateAction": { "type": "object", "properties": { "number_of_replicas": { @@ -75551,7 +75551,7 @@ } } }, - "ilm._types:DeleteAction": { + "ilm._types.DeleteAction": { "type": "object", "properties": { "delete_searchable_snapshot": { @@ -75559,21 +75559,21 @@ } } }, - "ilm._types:DownsampleAction": { + "ilm._types.DownsampleAction": { "type": "object", "properties": { "fixed_interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" }, "wait_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "fixed_interval" ] }, - "ilm._types:ForceMergeAction": { + "ilm._types.ForceMergeAction": { "type": "object", "properties": { "max_num_segments": { @@ -75587,7 +75587,7 @@ "max_num_segments" ] }, - "ilm._types:MigrateAction": { + "ilm._types.MigrateAction": { "type": "object", "properties": { "enabled": { @@ -75595,17 +75595,17 @@ } } }, - "ilm._types:RolloverAction": { + "ilm._types.RolloverAction": { "type": "object", "properties": { "max_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_docs": { "type": "number" @@ -75614,13 +75614,13 @@ "type": "number" }, "min_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "min_docs": { "type": "number" @@ -75630,7 +75630,7 @@ } } }, - "ilm._types:SetPriorityAction": { + "ilm._types.SetPriorityAction": { "type": "object", "properties": { "priority": { @@ -75638,7 +75638,7 @@ } } }, - "ilm._types:SearchableSnapshotAction": { + "ilm._types.SearchableSnapshotAction": { "type": "object", "properties": { "snapshot_repository": { @@ -75652,21 +75652,21 @@ "snapshot_repository" ] }, - "ilm._types:ShrinkAction": { + "ilm._types.ShrinkAction": { "type": "object", "properties": { "number_of_shards": { "type": "number" }, "max_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "allow_write_after_shrink": { "type": "boolean" } } }, - "ilm._types:WaitForSnapshotAction": { + "ilm._types.WaitForSnapshotAction": { "type": "object", "properties": { "policy": { @@ -75677,11 +75677,11 @@ "policy" ] }, - "ilm.explain_lifecycle:LifecycleExplainUnmanaged": { + "ilm.explain_lifecycle.LifecycleExplainUnmanaged": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "managed": { "type": "string", @@ -75695,17 +75695,17 @@ "managed" ] }, - "ilm.get_lifecycle:Lifecycle": { + "ilm.get_lifecycle.Lifecycle": { "type": "object", "properties": { "modified_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "policy": { - "$ref": "#/components/schemas/ilm._types:Policy" + "$ref": "#/components/schemas/ilm._types.Policy" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -75714,41 +75714,41 @@ "version" ] }, - "ilm._types:Policy": { + "ilm._types.Policy": { "type": "object", "properties": { "phases": { - "$ref": "#/components/schemas/ilm._types:Phases" + "$ref": "#/components/schemas/ilm._types.Phases" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ "phases" ] }, - "ilm._types:Phases": { + "ilm._types.Phases": { "type": "object", "properties": { "cold": { - "$ref": "#/components/schemas/ilm._types:Phase" + "$ref": "#/components/schemas/ilm._types.Phase" }, "delete": { - "$ref": "#/components/schemas/ilm._types:Phase" + "$ref": "#/components/schemas/ilm._types.Phase" }, "frozen": { - "$ref": "#/components/schemas/ilm._types:Phase" + "$ref": "#/components/schemas/ilm._types.Phase" }, "hot": { - "$ref": "#/components/schemas/ilm._types:Phase" + "$ref": "#/components/schemas/ilm._types.Phase" }, "warm": { - "$ref": "#/components/schemas/ilm._types:Phase" + "$ref": "#/components/schemas/ilm._types.Phase" } } }, - "ilm.move_to_step:StepKey": { + "ilm.move_to_step.StepKey": { "type": "object", "properties": { "action": { @@ -75767,7 +75767,7 @@ "phase" ] }, - "indices.add_block:IndicesBlockOptions": { + "indices.add_block.IndicesBlockOptions": { "type": "string", "enum": [ "metadata", @@ -75776,11 +75776,11 @@ "write" ] }, - "indices.add_block:IndicesBlockStatus": { + "indices.add_block.IndicesBlockStatus": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "blocked": { "type": "boolean" @@ -75791,7 +75791,7 @@ "blocked" ] }, - "indices.analyze:TextToAnalyze": { + "indices.analyze.TextToAnalyze": { "oneOf": [ { "type": "string" @@ -75804,16 +75804,16 @@ } ] }, - "indices.analyze:AnalyzeDetail": { + "indices.analyze.AnalyzeDetail": { "type": "object", "properties": { "analyzer": { - "$ref": "#/components/schemas/indices.analyze:AnalyzerDetail" + "$ref": "#/components/schemas/indices.analyze.AnalyzerDetail" }, "charfilters": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:CharFilterDetail" + "$ref": "#/components/schemas/indices.analyze.CharFilterDetail" } }, "custom_analyzer": { @@ -75822,18 +75822,18 @@ "tokenfilters": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:TokenDetail" + "$ref": "#/components/schemas/indices.analyze.TokenDetail" } }, "tokenizer": { - "$ref": "#/components/schemas/indices.analyze:TokenDetail" + "$ref": "#/components/schemas/indices.analyze.TokenDetail" } }, "required": [ "custom_analyzer" ] }, - "indices.analyze:AnalyzerDetail": { + "indices.analyze.AnalyzerDetail": { "type": "object", "properties": { "name": { @@ -75842,7 +75842,7 @@ "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:ExplainAnalyzeToken" + "$ref": "#/components/schemas/indices.analyze.ExplainAnalyzeToken" } } }, @@ -75851,7 +75851,7 @@ "tokens" ] }, - "indices.analyze:ExplainAnalyzeToken": { + "indices.analyze.ExplainAnalyzeToken": { "type": "object", "properties": { "bytes": { @@ -75893,7 +75893,7 @@ "type" ] }, - "indices.analyze:CharFilterDetail": { + "indices.analyze.CharFilterDetail": { "type": "object", "properties": { "filtered_text": { @@ -75911,7 +75911,7 @@ "name" ] }, - "indices.analyze:TokenDetail": { + "indices.analyze.TokenDetail": { "type": "object", "properties": { "name": { @@ -75920,7 +75920,7 @@ "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:ExplainAnalyzeToken" + "$ref": "#/components/schemas/indices.analyze.ExplainAnalyzeToken" } } }, @@ -75929,7 +75929,7 @@ "tokens" ] }, - "indices.analyze:AnalyzeToken": { + "indices.analyze.AnalyzeToken": { "type": "object", "properties": { "end_offset": { @@ -75959,15 +75959,15 @@ "type" ] }, - "_types:ShardsOperationResponseBase": { + "_types.ShardsOperationResponseBase": { "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } } }, - "indices.close:CloseIndexResult": { + "indices.close.CloseIndexResult": { "type": "object", "properties": { "closed": { @@ -75976,7 +75976,7 @@ "shards": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.close:CloseShardResult" + "$ref": "#/components/schemas/indices.close.CloseShardResult" } } }, @@ -75984,13 +75984,13 @@ "closed" ] }, - "indices.close:CloseShardResult": { + "indices.close.CloseShardResult": { "type": "object", "properties": { "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } } }, @@ -75998,14 +75998,14 @@ "failures" ] }, - "indices.create_from:CreateFrom": { + "indices.create_from.CreateFrom": { "type": "object", "properties": { "mappings_override": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings_override": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "remove_index_blocks": { "description": "If index blocks should be removed when creating destination index (optional)", @@ -76013,7 +76013,7 @@ } } }, - "indices.data_streams_stats:DataStreamsStatsItem": { + "indices.data_streams_stats.DataStreamsStatsItem": { "type": "object", "properties": { "backing_indices": { @@ -76021,13 +76021,13 @@ "type": "number" }, "data_stream": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "maximum_timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "store_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "store_size_bytes": { "description": "Total size, in bytes, of all shards for the data stream’s backing indices.", @@ -76041,60 +76041,60 @@ "store_size_bytes" ] }, - "_types:IndicesResponseBase": { + "_types.IndicesResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, { "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } } } ] }, - "_types:DataStreamNames": { + "_types.DataStreamNames": { "oneOf": [ { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" } } ] }, - "indices.explain_data_lifecycle:DataStreamLifecycleExplain": { + "indices.explain_data_lifecycle.DataStreamLifecycleExplain": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "managed_by_lifecycle": { "type": "boolean" }, "index_creation_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time_since_index_creation": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "rollover_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time_since_rollover": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" }, "generation_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "error": { "type": "string" @@ -76105,21 +76105,21 @@ "managed_by_lifecycle" ] }, - "indices.field_usage_stats:FieldsUsageBody": { + "indices.field_usage_stats.FieldsUsageBody": { "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ "_shards" ] }, - "indices.forcemerge._types:ForceMergeResponseBody": { + "indices.forcemerge._types.ForceMergeResponseBody": { "allOf": [ { - "$ref": "#/components/schemas/_types:ShardsOperationResponseBase" + "$ref": "#/components/schemas/_types.ShardsOperationResponseBase" }, { "type": "object", @@ -76132,20 +76132,20 @@ } ] }, - "indices.get:Features": { + "indices.get.Features": { "oneOf": [ { - "$ref": "#/components/schemas/indices.get:Feature" + "$ref": "#/components/schemas/indices.get.Feature" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get:Feature" + "$ref": "#/components/schemas/indices.get.Feature" } } ] }, - "indices.get:Feature": { + "indices.get.Feature": { "type": "string", "enum": [ "aliases", @@ -76153,13 +76153,13 @@ "settings" ] }, - "indices.get_alias:IndexAliases": { + "indices.get_alias.IndexAliases": { "type": "object", "properties": { "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:AliasDefinition" + "$ref": "#/components/schemas/indices._types.AliasDefinition" } } }, @@ -76167,21 +76167,21 @@ "aliases" ] }, - "indices.get_data_lifecycle:DataStreamWithLifecycle": { + "indices.get_data_lifecycle.DataStreamWithLifecycle": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" } }, "required": [ "name" ] }, - "indices.get_data_lifecycle_stats:DataStreamStats": { + "indices.get_data_lifecycle_stats.DataStreamStats": { "type": "object", "properties": { "backing_indices_in_error": { @@ -76193,7 +76193,7 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" } }, "required": [ @@ -76202,18 +76202,18 @@ "name" ] }, - "indices._types:DataStream": { + "indices._types.DataStream": { "type": "object", "properties": { "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "allow_custom_routing": { "description": "If `true`, the data stream allows custom routing on write request.", "type": "boolean" }, "failure_store": { - "$ref": "#/components/schemas/indices._types:FailureStore" + "$ref": "#/components/schemas/indices._types.FailureStore" }, "generation": { "description": "Current generation for the data stream. This number acts as a cumulative count of the stream’s rollovers, starting at 1.", @@ -76224,10 +76224,10 @@ "type": "boolean" }, "ilm_policy": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "next_generation_managed_by": { - "$ref": "#/components/schemas/indices._types:ManagedBy" + "$ref": "#/components/schemas/indices._types.ManagedBy" }, "prefer_ilm": { "description": "Indicates if ILM should take precedence over DSL in case both are configured to managed this data stream.", @@ -76237,14 +76237,14 @@ "description": "Array of objects containing information about the data stream’s backing indices.\nThe last item in this array contains information about the stream’s current write index.", "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DataStreamIndex" + "$ref": "#/components/schemas/indices._types.DataStreamIndex" } }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" }, "name": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "replicated": { "description": "If `true`, the data stream is created and managed by cross-cluster replication and the local cluster can not write into this data stream or change its mappings.", @@ -76255,20 +76255,20 @@ "type": "boolean" }, "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "system": { "description": "If `true`, the data stream is created and managed by an Elastic stack component and cannot be modified through normal user interaction.", "type": "boolean" }, "template": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "timestamp_field": { - "$ref": "#/components/schemas/indices._types:DataStreamTimestampField" + "$ref": "#/components/schemas/indices._types.DataStreamTimestampField" }, "index_mode": { - "$ref": "#/components/schemas/indices._types:IndexMode" + "$ref": "#/components/schemas/indices._types.IndexMode" } }, "required": [ @@ -76284,7 +76284,7 @@ "timestamp_field" ] }, - "indices._types:FailureStore": { + "indices._types.FailureStore": { "type": "object", "properties": { "enabled": { @@ -76293,7 +76293,7 @@ "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DataStreamIndex" + "$ref": "#/components/schemas/indices._types.DataStreamIndex" } }, "rollover_on_write": { @@ -76306,27 +76306,27 @@ "rollover_on_write" ] }, - "indices._types:DataStreamIndex": { + "indices._types.DataStreamIndex": { "type": "object", "properties": { "index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "index_uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "ilm_policy": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "managed_by": { - "$ref": "#/components/schemas/indices._types:ManagedBy" + "$ref": "#/components/schemas/indices._types.ManagedBy" }, "prefer_ilm": { "description": "Indicates if ILM should take precedence over DSL in case both are configured to manage this index.", "type": "boolean" }, "index_mode": { - "$ref": "#/components/schemas/indices._types:IndexMode" + "$ref": "#/components/schemas/indices._types.IndexMode" } }, "required": [ @@ -76334,7 +76334,7 @@ "index_uuid" ] }, - "indices._types:ManagedBy": { + "indices._types.ManagedBy": { "type": "string", "enum": [ "Index Lifecycle Management", @@ -76342,7 +76342,7 @@ "Unmanaged" ] }, - "indices._types:IndexMode": { + "indices._types.IndexMode": { "type": "string", "enum": [ "standard", @@ -76351,24 +76351,24 @@ "lookup" ] }, - "indices._types:DataStreamTimestampField": { + "indices._types.DataStreamTimestampField": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "name" ] }, - "indices.get_field_mapping:TypeFieldMappings": { + "indices.get_field_mapping.TypeFieldMappings": { "type": "object", "properties": { "mappings": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:FieldMapping" + "$ref": "#/components/schemas/_types.mapping.FieldMapping" } } }, @@ -76376,7 +76376,7 @@ "mappings" ] }, - "_types.mapping:FieldMapping": { + "_types.mapping.FieldMapping": { "type": "object", "properties": { "full_name": { @@ -76385,7 +76385,7 @@ "mapping": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" }, "minProperties": 1, "maxProperties": 1 @@ -76396,14 +76396,14 @@ "mapping" ] }, - "indices.get_index_template:IndexTemplateItem": { + "indices.get_index_template.IndexTemplateItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "index_template": { - "$ref": "#/components/schemas/indices._types:IndexTemplate" + "$ref": "#/components/schemas/indices._types.IndexTemplate" } }, "required": [ @@ -76411,44 +76411,44 @@ "index_template" ] }, - "indices._types:IndexTemplate": { + "indices._types.IndexTemplate": { "type": "object", "properties": { "index_patterns": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "composed_of": { "description": "An ordered list of component template names.\nComponent templates are merged in the order specified, meaning that the last component template specified has the highest precedence.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "template": { - "$ref": "#/components/schemas/indices._types:IndexTemplateSummary" + "$ref": "#/components/schemas/indices._types.IndexTemplateSummary" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "priority": { "description": "Priority to determine index template precedence when a new data stream or index is created.\nThe index template with the highest priority is chosen.\nIf no priority is specified the template is treated as though it is of priority 0 (lowest priority).\nThis number is not automatically generated by Elasticsearch.", "type": "number" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "allow_auto_create": { "type": "boolean" }, "data_stream": { - "$ref": "#/components/schemas/indices._types:IndexTemplateDataStreamConfiguration" + "$ref": "#/components/schemas/indices._types.IndexTemplateDataStreamConfiguration" }, "deprecated": { "description": "Marks this index template as deprecated.\nWhen creating or updating a non-deprecated index template that uses deprecated components,\nElasticsearch will emit a deprecation warning.", "type": "boolean" }, "ignore_missing_component_templates": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" } }, "required": [ @@ -76456,28 +76456,28 @@ "composed_of" ] }, - "indices._types:IndexTemplateSummary": { + "indices._types.IndexTemplateSummary": { "type": "object", "properties": { "aliases": { "description": "Aliases to add.\nIf the index template includes a `data_stream` object, these are data stream aliases.\nOtherwise, these are index aliases.\nData stream aliases ignore the `index_routing`, `routing`, and `search_routing` options.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" } } }, - "indices._types:IndexTemplateDataStreamConfiguration": { + "indices._types.IndexTemplateDataStreamConfiguration": { "type": "object", "properties": { "hidden": { @@ -76490,21 +76490,21 @@ } } }, - "indices.get_mapping:IndexMappingRecord": { + "indices.get_mapping.IndexMappingRecord": { "type": "object", "properties": { "item": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" } }, "required": [ "mappings" ] }, - "indices.get_migrate_reindex_status:StatusInProgress": { + "indices.get_migrate_reindex_status.StatusInProgress": { "type": "object", "properties": { "index": { @@ -76523,7 +76523,7 @@ "reindexed_doc_count" ] }, - "indices.get_migrate_reindex_status:StatusError": { + "indices.get_migrate_reindex_status.StatusError": { "type": "object", "properties": { "index": { @@ -76538,23 +76538,23 @@ "message" ] }, - "indices._types:TemplateMapping": { + "indices._types.TemplateMapping": { "type": "object", "properties": { "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "index_patterns": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "order": { "type": "number" @@ -76566,7 +76566,7 @@ } }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -76577,14 +76577,14 @@ "settings" ] }, - "indices.migrate_reindex:MigrateReindex": { + "indices.migrate_reindex.MigrateReindex": { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/indices.migrate_reindex:ModeEnum" + "$ref": "#/components/schemas/indices.migrate_reindex.ModeEnum" }, "source": { - "$ref": "#/components/schemas/indices.migrate_reindex:SourceIndex" + "$ref": "#/components/schemas/indices.migrate_reindex.SourceIndex" } }, "required": [ @@ -76592,44 +76592,44 @@ "source" ] }, - "indices.migrate_reindex:ModeEnum": { + "indices.migrate_reindex.ModeEnum": { "type": "string", "enum": [ "upgrade" ] }, - "indices.migrate_reindex:SourceIndex": { + "indices.migrate_reindex.SourceIndex": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "index" ] }, - "indices.modify_data_stream:Action": { + "indices.modify_data_stream.Action": { "type": "object", "properties": { "add_backing_index": { - "$ref": "#/components/schemas/indices.modify_data_stream:IndexAndDataStreamAction" + "$ref": "#/components/schemas/indices.modify_data_stream.IndexAndDataStreamAction" }, "remove_backing_index": { - "$ref": "#/components/schemas/indices.modify_data_stream:IndexAndDataStreamAction" + "$ref": "#/components/schemas/indices.modify_data_stream.IndexAndDataStreamAction" } }, "minProperties": 1, "maxProperties": 1 }, - "indices.modify_data_stream:IndexAndDataStreamAction": { + "indices.modify_data_stream.IndexAndDataStreamAction": { "type": "object", "properties": { "data_stream": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -76637,28 +76637,28 @@ "index" ] }, - "indices.put_index_template:IndexTemplateMapping": { + "indices.put_index_template.IndexTemplateMapping": { "type": "object", "properties": { "aliases": { "description": "Aliases to add.\nIf the index template includes a `data_stream` object, these are data stream aliases.\nOtherwise, these are index aliases.\nData stream aliases ignore the `index_routing`, `routing`, and `search_routing` options.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycle" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycle" } } }, - "indices._types:DataStreamVisibility": { + "indices._types.DataStreamVisibility": { "type": "object", "properties": { "hidden": { @@ -76669,13 +76669,13 @@ } } }, - "indices.recovery:RecoveryStatus": { + "indices.recovery.RecoveryStatus": { "type": "object", "properties": { "shards": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.recovery:ShardRecovery" + "$ref": "#/components/schemas/indices.recovery.ShardRecovery" } } }, @@ -76683,56 +76683,56 @@ "shards" ] }, - "indices.recovery:ShardRecovery": { + "indices.recovery.ShardRecovery": { "type": "object", "properties": { "id": { "type": "number" }, "index": { - "$ref": "#/components/schemas/indices.recovery:RecoveryIndexStatus" + "$ref": "#/components/schemas/indices.recovery.RecoveryIndexStatus" }, "primary": { "type": "boolean" }, "source": { - "$ref": "#/components/schemas/indices.recovery:RecoveryOrigin" + "$ref": "#/components/schemas/indices.recovery.RecoveryOrigin" }, "stage": { "type": "string" }, "start": { - "$ref": "#/components/schemas/indices.recovery:RecoveryStartStatus" + "$ref": "#/components/schemas/indices.recovery.RecoveryStartStatus" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "stop_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "stop_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "target": { - "$ref": "#/components/schemas/indices.recovery:RecoveryOrigin" + "$ref": "#/components/schemas/indices.recovery.RecoveryOrigin" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "translog": { - "$ref": "#/components/schemas/indices.recovery:TranslogStatus" + "$ref": "#/components/schemas/indices.recovery.TranslogStatus" }, "type": { "type": "string" }, "verify_index": { - "$ref": "#/components/schemas/indices.recovery:VerifyIndex" + "$ref": "#/components/schemas/indices.recovery.VerifyIndex" } }, "required": [ @@ -76749,35 +76749,35 @@ "verify_index" ] }, - "indices.recovery:RecoveryIndexStatus": { + "indices.recovery.RecoveryIndexStatus": { "type": "object", "properties": { "bytes": { - "$ref": "#/components/schemas/indices.recovery:RecoveryBytes" + "$ref": "#/components/schemas/indices.recovery.RecoveryBytes" }, "files": { - "$ref": "#/components/schemas/indices.recovery:RecoveryFiles" + "$ref": "#/components/schemas/indices.recovery.RecoveryFiles" }, "size": { - "$ref": "#/components/schemas/indices.recovery:RecoveryBytes" + "$ref": "#/components/schemas/indices.recovery.RecoveryBytes" }, "source_throttle_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "source_throttle_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "target_throttle_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "target_throttle_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -76788,35 +76788,35 @@ "total_time_in_millis" ] }, - "indices.recovery:RecoveryBytes": { + "indices.recovery.RecoveryBytes": { "type": "object", "properties": { "percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "recovered": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "recovered_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "recovered_from_snapshot": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "recovered_from_snapshot_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "reused": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "reused_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } }, "required": [ @@ -76826,17 +76826,17 @@ "total_in_bytes" ] }, - "indices.recovery:RecoveryFiles": { + "indices.recovery.RecoveryFiles": { "type": "object", "properties": { "details": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.recovery:FileDetails" + "$ref": "#/components/schemas/indices.recovery.FileDetails" } }, "percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "recovered": { "type": "number" @@ -76855,7 +76855,7 @@ "total" ] }, - "indices.recovery:FileDetails": { + "indices.recovery.FileDetails": { "type": "object", "properties": { "length": { @@ -76874,61 +76874,61 @@ "recovered" ] }, - "indices.recovery:RecoveryOrigin": { + "indices.recovery.RecoveryOrigin": { "type": "object", "properties": { "hostname": { "type": "string" }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "ip": { - "$ref": "#/components/schemas/_types:Ip" + "$ref": "#/components/schemas/_types.Ip" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "bootstrap_new_history_uuid": { "type": "boolean" }, "repository": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "snapshot": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "restoreUUID": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } }, - "indices.recovery:RecoveryStartStatus": { + "indices.recovery.RecoveryStartStatus": { "type": "object", "properties": { "check_index_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "check_index_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -76936,11 +76936,11 @@ "total_time_in_millis" ] }, - "indices.recovery:TranslogStatus": { + "indices.recovery.TranslogStatus": { "type": "object", "properties": { "percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "recovered": { "type": "number" @@ -76952,10 +76952,10 @@ "type": "number" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -76966,20 +76966,20 @@ "total_time_in_millis" ] }, - "indices.recovery:VerifyIndex": { + "indices.recovery.VerifyIndex": { "type": "object", "properties": { "check_index_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "check_index_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -76987,17 +76987,17 @@ "total_time_in_millis" ] }, - "indices.reload_search_analyzers:ReloadResult": { + "indices.reload_search_analyzers.ReloadResult": { "type": "object", "properties": { "reload_details": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.reload_search_analyzers:ReloadDetails" + "$ref": "#/components/schemas/indices.reload_search_analyzers.ReloadDetails" } }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -77005,7 +77005,7 @@ "_shards" ] }, - "indices.reload_search_analyzers:ReloadDetails": { + "indices.reload_search_analyzers.ReloadDetails": { "type": "object", "properties": { "index": { @@ -77030,7 +77030,7 @@ "reloaded_node_ids" ] }, - "indices.resolve_cluster:ResolveClusterInfo": { + "indices.resolve_cluster.ResolveClusterInfo": { "type": "object", "properties": { "connected": { @@ -77050,7 +77050,7 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:ElasticsearchVersionMinInfo" + "$ref": "#/components/schemas/_types.ElasticsearchVersionMinInfo" } }, "required": [ @@ -77058,17 +77058,17 @@ "skip_unavailable" ] }, - "_types:ElasticsearchVersionMinInfo": { + "_types.ElasticsearchVersionMinInfo": { "type": "object", "properties": { "build_flavor": { "type": "string" }, "minimum_index_compatibility_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "minimum_wire_compatibility_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "number": { "type": "string" @@ -77081,11 +77081,11 @@ "number" ] }, - "indices.resolve_index:ResolveIndexItem": { + "indices.resolve_index.ResolveIndexItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "aliases": { "type": "array", @@ -77100,7 +77100,7 @@ } }, "data_stream": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" } }, "required": [ @@ -77108,14 +77108,14 @@ "attributes" ] }, - "indices.resolve_index:ResolveIndexAliasItem": { + "indices.resolve_index.ResolveIndexAliasItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" } }, "required": [ @@ -77123,17 +77123,17 @@ "indices" ] }, - "indices.resolve_index:ResolveIndexDataStreamsItem": { + "indices.resolve_index.ResolveIndexDataStreamsItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "timestamp_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "backing_indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" } }, "required": [ @@ -77142,17 +77142,17 @@ "backing_indices" ] }, - "indices.rollover:RolloverConditions": { + "indices.rollover.RolloverConditions": { "type": "object", "properties": { "min_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_age_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "min_docs": { "type": "number" @@ -77161,25 +77161,25 @@ "type": "number" }, "max_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_size_bytes": { "type": "number" }, "min_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_size_bytes": { "type": "number" }, "max_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_primary_shard_size_bytes": { "type": "number" }, "min_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_primary_shard_size_bytes": { "type": "number" @@ -77192,7 +77192,7 @@ } } }, - "indices.segments:IndexSegment": { + "indices.segments.IndexSegment": { "type": "object", "properties": { "shards": { @@ -77200,12 +77200,12 @@ "additionalProperties": { "oneOf": [ { - "$ref": "#/components/schemas/indices.segments:ShardsSegment" + "$ref": "#/components/schemas/indices.segments.ShardsSegment" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices.segments:ShardsSegment" + "$ref": "#/components/schemas/indices.segments.ShardsSegment" } } ] @@ -77216,14 +77216,14 @@ "shards" ] }, - "indices.segments:ShardsSegment": { + "indices.segments.ShardsSegment": { "type": "object", "properties": { "num_committed_segments": { "type": "number" }, "routing": { - "$ref": "#/components/schemas/indices.segments:ShardSegmentRouting" + "$ref": "#/components/schemas/indices.segments.ShardSegmentRouting" }, "num_search_segments": { "type": "number" @@ -77231,7 +77231,7 @@ "segments": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.segments:Segment" + "$ref": "#/components/schemas/indices.segments.Segment" } } }, @@ -77242,7 +77242,7 @@ "segments" ] }, - "indices.segments:ShardSegmentRouting": { + "indices.segments.ShardSegmentRouting": { "type": "object", "properties": { "node": { @@ -77261,7 +77261,7 @@ "state" ] }, - "indices.segments:Segment": { + "indices.segments.Segment": { "type": "object", "properties": { "attributes": { @@ -77292,7 +77292,7 @@ "type": "number" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -77307,7 +77307,7 @@ "version" ] }, - "indices.shard_stores:ShardStoreStatus": { + "indices.shard_stores.ShardStoreStatus": { "type": "string", "enum": [ "green", @@ -77316,13 +77316,13 @@ "all" ] }, - "indices.shard_stores:IndicesShardStores": { + "indices.shard_stores.IndicesShardStores": { "type": "object", "properties": { "shards": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.shard_stores:ShardStoreWrapper" + "$ref": "#/components/schemas/indices.shard_stores.ShardStoreWrapper" } } }, @@ -77330,13 +77330,13 @@ "shards" ] }, - "indices.shard_stores:ShardStoreWrapper": { + "indices.shard_stores.ShardStoreWrapper": { "type": "object", "properties": { "stores": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.shard_stores:ShardStore" + "$ref": "#/components/schemas/indices.shard_stores.ShardStore" } } }, @@ -77344,24 +77344,24 @@ "stores" ] }, - "indices.shard_stores:ShardStore": { + "indices.shard_stores.ShardStore": { "type": "object", "properties": { "allocation": { - "$ref": "#/components/schemas/indices.shard_stores:ShardStoreAllocation" + "$ref": "#/components/schemas/indices.shard_stores.ShardStoreAllocation" }, "allocation_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "store_exception": { - "$ref": "#/components/schemas/indices.shard_stores:ShardStoreException" + "$ref": "#/components/schemas/indices.shard_stores.ShardStoreException" } }, "required": [ "allocation" ] }, - "indices.shard_stores:ShardStoreAllocation": { + "indices.shard_stores.ShardStoreAllocation": { "type": "string", "enum": [ "primary", @@ -77369,7 +77369,7 @@ "unused" ] }, - "indices.shard_stores:ShardStoreException": { + "indices.shard_stores.ShardStoreException": { "type": "object", "properties": { "reason": { @@ -77384,11 +77384,11 @@ "type" ] }, - "indices.simulate_template:Overlapping": { + "indices.simulate_template.Overlapping": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "index_patterns": { "type": "array", @@ -77402,20 +77402,20 @@ "index_patterns" ] }, - "indices.simulate_template:Template": { + "indices.simulate_template.Template": { "type": "object", "properties": { "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } }, "required": [ @@ -77424,98 +77424,98 @@ "settings" ] }, - "indices.stats:IndicesStats": { + "indices.stats.IndicesStats": { "type": "object", "properties": { "primaries": { - "$ref": "#/components/schemas/indices.stats:IndexStats" + "$ref": "#/components/schemas/indices.stats.IndexStats" }, "shards": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.stats:ShardStats" + "$ref": "#/components/schemas/indices.stats.ShardStats" } } }, "total": { - "$ref": "#/components/schemas/indices.stats:IndexStats" + "$ref": "#/components/schemas/indices.stats.IndexStats" }, "uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "health": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "status": { - "$ref": "#/components/schemas/indices.stats:IndexMetadataState" + "$ref": "#/components/schemas/indices.stats.IndexMetadataState" } } }, - "indices.stats:IndexStats": { + "indices.stats.IndexStats": { "type": "object", "properties": { "completion": { - "$ref": "#/components/schemas/_types:CompletionStats" + "$ref": "#/components/schemas/_types.CompletionStats" }, "docs": { - "$ref": "#/components/schemas/_types:DocStats" + "$ref": "#/components/schemas/_types.DocStats" }, "fielddata": { - "$ref": "#/components/schemas/_types:FielddataStats" + "$ref": "#/components/schemas/_types.FielddataStats" }, "flush": { - "$ref": "#/components/schemas/_types:FlushStats" + "$ref": "#/components/schemas/_types.FlushStats" }, "get": { - "$ref": "#/components/schemas/_types:GetStats" + "$ref": "#/components/schemas/_types.GetStats" }, "indexing": { - "$ref": "#/components/schemas/_types:IndexingStats" + "$ref": "#/components/schemas/_types.IndexingStats" }, "indices": { - "$ref": "#/components/schemas/indices.stats:IndicesStats" + "$ref": "#/components/schemas/indices.stats.IndicesStats" }, "merges": { - "$ref": "#/components/schemas/_types:MergesStats" + "$ref": "#/components/schemas/_types.MergesStats" }, "query_cache": { - "$ref": "#/components/schemas/_types:QueryCacheStats" + "$ref": "#/components/schemas/_types.QueryCacheStats" }, "recovery": { - "$ref": "#/components/schemas/_types:RecoveryStats" + "$ref": "#/components/schemas/_types.RecoveryStats" }, "refresh": { - "$ref": "#/components/schemas/_types:RefreshStats" + "$ref": "#/components/schemas/_types.RefreshStats" }, "request_cache": { - "$ref": "#/components/schemas/_types:RequestCacheStats" + "$ref": "#/components/schemas/_types.RequestCacheStats" }, "search": { - "$ref": "#/components/schemas/_types:SearchStats" + "$ref": "#/components/schemas/_types.SearchStats" }, "segments": { - "$ref": "#/components/schemas/_types:SegmentsStats" + "$ref": "#/components/schemas/_types.SegmentsStats" }, "store": { - "$ref": "#/components/schemas/_types:StoreStats" + "$ref": "#/components/schemas/_types.StoreStats" }, "translog": { - "$ref": "#/components/schemas/_types:TranslogStats" + "$ref": "#/components/schemas/_types.TranslogStats" }, "warmer": { - "$ref": "#/components/schemas/_types:WarmerStats" + "$ref": "#/components/schemas/_types.WarmerStats" }, "bulk": { - "$ref": "#/components/schemas/_types:BulkStats" + "$ref": "#/components/schemas/_types.BulkStats" }, "shard_stats": { - "$ref": "#/components/schemas/indices.stats:ShardsTotalStats" + "$ref": "#/components/schemas/indices.stats.ShardsTotalStats" } } }, - "_types:FlushStats": { + "_types.FlushStats": { "type": "object", "properties": { "periodic": { @@ -77525,10 +77525,10 @@ "type": "number" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -77537,35 +77537,35 @@ "total_time_in_millis" ] }, - "_types:GetStats": { + "_types.GetStats": { "type": "object", "properties": { "current": { "type": "number" }, "exists_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "exists_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "exists_total": { "type": "number" }, "missing_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "missing_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "missing_total": { "type": "number" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "type": "number" @@ -77581,7 +77581,7 @@ "total" ] }, - "_types:IndexingStats": { + "_types.IndexingStats": { "type": "object", "properties": { "index_current": { @@ -77591,10 +77591,10 @@ "type": "number" }, "delete_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "delete_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "delete_total": { "type": "number" @@ -77606,16 +77606,16 @@ "type": "number" }, "throttle_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttle_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "index_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "index_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "index_total": { "type": "number" @@ -77626,7 +77626,7 @@ "types": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:IndexingStats" + "$ref": "#/components/schemas/_types.IndexingStats" } }, "write_load": { @@ -77652,7 +77652,7 @@ "index_failed" ] }, - "_types:MergesStats": { + "_types.MergesStats": { "type": "object", "properties": { "current": { @@ -77686,22 +77686,22 @@ "type": "number" }, "total_stopped_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_stopped_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_throttled_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_throttled_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -77717,7 +77717,7 @@ "total_time_in_millis" ] }, - "_types:RecoveryStats": { + "_types.RecoveryStats": { "type": "object", "properties": { "current_as_source": { @@ -77727,10 +77727,10 @@ "type": "number" }, "throttle_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttle_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -77739,14 +77739,14 @@ "throttle_time_in_millis" ] }, - "_types:RefreshStats": { + "_types.RefreshStats": { "type": "object", "properties": { "external_total": { "type": "number" }, "external_total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "listeners": { "type": "number" @@ -77755,10 +77755,10 @@ "type": "number" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -77769,7 +77769,7 @@ "total_time_in_millis" ] }, - "_types:RequestCacheStats": { + "_types.RequestCacheStats": { "type": "object", "properties": { "evictions": { @@ -77795,17 +77795,17 @@ "miss_count" ] }, - "_types:SearchStats": { + "_types.SearchStats": { "type": "object", "properties": { "fetch_current": { "type": "number" }, "fetch_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "fetch_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "fetch_total": { "type": "number" @@ -77817,10 +77817,10 @@ "type": "number" }, "query_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "query_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "query_total": { "type": "number" @@ -77829,10 +77829,10 @@ "type": "number" }, "scroll_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "scroll_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "scroll_total": { "type": "number" @@ -77841,10 +77841,10 @@ "type": "number" }, "suggest_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "suggest_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "suggest_total": { "type": "number" @@ -77852,7 +77852,7 @@ "groups": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:SearchStats" + "$ref": "#/components/schemas/_types.SearchStats" } } }, @@ -77871,7 +77871,7 @@ "suggest_total" ] }, - "_types:TranslogStats": { + "_types.TranslogStats": { "type": "object", "properties": { "earliest_last_modified_age": { @@ -77904,7 +77904,7 @@ "uncommitted_size_in_bytes" ] }, - "_types:WarmerStats": { + "_types.WarmerStats": { "type": "object", "properties": { "current": { @@ -77914,10 +77914,10 @@ "type": "number" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -77926,32 +77926,32 @@ "total_time_in_millis" ] }, - "_types:BulkStats": { + "_types.BulkStats": { "type": "object", "properties": { "total_operations": { "type": "number" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_size_in_bytes": { "type": "number" }, "avg_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "avg_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "avg_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "avg_size_in_bytes": { "type": "number" @@ -77965,7 +77965,7 @@ "avg_size_in_bytes" ] }, - "indices.stats:ShardsTotalStats": { + "indices.stats.ShardsTotalStats": { "type": "object", "properties": { "total_count": { @@ -77976,77 +77976,77 @@ "total_count" ] }, - "indices.stats:ShardStats": { + "indices.stats.ShardStats": { "type": "object", "properties": { "commit": { - "$ref": "#/components/schemas/indices.stats:ShardCommit" + "$ref": "#/components/schemas/indices.stats.ShardCommit" }, "completion": { - "$ref": "#/components/schemas/_types:CompletionStats" + "$ref": "#/components/schemas/_types.CompletionStats" }, "docs": { - "$ref": "#/components/schemas/_types:DocStats" + "$ref": "#/components/schemas/_types.DocStats" }, "fielddata": { - "$ref": "#/components/schemas/_types:FielddataStats" + "$ref": "#/components/schemas/_types.FielddataStats" }, "flush": { - "$ref": "#/components/schemas/_types:FlushStats" + "$ref": "#/components/schemas/_types.FlushStats" }, "get": { - "$ref": "#/components/schemas/_types:GetStats" + "$ref": "#/components/schemas/_types.GetStats" }, "indexing": { - "$ref": "#/components/schemas/_types:IndexingStats" + "$ref": "#/components/schemas/_types.IndexingStats" }, "mappings": { - "$ref": "#/components/schemas/indices.stats:MappingStats" + "$ref": "#/components/schemas/indices.stats.MappingStats" }, "merges": { - "$ref": "#/components/schemas/_types:MergesStats" + "$ref": "#/components/schemas/_types.MergesStats" }, "shard_path": { - "$ref": "#/components/schemas/indices.stats:ShardPath" + "$ref": "#/components/schemas/indices.stats.ShardPath" }, "query_cache": { - "$ref": "#/components/schemas/indices.stats:ShardQueryCache" + "$ref": "#/components/schemas/indices.stats.ShardQueryCache" }, "recovery": { - "$ref": "#/components/schemas/_types:RecoveryStats" + "$ref": "#/components/schemas/_types.RecoveryStats" }, "refresh": { - "$ref": "#/components/schemas/_types:RefreshStats" + "$ref": "#/components/schemas/_types.RefreshStats" }, "request_cache": { - "$ref": "#/components/schemas/_types:RequestCacheStats" + "$ref": "#/components/schemas/_types.RequestCacheStats" }, "retention_leases": { - "$ref": "#/components/schemas/indices.stats:ShardRetentionLeases" + "$ref": "#/components/schemas/indices.stats.ShardRetentionLeases" }, "routing": { - "$ref": "#/components/schemas/indices.stats:ShardRouting" + "$ref": "#/components/schemas/indices.stats.ShardRouting" }, "search": { - "$ref": "#/components/schemas/_types:SearchStats" + "$ref": "#/components/schemas/_types.SearchStats" }, "segments": { - "$ref": "#/components/schemas/_types:SegmentsStats" + "$ref": "#/components/schemas/_types.SegmentsStats" }, "seq_no": { - "$ref": "#/components/schemas/indices.stats:ShardSequenceNumber" + "$ref": "#/components/schemas/indices.stats.ShardSequenceNumber" }, "store": { - "$ref": "#/components/schemas/_types:StoreStats" + "$ref": "#/components/schemas/_types.StoreStats" }, "translog": { - "$ref": "#/components/schemas/_types:TranslogStats" + "$ref": "#/components/schemas/_types.TranslogStats" }, "warmer": { - "$ref": "#/components/schemas/_types:WarmerStats" + "$ref": "#/components/schemas/_types.WarmerStats" }, "bulk": { - "$ref": "#/components/schemas/_types:BulkStats" + "$ref": "#/components/schemas/_types.BulkStats" }, "shards": { "type": "object", @@ -78055,21 +78055,21 @@ } }, "shard_stats": { - "$ref": "#/components/schemas/indices.stats:ShardsTotalStats" + "$ref": "#/components/schemas/indices.stats.ShardsTotalStats" }, "indices": { - "$ref": "#/components/schemas/indices.stats:IndicesStats" + "$ref": "#/components/schemas/indices.stats.IndicesStats" } } }, - "indices.stats:ShardCommit": { + "indices.stats.ShardCommit": { "type": "object", "properties": { "generation": { "type": "number" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "num_docs": { "type": "number" @@ -78088,14 +78088,14 @@ "user_data" ] }, - "indices.stats:MappingStats": { + "indices.stats.MappingStats": { "type": "object", "properties": { "total_count": { "type": "number" }, "total_estimated_overhead": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_estimated_overhead_in_bytes": { "type": "number" @@ -78106,7 +78106,7 @@ "total_estimated_overhead_in_bytes" ] }, - "indices.stats:ShardPath": { + "indices.stats.ShardPath": { "type": "object", "properties": { "data_path": { @@ -78125,7 +78125,7 @@ "state_path" ] }, - "indices.stats:ShardQueryCache": { + "indices.stats.ShardQueryCache": { "type": "object", "properties": { "cache_count": { @@ -78160,19 +78160,19 @@ "total_count" ] }, - "indices.stats:ShardRetentionLeases": { + "indices.stats.ShardRetentionLeases": { "type": "object", "properties": { "primary_term": { "type": "number" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "leases": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.stats:ShardLease" + "$ref": "#/components/schemas/indices.stats.ShardLease" } } }, @@ -78182,14 +78182,14 @@ "leases" ] }, - "indices.stats:ShardLease": { + "indices.stats.ShardLease": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "retaining_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "timestamp": { "type": "number" @@ -78205,7 +78205,7 @@ "source" ] }, - "indices.stats:ShardRouting": { + "indices.stats.ShardRouting": { "type": "object", "properties": { "node": { @@ -78226,7 +78226,7 @@ ] }, "state": { - "$ref": "#/components/schemas/indices.stats:ShardRoutingState" + "$ref": "#/components/schemas/indices.stats.ShardRoutingState" } }, "required": [ @@ -78235,7 +78235,7 @@ "state" ] }, - "indices.stats:ShardRoutingState": { + "indices.stats.ShardRoutingState": { "type": "string", "enum": [ "UNASSIGNED", @@ -78244,7 +78244,7 @@ "RELOCATING" ] }, - "indices.stats:ShardSequenceNumber": { + "indices.stats.ShardSequenceNumber": { "type": "object", "properties": { "global_checkpoint": { @@ -78254,7 +78254,7 @@ "type": "number" }, "max_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" } }, "required": [ @@ -78263,60 +78263,60 @@ "max_seq_no" ] }, - "indices.stats:IndexMetadataState": { + "indices.stats.IndexMetadataState": { "type": "string", "enum": [ "open", "close" ] }, - "indices.update_aliases:Action": { + "indices.update_aliases.Action": { "type": "object", "properties": { "add": { - "$ref": "#/components/schemas/indices.update_aliases:AddAction" + "$ref": "#/components/schemas/indices.update_aliases.AddAction" }, "remove": { - "$ref": "#/components/schemas/indices.update_aliases:RemoveAction" + "$ref": "#/components/schemas/indices.update_aliases.RemoveAction" }, "remove_index": { - "$ref": "#/components/schemas/indices.update_aliases:RemoveIndexAction" + "$ref": "#/components/schemas/indices.update_aliases.RemoveIndexAction" } }, "minProperties": 1, "maxProperties": 1 }, - "indices.update_aliases:AddAction": { + "indices.update_aliases.AddAction": { "type": "object", "properties": { "alias": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, "aliases": { "description": "Aliases for the action.\nIndex alias names support date math.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" } } ] }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "index_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "is_hidden": { "description": "If `true`, the alias is hidden.", @@ -78327,10 +78327,10 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "must_exist": { "description": "If `true`, the alias must exist to perform the action.", @@ -78338,31 +78338,31 @@ } } }, - "indices.update_aliases:RemoveAction": { + "indices.update_aliases.RemoveAction": { "type": "object", "properties": { "alias": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, "aliases": { "description": "Aliases for the action.\nIndex alias names support date math.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" } } ] }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "must_exist": { "description": "If `true`, the alias must exist to perform the action.", @@ -78370,14 +78370,14 @@ } } }, - "indices.update_aliases:RemoveIndexAction": { + "indices.update_aliases.RemoveIndexAction": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "must_exist": { "description": "If `true`, the alias must exist to perform the action.", @@ -78385,7 +78385,7 @@ } } }, - "indices.validate_query:IndicesValidationExplanation": { + "indices.validate_query.IndicesValidationExplanation": { "type": "object", "properties": { "error": { @@ -78395,7 +78395,7 @@ "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "valid": { "type": "boolean" @@ -78406,14 +78406,14 @@ "valid" ] }, - "inference._types:RequestChatCompletion": { + "inference._types.RequestChatCompletion": { "type": "object", "properties": { "messages": { "description": "A list of objects representing the conversation.", "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:Message" + "$ref": "#/components/schemas/inference._types.Message" } }, "model": { @@ -78436,13 +78436,13 @@ "type": "number" }, "tool_choice": { - "$ref": "#/components/schemas/inference._types:CompletionToolType" + "$ref": "#/components/schemas/inference._types.CompletionToolType" }, "tools": { "description": "A list of tools that the model can call.", "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:CompletionTool" + "$ref": "#/components/schemas/inference._types.CompletionTool" } }, "top_p": { @@ -78454,24 +78454,24 @@ "messages" ] }, - "inference._types:Message": { + "inference._types.Message": { "type": "object", "properties": { "content": { - "$ref": "#/components/schemas/inference._types:MessageContent" + "$ref": "#/components/schemas/inference._types.MessageContent" }, "role": { "description": "The role of the message author.", "type": "string" }, "tool_call_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "tool_calls": { "description": "The tool calls generated by the model.", "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:ToolCall" + "$ref": "#/components/schemas/inference._types.ToolCall" } } }, @@ -78479,7 +78479,7 @@ "role" ] }, - "inference._types:MessageContent": { + "inference._types.MessageContent": { "oneOf": [ { "type": "string" @@ -78487,12 +78487,12 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:ContentObject" + "$ref": "#/components/schemas/inference._types.ContentObject" } } ] }, - "inference._types:ContentObject": { + "inference._types.ContentObject": { "type": "object", "properties": { "text": { @@ -78509,14 +78509,14 @@ "type" ] }, - "inference._types:ToolCall": { + "inference._types.ToolCall": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "function": { - "$ref": "#/components/schemas/inference._types:ToolCallFunction" + "$ref": "#/components/schemas/inference._types.ToolCallFunction" }, "type": { "description": "The type of the tool call.", @@ -78529,7 +78529,7 @@ "type" ] }, - "inference._types:ToolCallFunction": { + "inference._types.ToolCallFunction": { "type": "object", "properties": { "arguments": { @@ -78546,17 +78546,17 @@ "name" ] }, - "inference._types:CompletionToolType": { + "inference._types.CompletionToolType": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/inference._types:CompletionToolChoice" + "$ref": "#/components/schemas/inference._types.CompletionToolChoice" } ] }, - "inference._types:CompletionToolChoice": { + "inference._types.CompletionToolChoice": { "type": "object", "properties": { "type": { @@ -78564,7 +78564,7 @@ "type": "string" }, "function": { - "$ref": "#/components/schemas/inference._types:CompletionToolChoiceFunction" + "$ref": "#/components/schemas/inference._types.CompletionToolChoiceFunction" } }, "required": [ @@ -78572,7 +78572,7 @@ "function" ] }, - "inference._types:CompletionToolChoiceFunction": { + "inference._types.CompletionToolChoiceFunction": { "type": "object", "properties": { "name": { @@ -78584,7 +78584,7 @@ "name" ] }, - "inference._types:CompletionTool": { + "inference._types.CompletionTool": { "type": "object", "properties": { "type": { @@ -78592,7 +78592,7 @@ "type": "string" }, "function": { - "$ref": "#/components/schemas/inference._types:CompletionToolFunction" + "$ref": "#/components/schemas/inference._types.CompletionToolFunction" } }, "required": [ @@ -78600,7 +78600,7 @@ "function" ] }, - "inference._types:CompletionToolFunction": { + "inference._types.CompletionToolFunction": { "type": "object", "properties": { "description": { @@ -78624,19 +78624,19 @@ "name" ] }, - "_types:StreamResult": { + "_types.StreamResult": { "type": "object" }, - "inference._types:TaskSettings": { + "inference._types.TaskSettings": { "type": "object" }, - "inference._types:CompletionInferenceResult": { + "inference._types.CompletionInferenceResult": { "type": "object", "properties": { "completion": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:CompletionResult" + "$ref": "#/components/schemas/inference._types.CompletionResult" } } }, @@ -78644,7 +78644,7 @@ "completion" ] }, - "inference._types:CompletionResult": { + "inference._types.CompletionResult": { "type": "object", "properties": { "result": { @@ -78655,7 +78655,7 @@ "result" ] }, - "inference._types:TaskType": { + "inference._types.TaskType": { "type": "string", "enum": [ "sparse_embedding", @@ -78665,10 +78665,10 @@ "chat_completion" ] }, - "inference._types:DeleteInferenceEndpointResult": { + "inference._types.DeleteInferenceEndpointResult": { "allOf": [ { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, { "type": "object", @@ -78686,10 +78686,10 @@ } ] }, - "inference._types:InferenceEndpointInfo": { + "inference._types.InferenceEndpointInfo": { "allOf": [ { - "$ref": "#/components/schemas/inference._types:InferenceEndpoint" + "$ref": "#/components/schemas/inference._types.InferenceEndpoint" }, { "type": "object", @@ -78699,7 +78699,7 @@ "type": "string" }, "task_type": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" } }, "required": [ @@ -78709,21 +78709,21 @@ } ] }, - "inference._types:InferenceEndpoint": { + "inference._types.InferenceEndpoint": { "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { "description": "The service type", "type": "string" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:ServiceSettings" + "$ref": "#/components/schemas/inference._types.ServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -78731,7 +78731,7 @@ "service_settings" ] }, - "inference._types:InferenceChunkingSettings": { + "inference._types.InferenceChunkingSettings": { "type": "object", "properties": { "max_chunk_size": { @@ -78752,10 +78752,10 @@ } } }, - "inference._types:ServiceSettings": { + "inference._types.ServiceSettings": { "type": "object" }, - "inference._types:AlibabaCloudTaskType": { + "inference._types.AlibabaCloudTaskType": { "type": "string", "enum": [ "completion", @@ -78764,13 +78764,13 @@ "text_embedding" ] }, - "inference._types:AlibabaCloudServiceType": { + "inference._types.AlibabaCloudServiceType": { "type": "string", "enum": [ "alibabacloud-ai-search" ] }, - "inference._types:AlibabaCloudServiceSettings": { + "inference._types.AlibabaCloudServiceSettings": { "type": "object", "properties": { "api_key": { @@ -78785,7 +78785,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "service_id": { "description": "The name of the model service to use for the inference task.\nThe following service IDs are available for the `completion` task:\n\n* `ops-qwen-turbo`\n* `qwen-turbo`\n* `qwen-plus`\n* `qwen-max ÷ qwen-max-longcontext`\n\nThe following service ID is available for the `rerank` task:\n\n* `ops-bge-reranker-larger`\n\nThe following service ID is available for the `sparse_embedding` task:\n\n* `ops-text-sparse-embedding-001`\n\nThe following service IDs are available for the `text_embedding` task:\n\n`ops-text-embedding-001`\n`ops-text-embedding-zh-001`\n`ops-text-embedding-en-001`\n`ops-text-embedding-002`", @@ -78803,7 +78803,7 @@ "workspace" ] }, - "inference._types:RateLimitSetting": { + "inference._types.RateLimitSetting": { "type": "object", "properties": { "requests_per_minute": { @@ -78812,7 +78812,7 @@ } } }, - "inference._types:AlibabaCloudTaskSettings": { + "inference._types.AlibabaCloudTaskSettings": { "type": "object", "properties": { "input_type": { @@ -78825,20 +78825,20 @@ } } }, - "inference._types:AmazonBedrockTaskType": { + "inference._types.AmazonBedrockTaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:AmazonBedrockServiceType": { + "inference._types.AmazonBedrockServiceType": { "type": "string", "enum": [ "amazonbedrock" ] }, - "inference._types:AmazonBedrockServiceSettings": { + "inference._types.AmazonBedrockServiceSettings": { "type": "object", "properties": { "access_key": { @@ -78864,7 +78864,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "secret_key": { "externalDocs": { @@ -78881,7 +78881,7 @@ "secret_key" ] }, - "inference._types:AmazonBedrockTaskSettings": { + "inference._types.AmazonBedrockTaskSettings": { "type": "object", "properties": { "max_new_tokens": { @@ -78902,19 +78902,19 @@ } } }, - "inference._types:AnthropicTaskType": { + "inference._types.AnthropicTaskType": { "type": "string", "enum": [ "completion" ] }, - "inference._types:AnthropicServiceType": { + "inference._types.AnthropicServiceType": { "type": "string", "enum": [ "anthropic" ] }, - "inference._types:AnthropicServiceSettings": { + "inference._types.AnthropicServiceSettings": { "type": "object", "properties": { "api_key": { @@ -78926,7 +78926,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -78934,7 +78934,7 @@ "model_id" ] }, - "inference._types:AnthropicTaskSettings": { + "inference._types.AnthropicTaskSettings": { "type": "object", "properties": { "max_tokens": { @@ -78961,20 +78961,20 @@ "max_tokens" ] }, - "inference._types:AzureAiStudioTaskType": { + "inference._types.AzureAiStudioTaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:AzureAiStudioServiceType": { + "inference._types.AzureAiStudioServiceType": { "type": "string", "enum": [ "azureaistudio" ] }, - "inference._types:AzureAiStudioServiceSettings": { + "inference._types.AzureAiStudioServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79000,7 +79000,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -79010,7 +79010,7 @@ "provider" ] }, - "inference._types:AzureAiStudioTaskSettings": { + "inference._types.AzureAiStudioTaskSettings": { "type": "object", "properties": { "do_sample": { @@ -79035,20 +79035,20 @@ } } }, - "inference._types:AzureOpenAITaskType": { + "inference._types.AzureOpenAITaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:AzureOpenAIServiceType": { + "inference._types.AzureOpenAIServiceType": { "type": "string", "enum": [ "azureopenai" ] }, - "inference._types:AzureOpenAIServiceSettings": { + "inference._types.AzureOpenAIServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79077,7 +79077,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "resource_name": { "externalDocs": { @@ -79093,7 +79093,7 @@ "resource_name" ] }, - "inference._types:AzureOpenAITaskSettings": { + "inference._types.AzureOpenAITaskSettings": { "type": "object", "properties": { "user": { @@ -79102,7 +79102,7 @@ } } }, - "inference._types:CohereTaskType": { + "inference._types.CohereTaskType": { "type": "string", "enum": [ "completion", @@ -79110,13 +79110,13 @@ "text_embedding" ] }, - "inference._types:CohereServiceType": { + "inference._types.CohereServiceType": { "type": "string", "enum": [ "cohere" ] }, - "inference._types:CohereServiceSettings": { + "inference._types.CohereServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79127,24 +79127,24 @@ "type": "string" }, "embedding_type": { - "$ref": "#/components/schemas/inference._types:CohereEmbeddingType" + "$ref": "#/components/schemas/inference._types.CohereEmbeddingType" }, "model_id": { "description": "For a `completion`, `rerank`, or `text_embedding` task, the name of the model to use for the inference task.\n\n* For the available `completion` models, refer to the [Cohere command docs](https://docs.cohere.com/docs/models#command).\n* For the available `rerank` models, refer to the [Cohere rerank docs](https://docs.cohere.com/reference/rerank-1).\n* For the available `text_embedding` models, refer to [Cohere embed docs](https://docs.cohere.com/reference/embed).\n\nThe default value for a text embedding task is `embed-english-v2.0`.", "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "similarity": { - "$ref": "#/components/schemas/inference._types:CohereSimilarityType" + "$ref": "#/components/schemas/inference._types.CohereSimilarityType" } }, "required": [ "api_key" ] }, - "inference._types:CohereEmbeddingType": { + "inference._types.CohereEmbeddingType": { "type": "string", "enum": [ "byte", @@ -79152,7 +79152,7 @@ "int8" ] }, - "inference._types:CohereSimilarityType": { + "inference._types.CohereSimilarityType": { "type": "string", "enum": [ "cosine", @@ -79160,11 +79160,11 @@ "l2_norm" ] }, - "inference._types:CohereTaskSettings": { + "inference._types.CohereTaskSettings": { "type": "object", "properties": { "input_type": { - "$ref": "#/components/schemas/inference._types:CohereInputType" + "$ref": "#/components/schemas/inference._types.CohereInputType" }, "return_documents": { "description": "For a `rerank` task, return doc text within the results.", @@ -79175,11 +79175,11 @@ "type": "number" }, "truncate": { - "$ref": "#/components/schemas/inference._types:CohereTruncateType" + "$ref": "#/components/schemas/inference._types.CohereTruncateType" } } }, - "inference._types:CohereInputType": { + "inference._types.CohereInputType": { "type": "string", "enum": [ "classification", @@ -79188,7 +79188,7 @@ "search" ] }, - "inference._types:CohereTruncateType": { + "inference._types.CohereTruncateType": { "type": "string", "enum": [ "END", @@ -79196,7 +79196,7 @@ "START" ] }, - "inference._types:ElasticsearchTaskType": { + "inference._types.ElasticsearchTaskType": { "type": "string", "enum": [ "rerank", @@ -79204,17 +79204,17 @@ "text_embedding" ] }, - "inference._types:ElasticsearchServiceType": { + "inference._types.ElasticsearchServiceType": { "type": "string", "enum": [ "elasticsearch" ] }, - "inference._types:ElasticsearchServiceSettings": { + "inference._types.ElasticsearchServiceSettings": { "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/inference._types:AdaptiveAllocations" + "$ref": "#/components/schemas/inference._types.AdaptiveAllocations" }, "deployment_id": { "description": "The deployment identifier for a trained model deployment.\nWhen `deployment_id` is used the `model_id` is optional.", @@ -79241,7 +79241,7 @@ "num_threads" ] }, - "inference._types:AdaptiveAllocations": { + "inference._types.AdaptiveAllocations": { "type": "object", "properties": { "enabled": { @@ -79258,7 +79258,7 @@ } } }, - "inference._types:ElasticsearchTaskSettings": { + "inference._types.ElasticsearchTaskSettings": { "type": "object", "properties": { "return_documents": { @@ -79267,23 +79267,23 @@ } } }, - "inference._types:ElserTaskType": { + "inference._types.ElserTaskType": { "type": "string", "enum": [ "sparse_embedding" ] }, - "inference._types:ElserServiceType": { + "inference._types.ElserServiceType": { "type": "string", "enum": [ "elser" ] }, - "inference._types:ElserServiceSettings": { + "inference._types.ElserServiceSettings": { "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/inference._types:AdaptiveAllocations" + "$ref": "#/components/schemas/inference._types.AdaptiveAllocations" }, "num_allocations": { "description": "The total number of allocations this model is assigned across machine learning nodes.\nIncreasing this value generally increases the throughput.\nIf adaptive allocations is enabled, do not set this value because it's automatically set.", @@ -79299,20 +79299,20 @@ "num_threads" ] }, - "inference._types:GoogleAiStudioTaskType": { + "inference._types.GoogleAiStudioTaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:GoogleAiServiceType": { + "inference._types.GoogleAiServiceType": { "type": "string", "enum": [ "googleaistudio" ] }, - "inference._types:GoogleAiStudioServiceSettings": { + "inference._types.GoogleAiStudioServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79327,7 +79327,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -79335,20 +79335,20 @@ "model_id" ] }, - "inference._types:GoogleVertexAITaskType": { + "inference._types.GoogleVertexAITaskType": { "type": "string", "enum": [ "rerank", "text_embedding" ] }, - "inference._types:GoogleVertexAIServiceType": { + "inference._types.GoogleVertexAIServiceType": { "type": "string", "enum": [ "googlevertexai" ] }, - "inference._types:GoogleVertexAIServiceSettings": { + "inference._types.GoogleVertexAIServiceSettings": { "type": "object", "properties": { "location": { @@ -79370,7 +79370,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "service_account_json": { "description": "A valid service account in JSON format for the Google Vertex AI API.", @@ -79384,7 +79384,7 @@ "service_account_json" ] }, - "inference._types:GoogleVertexAITaskSettings": { + "inference._types.GoogleVertexAITaskSettings": { "type": "object", "properties": { "auto_truncate": { @@ -79397,19 +79397,19 @@ } } }, - "inference._types:HuggingFaceTaskType": { + "inference._types.HuggingFaceTaskType": { "type": "string", "enum": [ "text_embedding" ] }, - "inference._types:HuggingFaceServiceType": { + "inference._types.HuggingFaceServiceType": { "type": "string", "enum": [ "hugging_face" ] }, - "inference._types:HuggingFaceServiceSettings": { + "inference._types.HuggingFaceServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79420,7 +79420,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "url": { "description": "The URL endpoint to use for the requests.", @@ -79432,20 +79432,20 @@ "url" ] }, - "inference._types:JinaAITaskType": { + "inference._types.JinaAITaskType": { "type": "string", "enum": [ "rerank", "text_embedding" ] }, - "inference._types:JinaAIServiceType": { + "inference._types.JinaAIServiceType": { "type": "string", "enum": [ "jinaai" ] }, - "inference._types:JinaAIServiceSettings": { + "inference._types.JinaAIServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79460,17 +79460,17 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "similarity": { - "$ref": "#/components/schemas/inference._types:JinaAISimilarityType" + "$ref": "#/components/schemas/inference._types.JinaAISimilarityType" } }, "required": [ "api_key" ] }, - "inference._types:JinaAISimilarityType": { + "inference._types.JinaAISimilarityType": { "type": "string", "enum": [ "cosine", @@ -79478,7 +79478,7 @@ "l2_norm" ] }, - "inference._types:JinaAITaskSettings": { + "inference._types.JinaAITaskSettings": { "type": "object", "properties": { "return_documents": { @@ -79486,7 +79486,7 @@ "type": "boolean" }, "task": { - "$ref": "#/components/schemas/inference._types:JinaAITextEmbeddingTask" + "$ref": "#/components/schemas/inference._types.JinaAITextEmbeddingTask" }, "top_n": { "description": "For a `rerank` task, the number of most relevant documents to return.\nIt defaults to the number of the documents.\nIf this inference endpoint is used in a `text_similarity_reranker` retriever query and `top_n` is set, it must be greater than or equal to `rank_window_size` in the query.", @@ -79494,7 +79494,7 @@ } } }, - "inference._types:JinaAITextEmbeddingTask": { + "inference._types.JinaAITextEmbeddingTask": { "type": "string", "enum": [ "classification", @@ -79503,19 +79503,19 @@ "search" ] }, - "inference._types:MistralTaskType": { + "inference._types.MistralTaskType": { "type": "string", "enum": [ "text_embedding" ] }, - "inference._types:MistralServiceType": { + "inference._types.MistralServiceType": { "type": "string", "enum": [ "mistral" ] }, - "inference._types:MistralServiceSettings": { + "inference._types.MistralServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79537,7 +79537,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -79545,7 +79545,7 @@ "model" ] }, - "inference._types:OpenAITaskType": { + "inference._types.OpenAITaskType": { "type": "string", "enum": [ "chat_completion", @@ -79553,13 +79553,13 @@ "text_embedding" ] }, - "inference._types:OpenAIServiceType": { + "inference._types.OpenAIServiceType": { "type": "string", "enum": [ "openai" ] }, - "inference._types:OpenAIServiceSettings": { + "inference._types.OpenAIServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79585,7 +79585,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "url": { "description": "The URL endpoint to use for the requests.\nIt can be changed for testing purposes.", @@ -79597,7 +79597,7 @@ "model_id" ] }, - "inference._types:OpenAITaskSettings": { + "inference._types.OpenAITaskSettings": { "type": "object", "properties": { "user": { @@ -79606,20 +79606,20 @@ } } }, - "inference._types:VoyageAITaskType": { + "inference._types.VoyageAITaskType": { "type": "string", "enum": [ "text_embedding", "rerank" ] }, - "inference._types:VoyageAIServiceType": { + "inference._types.VoyageAIServiceType": { "type": "string", "enum": [ "voyageai" ] }, - "inference._types:VoyageAIServiceSettings": { + "inference._types.VoyageAIServiceSettings": { "type": "object", "properties": { "dimensions": { @@ -79637,7 +79637,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "embedding_type": { "externalDocs": { @@ -79651,7 +79651,7 @@ "model_id" ] }, - "inference._types:VoyageAITaskSettings": { + "inference._types.VoyageAITaskSettings": { "type": "object", "properties": { "input_type": { @@ -79672,19 +79672,19 @@ } } }, - "inference._types:WatsonxTaskType": { + "inference._types.WatsonxTaskType": { "type": "string", "enum": [ "text_embedding" ] }, - "inference._types:WatsonxServiceType": { + "inference._types.WatsonxServiceType": { "type": "string", "enum": [ "watsonxai" ] }, - "inference._types:WatsonxServiceSettings": { + "inference._types.WatsonxServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79713,7 +79713,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "url": { "description": "The URL of the inference endpoint that you created on Watsonx.", @@ -79728,13 +79728,13 @@ "url" ] }, - "inference._types:RerankedInferenceResult": { + "inference._types.RerankedInferenceResult": { "type": "object", "properties": { "rerank": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:RankedDocument" + "$ref": "#/components/schemas/inference._types.RankedDocument" } } }, @@ -79742,7 +79742,7 @@ "rerank" ] }, - "inference._types:RankedDocument": { + "inference._types.RankedDocument": { "type": "object", "properties": { "index": { @@ -79760,13 +79760,13 @@ "relevance_score" ] }, - "inference._types:SparseEmbeddingInferenceResult": { + "inference._types.SparseEmbeddingInferenceResult": { "type": "object", "properties": { "sparse_embedding": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:SparseEmbeddingResult" + "$ref": "#/components/schemas/inference._types.SparseEmbeddingResult" } } }, @@ -79774,91 +79774,91 @@ "sparse_embedding" ] }, - "inference._types:SparseEmbeddingResult": { + "inference._types.SparseEmbeddingResult": { "type": "object", "properties": { "embedding": { - "$ref": "#/components/schemas/inference._types:SparseVector" + "$ref": "#/components/schemas/inference._types.SparseVector" } }, "required": [ "embedding" ] }, - "inference._types:SparseVector": { + "inference._types.SparseVector": { "description": "Sparse Embedding tokens are represented as a dictionary\nof string to double.", "type": "object", "additionalProperties": { "type": "number" } }, - "inference._types:TextEmbeddingInferenceResult": { + "inference._types.TextEmbeddingInferenceResult": { "description": "TextEmbeddingInferenceResult is an aggregation of mutually exclusive text_embedding variants", "type": "object", "properties": { "text_embedding_bytes": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingByteResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingByteResult" } }, "text_embedding_bits": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingByteResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingByteResult" } }, "text_embedding": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingResult" } } }, "minProperties": 1, "maxProperties": 1 }, - "inference._types:TextEmbeddingByteResult": { + "inference._types.TextEmbeddingByteResult": { "type": "object", "properties": { "embedding": { - "$ref": "#/components/schemas/inference._types:DenseByteVector" + "$ref": "#/components/schemas/inference._types.DenseByteVector" } }, "required": [ "embedding" ] }, - "inference._types:DenseByteVector": { + "inference._types.DenseByteVector": { "description": "Text Embedding results containing bytes are represented as Dense\nVectors of bytes.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:byte" + "$ref": "#/components/schemas/_types.byte" } }, - "inference._types:TextEmbeddingResult": { + "inference._types.TextEmbeddingResult": { "type": "object", "properties": { "embedding": { - "$ref": "#/components/schemas/inference._types:DenseVector" + "$ref": "#/components/schemas/inference._types.DenseVector" } }, "required": [ "embedding" ] }, - "inference._types:DenseVector": { + "inference._types.DenseVector": { "description": "Text Embedding results are represented as Dense Vectors\nof floats.", "type": "array", "items": { "type": "number" } }, - "_types:ElasticsearchVersionInfo": { + "_types.ElasticsearchVersionInfo": { "type": "object", "properties": { "build_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "build_flavor": { "description": "The build flavor. For example, `default`.", @@ -79877,13 +79877,13 @@ "type": "string" }, "lucene_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "minimum_index_compatibility_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "minimum_wire_compatibility_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "number": { "description": "The Elasticsearch version number.", @@ -79902,7 +79902,7 @@ "number" ] }, - "ingest.geo_ip_stats:GeoIpDownloadStatistics": { + "ingest.geo_ip_stats.GeoIpDownloadStatistics": { "type": "object", "properties": { "successful_downloads": { @@ -79914,7 +79914,7 @@ "type": "number" }, "total_download_time": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "databases_count": { "description": "Current number of databases available for use.", @@ -79938,14 +79938,14 @@ "expired_databases" ] }, - "ingest.geo_ip_stats:GeoIpNodeDatabases": { + "ingest.geo_ip_stats.GeoIpNodeDatabases": { "type": "object", "properties": { "databases": { "description": "Downloaded databases for the node.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest.geo_ip_stats:GeoIpNodeDatabaseName" + "$ref": "#/components/schemas/ingest.geo_ip_stats.GeoIpNodeDatabaseName" } }, "files_in_temp": { @@ -79961,31 +79961,31 @@ "files_in_temp" ] }, - "ingest.geo_ip_stats:GeoIpNodeDatabaseName": { + "ingest.geo_ip_stats.GeoIpNodeDatabaseName": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "name" ] }, - "ingest.get_geoip_database:DatabaseConfigurationMetadata": { + "ingest.get_geoip_database.DatabaseConfigurationMetadata": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "version": { "type": "number" }, "modified_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "database": { - "$ref": "#/components/schemas/ingest._types:DatabaseConfiguration" + "$ref": "#/components/schemas/ingest._types.DatabaseConfiguration" } }, "required": [ @@ -79995,14 +79995,14 @@ "database" ] }, - "ingest._types:DatabaseConfiguration": { + "ingest._types.DatabaseConfiguration": { "description": "The configuration necessary to identify which IP geolocation provider to use to download a database, as well as any provider-specific configuration necessary for such downloading.\nAt present, the only supported providers are `maxmind` and `ipinfo`, and the `maxmind` provider requires that an `account_id` (string) is configured.\nA provider (either `maxmind` or `ipinfo`) must be specified. The web and local providers can be returned as read only configurations.", "allOf": [ { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -80013,10 +80013,10 @@ "type": "object", "properties": { "maxmind": { - "$ref": "#/components/schemas/ingest._types:Maxmind" + "$ref": "#/components/schemas/ingest._types.Maxmind" }, "ipinfo": { - "$ref": "#/components/schemas/ingest._types:Ipinfo" + "$ref": "#/components/schemas/ingest._types.Ipinfo" } }, "minProperties": 1, @@ -80024,37 +80024,37 @@ } ] }, - "ingest._types:Maxmind": { + "ingest._types.Maxmind": { "type": "object", "properties": { "account_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ "account_id" ] }, - "ingest._types:Ipinfo": { + "ingest._types.Ipinfo": { "type": "object" }, - "ingest.get_ip_location_database:DatabaseConfigurationMetadata": { + "ingest.get_ip_location_database.DatabaseConfigurationMetadata": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "modified_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "modified_date": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "database": { - "$ref": "#/components/schemas/ingest._types:DatabaseConfigurationFull" + "$ref": "#/components/schemas/ingest._types.DatabaseConfigurationFull" } }, "required": [ @@ -80063,13 +80063,13 @@ "database" ] }, - "ingest._types:DatabaseConfigurationFull": { + "ingest._types.DatabaseConfigurationFull": { "allOf": [ { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -80080,16 +80080,16 @@ "type": "object", "properties": { "web": { - "$ref": "#/components/schemas/ingest._types:Web" + "$ref": "#/components/schemas/ingest._types.Web" }, "local": { - "$ref": "#/components/schemas/ingest._types:Local" + "$ref": "#/components/schemas/ingest._types.Local" }, "maxmind": { - "$ref": "#/components/schemas/ingest._types:Maxmind" + "$ref": "#/components/schemas/ingest._types.Maxmind" }, "ipinfo": { - "$ref": "#/components/schemas/ingest._types:Ipinfo" + "$ref": "#/components/schemas/ingest._types.Ipinfo" } }, "minProperties": 1, @@ -80097,10 +80097,10 @@ } ] }, - "ingest._types:Web": { + "ingest._types.Web": { "type": "object" }, - "ingest._types:Local": { + "ingest._types.Local": { "type": "object", "properties": { "type": { @@ -80111,7 +80111,7 @@ "type" ] }, - "ingest._types:Pipeline": { + "ingest._types.Pipeline": { "type": "object", "properties": { "description": { @@ -80122,180 +80122,180 @@ "description": "Processors to run immediately after a processor failure.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "processors": { "description": "Processors used to perform transformations on documents before indexing.\nProcessors run sequentially in the order specified.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "deprecated": { "description": "Marks this ingest pipeline as deprecated.\nWhen a deprecated ingest pipeline is referenced as the default or final pipeline when creating or updating a non-deprecated index template, Elasticsearch will emit a deprecation warning.", "type": "boolean" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, - "ingest._types:ProcessorContainer": { + "ingest._types.ProcessorContainer": { "type": "object", "properties": { "append": { - "$ref": "#/components/schemas/ingest._types:AppendProcessor" + "$ref": "#/components/schemas/ingest._types.AppendProcessor" }, "attachment": { - "$ref": "#/components/schemas/ingest._types:AttachmentProcessor" + "$ref": "#/components/schemas/ingest._types.AttachmentProcessor" }, "bytes": { - "$ref": "#/components/schemas/ingest._types:BytesProcessor" + "$ref": "#/components/schemas/ingest._types.BytesProcessor" }, "circle": { - "$ref": "#/components/schemas/ingest._types:CircleProcessor" + "$ref": "#/components/schemas/ingest._types.CircleProcessor" }, "community_id": { - "$ref": "#/components/schemas/ingest._types:CommunityIDProcessor" + "$ref": "#/components/schemas/ingest._types.CommunityIDProcessor" }, "convert": { - "$ref": "#/components/schemas/ingest._types:ConvertProcessor" + "$ref": "#/components/schemas/ingest._types.ConvertProcessor" }, "csv": { - "$ref": "#/components/schemas/ingest._types:CsvProcessor" + "$ref": "#/components/schemas/ingest._types.CsvProcessor" }, "date": { - "$ref": "#/components/schemas/ingest._types:DateProcessor" + "$ref": "#/components/schemas/ingest._types.DateProcessor" }, "date_index_name": { - "$ref": "#/components/schemas/ingest._types:DateIndexNameProcessor" + "$ref": "#/components/schemas/ingest._types.DateIndexNameProcessor" }, "dissect": { - "$ref": "#/components/schemas/ingest._types:DissectProcessor" + "$ref": "#/components/schemas/ingest._types.DissectProcessor" }, "dot_expander": { - "$ref": "#/components/schemas/ingest._types:DotExpanderProcessor" + "$ref": "#/components/schemas/ingest._types.DotExpanderProcessor" }, "drop": { - "$ref": "#/components/schemas/ingest._types:DropProcessor" + "$ref": "#/components/schemas/ingest._types.DropProcessor" }, "enrich": { - "$ref": "#/components/schemas/ingest._types:EnrichProcessor" + "$ref": "#/components/schemas/ingest._types.EnrichProcessor" }, "fail": { - "$ref": "#/components/schemas/ingest._types:FailProcessor" + "$ref": "#/components/schemas/ingest._types.FailProcessor" }, "fingerprint": { - "$ref": "#/components/schemas/ingest._types:FingerprintProcessor" + "$ref": "#/components/schemas/ingest._types.FingerprintProcessor" }, "foreach": { - "$ref": "#/components/schemas/ingest._types:ForeachProcessor" + "$ref": "#/components/schemas/ingest._types.ForeachProcessor" }, "ip_location": { - "$ref": "#/components/schemas/ingest._types:IpLocationProcessor" + "$ref": "#/components/schemas/ingest._types.IpLocationProcessor" }, "geo_grid": { - "$ref": "#/components/schemas/ingest._types:GeoGridProcessor" + "$ref": "#/components/schemas/ingest._types.GeoGridProcessor" }, "geoip": { - "$ref": "#/components/schemas/ingest._types:GeoIpProcessor" + "$ref": "#/components/schemas/ingest._types.GeoIpProcessor" }, "grok": { - "$ref": "#/components/schemas/ingest._types:GrokProcessor" + "$ref": "#/components/schemas/ingest._types.GrokProcessor" }, "gsub": { - "$ref": "#/components/schemas/ingest._types:GsubProcessor" + "$ref": "#/components/schemas/ingest._types.GsubProcessor" }, "html_strip": { - "$ref": "#/components/schemas/ingest._types:HtmlStripProcessor" + "$ref": "#/components/schemas/ingest._types.HtmlStripProcessor" }, "inference": { - "$ref": "#/components/schemas/ingest._types:InferenceProcessor" + "$ref": "#/components/schemas/ingest._types.InferenceProcessor" }, "join": { - "$ref": "#/components/schemas/ingest._types:JoinProcessor" + "$ref": "#/components/schemas/ingest._types.JoinProcessor" }, "json": { - "$ref": "#/components/schemas/ingest._types:JsonProcessor" + "$ref": "#/components/schemas/ingest._types.JsonProcessor" }, "kv": { - "$ref": "#/components/schemas/ingest._types:KeyValueProcessor" + "$ref": "#/components/schemas/ingest._types.KeyValueProcessor" }, "lowercase": { - "$ref": "#/components/schemas/ingest._types:LowercaseProcessor" + "$ref": "#/components/schemas/ingest._types.LowercaseProcessor" }, "network_direction": { - "$ref": "#/components/schemas/ingest._types:NetworkDirectionProcessor" + "$ref": "#/components/schemas/ingest._types.NetworkDirectionProcessor" }, "pipeline": { - "$ref": "#/components/schemas/ingest._types:PipelineProcessor" + "$ref": "#/components/schemas/ingest._types.PipelineProcessor" }, "redact": { - "$ref": "#/components/schemas/ingest._types:RedactProcessor" + "$ref": "#/components/schemas/ingest._types.RedactProcessor" }, "registered_domain": { - "$ref": "#/components/schemas/ingest._types:RegisteredDomainProcessor" + "$ref": "#/components/schemas/ingest._types.RegisteredDomainProcessor" }, "remove": { - "$ref": "#/components/schemas/ingest._types:RemoveProcessor" + "$ref": "#/components/schemas/ingest._types.RemoveProcessor" }, "rename": { - "$ref": "#/components/schemas/ingest._types:RenameProcessor" + "$ref": "#/components/schemas/ingest._types.RenameProcessor" }, "reroute": { - "$ref": "#/components/schemas/ingest._types:RerouteProcessor" + "$ref": "#/components/schemas/ingest._types.RerouteProcessor" }, "script": { - "$ref": "#/components/schemas/ingest._types:ScriptProcessor" + "$ref": "#/components/schemas/ingest._types.ScriptProcessor" }, "set": { - "$ref": "#/components/schemas/ingest._types:SetProcessor" + "$ref": "#/components/schemas/ingest._types.SetProcessor" }, "set_security_user": { - "$ref": "#/components/schemas/ingest._types:SetSecurityUserProcessor" + "$ref": "#/components/schemas/ingest._types.SetSecurityUserProcessor" }, "sort": { - "$ref": "#/components/schemas/ingest._types:SortProcessor" + "$ref": "#/components/schemas/ingest._types.SortProcessor" }, "split": { - "$ref": "#/components/schemas/ingest._types:SplitProcessor" + "$ref": "#/components/schemas/ingest._types.SplitProcessor" }, "terminate": { - "$ref": "#/components/schemas/ingest._types:TerminateProcessor" + "$ref": "#/components/schemas/ingest._types.TerminateProcessor" }, "trim": { - "$ref": "#/components/schemas/ingest._types:TrimProcessor" + "$ref": "#/components/schemas/ingest._types.TrimProcessor" }, "uppercase": { - "$ref": "#/components/schemas/ingest._types:UppercaseProcessor" + "$ref": "#/components/schemas/ingest._types.UppercaseProcessor" }, "urldecode": { - "$ref": "#/components/schemas/ingest._types:UrlDecodeProcessor" + "$ref": "#/components/schemas/ingest._types.UrlDecodeProcessor" }, "uri_parts": { - "$ref": "#/components/schemas/ingest._types:UriPartsProcessor" + "$ref": "#/components/schemas/ingest._types.UriPartsProcessor" }, "user_agent": { - "$ref": "#/components/schemas/ingest._types:UserAgentProcessor" + "$ref": "#/components/schemas/ingest._types.UserAgentProcessor" } }, "minProperties": 1, "maxProperties": 1 }, - "ingest._types:AppendProcessor": { + "ingest._types.AppendProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "value": { "description": "The value to be appended. Supports template snippets.", @@ -80323,7 +80323,7 @@ } ] }, - "ingest._types:ProcessorBase": { + "ingest._types.ProcessorBase": { "type": "object", "properties": { "description": { @@ -80331,7 +80331,7 @@ "type": "string" }, "if": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "ignore_failure": { "description": "Ignore failures for the processor.", @@ -80341,7 +80341,7 @@ "description": "Handle failures for the processor.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "tag": { @@ -80350,16 +80350,16 @@ } } }, - "ingest._types:AttachmentProcessor": { + "ingest._types.AttachmentProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and field does not exist, the processor quietly exits without modifying the document.", @@ -80370,7 +80370,7 @@ "type": "number" }, "indexed_chars_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "properties": { "description": "Array of properties to select to be stored.\nCan be `content`, `title`, `name`, `author`, `keywords`, `date`, `content_type`, `content_length`, `language`.", @@ -80380,7 +80380,7 @@ } }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "remove_binary": { "description": "If true, the binary field will be removed from the document", @@ -80397,23 +80397,23 @@ } ] }, - "ingest._types:BytesProcessor": { + "ingest._types.BytesProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -80422,10 +80422,10 @@ } ] }, - "ingest._types:CircleProcessor": { + "ingest._types.CircleProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -80435,17 +80435,17 @@ "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "shape_type": { - "$ref": "#/components/schemas/ingest._types:ShapeType" + "$ref": "#/components/schemas/ingest._types.ShapeType" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -80456,47 +80456,47 @@ } ] }, - "ingest._types:ShapeType": { + "ingest._types.ShapeType": { "type": "string", "enum": [ "geo_shape", "shape" ] }, - "ingest._types:CommunityIDProcessor": { + "ingest._types.CommunityIDProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "source_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "source_port": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "destination_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "destination_port": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "iana_number": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "icmp_type": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "icmp_code": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "transport": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "seed": { "description": "Seed for the community ID hash. Must be between 0 and 65535 (inclusive). The\nseed can prevent hash collisions between network domains, such as a staging\nand production network that use the same addressing scheme.", @@ -80510,26 +80510,26 @@ } ] }, - "ingest._types:ConvertProcessor": { + "ingest._types.ConvertProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "type": { - "$ref": "#/components/schemas/ingest._types:ConvertType" + "$ref": "#/components/schemas/ingest._types.ConvertType" } }, "required": [ @@ -80539,7 +80539,7 @@ } ] }, - "ingest._types:ConvertType": { + "ingest._types.ConvertType": { "type": "string", "enum": [ "integer", @@ -80552,10 +80552,10 @@ "auto" ] }, - "ingest._types:CsvProcessor": { + "ingest._types.CsvProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -80565,7 +80565,7 @@ "type": "object" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -80580,7 +80580,7 @@ "type": "string" }, "target_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "trim": { "description": "Trim whitespaces in unquoted fields.", @@ -80594,16 +80594,16 @@ } ] }, - "ingest._types:DateProcessor": { + "ingest._types.DateProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "formats": { "description": "An array of the expected date formats.\nCan be a java time pattern or one of the following formats: ISO8601, UNIX, UNIX_MS, or TAI64N.", @@ -80617,7 +80617,7 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "timezone": { "description": "The timezone to use when parsing the date.\nSupports template snippets.", @@ -80635,10 +80635,10 @@ } ] }, - "ingest._types:DateIndexNameProcessor": { + "ingest._types.DateIndexNameProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -80655,7 +80655,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "index_name_format": { "description": "The format to be used when printing the parsed date into the index name.\nA valid java time pattern is expected here.\nSupports template snippets.", @@ -80681,10 +80681,10 @@ } ] }, - "ingest._types:DissectProcessor": { + "ingest._types.DissectProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -80694,7 +80694,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -80712,16 +80712,16 @@ } ] }, - "ingest._types:DotExpanderProcessor": { + "ingest._types.DotExpanderProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "override": { "description": "Controls the behavior when there is already an existing nested object that conflicts with the expanded field.\nWhen `false`, the processor will merge conflicts by combining the old and the new values into an array.\nWhen `true`, the value from the expanded field will overwrite the existing value.", @@ -80738,26 +80738,26 @@ } ] }, - "ingest._types:DropProcessor": { + "ingest._types.DropProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object" } ] }, - "ingest._types:EnrichProcessor": { + "ingest._types.EnrichProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -80776,10 +80776,10 @@ "type": "string" }, "shape_relation": { - "$ref": "#/components/schemas/_types:GeoShapeRelation" + "$ref": "#/components/schemas/_types.GeoShapeRelation" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -80790,7 +80790,7 @@ } ] }, - "_types:GeoShapeRelation": { + "_types.GeoShapeRelation": { "type": "string", "enum": [ "intersects", @@ -80799,10 +80799,10 @@ "contains" ] }, - "ingest._types:FailProcessor": { + "ingest._types.FailProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -80818,26 +80818,26 @@ } ] }, - "ingest._types:FingerprintProcessor": { + "ingest._types.FingerprintProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "salt": { "description": "Salt value for the hash function.", "type": "string" }, "method": { - "$ref": "#/components/schemas/ingest._types:FingerprintDigest" + "$ref": "#/components/schemas/ingest._types.FingerprintDigest" }, "ignore_missing": { "description": "If true, the processor ignores any missing fields. If all fields are\nmissing, the processor silently exits without modifying the document.", @@ -80850,7 +80850,7 @@ } ] }, - "ingest._types:FingerprintDigest": { + "ingest._types.FingerprintDigest": { "type": "string", "enum": [ "MD5", @@ -80860,23 +80860,23 @@ "MurmurHash3" ] }, - "ingest._types:ForeachProcessor": { + "ingest._types.ForeachProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true`, the processor silently exits without changing the document if the `field` is `null` or missing.", "type": "boolean" }, "processor": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "required": [ @@ -80886,10 +80886,10 @@ } ] }, - "ingest._types:IpLocationProcessor": { + "ingest._types.IpLocationProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -80899,7 +80899,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "first_only": { "description": "If `true`, only the first found IP location data will be returned, even if the field contains an array.", @@ -80917,7 +80917,7 @@ } }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "download_database_on_pipeline_creation": { "description": "If `true` (and if `ingest.geoip.downloader.eager.download` is `false`), the missing database is downloaded when the pipeline is created.\nElse, the download is triggered by when the pipeline is used as the `default_pipeline` or `final_pipeline` in an index.", @@ -80930,10 +80930,10 @@ } ] }, - "ingest._types:GeoGridProcessor": { + "ingest._types.GeoGridProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -80943,29 +80943,29 @@ "type": "string" }, "tile_type": { - "$ref": "#/components/schemas/ingest._types:GeoGridTileType" + "$ref": "#/components/schemas/ingest._types.GeoGridTileType" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "parent_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "children_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "non_children_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_format": { - "$ref": "#/components/schemas/ingest._types:GeoGridTargetFormat" + "$ref": "#/components/schemas/ingest._types.GeoGridTargetFormat" } }, "required": [ @@ -80975,7 +80975,7 @@ } ] }, - "ingest._types:GeoGridTileType": { + "ingest._types.GeoGridTileType": { "type": "string", "enum": [ "geotile", @@ -80983,17 +80983,17 @@ "geohash" ] }, - "ingest._types:GeoGridTargetFormat": { + "ingest._types.GeoGridTargetFormat": { "type": "string", "enum": [ "geojson", "wkt" ] }, - "ingest._types:GeoIpProcessor": { + "ingest._types.GeoIpProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -81003,7 +81003,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "first_only": { "description": "If `true`, only the first found geoip data will be returned, even if the field contains an array.", @@ -81021,7 +81021,7 @@ } }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "download_database_on_pipeline_creation": { "description": "If `true` (and if `ingest.geoip.downloader.eager.download` is `false`), the missing database is downloaded when the pipeline is created.\nElse, the download is triggered by when the pipeline is used as the `default_pipeline` or `final_pipeline` in an index.", @@ -81034,10 +81034,10 @@ } ] }, - "ingest._types:GrokProcessor": { + "ingest._types.GrokProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -81047,7 +81047,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -81064,7 +81064,7 @@ "description": "An ordered list of grok expression to match and extract named captures with.\nReturns on the first expression in the list that matches.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" } }, "trace_match": { @@ -81079,19 +81079,19 @@ } ] }, - "_types:GrokPattern": { + "_types.GrokPattern": { "type": "string" }, - "ingest._types:GsubProcessor": { + "ingest._types.GsubProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -81106,7 +81106,7 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81117,23 +81117,23 @@ } ] }, - "ingest._types:HtmlStripProcessor": { + "ingest._types.HtmlStripProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document,", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81142,19 +81142,19 @@ } ] }, - "ingest._types:InferenceProcessor": { + "ingest._types.InferenceProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "field_map": { "description": "Maps the document field names to the known field names of the model.\nThis mapping takes precedence over any default mappings provided in the model configuration.", @@ -81164,18 +81164,18 @@ } }, "inference_config": { - "$ref": "#/components/schemas/ingest._types:InferenceConfig" + "$ref": "#/components/schemas/ingest._types.InferenceConfig" }, "input_output": { "description": "Input fields for inference and output (destination) fields for the inference results.\nThis option is incompatible with the target_field and field_map options.", "oneOf": [ { - "$ref": "#/components/schemas/ingest._types:InputConfig" + "$ref": "#/components/schemas/ingest._types.InputConfig" }, { "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:InputConfig" + "$ref": "#/components/schemas/ingest._types.InputConfig" } } ] @@ -81191,24 +81191,24 @@ } ] }, - "ingest._types:InferenceConfig": { + "ingest._types.InferenceConfig": { "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ingest._types:InferenceConfigRegression" + "$ref": "#/components/schemas/ingest._types.InferenceConfigRegression" }, "classification": { - "$ref": "#/components/schemas/ingest._types:InferenceConfigClassification" + "$ref": "#/components/schemas/ingest._types.InferenceConfigClassification" } }, "minProperties": 1, "maxProperties": 1 }, - "ingest._types:InferenceConfigRegression": { + "ingest._types.InferenceConfigRegression": { "type": "object", "properties": { "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "num_top_feature_importance_values": { "description": "Specifies the maximum number of feature importance values per document.", @@ -81216,7 +81216,7 @@ } } }, - "ingest._types:InferenceConfigClassification": { + "ingest._types.InferenceConfigClassification": { "type": "object", "properties": { "num_top_classes": { @@ -81228,10 +81228,10 @@ "type": "number" }, "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "top_classes_results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "prediction_field_type": { "description": "Specifies the type of the predicted field to write.\nValid values are: `string`, `number`, `boolean`.", @@ -81239,7 +81239,7 @@ } } }, - "ingest._types:InputConfig": { + "ingest._types.InputConfig": { "type": "object", "properties": { "input_field": { @@ -81254,23 +81254,23 @@ "output_field" ] }, - "ingest._types:JoinProcessor": { + "ingest._types.JoinProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "separator": { "description": "The separator character.", "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81280,10 +81280,10 @@ } ] }, - "ingest._types:JsonProcessor": { + "ingest._types.JsonProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -81293,17 +81293,17 @@ "type": "boolean" }, "add_to_root_conflict_strategy": { - "$ref": "#/components/schemas/ingest._types:JsonProcessorConflictStrategy" + "$ref": "#/components/schemas/ingest._types.JsonProcessorConflictStrategy" }, "allow_duplicate_keys": { "description": "When set to `true`, the JSON parser will not fail if the JSON contains duplicate keys.\nInstead, the last encountered value for any duplicate key wins.", "type": "boolean" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81312,17 +81312,17 @@ } ] }, - "ingest._types:JsonProcessorConflictStrategy": { + "ingest._types.JsonProcessorConflictStrategy": { "type": "string", "enum": [ "replace", "merge" ] }, - "ingest._types:KeyValueProcessor": { + "ingest._types.KeyValueProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -81335,7 +81335,7 @@ } }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "field_split": { "description": "Regex pattern to use for splitting key-value pairs.", @@ -81361,7 +81361,7 @@ "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "trim_key": { "description": "String of characters to trim from extracted keys.", @@ -81384,23 +81384,23 @@ } ] }, - "ingest._types:LowercaseProcessor": { + "ingest._types.LowercaseProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81409,22 +81409,22 @@ } ] }, - "ingest._types:NetworkDirectionProcessor": { + "ingest._types.NetworkDirectionProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "source_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "destination_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "internal_networks": { "description": "List of internal networks. Supports IPv4 and IPv6 addresses and ranges in\nCIDR notation. Also supports the named ranges listed below. These may be\nconstructed with template snippets. Must specify only one of\ninternal_networks or internal_networks_field.", @@ -81434,7 +81434,7 @@ } }, "internal_networks_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If true and any required fields are missing, the processor quietly exits\nwithout modifying the document.", @@ -81444,16 +81444,16 @@ } ] }, - "ingest._types:PipelineProcessor": { + "ingest._types.PipelineProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "ignore_missing_pipeline": { "description": "Whether to ignore missing pipelines instead of failing.", @@ -81466,22 +81466,22 @@ } ] }, - "ingest._types:RedactProcessor": { + "ingest._types.RedactProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "patterns": { "description": "A list of grok expressions to match and redact named captures with", "type": "array", "items": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" } }, "pattern_definitions": { @@ -81518,19 +81518,19 @@ } ] }, - "ingest._types:RegisteredDomainProcessor": { + "ingest._types.RegisteredDomainProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If true and any required fields are missing, the processor quietly exits\nwithout modifying the document.", @@ -81543,19 +81543,19 @@ } ] }, - "ingest._types:RemoveProcessor": { + "ingest._types.RemoveProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "keep": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -81568,23 +81568,23 @@ } ] }, - "ingest._types:RenameProcessor": { + "ingest._types.RenameProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81594,10 +81594,10 @@ } ] }, - "ingest._types:RerouteProcessor": { + "ingest._types.RerouteProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -81638,19 +81638,19 @@ } ] }, - "ingest._types:ScriptProcessor": { + "ingest._types.ScriptProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "params": { "description": "Object containing parameters for the script.", @@ -81660,25 +81660,25 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } } ] }, - "ingest._types:SetProcessor": { + "ingest._types.SetProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "copy_from": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_empty_value": { "description": "If `true` and `value` is a template snippet that evaluates to `null` or the empty string, the processor quietly exits without modifying the document.", @@ -81703,16 +81703,16 @@ } ] }, - "ingest._types:SetSecurityUserProcessor": { + "ingest._types.SetSecurityUserProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "properties": { "description": "Controls what user related properties are added to the field.", @@ -81728,22 +81728,22 @@ } ] }, - "ingest._types:SortProcessor": { + "ingest._types.SortProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81752,16 +81752,16 @@ } ] }, - "ingest._types:SplitProcessor": { + "ingest._types.SplitProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -81776,7 +81776,7 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81786,33 +81786,33 @@ } ] }, - "ingest._types:TerminateProcessor": { + "ingest._types.TerminateProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object" } ] }, - "ingest._types:TrimProcessor": { + "ingest._types.TrimProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81821,23 +81821,23 @@ } ] }, - "ingest._types:UppercaseProcessor": { + "ingest._types.UppercaseProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81846,23 +81846,23 @@ } ] }, - "ingest._types:UrlDecodeProcessor": { + "ingest._types.UrlDecodeProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81871,16 +81871,16 @@ } ] }, - "ingest._types:UriPartsProcessor": { + "ingest._types.UriPartsProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -81895,7 +81895,7 @@ "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81904,16 +81904,16 @@ } ] }, - "ingest._types:UserAgentProcessor": { + "ingest._types.UserAgentProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -81924,13 +81924,13 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "properties": { "description": "Controls what properties are added to `target_field`.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:UserAgentProperty" + "$ref": "#/components/schemas/ingest._types.UserAgentProperty" } }, "extract_device_type": { @@ -81945,7 +81945,7 @@ } ] }, - "ingest._types:UserAgentProperty": { + "ingest._types.UserAgentProperty": { "type": "string", "enum": [ "name", @@ -81955,14 +81955,14 @@ "version" ] }, - "ingest._types:Document": { + "ingest._types.Document": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_source": { "description": "JSON body for the document.", @@ -81973,34 +81973,34 @@ "_source" ] }, - "ingest._types:SimulateDocumentResult": { + "ingest._types.SimulateDocumentResult": { "type": "object", "properties": { "doc": { - "$ref": "#/components/schemas/ingest._types:DocumentSimulation" + "$ref": "#/components/schemas/ingest._types.DocumentSimulation" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "processor_results": { "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:PipelineSimulation" + "$ref": "#/components/schemas/ingest._types.PipelineSimulation" } } } }, - "ingest._types:DocumentSimulation": { + "ingest._types.DocumentSimulation": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_ingest": { - "$ref": "#/components/schemas/ingest._types:Ingest" + "$ref": "#/components/schemas/ingest._types.Ingest" }, "_routing": { "description": "Value used to send the document to a specific primary shard.", @@ -82014,10 +82014,10 @@ } }, "_version": { - "$ref": "#/components/schemas/_spec_utils:StringifiedVersionNumber" + "$ref": "#/components/schemas/_spec_utils.StringifiedVersionNumber" }, "_version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ @@ -82027,24 +82027,24 @@ "_source" ] }, - "ingest._types:Ingest": { + "ingest._types.Ingest": { "type": "object", "properties": { "_redact": { - "$ref": "#/components/schemas/ingest._types:Redact" + "$ref": "#/components/schemas/ingest._types.Redact" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "pipeline": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "timestamp" ] }, - "ingest._types:Redact": { + "ingest._types.Redact": { "type": "object", "properties": { "_is_redacted": { @@ -82056,22 +82056,22 @@ "_is_redacted" ] }, - "_spec_utils:StringifiedVersionNumber": { + "_spec_utils.StringifiedVersionNumber": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, { "type": "string" } ] }, - "ingest._types:PipelineSimulation": { + "ingest._types.PipelineSimulation": { "type": "object", "properties": { "doc": { - "$ref": "#/components/schemas/ingest._types:DocumentSimulation" + "$ref": "#/components/schemas/ingest._types.DocumentSimulation" }, "tag": { "type": "string" @@ -82080,20 +82080,20 @@ "type": "string" }, "status": { - "$ref": "#/components/schemas/watcher._types:ActionStatusOptions" + "$ref": "#/components/schemas/watcher._types.ActionStatusOptions" }, "description": { "type": "string" }, "ignored_error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, - "watcher._types:ActionStatusOptions": { + "watcher._types.ActionStatusOptions": { "type": "string", "enum": [ "success", @@ -82102,14 +82102,14 @@ "throttled" ] }, - "_global.knn_search._types:Query": { + "_global.knn_search._types.Query": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query_vector": { - "$ref": "#/components/schemas/_types:QueryVector" + "$ref": "#/components/schemas/_types.QueryVector" }, "k": { "description": "The final number of nearest neighbors to return as top hits", @@ -82127,20 +82127,20 @@ "num_candidates" ] }, - "license.get:LicenseInformation": { + "license.get.LicenseInformation": { "type": "object", "properties": { "expiry_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "expiry_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "issue_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "issue_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "issued_to": { "type": "string" @@ -82171,16 +82171,16 @@ ] }, "status": { - "$ref": "#/components/schemas/license._types:LicenseStatus" + "$ref": "#/components/schemas/license._types.LicenseStatus" }, "type": { - "$ref": "#/components/schemas/license._types:LicenseType" + "$ref": "#/components/schemas/license._types.LicenseType" }, "uid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "start_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -82195,7 +82195,7 @@ "start_date_in_millis" ] }, - "license._types:LicenseStatus": { + "license._types.LicenseStatus": { "type": "string", "enum": [ "active", @@ -82204,7 +82204,7 @@ "expired" ] }, - "license._types:LicenseType": { + "license._types.LicenseType": { "type": "string", "enum": [ "missing", @@ -82218,17 +82218,17 @@ "enterprise" ] }, - "license._types:License": { + "license._types.License": { "type": "object", "properties": { "expiry_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "issue_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "start_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "issued_to": { "type": "string" @@ -82254,7 +82254,7 @@ "type": "string" }, "type": { - "$ref": "#/components/schemas/license._types:LicenseType" + "$ref": "#/components/schemas/license._types.LicenseType" }, "uid": { "type": "string" @@ -82270,7 +82270,7 @@ "uid" ] }, - "license.post:Acknowledgement": { + "license.post.Acknowledgement": { "type": "object", "properties": { "license": { @@ -82288,7 +82288,7 @@ "message" ] }, - "logstash._types:Pipeline": { + "logstash._types.Pipeline": { "type": "object", "properties": { "description": { @@ -82296,7 +82296,7 @@ "type": "string" }, "last_modified": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "pipeline": { "externalDocs": { @@ -82306,10 +82306,10 @@ "type": "string" }, "pipeline_metadata": { - "$ref": "#/components/schemas/logstash._types:PipelineMetadata" + "$ref": "#/components/schemas/logstash._types.PipelineMetadata" }, "pipeline_settings": { - "$ref": "#/components/schemas/logstash._types:PipelineSettings" + "$ref": "#/components/schemas/logstash._types.PipelineSettings" }, "username": { "description": "The user who last updated the pipeline.", @@ -82325,7 +82325,7 @@ "username" ] }, - "logstash._types:PipelineMetadata": { + "logstash._types.PipelineMetadata": { "type": "object", "properties": { "type": { @@ -82340,7 +82340,7 @@ "version" ] }, - "logstash._types:PipelineSettings": { + "logstash._types.PipelineSettings": { "type": "object", "properties": { "pipeline.workers": { @@ -82382,56 +82382,56 @@ "queue.checkpoint.writes" ] }, - "_global.mget:Operation": { + "_global.mget.Operation": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ "_id" ] }, - "_global.mget:ResponseItem": { + "_global.mget.ResponseItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.get:GetResult" + "$ref": "#/components/schemas/_global.get.GetResult" }, { - "$ref": "#/components/schemas/_global.mget:MultiGetError" + "$ref": "#/components/schemas/_global.mget.MultiGetError" } ] }, - "_global.mget:MultiGetError": { + "_global.mget.MultiGetError": { "type": "object", "properties": { "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -82440,7 +82440,7 @@ "_index" ] }, - "migration.deprecations:Deprecation": { + "migration.deprecations.Deprecation": { "type": "object", "properties": { "details": { @@ -82448,7 +82448,7 @@ "type": "string" }, "level": { - "$ref": "#/components/schemas/migration.deprecations:DeprecationLevel" + "$ref": "#/components/schemas/migration.deprecations.DeprecationLevel" }, "message": { "description": "Descriptive information about the deprecation warning.", @@ -82475,7 +82475,7 @@ "resolve_during_rolling_upgrade" ] }, - "migration.deprecations:DeprecationLevel": { + "migration.deprecations.DeprecationLevel": { "type": "string", "enum": [ "none", @@ -82484,22 +82484,22 @@ "critical" ] }, - "migration.get_feature_upgrade_status:MigrationFeature": { + "migration.get_feature_upgrade_status.MigrationFeature": { "type": "object", "properties": { "feature_name": { "type": "string" }, "minimum_index_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "migration_status": { - "$ref": "#/components/schemas/migration.get_feature_upgrade_status:MigrationStatus" + "$ref": "#/components/schemas/migration.get_feature_upgrade_status.MigrationStatus" }, "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/migration.get_feature_upgrade_status:MigrationFeatureIndexInfo" + "$ref": "#/components/schemas/migration.get_feature_upgrade_status.MigrationFeatureIndexInfo" } } }, @@ -82510,7 +82510,7 @@ "indices" ] }, - "migration.get_feature_upgrade_status:MigrationStatus": { + "migration.get_feature_upgrade_status.MigrationStatus": { "type": "string", "enum": [ "NO_MIGRATION_NEEDED", @@ -82519,17 +82519,17 @@ "ERROR" ] }, - "migration.get_feature_upgrade_status:MigrationFeatureIndexInfo": { + "migration.get_feature_upgrade_status.MigrationFeatureIndexInfo": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "failure_cause": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -82537,7 +82537,7 @@ "version" ] }, - "migration.post_feature_upgrade:MigrationFeature": { + "migration.post_feature_upgrade.MigrationFeature": { "type": "object", "properties": { "feature_name": { @@ -82548,17 +82548,17 @@ "feature_name" ] }, - "ml._types:AnalysisConfig": { + "ml._types.AnalysisConfig": { "type": "object", "properties": { "bucket_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "categorization_analyzer": { - "$ref": "#/components/schemas/ml._types:CategorizationAnalyzer" + "$ref": "#/components/schemas/ml._types.CategorizationAnalyzer" }, "categorization_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "categorization_filters": { "description": "If `categorization_field_name` is specified, you can also define optional filters. This property expects an array of regular expressions. The expressions are used to filter out matching sequences from the categorization field values. You can use this functionality to fine tune the categorization by excluding sequences from consideration when categories are defined. For example, you can exclude SQL statements that appear in your log files. This property cannot be used at the same time as `categorization_analyzer`. If you only want to define simple regular expression filters that are applied prior to tokenization, setting this property is the easiest method. If you also want to customize the tokenizer or post-tokenization filtering, use the `categorization_analyzer` property instead and include the filters as pattern_replace character filters. The effect is exactly the same.", @@ -82571,80 +82571,80 @@ "description": "Detector configuration objects specify which data fields a job analyzes. They also specify which analytical functions are used. You can specify multiple detectors for a job. If the detectors array does not contain at least one detector, no analysis can occur and an error is returned.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Detector" + "$ref": "#/components/schemas/ml._types.Detector" } }, "influencers": { "description": "A comma separated list of influencer field names. Typically these can be the by, over, or partition fields that are used in the detector configuration. You might also want to use a field name that is not specifically named in a detector, but is available as part of the input data. When you use multiple detectors, the use of influencers is recommended as it aggregates results for each influencer entity.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "latency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "model_prune_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "multivariate_by_fields": { "description": "This functionality is reserved for internal use. It is not supported for use in customer environments and is not subject to the support SLA of official GA features. If set to `true`, the analysis will automatically find correlations between metrics for a given by field value and report anomalies when those correlations cease to hold. For example, suppose CPU and memory usage on host A is usually highly correlated with the same metrics on host B. Perhaps this correlation occurs because they are running a load-balanced application. If you enable this property, anomalies will be reported when, for example, CPU usage on host A is high and the value of CPU usage on host B is low. That is to say, you’ll see an anomaly when the CPU of host A is unusual given the CPU of host B. To use the `multivariate_by_fields` property, you must also specify `by_field_name` in your detector.", "type": "boolean" }, "per_partition_categorization": { - "$ref": "#/components/schemas/ml._types:PerPartitionCategorization" + "$ref": "#/components/schemas/ml._types.PerPartitionCategorization" }, "summary_count_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "detectors" ] }, - "ml._types:CategorizationAnalyzer": { + "ml._types.CategorizationAnalyzer": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/ml._types:CategorizationAnalyzerDefinition" + "$ref": "#/components/schemas/ml._types.CategorizationAnalyzerDefinition" } ] }, - "ml._types:CategorizationAnalyzerDefinition": { + "ml._types.CategorizationAnalyzerDefinition": { "type": "object", "properties": { "char_filter": { "description": "One or more character filters. In addition to the built-in character filters, other plugins can provide more character filters. If this property is not specified, no character filters are applied prior to categorization. If you are customizing some other aspect of the analyzer and you need to achieve the equivalent of `categorization_filters` (which are not permitted when some other aspect of the analyzer is customized), add them here as pattern replace character filters.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:CharFilter" + "$ref": "#/components/schemas/_types.analysis.CharFilter" } }, "filter": { "description": "One or more token filters. In addition to the built-in token filters, other plugins can provide more token filters. If this property is not specified, no token filters are applied prior to categorization.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenFilter" + "$ref": "#/components/schemas/_types.analysis.TokenFilter" } }, "tokenizer": { - "$ref": "#/components/schemas/_types.analysis:Tokenizer" + "$ref": "#/components/schemas/_types.analysis.Tokenizer" } } }, - "ml._types:Detector": { + "ml._types.Detector": { "type": "object", "properties": { "by_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "custom_rules": { "description": "Custom rules enable you to customize the way detectors operate. For example, a rule may dictate conditions under which results should be skipped. Kibana refers to custom rules as job rules.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectionRule" + "$ref": "#/components/schemas/ml._types.DetectionRule" } }, "detector_description": { @@ -82656,20 +82656,20 @@ "type": "number" }, "exclude_frequent": { - "$ref": "#/components/schemas/ml._types:ExcludeFrequent" + "$ref": "#/components/schemas/ml._types.ExcludeFrequent" }, "field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "function": { "description": "The analysis function that is used. For example, `count`, `rare`, `mean`, `min`, `max`, or `sum`.", "type": "string" }, "over_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "partition_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "use_null": { "description": "Defines whether a new series is used as the null series when there is no value for the by or partition fields.", @@ -82677,47 +82677,47 @@ } } }, - "ml._types:DetectionRule": { + "ml._types.DetectionRule": { "type": "object", "properties": { "actions": { "description": "The set of actions to be triggered when the rule applies. If more than one action is specified the effects of all actions are combined.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:RuleAction" + "$ref": "#/components/schemas/ml._types.RuleAction" } }, "conditions": { "description": "An array of numeric conditions when the rule applies. A rule must either have a non-empty scope or at least one condition. Multiple conditions are combined together with a logical AND.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:RuleCondition" + "$ref": "#/components/schemas/ml._types.RuleCondition" } }, "scope": { "description": "A scope of series where the rule applies. A rule must either have a non-empty scope or at least one condition. By default, the scope includes all series. Scoping is allowed for any of the fields that are also specified in `by_field_name`, `over_field_name`, or `partition_field_name`.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml._types:FilterRef" + "$ref": "#/components/schemas/ml._types.FilterRef" } } } }, - "ml._types:RuleAction": { + "ml._types.RuleAction": { "type": "string", "enum": [ "skip_result", "skip_model_update" ] }, - "ml._types:RuleCondition": { + "ml._types.RuleCondition": { "type": "object", "properties": { "applies_to": { - "$ref": "#/components/schemas/ml._types:AppliesTo" + "$ref": "#/components/schemas/ml._types.AppliesTo" }, "operator": { - "$ref": "#/components/schemas/ml._types:ConditionOperator" + "$ref": "#/components/schemas/ml._types.ConditionOperator" }, "value": { "description": "The value that is compared against the `applies_to` field using the operator.", @@ -82730,7 +82730,7 @@ "value" ] }, - "ml._types:AppliesTo": { + "ml._types.AppliesTo": { "type": "string", "enum": [ "actual", @@ -82739,7 +82739,7 @@ "time" ] }, - "ml._types:ConditionOperator": { + "ml._types.ConditionOperator": { "type": "string", "enum": [ "gt", @@ -82748,28 +82748,28 @@ "lte" ] }, - "ml._types:FilterRef": { + "ml._types.FilterRef": { "type": "object", "properties": { "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "filter_type": { - "$ref": "#/components/schemas/ml._types:FilterType" + "$ref": "#/components/schemas/ml._types.FilterType" } }, "required": [ "filter_id" ] }, - "ml._types:FilterType": { + "ml._types.FilterType": { "type": "string", "enum": [ "include", "exclude" ] }, - "ml._types:ExcludeFrequent": { + "ml._types.ExcludeFrequent": { "type": "string", "enum": [ "all", @@ -82778,7 +82778,7 @@ "over" ] }, - "ml._types:PerPartitionCategorization": { + "ml._types.PerPartitionCategorization": { "type": "object", "properties": { "enabled": { @@ -82791,46 +82791,46 @@ } } }, - "ml._types:DataframeEvaluationContainer": { + "ml._types.DataframeEvaluationContainer": { "type": "object", "properties": { "classification": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationClassification" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationClassification" }, "outlier_detection": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationOutlierDetection" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationOutlierDetection" }, "regression": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegression" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegression" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeEvaluationClassification": { + "ml._types.DataframeEvaluationClassification": { "type": "object", "properties": { "actual_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "predicted_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "top_classes_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "metrics": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationClassificationMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationClassificationMetrics" } }, "required": [ "actual_field" ] }, - "ml._types:DataframeEvaluationClassificationMetrics": { + "ml._types.DataframeEvaluationClassificationMetrics": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationMetrics" }, { "type": "object", @@ -82853,11 +82853,11 @@ } ] }, - "ml._types:DataframeEvaluationMetrics": { + "ml._types.DataframeEvaluationMetrics": { "type": "object", "properties": { "auc_roc": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationClassificationMetricsAucRoc" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationClassificationMetricsAucRoc" }, "precision": { "description": "Precision of predictions (per-class and average).", @@ -82875,11 +82875,11 @@ } } }, - "ml._types:DataframeEvaluationClassificationMetricsAucRoc": { + "ml._types.DataframeEvaluationClassificationMetricsAucRoc": { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "include_curve": { "description": "Whether or not the curve should be returned in addition to the score. Default value is false.", @@ -82887,17 +82887,17 @@ } } }, - "ml._types:DataframeEvaluationOutlierDetection": { + "ml._types.DataframeEvaluationOutlierDetection": { "type": "object", "properties": { "actual_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "predicted_probability_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "metrics": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationOutlierDetectionMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationOutlierDetectionMetrics" } }, "required": [ @@ -82905,10 +82905,10 @@ "predicted_probability_field" ] }, - "ml._types:DataframeEvaluationOutlierDetectionMetrics": { + "ml._types.DataframeEvaluationOutlierDetectionMetrics": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationMetrics" }, { "type": "object", @@ -82924,17 +82924,17 @@ } ] }, - "ml._types:DataframeEvaluationRegression": { + "ml._types.DataframeEvaluationRegression": { "type": "object", "properties": { "actual_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "predicted_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "metrics": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegressionMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegressionMetrics" } }, "required": [ @@ -82942,7 +82942,7 @@ "predicted_field" ] }, - "ml._types:DataframeEvaluationRegressionMetrics": { + "ml._types.DataframeEvaluationRegressionMetrics": { "type": "object", "properties": { "mse": { @@ -82953,10 +82953,10 @@ } }, "msle": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegressionMetricsMsle" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegressionMetricsMsle" }, "huber": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegressionMetricsHuber" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegressionMetricsHuber" }, "r_squared": { "description": "Proportion of the variance in the dependent variable that is predictable from the independent variables.", @@ -82967,7 +82967,7 @@ } } }, - "ml._types:DataframeEvaluationRegressionMetricsMsle": { + "ml._types.DataframeEvaluationRegressionMetricsMsle": { "type": "object", "properties": { "offset": { @@ -82976,7 +82976,7 @@ } } }, - "ml._types:DataframeEvaluationRegressionMetricsHuber": { + "ml._types.DataframeEvaluationRegressionMetricsHuber": { "type": "object", "properties": { "delta": { @@ -82985,30 +82985,30 @@ } } }, - "ml.evaluate_data_frame:DataframeClassificationSummary": { + "ml.evaluate_data_frame.DataframeClassificationSummary": { "type": "object", "properties": { "auc_roc": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationSummaryAucRoc" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationSummaryAucRoc" }, "accuracy": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryAccuracy" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryAccuracy" }, "multiclass_confusion_matrix": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryMulticlassConfusionMatrix" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryMulticlassConfusionMatrix" }, "precision": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryPrecision" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryPrecision" }, "recall": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryRecall" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryRecall" } } }, - "ml.evaluate_data_frame:DataframeEvaluationSummaryAucRoc": { + "ml.evaluate_data_frame.DataframeEvaluationSummaryAucRoc": { "allOf": [ { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, { "type": "object", @@ -83016,14 +83016,14 @@ "curve": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationSummaryAucRocCurveItem" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationSummaryAucRocCurveItem" } } } } ] }, - "ml.evaluate_data_frame:DataframeEvaluationSummaryAucRocCurveItem": { + "ml.evaluate_data_frame.DataframeEvaluationSummaryAucRocCurveItem": { "type": "object", "properties": { "tpr": { @@ -83042,7 +83042,7 @@ "threshold" ] }, - "ml.evaluate_data_frame:DataframeEvaluationValue": { + "ml.evaluate_data_frame.DataframeEvaluationValue": { "type": "object", "properties": { "value": { @@ -83053,13 +83053,13 @@ "value" ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryAccuracy": { + "ml.evaluate_data_frame.DataframeClassificationSummaryAccuracy": { "type": "object", "properties": { "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationClass" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationClass" } }, "overall_accuracy": { @@ -83071,16 +83071,16 @@ "overall_accuracy" ] }, - "ml.evaluate_data_frame:DataframeEvaluationClass": { + "ml.evaluate_data_frame.DataframeEvaluationClass": { "allOf": [ { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -83089,13 +83089,13 @@ } ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryMulticlassConfusionMatrix": { + "ml.evaluate_data_frame.DataframeClassificationSummaryMulticlassConfusionMatrix": { "type": "object", "properties": { "confusion_matrix": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:ConfusionMatrixItem" + "$ref": "#/components/schemas/ml.evaluate_data_frame.ConfusionMatrixItem" } }, "other_actual_class_count": { @@ -83107,11 +83107,11 @@ "other_actual_class_count" ] }, - "ml.evaluate_data_frame:ConfusionMatrixItem": { + "ml.evaluate_data_frame.ConfusionMatrixItem": { "type": "object", "properties": { "actual_class": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "actual_class_doc_count": { "type": "number" @@ -83119,7 +83119,7 @@ "predicted_classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:ConfusionMatrixPrediction" + "$ref": "#/components/schemas/ml.evaluate_data_frame.ConfusionMatrixPrediction" } }, "other_predicted_class_doc_count": { @@ -83133,11 +83133,11 @@ "other_predicted_class_doc_count" ] }, - "ml.evaluate_data_frame:ConfusionMatrixPrediction": { + "ml.evaluate_data_frame.ConfusionMatrixPrediction": { "type": "object", "properties": { "predicted_class": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "count": { "type": "number" @@ -83148,13 +83148,13 @@ "count" ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryPrecision": { + "ml.evaluate_data_frame.DataframeClassificationSummaryPrecision": { "type": "object", "properties": { "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationClass" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationClass" } }, "avg_precision": { @@ -83166,13 +83166,13 @@ "avg_precision" ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryRecall": { + "ml.evaluate_data_frame.DataframeClassificationSummaryRecall": { "type": "object", "properties": { "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationClass" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationClass" } }, "avg_recall": { @@ -83184,11 +83184,11 @@ "avg_recall" ] }, - "ml.evaluate_data_frame:DataframeOutlierDetectionSummary": { + "ml.evaluate_data_frame.DataframeOutlierDetectionSummary": { "type": "object", "properties": { "auc_roc": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationSummaryAucRoc" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationSummaryAucRoc" }, "precision": { "description": "Set the different thresholds of the outlier score at where the metric is calculated.", @@ -83208,12 +83208,12 @@ "description": "Set the different thresholds of the outlier score at where the metrics (`tp` - true positive, `fp` - false positive, `tn` - true negative, `fn` - false negative) are calculated.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:ConfusionMatrixThreshold" + "$ref": "#/components/schemas/ml.evaluate_data_frame.ConfusionMatrixThreshold" } } } }, - "ml.evaluate_data_frame:ConfusionMatrixThreshold": { + "ml.evaluate_data_frame.ConfusionMatrixThreshold": { "type": "object", "properties": { "tp": { @@ -83240,44 +83240,44 @@ "fn" ] }, - "ml.evaluate_data_frame:DataframeRegressionSummary": { + "ml.evaluate_data_frame.DataframeRegressionSummary": { "type": "object", "properties": { "huber": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, "mse": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, "msle": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, "r_squared": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" } } }, - "ml._types:DataframeAnalyticsSource": { + "ml._types.DataframeAnalyticsSource": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "_source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" } }, "required": [ "index" ] }, - "ml._types:DataframeAnalysisAnalyzedFields": { + "ml._types.DataframeAnalysisAnalyzedFields": { "type": "object", "properties": { "includes": { @@ -83296,40 +83296,40 @@ } } }, - "ml._types:DataframeAnalyticsDestination": { + "ml._types.DataframeAnalyticsDestination": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "index" ] }, - "ml._types:DataframeAnalysisContainer": { + "ml._types.DataframeAnalysisContainer": { "type": "object", "properties": { "classification": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisClassification" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisClassification" }, "outlier_detection": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisOutlierDetection" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisOutlierDetection" }, "regression": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisRegression" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisRegression" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeAnalysisClassification": { + "ml._types.DataframeAnalysisClassification": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeAnalysis" + "$ref": "#/components/schemas/ml._types.DataframeAnalysis" }, { "type": "object", @@ -83345,7 +83345,7 @@ } ] }, - "ml._types:DataframeAnalysis": { + "ml._types.DataframeAnalysis": { "type": "object", "properties": { "alpha": { @@ -83380,7 +83380,7 @@ "description": "Advanced configuration option. A collection of feature preprocessors that modify one or more included fields. The analysis uses the resulting one or more features instead of the original document field. However, these features are ephemeral; they are not stored in the destination index. Multiple `feature_processors` entries can refer to the same document fields. Automatic categorical feature encoding still occurs for the fields that are unprocessed by a custom processor or that have categorical values. Use this property only if you want to override the automatic feature encoding of the specified fields.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessor" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessor" } }, "gamma": { @@ -83404,7 +83404,7 @@ "type": "number" }, "prediction_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "randomize_seed": { "description": "Defines the seed for the random generator that is used to pick training data. By default, it is randomly generated. Set it to a specific value to use the same training data each time you start a job (assuming other related parameters such as `source` and `analyzed_fields` are the same).", @@ -83419,43 +83419,43 @@ "type": "number" }, "training_percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" } }, "required": [ "dependent_variable" ] }, - "ml._types:DataframeAnalysisFeatureProcessor": { + "ml._types.DataframeAnalysisFeatureProcessor": { "type": "object", "properties": { "frequency_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorFrequencyEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorFrequencyEncoding" }, "multi_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorMultiEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorMultiEncoding" }, "n_gram_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorNGramEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorNGramEncoding" }, "one_hot_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorOneHotEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorOneHotEncoding" }, "target_mean_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorTargetMeanEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorTargetMeanEncoding" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeAnalysisFeatureProcessorFrequencyEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorFrequencyEncoding": { "type": "object", "properties": { "feature_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "frequency_map": { "description": "The resulting frequency map for the field value. If the field value is missing from the frequency_map, the resulting value is 0.", @@ -83471,7 +83471,7 @@ "frequency_map" ] }, - "ml._types:DataframeAnalysisFeatureProcessorMultiEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorMultiEncoding": { "type": "object", "properties": { "processors": { @@ -83486,7 +83486,7 @@ "processors" ] }, - "ml._types:DataframeAnalysisFeatureProcessorNGramEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorNGramEncoding": { "type": "object", "properties": { "feature_prefix": { @@ -83494,7 +83494,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "length": { "description": "Specifies the length of the n-gram substring. Defaults to 50. Must be greater than 0.", @@ -83520,11 +83520,11 @@ "n_grams" ] }, - "ml._types:DataframeAnalysisFeatureProcessorOneHotEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorOneHotEncoding": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "hot_map": { "description": "The one hot map mapping the field value with the column name.", @@ -83536,7 +83536,7 @@ "hot_map" ] }, - "ml._types:DataframeAnalysisFeatureProcessorTargetMeanEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorTargetMeanEncoding": { "type": "object", "properties": { "default_value": { @@ -83544,10 +83544,10 @@ "type": "number" }, "feature_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_map": { "description": "The field value to target mean transition map.", @@ -83564,7 +83564,7 @@ "target_map" ] }, - "ml._types:DataframeAnalysisOutlierDetection": { + "ml._types.DataframeAnalysisOutlierDetection": { "type": "object", "properties": { "compute_feature_influence": { @@ -83593,10 +83593,10 @@ } } }, - "ml._types:DataframeAnalysisRegression": { + "ml._types.DataframeAnalysisRegression": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeAnalysis" + "$ref": "#/components/schemas/ml._types.DataframeAnalysis" }, { "type": "object", @@ -83613,7 +83613,7 @@ } ] }, - "ml._types:DataframeAnalyticsFieldSelection": { + "ml._types.DataframeAnalyticsFieldSelection": { "type": "object", "properties": { "is_included": { @@ -83636,7 +83636,7 @@ } }, "name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "reason": { "description": "The reason a field is not selected to be included in the analysis.", @@ -83650,7 +83650,7 @@ "name" ] }, - "ml._types:DataframeAnalyticsMemoryEstimation": { + "ml._types.DataframeAnalyticsMemoryEstimation": { "type": "object", "properties": { "expected_memory_with_disk": { @@ -83667,7 +83667,7 @@ "expected_memory_without_disk" ] }, - "ml._types:Page": { + "ml._types.Page": { "type": "object", "properties": { "from": { @@ -83680,7 +83680,7 @@ } } }, - "ml._types:BucketSummary": { + "ml._types.BucketSummary": { "type": "object", "properties": { "anomaly_score": { @@ -83690,11 +83690,11 @@ "bucket_influencers": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:BucketInfluencer" + "$ref": "#/components/schemas/ml._types.BucketInfluencer" } }, "bucket_span": { - "$ref": "#/components/schemas/_types:DurationValueUnitSeconds" + "$ref": "#/components/schemas/_types.DurationValueUnitSeconds" }, "event_count": { "description": "The number of input data records processed in this bucket.", @@ -83709,20 +83709,20 @@ "type": "boolean" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "result_type": { "description": "Internal. This value is always set to bucket.", "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timestamp_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -83738,7 +83738,7 @@ "timestamp" ] }, - "ml._types:BucketInfluencer": { + "ml._types.BucketInfluencer": { "type": "object", "properties": { "anomaly_score": { @@ -83746,10 +83746,10 @@ "type": "number" }, "bucket_span": { - "$ref": "#/components/schemas/_types:DurationValueUnitSeconds" + "$ref": "#/components/schemas/_types.DurationValueUnitSeconds" }, "influencer_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "initial_anomaly_score": { "description": "The score between 0-100 for each bucket influencer. This score is the initial value that was calculated at the\ntime the bucket was processed.", @@ -83760,7 +83760,7 @@ "type": "boolean" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "probability": { "description": "The probability that the bucket has this behavior, in the range 0 to 1. This value can be held to a high precision\nof over 300 decimal places, so the `anomaly_score` is provided as a human-readable and friendly interpretation of\nthis.", @@ -83775,10 +83775,10 @@ "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timestamp_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -83794,31 +83794,31 @@ "timestamp" ] }, - "_types:DurationValueUnitSeconds": { + "_types.DurationValueUnitSeconds": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitSeconds" + "$ref": "#/components/schemas/_types.UnitSeconds" } ] }, - "ml._types:CalendarEvent": { + "ml._types.CalendarEvent": { "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "event_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the scheduled event.", "type": "string" }, "end_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "skip_result": { "description": "When true the model will not create results for this calendar period.", @@ -83839,11 +83839,11 @@ "start_time" ] }, - "ml.get_calendars:Calendar": { + "ml.get_calendars.Calendar": { "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", @@ -83853,7 +83853,7 @@ "description": "An array of anomaly detection job identifiers.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } }, @@ -83862,14 +83862,14 @@ "job_ids" ] }, - "_types:CategoryId": { + "_types.CategoryId": { "type": "string" }, - "ml._types:Category": { + "ml._types.Category": { "type": "object", "properties": { "category_id": { - "$ref": "#/components/schemas/_types:ulong" + "$ref": "#/components/schemas/_types.ulong" }, "examples": { "description": "A list of examples of actual values that matched the category.", @@ -83879,13 +83879,13 @@ } }, "grok_pattern": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_matching_length": { - "$ref": "#/components/schemas/_types:ulong" + "$ref": "#/components/schemas/_types.ulong" }, "partition_field_name": { "description": "If per-partition categorization is enabled, this property identifies the field used to segment the categorization. It is not present when per-partition categorization is disabled.", @@ -83911,7 +83911,7 @@ "description": "A list of category_id entries that this current category encompasses. Any new message that is processed by the categorizer will match against this category and not any of the categories in this list. This is only guaranteed to have the latest accurate list of categories after a job _flush or _close", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "p": { @@ -83935,32 +83935,32 @@ "mlcategory" ] }, - "ml._types:DataframeAnalyticsSummary": { + "ml._types.DataframeAnalyticsSummary": { "type": "object", "properties": { "allow_lazy_start": { "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "authorization": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsAuthorization" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsAuthorization" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "description": { "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_num_threads": { "type": "number" @@ -83969,13 +83969,13 @@ "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ @@ -83985,11 +83985,11 @@ "source" ] }, - "ml._types:DataframeAnalyticsAuthorization": { + "ml._types.DataframeAnalyticsAuthorization": { "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/ml._types:ApiKeyAuthorization" + "$ref": "#/components/schemas/ml._types.ApiKeyAuthorization" }, "roles": { "description": "If a user ID was used for the most recent update to the job, its roles at the time of the update are listed in the response.", @@ -84004,7 +84004,7 @@ } } }, - "ml._types:ApiKeyAuthorization": { + "ml._types.ApiKeyAuthorization": { "type": "object", "properties": { "id": { @@ -84021,37 +84021,37 @@ "name" ] }, - "ml._types:DataframeAnalytics": { + "ml._types.DataframeAnalytics": { "type": "object", "properties": { "analysis_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsContainer" }, "assignment_explanation": { "description": "For running jobs only, contains messages relating to the selection of a node to run the job.", "type": "string" }, "data_counts": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsDataCounts" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsDataCounts" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "memory_usage": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsMemoryUsage" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsMemoryUsage" }, "node": { - "$ref": "#/components/schemas/_types:NodeAttributes" + "$ref": "#/components/schemas/_types.NodeAttributes" }, "progress": { "description": "The progress report of the data frame analytics job by phase.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsProgress" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsProgress" } }, "state": { - "$ref": "#/components/schemas/ml._types:DataframeState" + "$ref": "#/components/schemas/ml._types.DataframeState" } }, "required": [ @@ -84062,40 +84062,40 @@ "state" ] }, - "ml._types:DataframeAnalyticsStatsContainer": { + "ml._types.DataframeAnalyticsStatsContainer": { "type": "object", "properties": { "classification_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsHyperparameters" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsHyperparameters" }, "outlier_detection_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsOutlierDetection" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsOutlierDetection" }, "regression_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsHyperparameters" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsHyperparameters" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeAnalyticsStatsHyperparameters": { + "ml._types.DataframeAnalyticsStatsHyperparameters": { "type": "object", "properties": { "hyperparameters": { - "$ref": "#/components/schemas/ml._types:Hyperparameters" + "$ref": "#/components/schemas/ml._types.Hyperparameters" }, "iteration": { "description": "The number of iterations on the analysis.", "type": "number" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:TimingStats" + "$ref": "#/components/schemas/ml._types.TimingStats" }, "validation_loss": { - "$ref": "#/components/schemas/ml._types:ValidationLoss" + "$ref": "#/components/schemas/ml._types.ValidationLoss" } }, "required": [ @@ -84106,7 +84106,7 @@ "validation_loss" ] }, - "ml._types:Hyperparameters": { + "ml._types.Hyperparameters": { "type": "object", "properties": { "alpha": { @@ -84167,21 +84167,21 @@ } } }, - "ml._types:TimingStats": { + "ml._types.TimingStats": { "type": "object", "properties": { "elapsed_time": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "iteration_time": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ "elapsed_time" ] }, - "ml._types:ValidationLoss": { + "ml._types.ValidationLoss": { "type": "object", "properties": { "fold_values": { @@ -84201,17 +84201,17 @@ "loss_type" ] }, - "ml._types:DataframeAnalyticsStatsOutlierDetection": { + "ml._types.DataframeAnalyticsStatsOutlierDetection": { "type": "object", "properties": { "parameters": { - "$ref": "#/components/schemas/ml._types:OutlierDetectionParameters" + "$ref": "#/components/schemas/ml._types.OutlierDetectionParameters" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:TimingStats" + "$ref": "#/components/schemas/ml._types.TimingStats" } }, "required": [ @@ -84220,7 +84220,7 @@ "timing_stats" ] }, - "ml._types:OutlierDetectionParameters": { + "ml._types.OutlierDetectionParameters": { "type": "object", "properties": { "compute_feature_influence": { @@ -84249,7 +84249,7 @@ } } }, - "ml._types:DataframeAnalyticsStatsDataCounts": { + "ml._types.DataframeAnalyticsStatsDataCounts": { "type": "object", "properties": { "skipped_docs_count": { @@ -84271,7 +84271,7 @@ "training_docs_count" ] }, - "ml._types:DataframeAnalyticsStatsMemoryUsage": { + "ml._types.DataframeAnalyticsStatsMemoryUsage": { "type": "object", "properties": { "memory_reestimate_bytes": { @@ -84287,7 +84287,7 @@ "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -84295,7 +84295,7 @@ "status" ] }, - "_types:NodeAttributes": { + "_types.NodeAttributes": { "type": "object", "properties": { "attributes": { @@ -84306,16 +84306,16 @@ } }, "ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "name": { - "$ref": "#/components/schemas/_types:NodeName" + "$ref": "#/components/schemas/_types.NodeName" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" } }, "required": [ @@ -84325,7 +84325,7 @@ "transport_address" ] }, - "ml._types:DataframeAnalyticsStatsProgress": { + "ml._types.DataframeAnalyticsStatsProgress": { "type": "object", "properties": { "phase": { @@ -84342,7 +84342,7 @@ "progress_percent" ] }, - "ml._types:DataframeState": { + "ml._types.DataframeState": { "type": "string", "enum": [ "started", @@ -84352,7 +84352,7 @@ "failed" ] }, - "ml._types:DatafeedStats": { + "ml._types.DatafeedStats": { "type": "object", "properties": { "assignment_explanation": { @@ -84360,19 +84360,19 @@ "type": "string" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "node": { - "$ref": "#/components/schemas/ml._types:DiscoveryNodeCompact" + "$ref": "#/components/schemas/ml._types.DiscoveryNodeCompact" }, "state": { - "$ref": "#/components/schemas/ml._types:DatafeedState" + "$ref": "#/components/schemas/ml._types.DatafeedState" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:DatafeedTimingStats" + "$ref": "#/components/schemas/ml._types.DatafeedTimingStats" }, "running_state": { - "$ref": "#/components/schemas/ml._types:DatafeedRunningState" + "$ref": "#/components/schemas/ml._types.DatafeedRunningState" } }, "required": [ @@ -84380,20 +84380,20 @@ "state" ] }, - "ml._types:DiscoveryNodeCompact": { + "ml._types.DiscoveryNodeCompact": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "attributes": { "type": "object", @@ -84410,7 +84410,7 @@ "attributes" ] }, - "ml._types:DatafeedTimingStats": { + "ml._types.DatafeedTimingStats": { "type": "object", "properties": { "bucket_count": { @@ -84418,23 +84418,23 @@ "type": "number" }, "exponential_average_search_time_per_hour_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "exponential_average_calculation_context": { - "$ref": "#/components/schemas/ml._types:ExponentialAverageCalculationContext" + "$ref": "#/components/schemas/ml._types.ExponentialAverageCalculationContext" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "search_count": { "description": "The number of searches run by the datafeed.", "type": "number" }, "total_search_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "average_search_time_per_bucket_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" } }, "required": [ @@ -84445,35 +84445,35 @@ "total_search_time_ms" ] }, - "_types:DurationValueUnitFloatMillis": { + "_types.DurationValueUnitFloatMillis": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitFloatMillis" + "$ref": "#/components/schemas/_types.UnitFloatMillis" } ] }, - "_types:UnitFloatMillis": { + "_types.UnitFloatMillis": { "description": "Time unit for fractional milliseconds", "type": "number" }, - "ml._types:ExponentialAverageCalculationContext": { + "ml._types.ExponentialAverageCalculationContext": { "type": "object", "properties": { "incremental_metric_value_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "latest_timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "previous_exponential_average_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" } }, "required": [ "incremental_metric_value_ms" ] }, - "ml._types:DatafeedRunningState": { + "ml._types.DatafeedRunningState": { "type": "object", "properties": { "real_time_configured": { @@ -84485,7 +84485,7 @@ "type": "boolean" }, "search_interval": { - "$ref": "#/components/schemas/ml._types:RunningStateSearchInterval" + "$ref": "#/components/schemas/ml._types.RunningStateSearchInterval" } }, "required": [ @@ -84493,20 +84493,20 @@ "real_time_running" ] }, - "ml._types:RunningStateSearchInterval": { + "ml._types.RunningStateSearchInterval": { "type": "object", "properties": { "end": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "end_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "start": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "start_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -84514,26 +84514,26 @@ "start_ms" ] }, - "ml._types:Datafeed": { + "ml._types.Datafeed": { "type": "object", "properties": { "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "authorization": { - "$ref": "#/components/schemas/ml._types:DatafeedAuthorization" + "$ref": "#/components/schemas/ml._types.DatafeedAuthorization" }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "type": "array", @@ -84548,34 +84548,34 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { "type": "number" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" } }, "required": [ @@ -84586,11 +84586,11 @@ "delayed_data_check_config" ] }, - "ml._types:DatafeedAuthorization": { + "ml._types.DatafeedAuthorization": { "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/ml._types:ApiKeyAuthorization" + "$ref": "#/components/schemas/ml._types.ApiKeyAuthorization" }, "roles": { "description": "If a user ID was used for the most recent update to the datafeed, its roles at the time of the update are listed in the response.", @@ -84605,21 +84605,21 @@ } } }, - "ml._types:ChunkingConfig": { + "ml._types.ChunkingConfig": { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/ml._types:ChunkingMode" + "$ref": "#/components/schemas/ml._types.ChunkingMode" }, "time_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "mode" ] }, - "ml._types:ChunkingMode": { + "ml._types.ChunkingMode": { "type": "string", "enum": [ "auto", @@ -84627,11 +84627,11 @@ "off" ] }, - "ml._types:DelayedDataCheckConfig": { + "ml._types.DelayedDataCheckConfig": { "type": "object", "properties": { "check_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "enabled": { "description": "Specifies whether the datafeed periodically checks for delayed data.", @@ -84642,7 +84642,7 @@ "enabled" ] }, - "_types:IndicesOptions": { + "_types.IndicesOptions": { "type": "object", "properties": { "allow_no_indices": { @@ -84650,7 +84650,7 @@ "type": "boolean" }, "expand_wildcards": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "ignore_unavailable": { "description": "If true, missing or closed indices are not included in the response.", @@ -84662,7 +84662,7 @@ } } }, - "ml._types:Filter": { + "ml._types.Filter": { "type": "object", "properties": { "description": { @@ -84670,7 +84670,7 @@ "type": "string" }, "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "items": { "description": "An array of strings which is the filter item list.", @@ -84685,18 +84685,18 @@ "items" ] }, - "ml._types:Influencer": { + "ml._types.Influencer": { "type": "object", "properties": { "bucket_span": { - "$ref": "#/components/schemas/_types:DurationValueUnitSeconds" + "$ref": "#/components/schemas/_types.DurationValueUnitSeconds" }, "influencer_score": { "description": "A normalized score between 0-100, which is based on the probability of the influencer in this bucket aggregated\nacross detectors. Unlike `initial_influencer_score`, this value is updated by a re-normalization process as new\ndata is analyzed.", "type": "number" }, "influencer_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "influencer_field_value": { "description": "The entity that influenced, contributed to, or was to blame for the anomaly.", @@ -84711,7 +84711,7 @@ "type": "boolean" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "probability": { "description": "The probability that the influencer has this behavior, in the range 0 to 1. This value can be held to a high\nprecision of over 300 decimal places, so the `influencer_score` is provided as a human-readable and friendly\ninterpretation of this value.", @@ -84722,7 +84722,7 @@ "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "foo": { "description": "Additional influencer properties are added, depending on the fields being analyzed. For example, if it’s\nanalyzing `user_name` as an influencer, a field `user_name` is added to the result document. This\ninformation enables you to filter the anomaly results more easily.", @@ -84742,7 +84742,7 @@ "timestamp" ] }, - "ml._types:JobStats": { + "ml._types.JobStats": { "type": "object", "properties": { "assignment_explanation": { @@ -84750,29 +84750,29 @@ "type": "string" }, "data_counts": { - "$ref": "#/components/schemas/ml._types:DataCounts" + "$ref": "#/components/schemas/ml._types.DataCounts" }, "forecasts_stats": { - "$ref": "#/components/schemas/ml._types:JobForecastStatistics" + "$ref": "#/components/schemas/ml._types.JobForecastStatistics" }, "job_id": { "description": "Identifier for the anomaly detection job.", "type": "string" }, "model_size_stats": { - "$ref": "#/components/schemas/ml._types:ModelSizeStats" + "$ref": "#/components/schemas/ml._types.ModelSizeStats" }, "node": { - "$ref": "#/components/schemas/ml._types:DiscoveryNodeCompact" + "$ref": "#/components/schemas/ml._types.DiscoveryNodeCompact" }, "open_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "state": { - "$ref": "#/components/schemas/ml._types:JobState" + "$ref": "#/components/schemas/ml._types.JobState" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:JobTimingStats" + "$ref": "#/components/schemas/ml._types.JobTimingStats" }, "deleting": { "description": "Indicates that the process of deleting the job is in progress but not yet completed. It is only reported when `true`.", @@ -84788,7 +84788,7 @@ "timing_stats" ] }, - "ml._types:DataCounts": { + "ml._types.DataCounts": { "type": "object", "properties": { "bucket_count": { @@ -84813,7 +84813,7 @@ "type": "number" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "last_data_time": { "type": "number" @@ -84864,17 +84864,17 @@ "sparse_bucket_count" ] }, - "ml._types:JobForecastStatistics": { + "ml._types.JobForecastStatistics": { "type": "object", "properties": { "memory_bytes": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "processing_time_ms": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "records": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "status": { "type": "object", @@ -84894,7 +84894,7 @@ "forecasted_jobs" ] }, - "ml._types:JobStatistics": { + "ml._types.JobStatistics": { "type": "object", "properties": { "avg": { @@ -84917,35 +84917,35 @@ "total" ] }, - "ml._types:ModelSizeStats": { + "ml._types.ModelSizeStats": { "type": "object", "properties": { "bucket_allocation_failures_count": { "type": "number" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "log_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "memory_status": { - "$ref": "#/components/schemas/ml._types:MemoryStatus" + "$ref": "#/components/schemas/ml._types.MemoryStatus" }, "model_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_bytes_exceeded": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_bytes_memory_limit": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "output_memory_allocator_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "peak_model_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "assignment_memory_basis": { "type": "string" @@ -84963,7 +84963,7 @@ "type": "number" }, "categorization_status": { - "$ref": "#/components/schemas/ml._types:CategorizationStatus" + "$ref": "#/components/schemas/ml._types.CategorizationStatus" }, "categorized_doc_count": { "type": "number" @@ -85006,32 +85006,32 @@ "total_category_count" ] }, - "ml._types:JobTimingStats": { + "ml._types.JobTimingStats": { "type": "object", "properties": { "average_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "bucket_count": { "type": "number" }, "exponential_average_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "exponential_average_bucket_processing_time_per_hour_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "total_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "maximum_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "minimum_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" } }, "required": [ @@ -85041,7 +85041,7 @@ "total_bucket_processing_time_ms" ] }, - "ml._types:Job": { + "ml._types.Job": { "type": "object", "properties": { "allow_lazy_open": { @@ -85049,32 +85049,32 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "blocked": { - "$ref": "#/components/schemas/ml._types:JobBlocked" + "$ref": "#/components/schemas/ml._types.JobBlocked" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies a period of time (in days) after which only the first snapshot per day is retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.\nValid values range from 0 to `model_snapshot_retention_days`.", "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" }, "deleting": { "description": "Indicates that the process of deleting the job is in progress but not yet completed.\nIt is only reported when `true`.", @@ -85085,7 +85085,7 @@ "type": "string" }, "finished_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "groups": { "description": "A list of job groups.\nA job can belong to no groups or many.", @@ -85095,20 +85095,20 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "description": "Reserved for future use, currently set to `anomaly_detector`.", "type": "string" }, "job_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_snapshot_retention_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies the maximum period of time (in days) that snapshots are retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.\nBy default, snapshots ten days older than the newest snapshot are deleted.", @@ -85119,7 +85119,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "description": "Advanced configuration option.\nThe period of time (in days) that results are retained.\nAge is calculated relative to the timestamp of the latest bucket result.\nIf this property has a non-null value, once per day at 00:30 (server time), results that are the specified number of days older than the latest bucket result are deleted from Elasticsearch.\nThe default value is null, which means all results are retained.\nAnnotations generated by the system also count as results for retention purposes; they are deleted after the same number of days as results.\nAnnotations added by users are retained forever.", @@ -85135,7 +85135,7 @@ "results_index_name" ] }, - "ml._types:AnalysisLimits": { + "ml._types.AnalysisLimits": { "type": "object", "properties": { "categorization_examples_limit": { @@ -85143,25 +85143,25 @@ "type": "number" }, "model_memory_limit": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } } }, - "ml._types:JobBlocked": { + "ml._types.JobBlocked": { "type": "object", "properties": { "reason": { - "$ref": "#/components/schemas/ml._types:JobBlockedReason" + "$ref": "#/components/schemas/ml._types.JobBlockedReason" }, "task_id": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" } }, "required": [ "reason" ] }, - "ml._types:JobBlockedReason": { + "ml._types.JobBlockedReason": { "type": "string", "enum": [ "delete", @@ -85169,11 +85169,11 @@ "revert" ] }, - "ml._types:CustomSettings": { + "ml._types.CustomSettings": { "description": "Custom metadata about the job", "type": "object" }, - "ml._types:DataDescription": { + "ml._types.DataDescription": { "type": "object", "properties": { "format": { @@ -85181,7 +85181,7 @@ "type": "string" }, "time_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "time_format": { "description": "The time format, which can be `epoch`, `epoch_ms`, or a custom pattern. The value `epoch` refers to UNIX or Epoch time (the number of seconds since 1 Jan 1970). The value `epoch_ms` indicates that time is measured in milliseconds since the epoch. The `epoch` and `epoch_ms` time formats accept either integer or real values. Custom patterns must conform to the Java DateTimeFormatter class. When you use date-time formatting patterns, it is recommended that you provide the full date, time and time zone. For example: `yyyy-MM-dd'T'HH:mm:ssX`. If the pattern that you specify is not sufficient to produce a complete timestamp, job creation fails.", @@ -85192,7 +85192,7 @@ } } }, - "ml._types:ModelPlotConfig": { + "ml._types.ModelPlotConfig": { "type": "object", "properties": { "annotations_enabled": { @@ -85204,11 +85204,11 @@ "type": "boolean" }, "terms": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } }, - "ml.get_memory_stats:Memory": { + "ml.get_memory_stats.Memory": { "type": "object", "properties": { "attributes": { @@ -85218,13 +85218,13 @@ } }, "jvm": { - "$ref": "#/components/schemas/ml.get_memory_stats:JvmStats" + "$ref": "#/components/schemas/ml.get_memory_stats.JvmStats" }, "mem": { - "$ref": "#/components/schemas/ml.get_memory_stats:MemStats" + "$ref": "#/components/schemas/ml.get_memory_stats.MemStats" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "roles": { "description": "Roles assigned to the node.", @@ -85234,10 +85234,10 @@ } }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -85250,25 +85250,25 @@ "ephemeral_id" ] }, - "ml.get_memory_stats:JvmStats": { + "ml.get_memory_stats.JvmStats": { "type": "object", "properties": { "heap_max": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "heap_max_in_bytes": { "description": "Maximum amount of memory, in bytes, available for use by the heap.", "type": "number" }, "java_inference": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "java_inference_in_bytes": { "description": "Amount of Java heap, in bytes, currently being used for caching inference models.", "type": "number" }, "java_inference_max": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "java_inference_max_in_bytes": { "description": "Maximum amount of Java heap, in bytes, to be used for caching inference models.", @@ -85281,25 +85281,25 @@ "java_inference_max_in_bytes" ] }, - "ml.get_memory_stats:MemStats": { + "ml.get_memory_stats.MemStats": { "type": "object", "properties": { "adjusted_total": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "adjusted_total_in_bytes": { "description": "If the amount of physical memory has been overridden using the `es.total_memory_bytes` system property\nthen this reports the overridden value in bytes. Otherwise it reports the same value as `total_in_bytes`.", "type": "number" }, "total": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_in_bytes": { "description": "Total amount of physical memory in bytes.", "type": "number" }, "ml": { - "$ref": "#/components/schemas/ml.get_memory_stats:MemMlStats" + "$ref": "#/components/schemas/ml.get_memory_stats.MemMlStats" } }, "required": [ @@ -85308,39 +85308,39 @@ "ml" ] }, - "ml.get_memory_stats:MemMlStats": { + "ml.get_memory_stats.MemMlStats": { "type": "object", "properties": { "anomaly_detectors": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "anomaly_detectors_in_bytes": { "description": "Amount of native memory, in bytes, set aside for anomaly detection jobs.", "type": "number" }, "data_frame_analytics": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "data_frame_analytics_in_bytes": { "description": "Amount of native memory, in bytes, set aside for data frame analytics jobs.", "type": "number" }, "max": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_in_bytes": { "description": "Maximum amount of native memory (separate to the JVM heap), in bytes, that may be used by machine learning native processes.", "type": "number" }, "native_code_overhead": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "native_code_overhead_in_bytes": { "description": "Amount of native memory, in bytes, set aside for loading machine learning native code shared libraries.", "type": "number" }, "native_inference": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "native_inference_in_bytes": { "description": "Amount of native memory, in bytes, set aside for trained models that have a PyTorch model_type.", @@ -85355,20 +85355,20 @@ "native_inference_in_bytes" ] }, - "ml._types:ModelSnapshotUpgrade": { + "ml._types.ModelSnapshotUpgrade": { "type": "object", "properties": { "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "state": { - "$ref": "#/components/schemas/ml._types:SnapshotUpgradeState" + "$ref": "#/components/schemas/ml._types.SnapshotUpgradeState" }, "node": { - "$ref": "#/components/schemas/ml._types:DiscoveryNode" + "$ref": "#/components/schemas/ml._types.DiscoveryNode" }, "assignment_explanation": { "type": "string" @@ -85382,7 +85382,7 @@ "assignment_explanation" ] }, - "ml._types:SnapshotUpgradeState": { + "ml._types.SnapshotUpgradeState": { "type": "string", "enum": [ "loading_old_state", @@ -85391,25 +85391,25 @@ "failed" ] }, - "ml._types:DiscoveryNode": { + "ml._types.DiscoveryNode": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml._types:DiscoveryNodeContent" + "$ref": "#/components/schemas/ml._types.DiscoveryNodeContent" }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DiscoveryNodeContent": { + "ml._types.DiscoveryNodeContent": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "external_id": { "type": "string" @@ -85427,7 +85427,7 @@ } }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "min_index_version": { "type": "number" @@ -85447,7 +85447,7 @@ "max_index_version" ] }, - "ml._types:ModelSnapshot": { + "ml._types.ModelSnapshot": { "type": "object", "properties": { "description": { @@ -85455,7 +85455,7 @@ "type": "string" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "latest_record_time_stamp": { "description": "The timestamp of the latest processed record.", @@ -85466,10 +85466,10 @@ "type": "number" }, "min_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "model_size_stats": { - "$ref": "#/components/schemas/ml._types:ModelSizeStats" + "$ref": "#/components/schemas/ml._types.ModelSizeStats" }, "retain": { "description": "If true, this snapshot will not be deleted during automatic cleanup of snapshots older than model_snapshot_retention_days. However, this snapshot will be deleted when the job is deleted. The default value is false.", @@ -85480,7 +85480,7 @@ "type": "number" }, "snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "timestamp": { "description": "The creation timestamp for the snapshot.", @@ -85496,11 +85496,11 @@ "timestamp" ] }, - "ml._types:OverallBucket": { + "ml._types.OverallBucket": { "type": "object", "properties": { "bucket_span": { - "$ref": "#/components/schemas/_types:DurationValueUnitSeconds" + "$ref": "#/components/schemas/_types.DurationValueUnitSeconds" }, "is_interim": { "description": "If true, this is an interim result. In other words, the results are calculated based on partial input data.", @@ -85510,7 +85510,7 @@ "description": "An array of objects that contain the max_anomaly_score per job_id.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:OverallBucketJob" + "$ref": "#/components/schemas/ml._types.OverallBucketJob" } }, "overall_score": { @@ -85522,10 +85522,10 @@ "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timestamp_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -85537,11 +85537,11 @@ "timestamp" ] }, - "ml._types:OverallBucketJob": { + "ml._types.OverallBucketJob": { "type": "object", "properties": { "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_anomaly_score": { "type": "number" @@ -85552,7 +85552,7 @@ "max_anomaly_score" ] }, - "ml._types:Anomaly": { + "ml._types.Anomaly": { "type": "object", "properties": { "actual": { @@ -85563,10 +85563,10 @@ } }, "anomaly_score_explanation": { - "$ref": "#/components/schemas/ml._types:AnomalyExplanation" + "$ref": "#/components/schemas/ml._types.AnomalyExplanation" }, "bucket_span": { - "$ref": "#/components/schemas/_types:DurationValueUnitSeconds" + "$ref": "#/components/schemas/_types.DurationValueUnitSeconds" }, "by_field_name": { "description": "The field used to split the data. In particular, this property is used for analyzing the splits with respect to their own history. It is used for finding unusual values in the context of the split.", @@ -85580,7 +85580,7 @@ "description": "For population analysis, an over field must be specified in the detector. This property contains an array of anomaly records that are the causes for the anomaly that has been identified for the over field. This sub-resource contains the most anomalous records for the `over_field_name`. For scalability reasons, a maximum of the 10 most significant causes of the anomaly are returned. As part of the core analytical modeling, these low-level anomaly records are aggregated for their parent over field record. The `causes` resource contains similar elements to the record resource, namely `actual`, `typical`, `geo_results.actual_point`, `geo_results.typical_point`, `*_field_name` and `*_field_value`. Probability and scores are not applicable to causes.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:AnomalyCause" + "$ref": "#/components/schemas/ml._types.AnomalyCause" } }, "detector_index": { @@ -85600,13 +85600,13 @@ "type": "string" }, "geo_results": { - "$ref": "#/components/schemas/ml._types:GeoResults" + "$ref": "#/components/schemas/ml._types.GeoResults" }, "influencers": { "description": "If influencers were specified in the detector configuration, this array contains influencers that contributed to or were to blame for an anomaly.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Influence" + "$ref": "#/components/schemas/ml._types.Influence" } }, "initial_record_score": { @@ -85650,7 +85650,7 @@ "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "typical": { "description": "The typical value for the bucket, according to analytical modeling.", @@ -85672,7 +85672,7 @@ "timestamp" ] }, - "ml._types:AnomalyExplanation": { + "ml._types.AnomalyExplanation": { "type": "object", "properties": { "anomaly_characteristics_impact": { @@ -85717,7 +85717,7 @@ } } }, - "ml._types:AnomalyCause": { + "ml._types.AnomalyCause": { "type": "object", "properties": { "actual": { @@ -85727,7 +85727,7 @@ } }, "by_field_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "by_field_value": { "type": "string" @@ -85736,7 +85736,7 @@ "type": "string" }, "field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "function": { "type": "string" @@ -85745,16 +85745,16 @@ "type": "string" }, "geo_results": { - "$ref": "#/components/schemas/ml._types:GeoResults" + "$ref": "#/components/schemas/ml._types.GeoResults" }, "influencers": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Influence" + "$ref": "#/components/schemas/ml._types.Influence" } }, "over_field_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "over_field_value": { "type": "string" @@ -85779,7 +85779,7 @@ "probability" ] }, - "ml._types:GeoResults": { + "ml._types.GeoResults": { "type": "object", "properties": { "actual_point": { @@ -85792,7 +85792,7 @@ } } }, - "ml._types:Influence": { + "ml._types.Influence": { "type": "object", "properties": { "influencer_field_name": { @@ -85810,7 +85810,7 @@ "influencer_field_values" ] }, - "ml._types:Include": { + "ml._types.Include": { "type": "string", "enum": [ "definition", @@ -85820,14 +85820,14 @@ "definition_status" ] }, - "ml._types:TrainedModelConfig": { + "ml._types.TrainedModelConfig": { "type": "object", "properties": { "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_type": { - "$ref": "#/components/schemas/ml._types:TrainedModelType" + "$ref": "#/components/schemas/ml._types.TrainedModelType" }, "tags": { "description": "A comma delimited string of tags. A trained model can have many tags, or none.", @@ -85837,7 +85837,7 @@ } }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "compressed_definition": { "type": "string" @@ -85847,7 +85847,7 @@ "type": "string" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "default_field_map": { "description": "Any field map described in the inference configuration takes precedence.", @@ -85873,32 +85873,32 @@ "type": "boolean" }, "inference_config": { - "$ref": "#/components/schemas/ml._types:InferenceConfigCreateContainer" + "$ref": "#/components/schemas/ml._types.InferenceConfigCreateContainer" }, "input": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfigInput" + "$ref": "#/components/schemas/ml._types.TrainedModelConfigInput" }, "license_level": { "description": "The license level of the trained model.", "type": "string" }, "metadata": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfigMetadata" + "$ref": "#/components/schemas/ml._types.TrainedModelConfigMetadata" }, "model_size_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_package": { - "$ref": "#/components/schemas/ml._types:ModelPackageConfig" + "$ref": "#/components/schemas/ml._types.ModelPackageConfig" }, "location": { - "$ref": "#/components/schemas/ml._types:TrainedModelLocation" + "$ref": "#/components/schemas/ml._types.TrainedModelLocation" }, "platform_architecture": { "type": "string" }, "prefix_strings": { - "$ref": "#/components/schemas/ml._types:TrainedModelPrefixStrings" + "$ref": "#/components/schemas/ml._types.TrainedModelPrefixStrings" } }, "required": [ @@ -85907,7 +85907,7 @@ "input" ] }, - "ml._types:TrainedModelType": { + "ml._types.TrainedModelType": { "type": "string", "enum": [ "tree_ensemble", @@ -85915,48 +85915,48 @@ "pytorch" ] }, - "ml._types:InferenceConfigCreateContainer": { + "ml._types.InferenceConfigCreateContainer": { "description": "Inference configuration provided when storing the model config", "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ml._types:RegressionInferenceOptions" + "$ref": "#/components/schemas/ml._types.RegressionInferenceOptions" }, "classification": { - "$ref": "#/components/schemas/ml._types:ClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ClassificationInferenceOptions" }, "text_classification": { - "$ref": "#/components/schemas/ml._types:TextClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.TextClassificationInferenceOptions" }, "zero_shot_classification": { - "$ref": "#/components/schemas/ml._types:ZeroShotClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ZeroShotClassificationInferenceOptions" }, "fill_mask": { - "$ref": "#/components/schemas/ml._types:FillMaskInferenceOptions" + "$ref": "#/components/schemas/ml._types.FillMaskInferenceOptions" }, "learning_to_rank": { - "$ref": "#/components/schemas/ml._types:LearningToRankConfig" + "$ref": "#/components/schemas/ml._types.LearningToRankConfig" }, "ner": { - "$ref": "#/components/schemas/ml._types:NerInferenceOptions" + "$ref": "#/components/schemas/ml._types.NerInferenceOptions" }, "pass_through": { - "$ref": "#/components/schemas/ml._types:PassThroughInferenceOptions" + "$ref": "#/components/schemas/ml._types.PassThroughInferenceOptions" }, "text_embedding": { - "$ref": "#/components/schemas/ml._types:TextEmbeddingInferenceOptions" + "$ref": "#/components/schemas/ml._types.TextEmbeddingInferenceOptions" }, "text_expansion": { - "$ref": "#/components/schemas/ml._types:TextExpansionInferenceOptions" + "$ref": "#/components/schemas/ml._types.TextExpansionInferenceOptions" }, "question_answering": { - "$ref": "#/components/schemas/ml._types:QuestionAnsweringInferenceOptions" + "$ref": "#/components/schemas/ml._types.QuestionAnsweringInferenceOptions" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:TextClassificationInferenceOptions": { + "ml._types.TextClassificationInferenceOptions": { "type": "object", "properties": { "num_top_classes": { @@ -85964,7 +85964,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -85978,44 +85978,44 @@ } }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } } }, - "ml._types:TokenizationConfigContainer": { + "ml._types.TokenizationConfigContainer": { "description": "Tokenization options stored in inference configuration", "type": "object", "properties": { "bert": { - "$ref": "#/components/schemas/ml._types:NlpBertTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpBertTokenizationConfig" }, "bert_ja": { - "$ref": "#/components/schemas/ml._types:NlpBertTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpBertTokenizationConfig" }, "mpnet": { - "$ref": "#/components/schemas/ml._types:NlpBertTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpBertTokenizationConfig" }, "roberta": { - "$ref": "#/components/schemas/ml._types:NlpRobertaTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpRobertaTokenizationConfig" }, "xlm_roberta": { - "$ref": "#/components/schemas/ml._types:XlmRobertaTokenizationConfig" + "$ref": "#/components/schemas/ml._types.XlmRobertaTokenizationConfig" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:NlpBertTokenizationConfig": { + "ml._types.NlpBertTokenizationConfig": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:CommonTokenizationConfig" + "$ref": "#/components/schemas/ml._types.CommonTokenizationConfig" }, { "type": "object" } ] }, - "ml._types:CommonTokenizationConfig": { + "ml._types.CommonTokenizationConfig": { "type": "object", "properties": { "do_lower_case": { @@ -86031,7 +86031,7 @@ "type": "number" }, "truncate": { - "$ref": "#/components/schemas/ml._types:TokenizationTruncate" + "$ref": "#/components/schemas/ml._types.TokenizationTruncate" }, "with_special_tokens": { "description": "Is tokenization completed with special tokens", @@ -86039,7 +86039,7 @@ } } }, - "ml._types:TokenizationTruncate": { + "ml._types.TokenizationTruncate": { "type": "string", "enum": [ "first", @@ -86047,10 +86047,10 @@ "none" ] }, - "ml._types:NlpRobertaTokenizationConfig": { + "ml._types.NlpRobertaTokenizationConfig": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:CommonTokenizationConfig" + "$ref": "#/components/schemas/ml._types.CommonTokenizationConfig" }, { "type": "object", @@ -86063,32 +86063,32 @@ } ] }, - "ml._types:XlmRobertaTokenizationConfig": { + "ml._types.XlmRobertaTokenizationConfig": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:CommonTokenizationConfig" + "$ref": "#/components/schemas/ml._types.CommonTokenizationConfig" }, { "type": "object" } ] }, - "ml._types:Vocabulary": { + "ml._types.Vocabulary": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "index" ] }, - "ml._types:ZeroShotClassificationInferenceOptions": { + "ml._types.ZeroShotClassificationInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "hypothesis_template": { "description": "Hypothesis template used when tokenizing labels for prediction", @@ -86121,7 +86121,7 @@ "classification_labels" ] }, - "ml._types:FillMaskInferenceOptions": { + "ml._types.FillMaskInferenceOptions": { "type": "object", "properties": { "mask_token": { @@ -86133,21 +86133,21 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } }, "required": [ "vocabulary" ] }, - "ml._types:LearningToRankConfig": { + "ml._types.LearningToRankConfig": { "type": "object", "properties": { "default_params": { @@ -86161,7 +86161,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml._types:FeatureExtractor" + "$ref": "#/components/schemas/ml._types.FeatureExtractor" } } }, @@ -86173,14 +86173,14 @@ "num_top_feature_importance_values" ] }, - "ml._types:FeatureExtractor": { + "ml._types.FeatureExtractor": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:QueryFeatureExtractor" + "$ref": "#/components/schemas/ml._types.QueryFeatureExtractor" } ] }, - "ml._types:QueryFeatureExtractor": { + "ml._types.QueryFeatureExtractor": { "type": "object", "properties": { "default_score": { @@ -86190,7 +86190,7 @@ "type": "string" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -86198,11 +86198,11 @@ "query" ] }, - "ml._types:NerInferenceOptions": { + "ml._types.NerInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86216,26 +86216,26 @@ } }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } } }, - "ml._types:PassThroughInferenceOptions": { + "ml._types.PassThroughInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } } }, - "ml._types:TextEmbeddingInferenceOptions": { + "ml._types.TextEmbeddingInferenceOptions": { "type": "object", "properties": { "embedding_size": { @@ -86243,39 +86243,39 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } }, "required": [ "vocabulary" ] }, - "ml._types:TextExpansionInferenceOptions": { + "ml._types.TextExpansionInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } }, "required": [ "vocabulary" ] }, - "ml._types:QuestionAnsweringInferenceOptions": { + "ml._types.QuestionAnsweringInferenceOptions": { "type": "object", "properties": { "num_top_classes": { @@ -86283,7 +86283,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86295,14 +86295,14 @@ } } }, - "ml._types:TrainedModelConfigInput": { + "ml._types.TrainedModelConfigInput": { "type": "object", "properties": { "field_names": { "description": "An array of input field names for the model.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } }, @@ -86310,7 +86310,7 @@ "field_names" ] }, - "ml._types:TrainedModelConfigMetadata": { + "ml._types.TrainedModelConfigMetadata": { "type": "object", "properties": { "model_aliases": { @@ -86330,19 +86330,19 @@ "description": "List of the available hyperparameters optimized during the fine_parameter_tuning phase as well as specified by the user.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Hyperparameter" + "$ref": "#/components/schemas/ml._types.Hyperparameter" } }, "total_feature_importance": { "description": "An array of the total feature importance for each feature used from the training data set. This array of objects is returned if data frame analytics trained the model and the request includes total_feature_importance in the include request parameter.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportance" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportance" } } } }, - "ml._types:Hyperparameter": { + "ml._types.Hyperparameter": { "type": "object", "properties": { "absolute_importance": { @@ -86350,7 +86350,7 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "relative_importance": { "description": "A number between 0 and 1 showing the proportion of influence on the variation of the loss function among all tuned hyperparameters. For hyperparameters with values that are not specified by the user but tuned during hyperparameter optimization.", @@ -86371,24 +86371,24 @@ "value" ] }, - "ml._types:TotalFeatureImportance": { + "ml._types.TotalFeatureImportance": { "type": "object", "properties": { "feature_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "importance": { "description": "A collection of feature importance statistics related to the training data set for this particular feature.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportanceStatistics" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportanceStatistics" } }, "classes": { "description": "If the trained model is a classification model, feature importance statistics are gathered per target class value.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportanceClass" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportanceClass" } } }, @@ -86398,7 +86398,7 @@ "classes" ] }, - "ml._types:TotalFeatureImportanceStatistics": { + "ml._types.TotalFeatureImportanceStatistics": { "type": "object", "properties": { "mean_magnitude": { @@ -86420,17 +86420,17 @@ "min" ] }, - "ml._types:TotalFeatureImportanceClass": { + "ml._types.TotalFeatureImportanceClass": { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "importance": { "description": "A collection of feature importance statistics related to the training data set for this particular feature.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportanceStatistics" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportanceStatistics" } } }, @@ -86439,11 +86439,11 @@ "importance" ] }, - "ml._types:ModelPackageConfig": { + "ml._types.ModelPackageConfig": { "type": "object", "properties": { "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "description": { "type": "string" @@ -86455,7 +86455,7 @@ } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "minimum_version": { "type": "string" @@ -86467,16 +86467,16 @@ "type": "string" }, "packaged_model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "platform_architecture": { "type": "string" }, "prefix_strings": { - "$ref": "#/components/schemas/ml._types:TrainedModelPrefixStrings" + "$ref": "#/components/schemas/ml._types.TrainedModelPrefixStrings" }, "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "sha256": { "type": "string" @@ -86495,7 +86495,7 @@ "packaged_model_id" ] }, - "ml._types:TrainedModelPrefixStrings": { + "ml._types.TrainedModelPrefixStrings": { "type": "object", "properties": { "ingest": { @@ -86508,36 +86508,36 @@ } } }, - "ml._types:TrainedModelLocation": { + "ml._types.TrainedModelLocation": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/ml._types:TrainedModelLocationIndex" + "$ref": "#/components/schemas/ml._types.TrainedModelLocationIndex" } }, "required": [ "index" ] }, - "ml._types:TrainedModelLocationIndex": { + "ml._types.TrainedModelLocationIndex": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "name" ] }, - "ml._types:TrainedModelStats": { + "ml._types.TrainedModelStats": { "type": "object", "properties": { "deployment_stats": { - "$ref": "#/components/schemas/ml._types:TrainedModelDeploymentStats" + "$ref": "#/components/schemas/ml._types.TrainedModelDeploymentStats" }, "inference_stats": { - "$ref": "#/components/schemas/ml._types:TrainedModelInferenceStats" + "$ref": "#/components/schemas/ml._types.TrainedModelInferenceStats" }, "ingest": { "description": "A collection of ingest stats for the model across all nodes.\nThe values are summations of the individual node statistics.\nThe format matches the ingest section in the nodes stats API.", @@ -86547,10 +86547,10 @@ } }, "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_size_stats": { - "$ref": "#/components/schemas/ml._types:TrainedModelSizeStats" + "$ref": "#/components/schemas/ml._types.TrainedModelSizeStats" }, "pipeline_count": { "description": "The number of ingest pipelines that currently refer to the model.", @@ -86563,20 +86563,20 @@ "pipeline_count" ] }, - "ml._types:TrainedModelDeploymentStats": { + "ml._types.TrainedModelDeploymentStats": { "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" }, "allocation_status": { - "$ref": "#/components/schemas/ml._types:TrainedModelDeploymentAllocationStatus" + "$ref": "#/components/schemas/ml._types.TrainedModelDeploymentAllocationStatus" }, "cache_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "deployment_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "error_count": { "description": "The sum of `error_count` for all nodes in the deployment.", @@ -86587,13 +86587,13 @@ "type": "number" }, "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "nodes": { "description": "The deployment stats for each node that currently has the model allocated.\nIn serverless, stats are reported for a single unnamed virtual node.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelDeploymentNodesStats" + "$ref": "#/components/schemas/ml._types.TrainedModelDeploymentNodesStats" } }, "number_of_allocations": { @@ -86604,7 +86604,7 @@ "type": "number" }, "priority": { - "$ref": "#/components/schemas/ml._types:TrainingPriority" + "$ref": "#/components/schemas/ml._types.TrainingPriority" }, "queue_capacity": { "description": "The number of inference requests that can be queued before new requests are rejected.", @@ -86619,10 +86619,10 @@ "type": "string" }, "start_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "state": { - "$ref": "#/components/schemas/ml._types:DeploymentAssignmentState" + "$ref": "#/components/schemas/ml._types.DeploymentAssignmentState" }, "threads_per_allocation": { "description": "The number of threads used be each allocation during inference.", @@ -86642,7 +86642,7 @@ "start_time" ] }, - "ml._types:AdaptiveAllocationsSettings": { + "ml._types.AdaptiveAllocationsSettings": { "type": "object", "properties": { "enabled": { @@ -86662,7 +86662,7 @@ "enabled" ] }, - "ml._types:TrainedModelDeploymentAllocationStatus": { + "ml._types.TrainedModelDeploymentAllocationStatus": { "type": "object", "properties": { "allocation_count": { @@ -86670,7 +86670,7 @@ "type": "number" }, "state": { - "$ref": "#/components/schemas/ml._types:DeploymentAllocationState" + "$ref": "#/components/schemas/ml._types.DeploymentAllocationState" }, "target_allocation_count": { "description": "The desired number of nodes for model allocation.", @@ -86683,7 +86683,7 @@ "target_allocation_count" ] }, - "ml._types:DeploymentAllocationState": { + "ml._types.DeploymentAllocationState": { "type": "string", "enum": [ "started", @@ -86691,17 +86691,17 @@ "fully_allocated" ] }, - "ml._types:TrainedModelDeploymentNodesStats": { + "ml._types.TrainedModelDeploymentNodesStats": { "type": "object", "properties": { "average_inference_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "average_inference_time_ms_last_minute": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "average_inference_time_ms_excluding_cache_hits": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "error_count": { "description": "The number of errors when evaluating the trained model.", @@ -86718,10 +86718,10 @@ "type": "number" }, "last_access": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "node": { - "$ref": "#/components/schemas/ml._types:DiscoveryNode" + "$ref": "#/components/schemas/ml._types.DiscoveryNode" }, "number_of_allocations": { "description": "The number of allocations assigned to this node.", @@ -86739,10 +86739,10 @@ "type": "number" }, "routing_state": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignmentRoutingStateAndReason" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignmentRoutingStateAndReason" }, "start_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "threads_per_allocation": { "description": "The number of threads used by each allocation during inference.", @@ -86762,7 +86762,7 @@ "throughput_last_minute" ] }, - "ml._types:TrainedModelAssignmentRoutingStateAndReason": { + "ml._types.TrainedModelAssignmentRoutingStateAndReason": { "type": "object", "properties": { "reason": { @@ -86770,14 +86770,14 @@ "type": "string" }, "routing_state": { - "$ref": "#/components/schemas/ml._types:RoutingState" + "$ref": "#/components/schemas/ml._types.RoutingState" } }, "required": [ "routing_state" ] }, - "ml._types:RoutingState": { + "ml._types.RoutingState": { "type": "string", "enum": [ "failed", @@ -86787,14 +86787,14 @@ "stopping" ] }, - "ml._types:TrainingPriority": { + "ml._types.TrainingPriority": { "type": "string", "enum": [ "normal", "low" ] }, - "ml._types:DeploymentAssignmentState": { + "ml._types.DeploymentAssignmentState": { "type": "string", "enum": [ "started", @@ -86803,7 +86803,7 @@ "failed" ] }, - "ml._types:TrainedModelInferenceStats": { + "ml._types.TrainedModelInferenceStats": { "type": "object", "properties": { "cache_miss_count": { @@ -86823,7 +86823,7 @@ "type": "number" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -86834,14 +86834,14 @@ "timestamp" ] }, - "ml._types:TrainedModelSizeStats": { + "ml._types.TrainedModelSizeStats": { "type": "object", "properties": { "model_size_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "required_native_memory_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } }, "required": [ @@ -86849,44 +86849,44 @@ "required_native_memory_bytes" ] }, - "ml._types:InferenceConfigUpdateContainer": { + "ml._types.InferenceConfigUpdateContainer": { "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ml._types:RegressionInferenceOptions" + "$ref": "#/components/schemas/ml._types.RegressionInferenceOptions" }, "classification": { - "$ref": "#/components/schemas/ml._types:ClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ClassificationInferenceOptions" }, "text_classification": { - "$ref": "#/components/schemas/ml._types:TextClassificationInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.TextClassificationInferenceUpdateOptions" }, "zero_shot_classification": { - "$ref": "#/components/schemas/ml._types:ZeroShotClassificationInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.ZeroShotClassificationInferenceUpdateOptions" }, "fill_mask": { - "$ref": "#/components/schemas/ml._types:FillMaskInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.FillMaskInferenceUpdateOptions" }, "ner": { - "$ref": "#/components/schemas/ml._types:NerInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.NerInferenceUpdateOptions" }, "pass_through": { - "$ref": "#/components/schemas/ml._types:PassThroughInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.PassThroughInferenceUpdateOptions" }, "text_embedding": { - "$ref": "#/components/schemas/ml._types:TextEmbeddingInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.TextEmbeddingInferenceUpdateOptions" }, "text_expansion": { - "$ref": "#/components/schemas/ml._types:TextExpansionInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.TextExpansionInferenceUpdateOptions" }, "question_answering": { - "$ref": "#/components/schemas/ml._types:QuestionAnsweringInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.QuestionAnsweringInferenceUpdateOptions" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:TextClassificationInferenceUpdateOptions": { + "ml._types.TextClassificationInferenceUpdateOptions": { "type": "object", "properties": { "num_top_classes": { @@ -86894,7 +86894,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86909,11 +86909,11 @@ } } }, - "ml._types:NlpTokenizationUpdateOptions": { + "ml._types.NlpTokenizationUpdateOptions": { "type": "object", "properties": { "truncate": { - "$ref": "#/components/schemas/ml._types:TokenizationTruncate" + "$ref": "#/components/schemas/ml._types.TokenizationTruncate" }, "span": { "description": "Span options to apply", @@ -86921,11 +86921,11 @@ } } }, - "ml._types:ZeroShotClassificationInferenceUpdateOptions": { + "ml._types.ZeroShotClassificationInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86947,7 +86947,7 @@ "labels" ] }, - "ml._types:FillMaskInferenceUpdateOptions": { + "ml._types.FillMaskInferenceUpdateOptions": { "type": "object", "properties": { "num_top_classes": { @@ -86955,7 +86955,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86963,11 +86963,11 @@ } } }, - "ml._types:NerInferenceUpdateOptions": { + "ml._types.NerInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86975,11 +86975,11 @@ } } }, - "ml._types:PassThroughInferenceUpdateOptions": { + "ml._types.PassThroughInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86987,11 +86987,11 @@ } } }, - "ml._types:TextEmbeddingInferenceUpdateOptions": { + "ml._types.TextEmbeddingInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86999,11 +86999,11 @@ } } }, - "ml._types:TextExpansionInferenceUpdateOptions": { + "ml._types.TextExpansionInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -87011,7 +87011,7 @@ } } }, - "ml._types:QuestionAnsweringInferenceUpdateOptions": { + "ml._types.QuestionAnsweringInferenceUpdateOptions": { "type": "object", "properties": { "question": { @@ -87023,7 +87023,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -87038,14 +87038,14 @@ "question" ] }, - "ml._types:InferenceResponseResult": { + "ml._types.InferenceResponseResult": { "type": "object", "properties": { "entities": { "description": "If the model is trained for named entity recognition (NER) tasks, the response contains the recognized entities.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelEntities" + "$ref": "#/components/schemas/ml._types.TrainedModelEntities" } }, "is_truncated": { @@ -87056,12 +87056,12 @@ "description": "If the model is trained for a text classification or zero shot classification task, the response is the\npredicted class.\nFor named entity recognition (NER) tasks, it contains the annotated text output.\nFor fill mask tasks, it contains the top prediction for replacing the mask token.\nFor text embedding tasks, it contains the raw numerical text embedding values.\nFor regression models, its a numerical value\nFor classification models, it may be an integer, double, boolean or string depending on prediction type", "oneOf": [ { - "$ref": "#/components/schemas/ml._types:PredictedValue" + "$ref": "#/components/schemas/ml._types.PredictedValue" }, { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:PredictedValue" + "$ref": "#/components/schemas/ml._types.PredictedValue" } } ] @@ -87082,7 +87082,7 @@ "description": "For fill mask, text classification, and zero shot classification tasks, the response contains a list of top\nclass entries.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TopClassEntry" + "$ref": "#/components/schemas/ml._types.TopClassEntry" } }, "warning": { @@ -87093,12 +87093,12 @@ "description": "The feature importance for the inference results. Relevant only for classification or regression models", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelInferenceFeatureImportance" + "$ref": "#/components/schemas/ml._types.TrainedModelInferenceFeatureImportance" } } } }, - "ml._types:TrainedModelEntities": { + "ml._types.TrainedModelEntities": { "type": "object", "properties": { "class_name": { @@ -87125,20 +87125,20 @@ "end_pos" ] }, - "ml._types:PredictedValue": { + "ml._types.PredictedValue": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } } ] }, - "ml._types:TopClassEntry": { + "ml._types.TopClassEntry": { "type": "object", "properties": { "class_name": { @@ -87157,7 +87157,7 @@ "class_score" ] }, - "ml._types:TrainedModelInferenceFeatureImportance": { + "ml._types.TrainedModelInferenceFeatureImportance": { "type": "object", "properties": { "feature_name": { @@ -87169,7 +87169,7 @@ "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelInferenceClassImportance" + "$ref": "#/components/schemas/ml._types.TrainedModelInferenceClassImportance" } } }, @@ -87177,7 +87177,7 @@ "feature_name" ] }, - "ml._types:TrainedModelInferenceClassImportance": { + "ml._types.TrainedModelInferenceClassImportance": { "type": "object", "properties": { "class_name": { @@ -87192,14 +87192,14 @@ "importance" ] }, - "ml.info:Defaults": { + "ml.info.Defaults": { "type": "object", "properties": { "anomaly_detectors": { - "$ref": "#/components/schemas/ml.info:AnomalyDetectors" + "$ref": "#/components/schemas/ml.info.AnomalyDetectors" }, "datafeeds": { - "$ref": "#/components/schemas/ml.info:Datafeeds" + "$ref": "#/components/schemas/ml.info.Datafeeds" } }, "required": [ @@ -87207,11 +87207,11 @@ "datafeeds" ] }, - "ml.info:AnomalyDetectors": { + "ml.info.AnomalyDetectors": { "type": "object", "properties": { "categorization_analyzer": { - "$ref": "#/components/schemas/ml._types:CategorizationAnalyzer" + "$ref": "#/components/schemas/ml._types.CategorizationAnalyzer" }, "categorization_examples_limit": { "type": "number" @@ -87234,7 +87234,7 @@ "daily_model_snapshot_retention_after_days" ] }, - "ml.info:Datafeeds": { + "ml.info.Datafeeds": { "type": "object", "properties": { "scroll_size": { @@ -87245,7 +87245,7 @@ "scroll_size" ] }, - "ml.info:Limits": { + "ml.info.Limits": { "type": "object", "properties": { "max_single_ml_node_processors": { @@ -87255,27 +87255,27 @@ "type": "number" }, "max_model_memory_limit": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "effective_max_model_memory_limit": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_ml_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } }, "required": [ "total_ml_memory" ] }, - "ml.info:NativeCode": { + "ml.info.NativeCode": { "type": "object", "properties": { "build_hash": { "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -87283,14 +87283,14 @@ "version" ] }, - "ml.preview_data_frame_analytics:DataframePreviewConfig": { + "ml.preview_data_frame_analytics.DataframePreviewConfig": { "type": "object", "properties": { "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "model_memory_limit": { "type": "string" @@ -87299,7 +87299,7 @@ "type": "number" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" } }, "required": [ @@ -87307,55 +87307,55 @@ "analysis" ] }, - "ml._types:DatafeedConfig": { + "ml._types.DatafeedConfig": { "type": "object", "properties": { "aggregations": { "description": "If set, the datafeed performs aggregation searches. Support for aggregations is limited and should be used only with low cardinality data.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "description": "If a real-time datafeed has never seen any data (including during any initial training period) then it will automatically stop itself and close its associated job after this many real-time searches that return no documents. In other words, it will stop after `frequency` times `max_empty_searches` of real-time operation. If not set then a datafeed with no end time that sees no data will remain started until it is explicitly stopped.", "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "description": "Specifies scripts that evaluate custom expressions and returns script fields to the datafeed. The detector configuration objects in a job can contain functions that use these script fields.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -87364,7 +87364,7 @@ } } }, - "ml._types:JobConfig": { + "ml._types.JobConfig": { "type": "object", "properties": { "allow_lazy_open": { @@ -87372,26 +87372,26 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies a period of time (in days) after which only the first snapshot per day is retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.", "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:DatafeedConfig" + "$ref": "#/components/schemas/ml._types.DatafeedConfig" }, "description": { "description": "A description of the job.", @@ -87405,14 +87405,14 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "description": "Reserved for future use, currently set to `anomaly_detector`.", "type": "string" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_retention_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies the maximum period of time (in days) that snapshots are retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.\nThe default value is `10`, which means snapshots ten days older than the newest snapshot are deleted.", @@ -87423,7 +87423,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "description": "Advanced configuration option.\nThe period of time (in days) that results are retained.\nAge is calculated relative to the timestamp of the latest bucket result.\nIf this property has a non-null value, once per day at 00:30 (server time), results that are the specified number of days older than the latest bucket result are deleted from Elasticsearch.\nThe default value is null, which means all results are retained.\nAnnotations generated by the system also count as results for retention purposes; they are deleted after the same number of days as results.\nAnnotations added by users are retained forever.", @@ -87435,7 +87435,7 @@ "data_description" ] }, - "_types:HttpHeaders": { + "_types.HttpHeaders": { "type": "object", "additionalProperties": { "oneOf": [ @@ -87451,17 +87451,17 @@ ] } }, - "ml._types:AnalysisConfigRead": { + "ml._types.AnalysisConfigRead": { "type": "object", "properties": { "bucket_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "categorization_analyzer": { - "$ref": "#/components/schemas/ml._types:CategorizationAnalyzer" + "$ref": "#/components/schemas/ml._types.CategorizationAnalyzer" }, "categorization_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "categorization_filters": { "description": "If `categorization_field_name` is specified, you can also define optional filters.\nThis property expects an array of regular expressions.\nThe expressions are used to filter out matching sequences from the categorization field values.", @@ -87474,31 +87474,31 @@ "description": "An array of detector configuration objects.\nDetector configuration objects specify which data fields a job analyzes.\nThey also specify which analytical functions are used.\nYou can specify multiple detectors for a job.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectorRead" + "$ref": "#/components/schemas/ml._types.DetectorRead" } }, "influencers": { "description": "A comma separated list of influencer field names.\nTypically these can be the by, over, or partition fields that are used in the detector configuration.\nYou might also want to use a field name that is not specifically named in a detector, but is available as part of the input data.\nWhen you use multiple detectors, the use of influencers is recommended as it aggregates results for each influencer entity.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "model_prune_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "latency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "multivariate_by_fields": { "description": "This functionality is reserved for internal use.\nIt is not supported for use in customer environments and is not subject to the support SLA of official GA features.\nIf set to `true`, the analysis will automatically find correlations between metrics for a given by field value and report anomalies when those correlations cease to hold.", "type": "boolean" }, "per_partition_categorization": { - "$ref": "#/components/schemas/ml._types:PerPartitionCategorization" + "$ref": "#/components/schemas/ml._types.PerPartitionCategorization" }, "summary_count_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -87507,17 +87507,17 @@ "influencers" ] }, - "ml._types:DetectorRead": { + "ml._types.DetectorRead": { "type": "object", "properties": { "by_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "custom_rules": { "description": "An array of custom rule objects, which enable you to customize the way detectors operate.\nFor example, a rule may dictate to the detector conditions under which results should be skipped.\nKibana refers to custom rules as job rules.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectionRule" + "$ref": "#/components/schemas/ml._types.DetectionRule" } }, "detector_description": { @@ -87529,20 +87529,20 @@ "type": "number" }, "exclude_frequent": { - "$ref": "#/components/schemas/ml._types:ExcludeFrequent" + "$ref": "#/components/schemas/ml._types.ExcludeFrequent" }, "field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "function": { "description": "The analysis function that is used.\nFor example, `count`, `rare`, `mean`, `min`, `max`, and `sum`.", "type": "string" }, "over_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "partition_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "use_null": { "description": "Defines whether a new series is used as the null series when there is no value for the by or partition fields.", @@ -87553,41 +87553,41 @@ "function" ] }, - "ml.put_trained_model:Definition": { + "ml.put_trained_model.Definition": { "type": "object", "properties": { "preprocessors": { "description": "Collection of preprocessors", "type": "array", "items": { - "$ref": "#/components/schemas/ml.put_trained_model:Preprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.Preprocessor" } }, "trained_model": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModel" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModel" } }, "required": [ "trained_model" ] }, - "ml.put_trained_model:Preprocessor": { + "ml.put_trained_model.Preprocessor": { "type": "object", "properties": { "frequency_encoding": { - "$ref": "#/components/schemas/ml.put_trained_model:FrequencyEncodingPreprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.FrequencyEncodingPreprocessor" }, "one_hot_encoding": { - "$ref": "#/components/schemas/ml.put_trained_model:OneHotEncodingPreprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.OneHotEncodingPreprocessor" }, "target_mean_encoding": { - "$ref": "#/components/schemas/ml.put_trained_model:TargetMeanEncodingPreprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.TargetMeanEncodingPreprocessor" } }, "minProperties": 1, "maxProperties": 1 }, - "ml.put_trained_model:FrequencyEncodingPreprocessor": { + "ml.put_trained_model.FrequencyEncodingPreprocessor": { "type": "object", "properties": { "field": { @@ -87609,7 +87609,7 @@ "frequency_map" ] }, - "ml.put_trained_model:OneHotEncodingPreprocessor": { + "ml.put_trained_model.OneHotEncodingPreprocessor": { "type": "object", "properties": { "field": { @@ -87627,7 +87627,7 @@ "hot_map" ] }, - "ml.put_trained_model:TargetMeanEncodingPreprocessor": { + "ml.put_trained_model.TargetMeanEncodingPreprocessor": { "type": "object", "properties": { "field": { @@ -87653,21 +87653,21 @@ "default_value" ] }, - "ml.put_trained_model:TrainedModel": { + "ml.put_trained_model.TrainedModel": { "type": "object", "properties": { "tree": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModelTree" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModelTree" }, "tree_node": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModelTreeNode" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModelTreeNode" }, "ensemble": { - "$ref": "#/components/schemas/ml.put_trained_model:Ensemble" + "$ref": "#/components/schemas/ml.put_trained_model.Ensemble" } } }, - "ml.put_trained_model:TrainedModelTree": { + "ml.put_trained_model.TrainedModelTree": { "type": "object", "properties": { "classification_labels": { @@ -87688,7 +87688,7 @@ "tree_structure": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModelTreeNode" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModelTreeNode" } } }, @@ -87697,7 +87697,7 @@ "tree_structure" ] }, - "ml.put_trained_model:TrainedModelTreeNode": { + "ml.put_trained_model.TrainedModelTreeNode": { "type": "object", "properties": { "decision_type": { @@ -87732,11 +87732,11 @@ "node_index" ] }, - "ml.put_trained_model:Ensemble": { + "ml.put_trained_model.Ensemble": { "type": "object", "properties": { "aggregate_output": { - "$ref": "#/components/schemas/ml.put_trained_model:AggregateOutput" + "$ref": "#/components/schemas/ml.put_trained_model.AggregateOutput" }, "classification_labels": { "type": "array", @@ -87756,7 +87756,7 @@ "trained_models": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModel" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModel" } } }, @@ -87764,24 +87764,24 @@ "trained_models" ] }, - "ml.put_trained_model:AggregateOutput": { + "ml.put_trained_model.AggregateOutput": { "type": "object", "properties": { "logistic_regression": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" }, "weighted_sum": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" }, "weighted_mode": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" }, "exponent": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" } } }, - "ml.put_trained_model:Weights": { + "ml.put_trained_model.Weights": { "type": "object", "properties": { "weights": { @@ -87792,24 +87792,24 @@ "weights" ] }, - "ml.put_trained_model:Input": { + "ml.put_trained_model.Input": { "type": "object", "properties": { "field_names": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" } }, "required": [ "field_names" ] }, - "ml._types:TrainedModelAssignment": { + "ml._types.TrainedModelAssignment": { "type": "object", "properties": { "adaptive_allocations": { "oneOf": [ { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" }, { "nullable": true, @@ -87818,7 +87818,7 @@ ] }, "assignment_state": { - "$ref": "#/components/schemas/ml._types:DeploymentAssignmentState" + "$ref": "#/components/schemas/ml._types.DeploymentAssignmentState" }, "max_assigned_allocations": { "type": "number" @@ -87830,14 +87830,14 @@ "description": "The allocation state for each node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignmentRoutingTable" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignmentRoutingTable" } }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "task_parameters": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignmentTaskParameters" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignmentTaskParameters" } }, "required": [ @@ -87847,7 +87847,7 @@ "task_parameters" ] }, - "ml._types:TrainedModelAssignmentRoutingTable": { + "ml._types.TrainedModelAssignmentRoutingTable": { "type": "object", "properties": { "reason": { @@ -87855,7 +87855,7 @@ "type": "string" }, "routing_state": { - "$ref": "#/components/schemas/ml._types:RoutingState" + "$ref": "#/components/schemas/ml._types.RoutingState" }, "current_allocations": { "description": "Current number of allocations.", @@ -87872,33 +87872,33 @@ "target_allocations" ] }, - "ml._types:TrainedModelAssignmentTaskParameters": { + "ml._types.TrainedModelAssignmentTaskParameters": { "type": "object", "properties": { "model_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "deployment_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "cache_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "number_of_allocations": { "description": "The total number of allocations this model is assigned across ML nodes.", "type": "number" }, "priority": { - "$ref": "#/components/schemas/ml._types:TrainingPriority" + "$ref": "#/components/schemas/ml._types.TrainingPriority" }, "per_deployment_memory_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "per_allocation_memory_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "queue_capacity": { "description": "Number of inference requests are allowed in the queue at a time.", @@ -87921,7 +87921,7 @@ "threads_per_allocation" ] }, - "ml._types:AnalysisMemoryLimit": { + "ml._types.AnalysisMemoryLimit": { "type": "object", "properties": { "model_memory_limit": { @@ -87933,7 +87933,7 @@ "model_memory_limit" ] }, - "ml._types:DetectorUpdate": { + "ml._types.DetectorUpdate": { "type": "object", "properties": { "detector_index": { @@ -87948,7 +87948,7 @@ "description": "An array of custom rule objects, which enable you to customize the way detectors operate.\nFor example, a rule may dictate to the detector conditions under which results should be skipped.\nKibana refers to custom rules as job rules.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectionRule" + "$ref": "#/components/schemas/ml._types.DetectionRule" } } }, @@ -87956,7 +87956,7 @@ "detector_index" ] }, - "_global.msearch:MultiSearchResult": { + "_global.msearch.MultiSearchResult": { "type": "object", "properties": { "took": { @@ -87965,7 +87965,7 @@ "responses": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch:ResponseItem" + "$ref": "#/components/schemas/_global.msearch.ResponseItem" } } }, @@ -87974,17 +87974,17 @@ "responses" ] }, - "_global.msearch_template:RequestItem": { + "_global.msearch_template.RequestItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.msearch:MultisearchHeader" + "$ref": "#/components/schemas/_global.msearch.MultisearchHeader" }, { - "$ref": "#/components/schemas/_global.msearch_template:TemplateConfig" + "$ref": "#/components/schemas/_global.msearch_template.TemplateConfig" } ] }, - "_global.msearch_template:TemplateConfig": { + "_global.msearch_template.TemplateConfig": { "type": "object", "properties": { "explain": { @@ -87992,7 +87992,7 @@ "type": "boolean" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Key-value pairs used to replace Mustache variables in the template.\nThe key is the variable name.\nThe value is the variable value.", @@ -88006,32 +88006,32 @@ "type": "boolean" }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } }, - "_global.mtermvectors:Operation": { + "_global.mtermvectors.Operation": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "doc": { "description": "An artificial document (a document not present in the index) for which you want to retrieve term vectors.", "type": "object" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "field_statistics": { "description": "If `true`, the response includes the document count, sum of document frequencies, and sum of total term frequencies.", "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_global.termvectors:Filter" + "$ref": "#/components/schemas/_global.termvectors.Filter" }, "offsets": { "description": "If `true`, the response includes term offsets.", @@ -88046,21 +88046,21 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "term_statistics": { "description": "If true, the response includes term frequency and document frequency.", "type": "boolean" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, - "_global.termvectors:Filter": { + "_global.termvectors.Filter": { "type": "object", "properties": { "max_doc_freq": { @@ -88093,17 +88093,17 @@ } } }, - "_global.mtermvectors:TermVectorsResult": { + "_global.mtermvectors.TermVectorsResult": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "took": { "type": "number" @@ -88114,27 +88114,27 @@ "term_vectors": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.termvectors:TermVector" + "$ref": "#/components/schemas/_global.termvectors.TermVector" } }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ "_index" ] }, - "_global.termvectors:TermVector": { + "_global.termvectors.TermVector": { "type": "object", "properties": { "field_statistics": { - "$ref": "#/components/schemas/_global.termvectors:FieldStatistics" + "$ref": "#/components/schemas/_global.termvectors.FieldStatistics" }, "terms": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.termvectors:Term" + "$ref": "#/components/schemas/_global.termvectors.Term" } } }, @@ -88142,7 +88142,7 @@ "terms" ] }, - "_global.termvectors:FieldStatistics": { + "_global.termvectors.FieldStatistics": { "type": "object", "properties": { "doc_count": { @@ -88161,7 +88161,7 @@ "sum_ttf" ] }, - "_global.termvectors:Term": { + "_global.termvectors.Term": { "type": "object", "properties": { "doc_freq": { @@ -88176,7 +88176,7 @@ "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.termvectors:Token" + "$ref": "#/components/schemas/_global.termvectors.Token" } }, "ttf": { @@ -88187,7 +88187,7 @@ "term_freq" ] }, - "_global.termvectors:Token": { + "_global.termvectors.Token": { "type": "object", "properties": { "end_offset": { @@ -88207,22 +88207,22 @@ "position" ] }, - "nodes.clear_repositories_metering_archive:ResponseBase": { + "nodes.clear_repositories_metering_archive.ResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:NodesResponseBase" + "$ref": "#/components/schemas/nodes._types.NodesResponseBase" }, { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "description": "Contains repositories metering information for the nodes selected by the request.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:RepositoryMeteringInformation" + "$ref": "#/components/schemas/nodes._types.RepositoryMeteringInformation" } } }, @@ -88233,37 +88233,37 @@ } ] }, - "nodes._types:RepositoryMeteringInformation": { + "nodes._types.RepositoryMeteringInformation": { "type": "object", "properties": { "repository_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "repository_type": { "description": "Repository type.", "type": "string" }, "repository_location": { - "$ref": "#/components/schemas/nodes._types:RepositoryLocation" + "$ref": "#/components/schemas/nodes._types.RepositoryLocation" }, "repository_ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "repository_started_at": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "repository_stopped_at": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "archived": { "description": "A flag that tells whether or not this object has been archived. When a repository is closed or updated the\nrepository metering information is archived and kept for a certain period of time. This allows retrieving the\nrepository metering information of previous repository instantiations.", "type": "boolean" }, "cluster_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "request_counts": { - "$ref": "#/components/schemas/nodes._types:RequestCounts" + "$ref": "#/components/schemas/nodes._types.RequestCounts" } }, "required": [ @@ -88276,7 +88276,7 @@ "request_counts" ] }, - "nodes._types:RepositoryLocation": { + "nodes._types.RepositoryLocation": { "type": "object", "properties": { "base_path": { @@ -88295,7 +88295,7 @@ "base_path" ] }, - "nodes._types:RequestCounts": { + "nodes._types.RequestCounts": { "type": "object", "properties": { "GetBlobProperties": { @@ -88344,22 +88344,22 @@ } } }, - "nodes.get_repositories_metering_info:ResponseBase": { + "nodes.get_repositories_metering_info.ResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:NodesResponseBase" + "$ref": "#/components/schemas/nodes._types.NodesResponseBase" }, { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "description": "Contains repositories metering information for the nodes selected by the request.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:RepositoryMeteringInformation" + "$ref": "#/components/schemas/nodes._types.RepositoryMeteringInformation" } } }, @@ -88370,7 +88370,7 @@ } ] }, - "_types:ThreadType": { + "_types.ThreadType": { "type": "string", "enum": [ "cpu", @@ -88380,21 +88380,21 @@ "mem" ] }, - "nodes.info:ResponseBase": { + "nodes.info.ResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:NodesResponseBase" + "$ref": "#/components/schemas/nodes._types.NodesResponseBase" }, { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes.info:NodeInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfo" } } }, @@ -88405,7 +88405,7 @@ } ] }, - "nodes.info:NodeInfo": { + "nodes.info.NodeInfo": { "type": "object", "properties": { "attributes": { @@ -88425,45 +88425,45 @@ "type": "string" }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "http": { - "$ref": "#/components/schemas/nodes.info:NodeInfoHttp" + "$ref": "#/components/schemas/nodes.info.NodeInfoHttp" }, "ip": { - "$ref": "#/components/schemas/_types:Ip" + "$ref": "#/components/schemas/_types.Ip" }, "jvm": { - "$ref": "#/components/schemas/nodes.info:NodeJvmInfo" + "$ref": "#/components/schemas/nodes.info.NodeJvmInfo" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "network": { - "$ref": "#/components/schemas/nodes.info:NodeInfoNetwork" + "$ref": "#/components/schemas/nodes.info.NodeInfoNetwork" }, "os": { - "$ref": "#/components/schemas/nodes.info:NodeOperatingSystemInfo" + "$ref": "#/components/schemas/nodes.info.NodeOperatingSystemInfo" }, "plugins": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:PluginStats" + "$ref": "#/components/schemas/_types.PluginStats" } }, "process": { - "$ref": "#/components/schemas/nodes.info:NodeProcessInfo" + "$ref": "#/components/schemas/nodes.info.NodeProcessInfo" }, "roles": { - "$ref": "#/components/schemas/_types:NodeRoles" + "$ref": "#/components/schemas/_types.NodeRoles" }, "settings": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettings" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettings" }, "thread_pool": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes.info:NodeThreadPoolInfo" + "$ref": "#/components/schemas/nodes.info.NodeThreadPoolInfo" } }, "total_indexing_buffer": { @@ -88471,30 +88471,30 @@ "type": "number" }, "total_indexing_buffer_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "transport": { - "$ref": "#/components/schemas/nodes.info:NodeInfoTransport" + "$ref": "#/components/schemas/nodes.info.NodeInfoTransport" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "modules": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:PluginStats" + "$ref": "#/components/schemas/_types.PluginStats" } }, "ingest": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngest" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngest" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes.info:NodeInfoAggregation" + "$ref": "#/components/schemas/nodes.info.NodeInfoAggregation" } } }, @@ -88511,7 +88511,7 @@ "version" ] }, - "nodes.info:NodeInfoHttp": { + "nodes.info.NodeInfoHttp": { "type": "object", "properties": { "bound_address": { @@ -88521,7 +88521,7 @@ } }, "max_content_length": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_content_length_in_bytes": { "type": "number" @@ -88536,7 +88536,7 @@ "publish_address" ] }, - "nodes.info:NodeJvmInfo": { + "nodes.info.NodeJvmInfo": { "type": "object", "properties": { "gc_collectors": { @@ -88546,7 +88546,7 @@ } }, "mem": { - "$ref": "#/components/schemas/nodes.info:NodeInfoJvmMemory" + "$ref": "#/components/schemas/nodes.info.NodeInfoJvmMemory" }, "memory_pools": { "type": "array", @@ -88558,19 +88558,19 @@ "type": "number" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "vm_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "vm_vendor": { "type": "string" }, "vm_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "using_bundled_jdk": { "type": "boolean" @@ -88606,35 +88606,35 @@ "input_arguments" ] }, - "nodes.info:NodeInfoJvmMemory": { + "nodes.info.NodeInfoJvmMemory": { "type": "object", "properties": { "direct_max": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "direct_max_in_bytes": { "type": "number" }, "heap_init": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "heap_init_in_bytes": { "type": "number" }, "heap_max": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "heap_max_in_bytes": { "type": "number" }, "non_heap_init": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "non_heap_init_in_bytes": { "type": "number" }, "non_heap_max": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "non_heap_max_in_bytes": { "type": "number" @@ -88648,11 +88648,11 @@ "non_heap_max_in_bytes" ] }, - "nodes.info:NodeInfoNetwork": { + "nodes.info.NodeInfoNetwork": { "type": "object", "properties": { "primary_interface": { - "$ref": "#/components/schemas/nodes.info:NodeInfoNetworkInterface" + "$ref": "#/components/schemas/nodes.info.NodeInfoNetworkInterface" }, "refresh_interval": { "type": "number" @@ -88663,7 +88663,7 @@ "refresh_interval" ] }, - "nodes.info:NodeInfoNetworkInterface": { + "nodes.info.NodeInfoNetworkInterface": { "type": "object", "properties": { "address": { @@ -88673,7 +88673,7 @@ "type": "string" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -88682,7 +88682,7 @@ "name" ] }, - "nodes.info:NodeOperatingSystemInfo": { + "nodes.info.NodeOperatingSystemInfo": { "type": "object", "properties": { "arch": { @@ -88698,25 +88698,25 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "pretty_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "refresh_interval_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "cpu": { - "$ref": "#/components/schemas/nodes.info:NodeInfoOSCPU" + "$ref": "#/components/schemas/nodes.info.NodeInfoOSCPU" }, "mem": { - "$ref": "#/components/schemas/nodes.info:NodeInfoMemory" + "$ref": "#/components/schemas/nodes.info.NodeInfoMemory" }, "swap": { - "$ref": "#/components/schemas/nodes.info:NodeInfoMemory" + "$ref": "#/components/schemas/nodes.info.NodeInfoMemory" } }, "required": [ @@ -88728,7 +88728,7 @@ "version" ] }, - "nodes.info:NodeInfoOSCPU": { + "nodes.info.NodeInfoOSCPU": { "type": "object", "properties": { "cache_size": { @@ -88767,7 +88767,7 @@ "vendor" ] }, - "nodes.info:NodeInfoMemory": { + "nodes.info.NodeInfoMemory": { "type": "object", "properties": { "total": { @@ -88782,7 +88782,7 @@ "total_in_bytes" ] }, - "nodes.info:NodeProcessInfo": { + "nodes.info.NodeProcessInfo": { "type": "object", "properties": { "id": { @@ -88794,7 +88794,7 @@ "type": "boolean" }, "refresh_interval_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -88803,53 +88803,53 @@ "refresh_interval_in_millis" ] }, - "nodes.info:NodeInfoSettings": { + "nodes.info.NodeInfoSettings": { "type": "object", "properties": { "cluster": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsCluster" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsCluster" }, "node": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsNode" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsNode" }, "path": { - "$ref": "#/components/schemas/nodes.info:NodeInfoPath" + "$ref": "#/components/schemas/nodes.info.NodeInfoPath" }, "repositories": { - "$ref": "#/components/schemas/nodes.info:NodeInfoRepositories" + "$ref": "#/components/schemas/nodes.info.NodeInfoRepositories" }, "discovery": { - "$ref": "#/components/schemas/nodes.info:NodeInfoDiscover" + "$ref": "#/components/schemas/nodes.info.NodeInfoDiscover" }, "action": { - "$ref": "#/components/schemas/nodes.info:NodeInfoAction" + "$ref": "#/components/schemas/nodes.info.NodeInfoAction" }, "client": { - "$ref": "#/components/schemas/nodes.info:NodeInfoClient" + "$ref": "#/components/schemas/nodes.info.NodeInfoClient" }, "http": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsHttp" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsHttp" }, "bootstrap": { - "$ref": "#/components/schemas/nodes.info:NodeInfoBootstrap" + "$ref": "#/components/schemas/nodes.info.NodeInfoBootstrap" }, "transport": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsTransport" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsTransport" }, "network": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsNetwork" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsNetwork" }, "xpack": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpack" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpack" }, "script": { - "$ref": "#/components/schemas/nodes.info:NodeInfoScript" + "$ref": "#/components/schemas/nodes.info.NodeInfoScript" }, "search": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSearch" + "$ref": "#/components/schemas/nodes.info.NodeInfoSearch" }, "ingest": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsIngest" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsIngest" } }, "required": [ @@ -88859,17 +88859,17 @@ "transport" ] }, - "nodes.info:NodeInfoSettingsCluster": { + "nodes.info.NodeInfoSettingsCluster": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "routing": { - "$ref": "#/components/schemas/indices._types:IndexRouting" + "$ref": "#/components/schemas/indices._types.IndexRouting" }, "election": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsClusterElection" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsClusterElection" }, "initial_master_nodes": { "type": "array", @@ -88878,7 +88878,7 @@ } }, "deprecation_indexing": { - "$ref": "#/components/schemas/nodes.info:DeprecationIndexing" + "$ref": "#/components/schemas/nodes.info.DeprecationIndexing" } }, "required": [ @@ -88886,18 +88886,18 @@ "election" ] }, - "nodes.info:NodeInfoSettingsClusterElection": { + "nodes.info.NodeInfoSettingsClusterElection": { "type": "object", "properties": { "strategy": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "strategy" ] }, - "nodes.info:DeprecationIndexing": { + "nodes.info.DeprecationIndexing": { "type": "object", "properties": { "enabled": { @@ -88915,11 +88915,11 @@ "enabled" ] }, - "nodes.info:NodeInfoSettingsNode": { + "nodes.info.NodeInfoSettingsNode": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "attr": { "type": "object", @@ -88936,7 +88936,7 @@ "attr" ] }, - "nodes.info:NodeInfoPath": { + "nodes.info.NodeInfoPath": { "type": "object", "properties": { "logs": { @@ -88966,18 +88966,18 @@ } } }, - "nodes.info:NodeInfoRepositories": { + "nodes.info.NodeInfoRepositories": { "type": "object", "properties": { "url": { - "$ref": "#/components/schemas/nodes.info:NodeInfoRepositoriesUrl" + "$ref": "#/components/schemas/nodes.info.NodeInfoRepositoriesUrl" } }, "required": [ "url" ] }, - "nodes.info:NodeInfoRepositoriesUrl": { + "nodes.info.NodeInfoRepositoriesUrl": { "type": "object", "properties": { "allowed_urls": { @@ -88988,7 +88988,7 @@ "allowed_urls" ] }, - "nodes.info:NodeInfoDiscover": { + "nodes.info.NodeInfoDiscover": { "type": "object", "properties": { "seed_hosts": { @@ -89008,7 +89008,7 @@ } } }, - "nodes.info:NodeInfoAction": { + "nodes.info.NodeInfoAction": { "type": "object", "properties": { "destructive_requires_name": { @@ -89019,7 +89019,7 @@ "destructive_requires_name" ] }, - "nodes.info:NodeInfoClient": { + "nodes.info.NodeInfoClient": { "type": "object", "properties": { "type": { @@ -89030,11 +89030,11 @@ "type" ] }, - "nodes.info:NodeInfoSettingsHttp": { + "nodes.info.NodeInfoSettingsHttp": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsHttpType" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsHttpType" }, "type.default": { "type": "string" @@ -89064,7 +89064,7 @@ "type" ] }, - "nodes.info:NodeInfoSettingsHttpType": { + "nodes.info.NodeInfoSettingsHttpType": { "type": "object", "properties": { "default": { @@ -89075,7 +89075,7 @@ "default" ] }, - "nodes.info:NodeInfoBootstrap": { + "nodes.info.NodeInfoBootstrap": { "type": "object", "properties": { "memory_lock": { @@ -89086,24 +89086,24 @@ "memory_lock" ] }, - "nodes.info:NodeInfoSettingsTransport": { + "nodes.info.NodeInfoSettingsTransport": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsTransportType" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsTransportType" }, "type.default": { "type": "string" }, "features": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsTransportFeatures" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsTransportFeatures" } }, "required": [ "type" ] }, - "nodes.info:NodeInfoSettingsTransportType": { + "nodes.info.NodeInfoSettingsTransportType": { "type": "object", "properties": { "default": { @@ -89114,7 +89114,7 @@ "default" ] }, - "nodes.info:NodeInfoSettingsTransportFeatures": { + "nodes.info.NodeInfoSettingsTransportFeatures": { "type": "object", "properties": { "x-pack": { @@ -89125,32 +89125,32 @@ "x-pack" ] }, - "nodes.info:NodeInfoSettingsNetwork": { + "nodes.info.NodeInfoSettingsNetwork": { "type": "object", "properties": { "host": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" } } ] } } }, - "nodes.info:NodeInfoXpack": { + "nodes.info.NodeInfoXpack": { "type": "object", "properties": { "license": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackLicense" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackLicense" }, "security": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecurity" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecurity" }, "notification": { "type": "object", @@ -89159,25 +89159,25 @@ } }, "ml": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackMl" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackMl" } }, "required": [ "security" ] }, - "nodes.info:NodeInfoXpackLicense": { + "nodes.info.NodeInfoXpackLicense": { "type": "object", "properties": { "self_generated": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackLicenseType" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackLicenseType" } }, "required": [ "self_generated" ] }, - "nodes.info:NodeInfoXpackLicenseType": { + "nodes.info.NodeInfoXpackLicenseType": { "type": "object", "properties": { "type": { @@ -89188,27 +89188,27 @@ "type" ] }, - "nodes.info:NodeInfoXpackSecurity": { + "nodes.info.NodeInfoXpackSecurity": { "type": "object", "properties": { "http": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecuritySsl" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecuritySsl" }, "enabled": { "type": "string" }, "transport": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecuritySsl" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecuritySsl" }, "authc": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthc" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecurityAuthc" } }, "required": [ "enabled" ] }, - "nodes.info:NodeInfoXpackSecuritySsl": { + "nodes.info.NodeInfoXpackSecuritySsl": { "type": "object", "properties": { "ssl": { @@ -89222,41 +89222,41 @@ "ssl" ] }, - "nodes.info:NodeInfoXpackSecurityAuthc": { + "nodes.info.NodeInfoXpackSecurityAuthc": { "type": "object", "properties": { "realms": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthcRealms" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecurityAuthcRealms" }, "token": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthcToken" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecurityAuthcToken" } } }, - "nodes.info:NodeInfoXpackSecurityAuthcRealms": { + "nodes.info.NodeInfoXpackSecurityAuthcRealms": { "type": "object", "properties": { "file": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthcRealmsStatus" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecurityAuthcRealmsStatus" } }, "native": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthcRealmsStatus" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecurityAuthcRealmsStatus" } }, "pki": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthcRealmsStatus" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecurityAuthcRealmsStatus" } } } }, - "nodes.info:NodeInfoXpackSecurityAuthcRealmsStatus": { + "nodes.info.NodeInfoXpackSecurityAuthcRealmsStatus": { "type": "object", "properties": { "enabled": { @@ -89270,7 +89270,7 @@ "order" ] }, - "nodes.info:NodeInfoXpackSecurityAuthcToken": { + "nodes.info.NodeInfoXpackSecurityAuthcToken": { "type": "object", "properties": { "enabled": { @@ -89281,7 +89281,7 @@ "enabled" ] }, - "nodes.info:NodeInfoXpackMl": { + "nodes.info.NodeInfoXpackMl": { "type": "object", "properties": { "use_auto_machine_memory_percent": { @@ -89289,7 +89289,7 @@ } } }, - "nodes.info:NodeInfoScript": { + "nodes.info.NodeInfoScript": { "type": "object", "properties": { "allowed_types": { @@ -89303,18 +89303,18 @@ "allowed_types" ] }, - "nodes.info:NodeInfoSearch": { + "nodes.info.NodeInfoSearch": { "type": "object", "properties": { "remote": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSearchRemote" + "$ref": "#/components/schemas/nodes.info.NodeInfoSearchRemote" } }, "required": [ "remote" ] }, - "nodes.info:NodeInfoSearchRemote": { + "nodes.info.NodeInfoSearchRemote": { "type": "object", "properties": { "connect": { @@ -89325,125 +89325,125 @@ "connect" ] }, - "nodes.info:NodeInfoSettingsIngest": { + "nodes.info.NodeInfoSettingsIngest": { "type": "object", "properties": { "attachment": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "append": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "csv": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "convert": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "date": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "date_index_name": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "dot_expander": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "enrich": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "fail": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "foreach": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "json": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "user_agent": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "kv": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "geoip": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "grok": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "gsub": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "join": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "lowercase": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "remove": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "rename": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "script": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "set": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "sort": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "split": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "trim": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "uppercase": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "urldecode": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "bytes": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "dissect": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "set_security_user": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "pipeline": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "drop": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "circle": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "inference": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" } } }, - "nodes.info:NodeInfoIngestInfo": { + "nodes.info.NodeInfoIngestInfo": { "type": "object", "properties": { "downloader": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestDownloader" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestDownloader" } }, "required": [ "downloader" ] }, - "nodes.info:NodeInfoIngestDownloader": { + "nodes.info.NodeInfoIngestDownloader": { "type": "object", "properties": { "enabled": { @@ -89454,14 +89454,14 @@ "enabled" ] }, - "nodes.info:NodeThreadPoolInfo": { + "nodes.info.NodeThreadPoolInfo": { "type": "object", "properties": { "core": { "type": "number" }, "keep_alive": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max": { "type": "number" @@ -89481,7 +89481,7 @@ "type" ] }, - "nodes.info:NodeInfoTransport": { + "nodes.info.NodeInfoTransport": { "type": "object", "properties": { "bound_address": { @@ -89506,13 +89506,13 @@ "profiles" ] }, - "nodes.info:NodeInfoIngest": { + "nodes.info.NodeInfoIngest": { "type": "object", "properties": { "processors": { "type": "array", "items": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestProcessor" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestProcessor" } } }, @@ -89520,7 +89520,7 @@ "processors" ] }, - "nodes.info:NodeInfoIngestProcessor": { + "nodes.info.NodeInfoIngestProcessor": { "type": "object", "properties": { "type": { @@ -89531,7 +89531,7 @@ "type" ] }, - "nodes.info:NodeInfoAggregation": { + "nodes.info.NodeInfoAggregation": { "type": "object", "properties": { "types": { @@ -89545,24 +89545,24 @@ "types" ] }, - "_types:Password": { + "_types.Password": { "type": "string" }, - "nodes.reload_secure_settings:ResponseBase": { + "nodes.reload_secure_settings.ResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:NodesResponseBase" + "$ref": "#/components/schemas/nodes._types.NodesResponseBase" }, { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:NodeReloadResult" + "$ref": "#/components/schemas/nodes._types.NodeReloadResult" } } }, @@ -89573,35 +89573,35 @@ } ] }, - "nodes._types:NodeReloadResult": { + "nodes._types.NodeReloadResult": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "reload_exception": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ "name" ] }, - "nodes.stats:ResponseBase": { + "nodes.stats.ResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:NodesResponseBase" + "$ref": "#/components/schemas/nodes._types.NodesResponseBase" }, { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:Stats" + "$ref": "#/components/schemas/nodes._types.Stats" } } }, @@ -89611,78 +89611,78 @@ } ] }, - "nodes._types:Stats": { + "nodes._types.Stats": { "type": "object", "properties": { "adaptive_selection": { "description": "Statistics about adaptive replica selection.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:AdaptiveSelection" + "$ref": "#/components/schemas/nodes._types.AdaptiveSelection" } }, "breakers": { "description": "Statistics about the field data circuit breaker.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:Breaker" + "$ref": "#/components/schemas/nodes._types.Breaker" } }, "fs": { - "$ref": "#/components/schemas/nodes._types:FileSystem" + "$ref": "#/components/schemas/nodes._types.FileSystem" }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "http": { - "$ref": "#/components/schemas/nodes._types:Http" + "$ref": "#/components/schemas/nodes._types.Http" }, "ingest": { - "$ref": "#/components/schemas/nodes._types:Ingest" + "$ref": "#/components/schemas/nodes._types.Ingest" }, "ip": { "description": "IP address and port for the node.", "oneOf": [ { - "$ref": "#/components/schemas/_types:Ip" + "$ref": "#/components/schemas/_types.Ip" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Ip" + "$ref": "#/components/schemas/_types.Ip" } } ] }, "jvm": { - "$ref": "#/components/schemas/nodes._types:Jvm" + "$ref": "#/components/schemas/nodes._types.Jvm" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "os": { - "$ref": "#/components/schemas/nodes._types:OperatingSystem" + "$ref": "#/components/schemas/nodes._types.OperatingSystem" }, "process": { - "$ref": "#/components/schemas/nodes._types:Process" + "$ref": "#/components/schemas/nodes._types.Process" }, "roles": { - "$ref": "#/components/schemas/_types:NodeRoles" + "$ref": "#/components/schemas/_types.NodeRoles" }, "script": { - "$ref": "#/components/schemas/nodes._types:Scripting" + "$ref": "#/components/schemas/nodes._types.Scripting" }, "script_cache": { "type": "object", "additionalProperties": { "oneOf": [ { - "$ref": "#/components/schemas/nodes._types:ScriptCache" + "$ref": "#/components/schemas/nodes._types.ScriptCache" }, { "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:ScriptCache" + "$ref": "#/components/schemas/nodes._types.ScriptCache" } } ] @@ -89692,17 +89692,17 @@ "description": "Statistics about each thread pool, including current size, queue and rejected tasks.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:ThreadCount" + "$ref": "#/components/schemas/nodes._types.ThreadCount" } }, "timestamp": { "type": "number" }, "transport": { - "$ref": "#/components/schemas/nodes._types:Transport" + "$ref": "#/components/schemas/nodes._types.Transport" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "attributes": { "description": "Contains a list of attributes for the node.", @@ -89712,17 +89712,17 @@ } }, "discovery": { - "$ref": "#/components/schemas/nodes._types:Discovery" + "$ref": "#/components/schemas/nodes._types.Discovery" }, "indexing_pressure": { - "$ref": "#/components/schemas/nodes._types:IndexingPressure" + "$ref": "#/components/schemas/nodes._types.IndexingPressure" }, "indices": { - "$ref": "#/components/schemas/indices.stats:ShardStats" + "$ref": "#/components/schemas/indices.stats.ShardStats" } } }, - "nodes._types:AdaptiveSelection": { + "nodes._types.AdaptiveSelection": { "type": "object", "properties": { "avg_queue_size": { @@ -89730,14 +89730,14 @@ "type": "number" }, "avg_response_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "avg_response_time_ns": { "description": "The exponentially weighted moving average response time, in nanoseconds, of search requests on the keyed node.", "type": "number" }, "avg_service_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "avg_service_time_ns": { "description": "The exponentially weighted moving average service time, in nanoseconds, of search requests on the keyed node.", @@ -89753,7 +89753,7 @@ } } }, - "nodes._types:Breaker": { + "nodes._types.Breaker": { "type": "object", "properties": { "estimated_size": { @@ -89782,14 +89782,14 @@ } } }, - "nodes._types:FileSystem": { + "nodes._types.FileSystem": { "type": "object", "properties": { "data": { "description": "List of all file stores.", "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:DataPathStats" + "$ref": "#/components/schemas/nodes._types.DataPathStats" } }, "timestamp": { @@ -89797,14 +89797,14 @@ "type": "number" }, "total": { - "$ref": "#/components/schemas/nodes._types:FileSystemTotal" + "$ref": "#/components/schemas/nodes._types.FileSystemTotal" }, "io_stats": { - "$ref": "#/components/schemas/nodes._types:IoStats" + "$ref": "#/components/schemas/nodes._types.IoStats" } } }, - "nodes._types:DataPathStats": { + "nodes._types.DataPathStats": { "type": "object", "properties": { "available": { @@ -89866,7 +89866,7 @@ } } }, - "nodes._types:FileSystemTotal": { + "nodes._types.FileSystemTotal": { "type": "object", "properties": { "available": { @@ -89895,22 +89895,22 @@ } } }, - "nodes._types:IoStats": { + "nodes._types.IoStats": { "type": "object", "properties": { "devices": { "description": "Array of disk metrics for each device that is backing an Elasticsearch data path.\nThese disk metrics are probed periodically and averages between the last probe and the current probe are computed.", "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:IoStatDevice" + "$ref": "#/components/schemas/nodes._types.IoStatDevice" } }, "total": { - "$ref": "#/components/schemas/nodes._types:IoStatDevice" + "$ref": "#/components/schemas/nodes._types.IoStatDevice" } } }, - "nodes._types:IoStatDevice": { + "nodes._types.IoStatDevice": { "type": "object", "properties": { "device_name": { @@ -89939,27 +89939,27 @@ } } }, - "nodes._types:Jvm": { + "nodes._types.Jvm": { "type": "object", "properties": { "buffer_pools": { "description": "Contains statistics about JVM buffer pools for the node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:NodeBufferPool" + "$ref": "#/components/schemas/nodes._types.NodeBufferPool" } }, "classes": { - "$ref": "#/components/schemas/nodes._types:JvmClasses" + "$ref": "#/components/schemas/nodes._types.JvmClasses" }, "gc": { - "$ref": "#/components/schemas/nodes._types:GarbageCollector" + "$ref": "#/components/schemas/nodes._types.GarbageCollector" }, "mem": { - "$ref": "#/components/schemas/nodes._types:JvmMemoryStats" + "$ref": "#/components/schemas/nodes._types.JvmMemoryStats" }, "threads": { - "$ref": "#/components/schemas/nodes._types:JvmThreads" + "$ref": "#/components/schemas/nodes._types.JvmThreads" }, "timestamp": { "description": "Last time JVM statistics were refreshed.", @@ -89975,7 +89975,7 @@ } } }, - "nodes._types:NodeBufferPool": { + "nodes._types.NodeBufferPool": { "type": "object", "properties": { "count": { @@ -90000,7 +90000,7 @@ } } }, - "nodes._types:JvmClasses": { + "nodes._types.JvmClasses": { "type": "object", "properties": { "current_loaded_count": { @@ -90017,19 +90017,19 @@ } } }, - "nodes._types:GarbageCollector": { + "nodes._types.GarbageCollector": { "type": "object", "properties": { "collectors": { "description": "Contains statistics about JVM garbage collectors for the node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:GarbageCollectorTotal" + "$ref": "#/components/schemas/nodes._types.GarbageCollectorTotal" } } } }, - "nodes._types:GarbageCollectorTotal": { + "nodes._types.GarbageCollectorTotal": { "type": "object", "properties": { "collection_count": { @@ -90046,7 +90046,7 @@ } } }, - "nodes._types:JvmMemoryStats": { + "nodes._types.JvmMemoryStats": { "type": "object", "properties": { "heap_used_in_bytes": { @@ -90077,12 +90077,12 @@ "description": "Contains statistics about heap memory usage for the node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:Pool" + "$ref": "#/components/schemas/nodes._types.Pool" } } } }, - "nodes._types:Pool": { + "nodes._types.Pool": { "type": "object", "properties": { "used_in_bytes": { @@ -90103,7 +90103,7 @@ } } }, - "nodes._types:JvmThreads": { + "nodes._types.JvmThreads": { "type": "object", "properties": { "count": { @@ -90116,49 +90116,49 @@ } } }, - "nodes._types:OperatingSystem": { + "nodes._types.OperatingSystem": { "type": "object", "properties": { "cpu": { - "$ref": "#/components/schemas/nodes._types:Cpu" + "$ref": "#/components/schemas/nodes._types.Cpu" }, "mem": { - "$ref": "#/components/schemas/nodes._types:ExtendedMemoryStats" + "$ref": "#/components/schemas/nodes._types.ExtendedMemoryStats" }, "swap": { - "$ref": "#/components/schemas/nodes._types:MemoryStats" + "$ref": "#/components/schemas/nodes._types.MemoryStats" }, "cgroup": { - "$ref": "#/components/schemas/nodes._types:Cgroup" + "$ref": "#/components/schemas/nodes._types.Cgroup" }, "timestamp": { "type": "number" } } }, - "nodes._types:Cpu": { + "nodes._types.Cpu": { "type": "object", "properties": { "percent": { "type": "number" }, "sys": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "sys_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "user": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "user_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "load_average": { "type": "object", @@ -90168,10 +90168,10 @@ } } }, - "nodes._types:ExtendedMemoryStats": { + "nodes._types.ExtendedMemoryStats": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:MemoryStats" + "$ref": "#/components/schemas/nodes._types.MemoryStats" }, { "type": "object", @@ -90188,7 +90188,7 @@ } ] }, - "nodes._types:MemoryStats": { + "nodes._types.MemoryStats": { "type": "object", "properties": { "adjusted_total_in_bytes": { @@ -90227,21 +90227,21 @@ } } }, - "nodes._types:Cgroup": { + "nodes._types.Cgroup": { "type": "object", "properties": { "cpuacct": { - "$ref": "#/components/schemas/nodes._types:CpuAcct" + "$ref": "#/components/schemas/nodes._types.CpuAcct" }, "cpu": { - "$ref": "#/components/schemas/nodes._types:CgroupCpu" + "$ref": "#/components/schemas/nodes._types.CgroupCpu" }, "memory": { - "$ref": "#/components/schemas/nodes._types:CgroupMemory" + "$ref": "#/components/schemas/nodes._types.CgroupMemory" } } }, - "nodes._types:CpuAcct": { + "nodes._types.CpuAcct": { "type": "object", "properties": { "control_group": { @@ -90249,11 +90249,11 @@ "type": "string" }, "usage_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" } } }, - "nodes._types:CgroupCpu": { + "nodes._types.CgroupCpu": { "type": "object", "properties": { "control_group": { @@ -90269,11 +90269,11 @@ "type": "number" }, "stat": { - "$ref": "#/components/schemas/nodes._types:CgroupCpuStat" + "$ref": "#/components/schemas/nodes._types.CgroupCpuStat" } } }, - "nodes._types:CgroupCpuStat": { + "nodes._types.CgroupCpuStat": { "type": "object", "properties": { "number_of_elapsed_periods": { @@ -90285,11 +90285,11 @@ "type": "number" }, "time_throttled_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" } } }, - "nodes._types:CgroupMemory": { + "nodes._types.CgroupMemory": { "type": "object", "properties": { "control_group": { @@ -90306,14 +90306,14 @@ } } }, - "nodes._types:Process": { + "nodes._types.Process": { "type": "object", "properties": { "cpu": { - "$ref": "#/components/schemas/nodes._types:Cpu" + "$ref": "#/components/schemas/nodes._types.Cpu" }, "mem": { - "$ref": "#/components/schemas/nodes._types:MemoryStats" + "$ref": "#/components/schemas/nodes._types.MemoryStats" }, "open_file_descriptors": { "description": "Number of opened file descriptors associated with the current or `-1` if not supported.", @@ -90329,7 +90329,7 @@ } } }, - "nodes._types:ScriptCache": { + "nodes._types.ScriptCache": { "type": "object", "properties": { "cache_evictions": { @@ -90349,21 +90349,21 @@ } } }, - "nodes._types:Transport": { + "nodes._types.Transport": { "type": "object", "properties": { "inbound_handling_time_histogram": { "description": "The distribution of the time spent handling each inbound message on a transport thread, represented as a histogram.", "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:TransportHistogram" + "$ref": "#/components/schemas/nodes._types.TransportHistogram" } }, "outbound_handling_time_histogram": { "description": "The distribution of the time spent sending each outbound transport message on a transport thread, represented as a histogram.", "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:TransportHistogram" + "$ref": "#/components/schemas/nodes._types.TransportHistogram" } }, "rx_count": { @@ -90400,7 +90400,7 @@ } } }, - "nodes._types:TransportHistogram": { + "nodes._types.TransportHistogram": { "type": "object", "properties": { "count": { @@ -90417,31 +90417,31 @@ } } }, - "nodes._types:Discovery": { + "nodes._types.Discovery": { "type": "object", "properties": { "cluster_state_queue": { - "$ref": "#/components/schemas/nodes._types:ClusterStateQueue" + "$ref": "#/components/schemas/nodes._types.ClusterStateQueue" }, "published_cluster_states": { - "$ref": "#/components/schemas/nodes._types:PublishedClusterStates" + "$ref": "#/components/schemas/nodes._types.PublishedClusterStates" }, "cluster_state_update": { "description": "Contains low-level statistics about how long various activities took during cluster state updates while the node was the elected master.\nOmitted if the node is not master-eligible.\nEvery field whose name ends in `_time` within this object is also represented as a raw number of milliseconds in a field whose name ends in `_time_millis`.\nThe human-readable fields with a `_time` suffix are only returned if requested with the `?human=true` query parameter.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:ClusterStateUpdate" + "$ref": "#/components/schemas/nodes._types.ClusterStateUpdate" } }, "serialized_cluster_states": { - "$ref": "#/components/schemas/nodes._types:SerializedClusterState" + "$ref": "#/components/schemas/nodes._types.SerializedClusterState" }, "cluster_applier_stats": { - "$ref": "#/components/schemas/nodes._types:ClusterAppliedStats" + "$ref": "#/components/schemas/nodes._types.ClusterAppliedStats" } } }, - "nodes._types:ClusterStateQueue": { + "nodes._types.ClusterStateQueue": { "type": "object", "properties": { "total": { @@ -90458,7 +90458,7 @@ } } }, - "nodes._types:PublishedClusterStates": { + "nodes._types.PublishedClusterStates": { "type": "object", "properties": { "full_states": { @@ -90475,7 +90475,7 @@ } } }, - "nodes._types:ClusterStateUpdate": { + "nodes._types.ClusterStateUpdate": { "type": "object", "properties": { "count": { @@ -90483,64 +90483,64 @@ "type": "number" }, "computation_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "computation_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "publication_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "publication_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "context_construction_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "context_construction_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "commit_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "commit_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "completion_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "completion_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "master_apply_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "master_apply_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "notification_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "notification_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ "count" ] }, - "nodes._types:SerializedClusterState": { + "nodes._types.SerializedClusterState": { "type": "object", "properties": { "full_states": { - "$ref": "#/components/schemas/nodes._types:SerializedClusterStateDetail" + "$ref": "#/components/schemas/nodes._types.SerializedClusterStateDetail" }, "diffs": { - "$ref": "#/components/schemas/nodes._types:SerializedClusterStateDetail" + "$ref": "#/components/schemas/nodes._types.SerializedClusterStateDetail" } } }, - "nodes._types:SerializedClusterStateDetail": { + "nodes._types.SerializedClusterStateDetail": { "type": "object", "properties": { "count": { @@ -90560,18 +90560,18 @@ } } }, - "nodes._types:ClusterAppliedStats": { + "nodes._types.ClusterAppliedStats": { "type": "object", "properties": { "recordings": { "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:Recording" + "$ref": "#/components/schemas/nodes._types.Recording" } } } }, - "nodes._types:Recording": { + "nodes._types.Recording": { "type": "object", "properties": { "name": { @@ -90581,72 +90581,72 @@ "type": "number" }, "cumulative_execution_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "cumulative_execution_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } } }, - "nodes._types:IndexingPressure": { + "nodes._types.IndexingPressure": { "type": "object", "properties": { "memory": { - "$ref": "#/components/schemas/nodes._types:IndexingPressureMemory" + "$ref": "#/components/schemas/nodes._types.IndexingPressureMemory" } } }, - "nodes._types:IndexingPressureMemory": { + "nodes._types.IndexingPressureMemory": { "type": "object", "properties": { "limit": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "limit_in_bytes": { "description": "Configured memory limit, in bytes, for the indexing requests.\nReplica requests have an automatic limit that is 1.5x this value.", "type": "number" }, "current": { - "$ref": "#/components/schemas/nodes._types:PressureMemory" + "$ref": "#/components/schemas/nodes._types.PressureMemory" }, "total": { - "$ref": "#/components/schemas/nodes._types:PressureMemory" + "$ref": "#/components/schemas/nodes._types.PressureMemory" } } }, - "nodes._types:PressureMemory": { + "nodes._types.PressureMemory": { "type": "object", "properties": { "all": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "all_in_bytes": { "description": "Memory consumed, in bytes, by indexing requests in the coordinating, primary, or replica stage.", "type": "number" }, "combined_coordinating_and_primary": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "combined_coordinating_and_primary_in_bytes": { "description": "Memory consumed, in bytes, by indexing requests in the coordinating or primary stage.\nThis value is not the sum of coordinating and primary as a node can reuse the coordinating memory if the primary stage is executed locally.", "type": "number" }, "coordinating": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "coordinating_in_bytes": { "description": "Memory consumed, in bytes, by indexing requests in the coordinating stage.", "type": "number" }, "primary": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "primary_in_bytes": { "description": "Memory consumed, in bytes, by indexing requests in the primary stage.", "type": "number" }, "replica": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "replica_in_bytes": { "description": "Memory consumed, in bytes, by indexing requests in the replica stage.", @@ -90666,21 +90666,21 @@ } } }, - "nodes.usage:ResponseBase": { + "nodes.usage.ResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:NodesResponseBase" + "$ref": "#/components/schemas/nodes._types.NodesResponseBase" }, { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes.usage:NodeUsage" + "$ref": "#/components/schemas/nodes.usage.NodeUsage" } } }, @@ -90691,7 +90691,7 @@ } ] }, - "nodes.usage:NodeUsage": { + "nodes.usage.NodeUsage": { "type": "object", "properties": { "rest_actions": { @@ -90701,10 +90701,10 @@ } }, "since": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "aggregations": { "type": "object", @@ -90720,31 +90720,31 @@ "aggregations" ] }, - "query_rules._types:QueryRule": { + "query_rules._types.QueryRule": { "type": "object", "properties": { "rule_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "type": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleType" + "$ref": "#/components/schemas/query_rules._types.QueryRuleType" }, "criteria": { "description": "The criteria that must be met for the rule to be applied.\nIf multiple criteria are specified for a rule, all criteria must be met for the rule to be applied.", "oneOf": [ { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" }, { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" } } ] }, "actions": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleActions" + "$ref": "#/components/schemas/query_rules._types.QueryRuleActions" }, "priority": { "type": "number" @@ -90757,18 +90757,18 @@ "actions" ] }, - "query_rules._types:QueryRuleType": { + "query_rules._types.QueryRuleType": { "type": "string", "enum": [ "pinned", "exclude" ] }, - "query_rules._types:QueryRuleCriteria": { + "query_rules._types.QueryRuleCriteria": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteriaType" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteriaType" }, "metadata": { "description": "The metadata field to match against.\nThis metadata will be used to match against `match_criteria` sent in the rule.\nIt is required for all criteria types except `always`.", @@ -90786,7 +90786,7 @@ "type" ] }, - "query_rules._types:QueryRuleCriteriaType": { + "query_rules._types.QueryRuleCriteriaType": { "type": "string", "enum": [ "global", @@ -90803,36 +90803,36 @@ "always" ] }, - "query_rules._types:QueryRuleActions": { + "query_rules._types.QueryRuleActions": { "type": "object", "properties": { "ids": { "description": "The unique document IDs of the documents to apply the rule to.\nOnly one of `ids` or `docs` may be specified and at least one must be specified.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "docs": { "description": "The documents to apply the rule to.\nOnly one of `ids` or `docs` may be specified and at least one must be specified.\nThere is a maximum value of 100 documents in a rule.\nYou can specify the following attributes for each document:\n\n* `_index`: The index of the document to pin.\n* `_id`: The unique document ID.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:PinnedDoc" + "$ref": "#/components/schemas/_types.query_dsl.PinnedDoc" } } } }, - "query_rules._types:QueryRuleset": { + "query_rules._types.QueryRuleset": { "type": "object", "properties": { "ruleset_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "rules": { "description": "Rules associated with the query ruleset.", "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" } } }, @@ -90841,11 +90841,11 @@ "rules" ] }, - "query_rules.list_rulesets:QueryRulesetListItem": { + "query_rules.list_rulesets.QueryRulesetListItem": { "type": "object", "properties": { "ruleset_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "rule_total_count": { "description": "The number of rules associated with the ruleset.", @@ -90873,14 +90873,14 @@ "rule_type_counts" ] }, - "query_rules.test:QueryRulesetMatchedRule": { + "query_rules.test.QueryRulesetMatchedRule": { "type": "object", "properties": { "ruleset_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "rule_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -90888,24 +90888,24 @@ "rule_id" ] }, - "_global.rank_eval:RankEvalRequestItem": { + "_global.rank_eval.RankEvalRequestItem": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "request": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalQuery" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalQuery" }, "ratings": { "description": "List of document ratings", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:DocumentRating" + "$ref": "#/components/schemas/_global.rank_eval.DocumentRating" } }, "template_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "The search template parameters.", @@ -90920,11 +90920,11 @@ "ratings" ] }, - "_global.rank_eval:RankEvalQuery": { + "_global.rank_eval.RankEvalQuery": { "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "size": { "type": "number" @@ -90934,14 +90934,14 @@ "query" ] }, - "_global.rank_eval:DocumentRating": { + "_global.rank_eval.DocumentRating": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "rating": { "description": "The document’s relevance with regard to this search request.", @@ -90954,30 +90954,30 @@ "rating" ] }, - "_global.rank_eval:RankEvalMetric": { + "_global.rank_eval.RankEvalMetric": { "type": "object", "properties": { "precision": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricPrecision" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricPrecision" }, "recall": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRecall" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRecall" }, "mean_reciprocal_rank": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricMeanReciprocalRank" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricMeanReciprocalRank" }, "dcg": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricDiscountedCumulativeGain" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricDiscountedCumulativeGain" }, "expected_reciprocal_rank": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricExpectedReciprocalRank" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricExpectedReciprocalRank" } } }, - "_global.rank_eval:RankEvalMetricPrecision": { + "_global.rank_eval.RankEvalMetricPrecision": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRatingTreshold" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRatingTreshold" }, { "type": "object", @@ -90990,10 +90990,10 @@ } ] }, - "_global.rank_eval:RankEvalMetricRatingTreshold": { + "_global.rank_eval.RankEvalMetricRatingTreshold": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricBase" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricBase" }, { "type": "object", @@ -91006,7 +91006,7 @@ } ] }, - "_global.rank_eval:RankEvalMetricBase": { + "_global.rank_eval.RankEvalMetricBase": { "type": "object", "properties": { "k": { @@ -91015,30 +91015,30 @@ } } }, - "_global.rank_eval:RankEvalMetricRecall": { + "_global.rank_eval.RankEvalMetricRecall": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRatingTreshold" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRatingTreshold" }, { "type": "object" } ] }, - "_global.rank_eval:RankEvalMetricMeanReciprocalRank": { + "_global.rank_eval.RankEvalMetricMeanReciprocalRank": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRatingTreshold" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRatingTreshold" }, { "type": "object" } ] }, - "_global.rank_eval:RankEvalMetricDiscountedCumulativeGain": { + "_global.rank_eval.RankEvalMetricDiscountedCumulativeGain": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricBase" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricBase" }, { "type": "object", @@ -91051,10 +91051,10 @@ } ] }, - "_global.rank_eval:RankEvalMetricExpectedReciprocalRank": { + "_global.rank_eval.RankEvalMetricExpectedReciprocalRank": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricBase" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricBase" }, { "type": "object", @@ -91070,7 +91070,7 @@ } ] }, - "_global.rank_eval:RankEvalMetricDetail": { + "_global.rank_eval.RankEvalMetricDetail": { "type": "object", "properties": { "metric_score": { @@ -91081,14 +91081,14 @@ "description": "The unrated_docs section contains an _index and _id entry for each document in the search result for this query that didn’t have a ratings value. This can be used to ask the user to supply ratings for these documents", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:UnratedDocument" + "$ref": "#/components/schemas/_global.rank_eval.UnratedDocument" } }, "hits": { "description": "The hits section shows a grouping of the search results with their supplied ratings", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalHitItem" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalHitItem" } }, "metric_details": { @@ -91109,14 +91109,14 @@ "metric_details" ] }, - "_global.rank_eval:UnratedDocument": { + "_global.rank_eval.UnratedDocument": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -91124,11 +91124,11 @@ "_index" ] }, - "_global.rank_eval:RankEvalHitItem": { + "_global.rank_eval.RankEvalHitItem": { "type": "object", "properties": { "hit": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalHit" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalHit" }, "rating": { "oneOf": [ @@ -91146,14 +91146,14 @@ "hit" ] }, - "_global.rank_eval:RankEvalHit": { + "_global.rank_eval.RankEvalHit": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_score": { "type": "number" @@ -91165,68 +91165,68 @@ "_score" ] }, - "_global.reindex:Destination": { + "_global.reindex.Destination": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "op_type": { - "$ref": "#/components/schemas/_types:OpType" + "$ref": "#/components/schemas/_types.OpType" }, "pipeline": { "description": "The name of the pipeline to use.", "type": "string" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ "index" ] }, - "_global.reindex:Source": { + "_global.reindex.Source": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "remote": { - "$ref": "#/components/schemas/_global.reindex:RemoteSource" + "$ref": "#/components/schemas/_global.reindex.RemoteSource" }, "size": { "description": "The number of documents to index per batch.\nUse it when you are indexing from remote to ensure that the batches fit within the on-heap buffer, which defaults to a maximum size of 100 MB.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } }, "required": [ "index" ] }, - "_global.reindex:RemoteSource": { + "_global.reindex.RemoteSource": { "type": "object", "properties": { "connect_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "headers": { "description": "An object containing the headers of the request.", @@ -91236,29 +91236,29 @@ } }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" }, "socket_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "host" ] }, - "_types:Username": { + "_types.Username": { "type": "string" }, - "_global.reindex_rethrottle:ReindexNode": { + "_global.reindex_rethrottle.ReindexNode": { "allOf": [ { - "$ref": "#/components/schemas/_spec_utils:BaseNode" + "$ref": "#/components/schemas/_spec_utils.BaseNode" }, { "type": "object", @@ -91266,7 +91266,7 @@ "tasks": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.reindex_rethrottle:ReindexTask" + "$ref": "#/components/schemas/_global.reindex_rethrottle.ReindexTask" } } }, @@ -91276,7 +91276,7 @@ } ] }, - "_global.reindex_rethrottle:ReindexTask": { + "_global.reindex_rethrottle.ReindexTask": { "type": "object", "properties": { "action": { @@ -91292,22 +91292,22 @@ "type": "number" }, "node": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "running_time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "status": { - "$ref": "#/components/schemas/_global.reindex_rethrottle:ReindexStatus" + "$ref": "#/components/schemas/_global.reindex_rethrottle.ReindexStatus" }, "type": { "type": "string" }, "headers": { - "$ref": "#/components/schemas/_types:HttpHeaders" + "$ref": "#/components/schemas/_types.HttpHeaders" } }, "required": [ @@ -91323,7 +91323,7 @@ "headers" ] }, - "_global.reindex_rethrottle:ReindexStatus": { + "_global.reindex_rethrottle.ReindexStatus": { "type": "object", "properties": { "batches": { @@ -91347,19 +91347,19 @@ "type": "number" }, "retries": { - "$ref": "#/components/schemas/_types:Retries" + "$ref": "#/components/schemas/_types.Retries" }, "throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "throttled_until": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_until_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "description": "The number of documents that were successfully processed.", @@ -91388,7 +91388,7 @@ "version_conflicts" ] }, - "_spec_utils:BaseNode": { + "_spec_utils.BaseNode": { "type": "object", "properties": { "attributes": { @@ -91398,19 +91398,19 @@ } }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "ip": { - "$ref": "#/components/schemas/_types:Ip" + "$ref": "#/components/schemas/_types.Ip" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "roles": { - "$ref": "#/components/schemas/_types:NodeRoles" + "$ref": "#/components/schemas/_types.NodeRoles" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" } }, "required": [ @@ -91421,17 +91421,17 @@ "transport_address" ] }, - "rollup.get_jobs:RollupJob": { + "rollup.get_jobs.RollupJob": { "type": "object", "properties": { "config": { - "$ref": "#/components/schemas/rollup.get_jobs:RollupJobConfiguration" + "$ref": "#/components/schemas/rollup.get_jobs.RollupJobConfiguration" }, "stats": { - "$ref": "#/components/schemas/rollup.get_jobs:RollupJobStats" + "$ref": "#/components/schemas/rollup.get_jobs.RollupJobStats" }, "status": { - "$ref": "#/components/schemas/rollup.get_jobs:RollupJobStatus" + "$ref": "#/components/schemas/rollup.get_jobs.RollupJobStatus" } }, "required": [ @@ -91440,17 +91440,17 @@ "status" ] }, - "rollup.get_jobs:RollupJobConfiguration": { + "rollup.get_jobs.RollupJobConfiguration": { "type": "object", "properties": { "cron": { "type": "string" }, "groups": { - "$ref": "#/components/schemas/rollup._types:Groupings" + "$ref": "#/components/schemas/rollup._types.Groupings" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index_pattern": { "type": "string" @@ -91458,17 +91458,17 @@ "metrics": { "type": "array", "items": { - "$ref": "#/components/schemas/rollup._types:FieldMetric" + "$ref": "#/components/schemas/rollup._types.FieldMetric" } }, "page_size": { "type": "number" }, "rollup_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ @@ -91482,54 +91482,54 @@ "timeout" ] }, - "rollup._types:Groupings": { + "rollup._types.Groupings": { "type": "object", "properties": { "date_histogram": { - "$ref": "#/components/schemas/rollup._types:DateHistogramGrouping" + "$ref": "#/components/schemas/rollup._types.DateHistogramGrouping" }, "histogram": { - "$ref": "#/components/schemas/rollup._types:HistogramGrouping" + "$ref": "#/components/schemas/rollup._types.HistogramGrouping" }, "terms": { - "$ref": "#/components/schemas/rollup._types:TermsGrouping" + "$ref": "#/components/schemas/rollup._types.TermsGrouping" } } }, - "rollup._types:DateHistogramGrouping": { + "rollup._types.DateHistogramGrouping": { "type": "object", "properties": { "delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "type": "string" }, "interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "calendar_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "fixed_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } }, "required": [ "field" ] }, - "rollup._types:HistogramGrouping": { + "rollup._types.HistogramGrouping": { "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "interval": { "description": "The interval of histogram buckets to be generated when rolling up.\nFor example, a value of `5` creates buckets that are five units wide (`0-5`, `5-10`, etc).\nNote that only one interval can be specified in the histogram group, meaning that all fields being grouped via the histogram must share the same interval.", @@ -91541,28 +91541,28 @@ "interval" ] }, - "rollup._types:TermsGrouping": { + "rollup._types.TermsGrouping": { "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } }, "required": [ "fields" ] }, - "rollup._types:FieldMetric": { + "rollup._types.FieldMetric": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "metrics": { "description": "An array of metrics to collect for the field. At least one metric must be configured.", "type": "array", "items": { - "$ref": "#/components/schemas/rollup._types:Metric" + "$ref": "#/components/schemas/rollup._types.Metric" } } }, @@ -91571,7 +91571,7 @@ "metrics" ] }, - "rollup._types:Metric": { + "rollup._types.Metric": { "type": "string", "enum": [ "min", @@ -91581,7 +91581,7 @@ "value_count" ] }, - "rollup.get_jobs:RollupJobStats": { + "rollup.get_jobs.RollupJobStats": { "type": "object", "properties": { "documents_processed": { @@ -91591,7 +91591,7 @@ "type": "number" }, "index_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "index_total": { "type": "number" @@ -91606,7 +91606,7 @@ "type": "number" }, "search_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "search_total": { "type": "number" @@ -91615,7 +91615,7 @@ "type": "number" }, "processing_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "processing_total": { "type": "number" @@ -91636,7 +91636,7 @@ "processing_total" ] }, - "rollup.get_jobs:RollupJobStatus": { + "rollup.get_jobs.RollupJobStatus": { "type": "object", "properties": { "current_position": { @@ -91646,7 +91646,7 @@ } }, "job_state": { - "$ref": "#/components/schemas/rollup.get_jobs:IndexingJobState" + "$ref": "#/components/schemas/rollup.get_jobs.IndexingJobState" }, "upgraded_doc_id": { "type": "boolean" @@ -91656,7 +91656,7 @@ "job_state" ] }, - "rollup.get_jobs:IndexingJobState": { + "rollup.get_jobs.IndexingJobState": { "type": "string", "enum": [ "started", @@ -91666,14 +91666,14 @@ "aborting" ] }, - "rollup.get_rollup_caps:RollupCapabilities": { + "rollup.get_rollup_caps.RollupCapabilities": { "type": "object", "properties": { "rollup_jobs": { "description": "There can be multiple, independent jobs configured for a single index or index pattern. Each of these jobs may have different configurations, so the API returns a list of all the various configurations available.", "type": "array", "items": { - "$ref": "#/components/schemas/rollup.get_rollup_caps:RollupCapabilitySummary" + "$ref": "#/components/schemas/rollup.get_rollup_caps.RollupCapabilitySummary" } } }, @@ -91681,7 +91681,7 @@ "rollup_jobs" ] }, - "rollup.get_rollup_caps:RollupCapabilitySummary": { + "rollup.get_rollup_caps.RollupCapabilitySummary": { "type": "object", "properties": { "fields": { @@ -91689,7 +91689,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/rollup.get_rollup_caps:RollupFieldSummary" + "$ref": "#/components/schemas/rollup.get_rollup_caps.RollupFieldSummary" } } }, @@ -91710,30 +91710,30 @@ "rollup_index" ] }, - "rollup.get_rollup_caps:RollupFieldSummary": { + "rollup.get_rollup_caps.RollupFieldSummary": { "type": "object", "properties": { "agg": { "type": "string" }, "calendar_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } }, "required": [ "agg" ] }, - "rollup.get_rollup_index_caps:IndexCapabilities": { + "rollup.get_rollup_index_caps.IndexCapabilities": { "type": "object", "properties": { "rollup_jobs": { "type": "array", "items": { - "$ref": "#/components/schemas/rollup.get_rollup_index_caps:RollupJobSummary" + "$ref": "#/components/schemas/rollup.get_rollup_index_caps.RollupJobSummary" } } }, @@ -91741,7 +91741,7 @@ "rollup_jobs" ] }, - "rollup.get_rollup_index_caps:RollupJobSummary": { + "rollup.get_rollup_index_caps.RollupJobSummary": { "type": "object", "properties": { "fields": { @@ -91749,7 +91749,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/rollup.get_rollup_index_caps:RollupJobSummaryField" + "$ref": "#/components/schemas/rollup.get_rollup_index_caps.RollupJobSummaryField" } } }, @@ -91757,10 +91757,10 @@ "type": "string" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "rollup_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -91770,24 +91770,24 @@ "rollup_index" ] }, - "rollup.get_rollup_index_caps:RollupJobSummaryField": { + "rollup.get_rollup_index_caps.RollupJobSummaryField": { "type": "object", "properties": { "agg": { "type": "string" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "calendar_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "agg" ] }, - "_global.scripts_painless_execute:PainlessContext": { + "_global.scripts_painless_execute.PainlessContext": { "type": "string", "enum": [ "painless_test", @@ -91803,7 +91803,7 @@ "composite_field" ] }, - "_global.scripts_painless_execute:PainlessContextSetup": { + "_global.scripts_painless_execute.PainlessContextSetup": { "type": "object", "properties": { "document": { @@ -91811,10 +91811,10 @@ "type": "object" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -91822,19 +91822,19 @@ "index" ] }, - "search_application._types:SearchApplication": { + "search_application._types.SearchApplication": { "allOf": [ { - "$ref": "#/components/schemas/search_application._types:SearchApplicationParameters" + "$ref": "#/components/schemas/search_application._types.SearchApplicationParameters" }, { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "updated_at_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -91844,61 +91844,61 @@ } ] }, - "search_application._types:SearchApplicationParameters": { + "search_application._types.SearchApplicationParameters": { "type": "object", "properties": { "indices": { "description": "Indices that are part of the Search Application.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "analytics_collection_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "template": { - "$ref": "#/components/schemas/search_application._types:SearchApplicationTemplate" + "$ref": "#/components/schemas/search_application._types.SearchApplicationTemplate" } }, "required": [ "indices" ] }, - "search_application._types:SearchApplicationTemplate": { + "search_application._types.SearchApplicationTemplate": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "script" ] }, - "search_application._types:AnalyticsCollection": { + "search_application._types.AnalyticsCollection": { "type": "object", "properties": { "event_data_stream": { - "$ref": "#/components/schemas/search_application._types:EventDataStream" + "$ref": "#/components/schemas/search_application._types.EventDataStream" } }, "required": [ "event_data_stream" ] }, - "search_application._types:EventDataStream": { + "search_application._types.EventDataStream": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "name" ] }, - "search_application._types:EventType": { + "search_application._types.EventType": { "type": "string", "enum": [ "page_view", @@ -91906,16 +91906,16 @@ "search_click" ] }, - "search_application.put_behavioral_analytics:AnalyticsAcknowledgeResponseBase": { + "search_application.put_behavioral_analytics.AnalyticsAcknowledgeResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -91924,20 +91924,20 @@ } ] }, - "_global.search_mvt._types:ZoomLevel": { + "_global.search_mvt._types.ZoomLevel": { "type": "number" }, - "_global.search_mvt._types:Coordinate": { + "_global.search_mvt._types.Coordinate": { "type": "number" }, - "_global.search_mvt._types:GridAggregationType": { + "_global.search_mvt._types.GridAggregationType": { "type": "string", "enum": [ "geotile", "geohex" ] }, - "_global.search_mvt._types:GridType": { + "_global.search_mvt._types.GridType": { "type": "string", "enum": [ "grid", @@ -91945,20 +91945,20 @@ "centroid" ] }, - "_types:MapboxVectorTiles": { + "_types.MapboxVectorTiles": { "type": "object" }, - "_global.search_shards:SearchShardsNodeAttributes": { + "_global.search_shards.SearchShardsNodeAttributes": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:NodeName" + "$ref": "#/components/schemas/_types.NodeName" }, "ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "external_id": { "type": "string" @@ -91971,10 +91971,10 @@ } }, "roles": { - "$ref": "#/components/schemas/_types:NodeRoles" + "$ref": "#/components/schemas/_types.NodeRoles" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "min_index_version": { "type": "number" @@ -91995,43 +91995,43 @@ "max_index_version" ] }, - "_types:NodeShard": { + "_types.NodeShard": { "type": "object", "properties": { "state": { - "$ref": "#/components/schemas/indices.stats:ShardRoutingState" + "$ref": "#/components/schemas/indices.stats.ShardRoutingState" }, "primary": { "type": "boolean" }, "node": { - "$ref": "#/components/schemas/_types:NodeName" + "$ref": "#/components/schemas/_types.NodeName" }, "shard": { "type": "number" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "allocation_id": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "recovery_source": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "unassigned_info": { - "$ref": "#/components/schemas/cluster.allocation_explain:UnassignedInformation" + "$ref": "#/components/schemas/cluster.allocation_explain.UnassignedInformation" }, "relocating_node": { "oneOf": [ { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, { "nullable": true, @@ -92040,7 +92040,7 @@ ] }, "relocation_failure_info": { - "$ref": "#/components/schemas/_types:RelocationFailureInfo" + "$ref": "#/components/schemas/_types.RelocationFailureInfo" } }, "required": [ @@ -92050,7 +92050,7 @@ "index" ] }, - "_types:RelocationFailureInfo": { + "_types.RelocationFailureInfo": { "type": "object", "properties": { "failed_attempts": { @@ -92061,45 +92061,45 @@ "failed_attempts" ] }, - "_global.search_shards:ShardStoreIndex": { + "_global.search_shards.ShardStoreIndex": { "type": "object", "properties": { "aliases": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } }, - "searchable_snapshots.cache_stats:Node": { + "searchable_snapshots.cache_stats.Node": { "type": "object", "properties": { "shared_cache": { - "$ref": "#/components/schemas/searchable_snapshots.cache_stats:Shared" + "$ref": "#/components/schemas/searchable_snapshots.cache_stats.Shared" } }, "required": [ "shared_cache" ] }, - "searchable_snapshots.cache_stats:Shared": { + "searchable_snapshots.cache_stats.Shared": { "type": "object", "properties": { "reads": { "type": "number" }, "bytes_read_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "writes": { "type": "number" }, "bytes_written_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "evictions": { "type": "number" @@ -92108,10 +92108,10 @@ "type": "number" }, "size_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "region_size_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } }, "required": [ @@ -92125,17 +92125,17 @@ "region_size_in_bytes" ] }, - "searchable_snapshots.mount:MountedSnapshot": { + "searchable_snapshots.mount.MountedSnapshot": { "type": "object", "properties": { "snapshot": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -92144,7 +92144,7 @@ "shards" ] }, - "searchable_snapshots._types:StatsLevel": { + "searchable_snapshots._types.StatsLevel": { "type": "string", "enum": [ "cluster", @@ -92152,17 +92152,17 @@ "shards" ] }, - "security._types:GrantType": { + "security._types.GrantType": { "type": "string", "enum": [ "password", "access_token" ] }, - "security._types:UserProfileWithMetadata": { + "security._types.UserProfileWithMetadata": { "allOf": [ { - "$ref": "#/components/schemas/security._types:UserProfile" + "$ref": "#/components/schemas/security._types.UserProfile" }, { "type": "object", @@ -92171,7 +92171,7 @@ "type": "number" }, "_doc": { - "$ref": "#/components/schemas/security._types:UserProfileHitMetadata" + "$ref": "#/components/schemas/security._types.UserProfileHitMetadata" } }, "required": [ @@ -92181,14 +92181,14 @@ } ] }, - "security._types:UserProfileHitMetadata": { + "security._types.UserProfileHitMetadata": { "type": "object", "properties": { "_primary_term": { "type": "number" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" } }, "required": [ @@ -92196,14 +92196,14 @@ "_seq_no" ] }, - "security._types:UserProfile": { + "security._types.UserProfile": { "type": "object", "properties": { "uid": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" }, "user": { - "$ref": "#/components/schemas/security._types:UserProfileUser" + "$ref": "#/components/schemas/security._types.UserProfileUser" }, "data": { "type": "object", @@ -92228,10 +92228,10 @@ "labels" ] }, - "security._types:UserProfileId": { + "security._types.UserProfileId": { "type": "string" }, - "security._types:UserProfileUser": { + "security._types.UserProfileUser": { "type": "object", "properties": { "email": { @@ -92248,7 +92248,7 @@ "full_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, { "nullable": true, @@ -92257,10 +92257,10 @@ ] }, "realm_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "realm_domain": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "roles": { "type": "array", @@ -92269,7 +92269,7 @@ } }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } }, "required": [ @@ -92278,25 +92278,25 @@ "username" ] }, - "security.authenticate:AuthenticateApiKey": { + "security.authenticate.AuthenticateApiKey": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "id" ] }, - "security._types:RealmInfo": { + "security._types.RealmInfo": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -92307,11 +92307,11 @@ "type" ] }, - "security.authenticate:Token": { + "security.authenticate.Token": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -92321,7 +92321,7 @@ "name" ] }, - "security._types:BulkError": { + "security._types.BulkError": { "type": "object", "properties": { "count": { @@ -92332,7 +92332,7 @@ "description": "Details about the errors, keyed by role name", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, @@ -92341,35 +92341,35 @@ "details" ] }, - "security._types:RoleDescriptor": { + "security._types.RoleDescriptor": { "type": "object", "properties": { "cluster": { "description": "A list of cluster privileges. These privileges define the cluster level actions that API keys are able to execute.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "indices": { "description": "A list of indices permissions entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivileges" + "$ref": "#/components/schemas/security._types.IndicesPrivileges" } }, "remote_indices": { "description": "A list of indices permissions for remote clusters.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteIndicesPrivileges" + "$ref": "#/components/schemas/security._types.RemoteIndicesPrivileges" } }, "remote_cluster": { "description": "A list of cluster permissions for remote clusters.\nNOTE: This is limited a subset of the cluster permissions.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteClusterPrivileges" + "$ref": "#/components/schemas/security._types.RemoteClusterPrivileges" } }, "global": { @@ -92378,11 +92378,11 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:GlobalPrivilege" + "$ref": "#/components/schemas/security._types.GlobalPrivilege" } }, { - "$ref": "#/components/schemas/security._types:GlobalPrivilege" + "$ref": "#/components/schemas/security._types.GlobalPrivilege" } ] }, @@ -92390,11 +92390,11 @@ "description": "A list of application privilege entries", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "run_as": { "externalDocs": { @@ -92411,7 +92411,7 @@ "type": "string" }, "restriction": { - "$ref": "#/components/schemas/security._types:Restriction" + "$ref": "#/components/schemas/security._types.Restriction" }, "transient_metadata": { "type": "object", @@ -92421,7 +92421,7 @@ } } }, - "security._types:ClusterPrivilege": { + "security._types.ClusterPrivilege": { "anyOf": [ { "type": "string", @@ -92492,22 +92492,22 @@ } ] }, - "security._types:IndicesPrivileges": { + "security._types.IndicesPrivileges": { "type": "object", "properties": { "field_security": { - "$ref": "#/components/schemas/security._types:FieldSecurity" + "$ref": "#/components/schemas/security._types.FieldSecurity" }, "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] @@ -92516,11 +92516,11 @@ "description": "The index level privileges that owners of the role have on the specified indices.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndexPrivilege" + "$ref": "#/components/schemas/security._types.IndexPrivilege" } }, "query": { - "$ref": "#/components/schemas/security._types:IndicesPrivilegesQuery" + "$ref": "#/components/schemas/security._types.IndicesPrivilegesQuery" }, "allow_restricted_indices": { "description": "Set to `true` if using wildcard or regular expressions for patterns that cover restricted indices. Implicitly, restricted indices have limited privileges that can cause pattern tests to fail. If restricted indices are explicitly included in the `names` list, Elasticsearch checks privileges against these indices regardless of the value set for `allow_restricted_indices`.", @@ -92532,18 +92532,18 @@ "privileges" ] }, - "security._types:FieldSecurity": { + "security._types.FieldSecurity": { "type": "object", "properties": { "except": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "grant": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } }, - "security._types:IndexPrivilege": { + "security._types.IndexPrivilege": { "anyOf": [ { "type": "string", @@ -92577,36 +92577,36 @@ } ] }, - "security._types:IndicesPrivilegesQuery": { + "security._types.IndicesPrivilegesQuery": { "description": "While creating or updating a role you can provide either a JSON structure or a string to the API.\nHowever, the response provided by Elasticsearch will only be string with a json-as-text content.\n\nSince this is embedded in `IndicesPrivileges`, the same structure is used for clarity in both contexts.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { - "$ref": "#/components/schemas/security._types:RoleTemplateQuery" + "$ref": "#/components/schemas/security._types.RoleTemplateQuery" } ] }, - "security._types:RoleTemplateQuery": { + "security._types.RoleTemplateQuery": { "type": "object", "properties": { "template": { - "$ref": "#/components/schemas/security._types:RoleTemplateScript" + "$ref": "#/components/schemas/security._types.RoleTemplateScript" } } }, - "security._types:RoleTemplateScript": { + "security._types.RoleTemplateScript": { "type": "object", "properties": { "source": { - "$ref": "#/components/schemas/security._types:RoleTemplateInlineQuery" + "$ref": "#/components/schemas/security._types.RoleTemplateInlineQuery" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Specifies any named parameters that are passed into the script as variables.\nUse parameters instead of hard-coded values to decrease compile time.", @@ -92616,7 +92616,7 @@ } }, "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "options": { "type": "object", @@ -92626,35 +92626,35 @@ } } }, - "security._types:RoleTemplateInlineQuery": { + "security._types.RoleTemplateInlineQuery": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } ] }, - "security._types:RemoteIndicesPrivileges": { + "security._types.RemoteIndicesPrivileges": { "type": "object", "properties": { "clusters": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "field_security": { - "$ref": "#/components/schemas/security._types:FieldSecurity" + "$ref": "#/components/schemas/security._types.FieldSecurity" }, "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] @@ -92663,11 +92663,11 @@ "description": "The index level privileges that owners of the role have on the specified indices.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndexPrivilege" + "$ref": "#/components/schemas/security._types.IndexPrivilege" } }, "query": { - "$ref": "#/components/schemas/security._types:IndicesPrivilegesQuery" + "$ref": "#/components/schemas/security._types.IndicesPrivilegesQuery" }, "allow_restricted_indices": { "description": "Set to `true` if using wildcard or regular expressions for patterns that cover restricted indices. Implicitly, restricted indices have limited privileges that can cause pattern tests to fail. If restricted indices are explicitly included in the `names` list, Elasticsearch checks privileges against these indices regardless of the value set for `allow_restricted_indices`.", @@ -92680,17 +92680,17 @@ "privileges" ] }, - "security._types:RemoteClusterPrivileges": { + "security._types.RemoteClusterPrivileges": { "type": "object", "properties": { "clusters": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "privileges": { "description": "The cluster level privileges that owners of the role have on the remote cluster.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteClusterPrivilege" + "$ref": "#/components/schemas/security._types.RemoteClusterPrivilege" } } }, @@ -92699,36 +92699,36 @@ "privileges" ] }, - "security._types:RemoteClusterPrivilege": { + "security._types.RemoteClusterPrivilege": { "type": "string", "enum": [ "monitor_enrich", "monitor_stats" ] }, - "security._types:GlobalPrivilege": { + "security._types.GlobalPrivilege": { "type": "object", "properties": { "application": { - "$ref": "#/components/schemas/security._types:ApplicationGlobalUserPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationGlobalUserPrivileges" } }, "required": [ "application" ] }, - "security._types:ApplicationGlobalUserPrivileges": { + "security._types.ApplicationGlobalUserPrivileges": { "type": "object", "properties": { "manage": { - "$ref": "#/components/schemas/security._types:ManageUserPrivileges" + "$ref": "#/components/schemas/security._types.ManageUserPrivileges" } }, "required": [ "manage" ] }, - "security._types:ManageUserPrivileges": { + "security._types.ManageUserPrivileges": { "type": "object", "properties": { "applications": { @@ -92742,7 +92742,7 @@ "applications" ] }, - "security._types:ApplicationPrivileges": { + "security._types.ApplicationPrivileges": { "type": "object", "properties": { "application": { @@ -92770,14 +92770,14 @@ "resources" ] }, - "security._types:Restriction": { + "security._types.Restriction": { "type": "object", "properties": { "workflows": { "description": "A list of workflows to which the API key is restricted.\nNOTE: In order to use a role restriction, an API key must be created with a single role descriptor.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RestrictionWorkflow" + "$ref": "#/components/schemas/security._types.RestrictionWorkflow" } } }, @@ -92785,7 +92785,7 @@ "workflows" ] }, - "security._types:RestrictionWorkflow": { + "security._types.RestrictionWorkflow": { "anyOf": [ { "type": "string", @@ -92798,55 +92798,55 @@ } ] }, - "security._types:ClusterNode": { + "security._types.ClusterNode": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "name" ] }, - "_types:Namespace": { + "_types.Namespace": { "type": "string" }, - "_types:Service": { + "_types.Service": { "type": "string" }, - "security._types:Access": { + "security._types.Access": { "type": "object", "properties": { "replication": { "description": "A list of indices permission entries for cross-cluster replication.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ReplicationAccess" + "$ref": "#/components/schemas/security._types.ReplicationAccess" } }, "search": { "description": "A list of indices permission entries for cross-cluster search.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:SearchAccess" + "$ref": "#/components/schemas/security._types.SearchAccess" } } } }, - "security._types:ReplicationAccess": { + "security._types.ReplicationAccess": { "type": "object", "properties": { "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] @@ -92860,28 +92860,28 @@ "names" ] }, - "security._types:SearchAccess": { + "security._types.SearchAccess": { "type": "object", "properties": { "field_security": { - "$ref": "#/components/schemas/security._types:FieldSecurity" + "$ref": "#/components/schemas/security._types.FieldSecurity" }, "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] }, "query": { - "$ref": "#/components/schemas/security._types:IndicesPrivilegesQuery" + "$ref": "#/components/schemas/security._types.IndicesPrivilegesQuery" }, "allow_restricted_indices": { "description": "Set to `true` if using wildcard or regular expressions for patterns that cover restricted indices. Implicitly, restricted indices have limited privileges that can cause pattern tests to fail. If restricted indices are explicitly included in the `names` list, Elasticsearch checks privileges against these indices regardless of the value set for `allow_restricted_indices`.", @@ -92892,11 +92892,11 @@ "names" ] }, - "security.create_service_token:Token": { + "security.create_service_token.Token": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "value": { "type": "string" @@ -92907,7 +92907,7 @@ "value" ] }, - "security.delegate_pki:Authentication": { + "security.delegate_pki.Authentication": { "type": "object", "properties": { "username": { @@ -92948,16 +92948,16 @@ } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "enabled": { "type": "boolean" }, "authentication_realm": { - "$ref": "#/components/schemas/security.delegate_pki:AuthenticationRealm" + "$ref": "#/components/schemas/security.delegate_pki.AuthenticationRealm" }, "lookup_realm": { - "$ref": "#/components/schemas/security.delegate_pki:AuthenticationRealm" + "$ref": "#/components/schemas/security.delegate_pki.AuthenticationRealm" }, "authentication_type": { "type": "string" @@ -92981,7 +92981,7 @@ "authentication_type" ] }, - "security.delegate_pki:AuthenticationRealm": { + "security.delegate_pki.AuthenticationRealm": { "type": "object", "properties": { "name": { @@ -92999,7 +92999,7 @@ "type" ] }, - "security.delete_privileges:FoundStatus": { + "security.delete_privileges.FoundStatus": { "type": "object", "properties": { "found": { @@ -93010,7 +93010,7 @@ "found" ] }, - "security.enroll_kibana:Token": { + "security.enroll_kibana.Token": { "type": "object", "properties": { "name": { @@ -93027,33 +93027,33 @@ "value" ] }, - "security._types:ApiKey": { + "security._types.ApiKey": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { - "$ref": "#/components/schemas/security._types:ApiKeyType" + "$ref": "#/components/schemas/security._types.ApiKeyType" }, "creation": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "expiration": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "invalidated": { "description": "Invalidation status for the API key.\nIf the key has been invalidated, it has a value of `true`. Otherwise, it is `false`.", "type": "boolean" }, "invalidation": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "realm": { "description": "Realm name of the principal for which this API key was created.", @@ -93064,13 +93064,13 @@ "type": "string" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "role_descriptors": { "description": "The role descriptors assigned to this API key when it was created or last updated.\nAn empty role descriptor means the API key inherits the owner user’s permissions.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } }, "limited_by": { @@ -93079,19 +93079,19 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } } }, "access": { - "$ref": "#/components/schemas/security._types:Access" + "$ref": "#/components/schemas/security._types.Access" }, "profile_uid": { "description": "The profile uid for the API key owner principal, if requested and if it exists", "type": "string" }, "_sort": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } }, "required": [ @@ -93105,14 +93105,14 @@ "metadata" ] }, - "security._types:ApiKeyType": { + "security._types.ApiKeyType": { "type": "string", "enum": [ "rest", "cross_cluster" ] }, - "security.put_privileges:Actions": { + "security.put_privileges.Actions": { "type": "object", "properties": { "actions": { @@ -93125,45 +93125,45 @@ "type": "string" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ "actions" ] }, - "security.get_role:Role": { + "security.get_role.Role": { "type": "object", "properties": { "cluster": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivileges" + "$ref": "#/components/schemas/security._types.IndicesPrivileges" } }, "remote_indices": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteIndicesPrivileges" + "$ref": "#/components/schemas/security._types.RemoteIndicesPrivileges" } }, "remote_cluster": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteClusterPrivileges" + "$ref": "#/components/schemas/security._types.RemoteClusterPrivileges" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "description": { "type": "string" @@ -93183,13 +93183,13 @@ "applications": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "role_templates": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RoleTemplate" + "$ref": "#/components/schemas/security._types.RoleTemplate" } }, "global": { @@ -93215,35 +93215,35 @@ "applications" ] }, - "security._types:RoleTemplate": { + "security._types.RoleTemplate": { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/security._types:TemplateFormat" + "$ref": "#/components/schemas/security._types.TemplateFormat" }, "template": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "template" ] }, - "security._types:TemplateFormat": { + "security._types.TemplateFormat": { "type": "string", "enum": [ "string", "json" ] }, - "security._types:RoleMapping": { + "security._types.RoleMapping": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "roles": { "type": "array", @@ -93254,11 +93254,11 @@ "role_templates": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RoleTemplate" + "$ref": "#/components/schemas/security._types.RoleTemplate" } }, "rules": { - "$ref": "#/components/schemas/security._types:RoleMappingRule" + "$ref": "#/components/schemas/security._types.RoleMappingRule" } }, "required": [ @@ -93267,19 +93267,19 @@ "rules" ] }, - "security._types:RoleMappingRule": { + "security._types.RoleMappingRule": { "type": "object", "properties": { "any": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RoleMappingRule" + "$ref": "#/components/schemas/security._types.RoleMappingRule" } }, "all": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RoleMappingRule" + "$ref": "#/components/schemas/security._types.RoleMappingRule" } }, "field": { @@ -93287,12 +93287,12 @@ "additionalProperties": { "oneOf": [ { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } } ] @@ -93301,52 +93301,52 @@ "maxProperties": 1 }, "except": { - "$ref": "#/components/schemas/security._types:RoleMappingRule" + "$ref": "#/components/schemas/security._types.RoleMappingRule" } }, "minProperties": 1, "maxProperties": 1 }, - "security.get_service_accounts:RoleDescriptorWrapper": { + "security.get_service_accounts.RoleDescriptorWrapper": { "type": "object", "properties": { "role_descriptor": { - "$ref": "#/components/schemas/security._types:RoleDescriptorRead" + "$ref": "#/components/schemas/security._types.RoleDescriptorRead" } }, "required": [ "role_descriptor" ] }, - "security._types:RoleDescriptorRead": { + "security._types.RoleDescriptorRead": { "type": "object", "properties": { "cluster": { "description": "A list of cluster privileges. These privileges define the cluster level actions that API keys are able to execute.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "indices": { "description": "A list of indices permissions entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivileges" + "$ref": "#/components/schemas/security._types.IndicesPrivileges" } }, "remote_indices": { "description": "A list of indices permissions for remote clusters.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteIndicesPrivileges" + "$ref": "#/components/schemas/security._types.RemoteIndicesPrivileges" } }, "remote_cluster": { "description": "A list of cluster permissions for remote clusters.\nNOTE: This is limited a subset of the cluster permissions.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteClusterPrivileges" + "$ref": "#/components/schemas/security._types.RemoteClusterPrivileges" } }, "global": { @@ -93355,11 +93355,11 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:GlobalPrivilege" + "$ref": "#/components/schemas/security._types.GlobalPrivilege" } }, { - "$ref": "#/components/schemas/security._types:GlobalPrivilege" + "$ref": "#/components/schemas/security._types.GlobalPrivilege" } ] }, @@ -93367,11 +93367,11 @@ "description": "A list of application privilege entries", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "run_as": { "externalDocs": { @@ -93388,7 +93388,7 @@ "type": "string" }, "restriction": { - "$ref": "#/components/schemas/security._types:Restriction" + "$ref": "#/components/schemas/security._types.Restriction" }, "transient_metadata": { "type": "object", @@ -93402,17 +93402,17 @@ "indices" ] }, - "security.get_service_credentials:NodesCredentials": { + "security.get_service_credentials.NodesCredentials": { "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "file_tokens": { "description": "File-backed tokens collected from all nodes", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.get_service_credentials:NodesCredentialsFileToken" + "$ref": "#/components/schemas/security.get_service_credentials.NodesCredentialsFileToken" } } }, @@ -93421,7 +93421,7 @@ "file_tokens" ] }, - "security.get_service_credentials:NodesCredentialsFileToken": { + "security.get_service_credentials.NodesCredentialsFileToken": { "type": "object", "properties": { "nodes": { @@ -93435,15 +93435,15 @@ "nodes" ] }, - "security._types:SecuritySettings": { + "security._types.SecuritySettings": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } } }, - "security.get_token:AccessTokenGrantType": { + "security.get_token.AccessTokenGrantType": { "type": "string", "enum": [ "password", @@ -93452,22 +93452,22 @@ "refresh_token" ] }, - "security.get_token:AuthenticatedUser": { + "security.get_token.AuthenticatedUser": { "allOf": [ { - "$ref": "#/components/schemas/security._types:User" + "$ref": "#/components/schemas/security._types.User" }, { "type": "object", "properties": { "authentication_realm": { - "$ref": "#/components/schemas/security.get_token:UserRealm" + "$ref": "#/components/schemas/security.get_token.UserRealm" }, "lookup_realm": { - "$ref": "#/components/schemas/security.get_token:UserRealm" + "$ref": "#/components/schemas/security.get_token.UserRealm" }, "authentication_provider": { - "$ref": "#/components/schemas/security.get_token:AuthenticationProvider" + "$ref": "#/components/schemas/security.get_token.AuthenticationProvider" }, "authentication_type": { "type": "string" @@ -93481,11 +93481,11 @@ } ] }, - "security.get_token:UserRealm": { + "security.get_token.UserRealm": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -93496,14 +93496,14 @@ "type" ] }, - "security.get_token:AuthenticationProvider": { + "security.get_token.AuthenticationProvider": { "type": "object", "properties": { "type": { "type": "string" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -93511,7 +93511,7 @@ "name" ] }, - "security._types:User": { + "security._types.User": { "type": "object", "properties": { "email": { @@ -93528,7 +93528,7 @@ "full_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, { "nullable": true, @@ -93537,7 +93537,7 @@ ] }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "roles": { "type": "array", @@ -93546,13 +93546,13 @@ } }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "enabled": { "type": "boolean" }, "profile_uid": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" } }, "required": [ @@ -93562,7 +93562,7 @@ "enabled" ] }, - "security._types:UserIndicesPrivileges": { + "security._types.UserIndicesPrivileges": { "type": "object", "properties": { "field_security": { @@ -93572,19 +93572,19 @@ "description": "The document fields that the owners of the role have read access to.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:FieldSecurity" + "$ref": "#/components/schemas/security._types.FieldSecurity" } }, "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] @@ -93593,14 +93593,14 @@ "description": "The index level privileges that owners of the role have on the specified indices.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndexPrivilege" + "$ref": "#/components/schemas/security._types.IndexPrivilege" } }, "query": { "description": "Search queries that define the documents the user has access to. A document within the specified indices must match these queries for it to be accessible by the owners of the role.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivilegesQuery" + "$ref": "#/components/schemas/security._types.IndicesPrivilegesQuery" } }, "allow_restricted_indices": { @@ -93614,7 +93614,7 @@ "allow_restricted_indices" ] }, - "security._types:RemoteUserIndicesPrivileges": { + "security._types.RemoteUserIndicesPrivileges": { "type": "object", "properties": { "field_security": { @@ -93624,19 +93624,19 @@ "description": "The document fields that the owners of the role have read access to.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:FieldSecurity" + "$ref": "#/components/schemas/security._types.FieldSecurity" } }, "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] @@ -93645,14 +93645,14 @@ "description": "The index level privileges that owners of the role have on the specified indices.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndexPrivilege" + "$ref": "#/components/schemas/security._types.IndexPrivilege" } }, "query": { "description": "Search queries that define the documents the user has access to. A document within the specified indices must match these queries for it to be accessible by the owners of the role.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivilegesQuery" + "$ref": "#/components/schemas/security._types.IndicesPrivilegesQuery" } }, "allow_restricted_indices": { @@ -93673,7 +93673,7 @@ "clusters" ] }, - "security.get_user_profile:GetUserProfileErrors": { + "security.get_user_profile.GetUserProfileErrors": { "type": "object", "properties": { "count": { @@ -93682,7 +93682,7 @@ "details": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, @@ -93691,14 +93691,14 @@ "details" ] }, - "security.grant_api_key:GrantApiKey": { + "security.grant_api_key.GrantApiKey": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "expiration": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" }, "role_descriptors": { "description": "The role descriptors for this API key.\nWhen it is not specified or is an empty array, the API key has a point in time snapshot of permissions of the specified user or access token.\nIf you supply role descriptors, the resultant permissions are an intersection of API keys permissions and the permissions of the user or access token.", @@ -93706,7 +93706,7 @@ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } }, { @@ -93714,28 +93714,28 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } } } ] }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ "name" ] }, - "security.grant_api_key:ApiKeyGrantType": { + "security.grant_api_key.ApiKeyGrantType": { "type": "string", "enum": [ "access_token", "password" ] }, - "security.has_privileges:ApplicationPrivilegesCheck": { + "security.has_privileges.ApplicationPrivilegesCheck": { "type": "object", "properties": { "application": { @@ -93763,17 +93763,17 @@ "resources" ] }, - "security.has_privileges:IndexPrivilegesCheck": { + "security.has_privileges.IndexPrivilegesCheck": { "type": "object", "properties": { "names": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "privileges": { "description": "A list of the privileges that you want to check for the specified indices.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndexPrivilege" + "$ref": "#/components/schemas/security._types.IndexPrivilege" } }, "allow_restricted_indices": { @@ -93786,49 +93786,49 @@ "privileges" ] }, - "security.has_privileges:ApplicationsPrivileges": { + "security.has_privileges.ApplicationsPrivileges": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.has_privileges:ResourcePrivileges" + "$ref": "#/components/schemas/security.has_privileges.ResourcePrivileges" } }, - "security.has_privileges:ResourcePrivileges": { + "security.has_privileges.ResourcePrivileges": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.has_privileges:Privileges" + "$ref": "#/components/schemas/security.has_privileges.Privileges" } }, - "security.has_privileges:Privileges": { + "security.has_privileges.Privileges": { "type": "object", "additionalProperties": { "type": "boolean" } }, - "security.has_privileges_user_profile:PrivilegesCheck": { + "security.has_privileges_user_profile.PrivilegesCheck": { "type": "object", "properties": { "application": { "type": "array", "items": { - "$ref": "#/components/schemas/security.has_privileges:ApplicationPrivilegesCheck" + "$ref": "#/components/schemas/security.has_privileges.ApplicationPrivilegesCheck" } }, "cluster": { "description": "A list of the cluster privileges that you want to check.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "index": { "type": "array", "items": { - "$ref": "#/components/schemas/security.has_privileges:IndexPrivilegesCheck" + "$ref": "#/components/schemas/security.has_privileges.IndexPrivilegesCheck" } } } }, - "security.has_privileges_user_profile:HasPrivilegesUserProfileErrors": { + "security.has_privileges_user_profile.HasPrivilegesUserProfileErrors": { "type": "object", "properties": { "count": { @@ -93837,7 +93837,7 @@ "details": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, @@ -93846,7 +93846,7 @@ "details" ] }, - "security._types:CreatedStatus": { + "security._types.CreatedStatus": { "type": "object", "properties": { "created": { @@ -93857,7 +93857,7 @@ "created" ] }, - "security.query_api_keys:ApiKeyAggregationContainer": { + "security.query_api_keys.ApiKeyAggregationContainer": { "allOf": [ { "type": "object", @@ -93866,11 +93866,11 @@ "description": "Sub-aggregations for this aggregation.\nOnly applies to bucket aggregations.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyAggregationContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyAggregationContainer" } }, "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, @@ -93878,31 +93878,31 @@ "type": "object", "properties": { "cardinality": { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregation" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregation" }, "composite": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregation" }, "date_range": { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregation" }, "filter": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" }, "filters": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyFiltersAggregation" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyFiltersAggregation" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregation" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregation" }, "range": { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregation" }, "terms": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregation" }, "value_count": { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregation" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregation" } }, "minProperties": 1, @@ -93910,35 +93910,35 @@ } ] }, - "security.query_api_keys:ApiKeyQueryContainer": { + "security.query_api_keys.ApiKeyQueryContainer": { "type": "object", "properties": { "bool": { - "$ref": "#/components/schemas/_types.query_dsl:BoolQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoolQuery" }, "exists": { - "$ref": "#/components/schemas/_types.query_dsl:ExistsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ExistsQuery" }, "ids": { - "$ref": "#/components/schemas/_types.query_dsl:IdsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IdsQuery" }, "match": { "description": "Returns documents that match a provided text, number, date or boolean value.\nThe provided text is analyzed before matching.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_all": { - "$ref": "#/components/schemas/_types.query_dsl:MatchAllQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchAllQuery" }, "prefix": { "description": "Returns documents that contain a specific prefix in a provided field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:PrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.PrefixQuery" }, "minProperties": 1, "maxProperties": 1 @@ -93947,31 +93947,31 @@ "description": "Returns documents that contain terms within a provided range.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.RangeQuery" }, "minProperties": 1, "maxProperties": 1 }, "simple_query_string": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringQuery" }, "term": { "description": "Returns documents that contain an exact term in a provided field.\nTo return a document, the query term must exactly match the queried field's value, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermQuery" }, "minProperties": 1, "maxProperties": 1 }, "terms": { - "$ref": "#/components/schemas/_types.query_dsl:TermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsQuery" }, "wildcard": { "description": "Returns documents that contain terms matching a wildcard pattern.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WildcardQuery" + "$ref": "#/components/schemas/_types.query_dsl.WildcardQuery" }, "minProperties": 1, "maxProperties": 1 @@ -93980,16 +93980,16 @@ "minProperties": 1, "maxProperties": 1 }, - "security.query_api_keys:ApiKeyFiltersAggregation": { + "security.query_api_keys.ApiKeyFiltersAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "filters": { - "$ref": "#/components/schemas/_types.aggregations:BucketsApiKeyQueryContainer" + "$ref": "#/components/schemas/_types.aggregations.BucketsApiKeyQueryContainer" }, "other_bucket": { "description": "Set to `true` to add a bucket to the response which will contain all documents that do not match any of the given filters.", @@ -94007,95 +94007,95 @@ } ] }, - "_types.aggregations:BucketsApiKeyQueryContainer": { + "_types.aggregations.BucketsApiKeyQueryContainer": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" } } ] }, - "security.query_api_keys:ApiKeyAggregate": { + "security.query_api_keys.ApiKeyAggregate": { "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregate" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregate" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:LongTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.LongTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregate" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FilterAggregate" + "$ref": "#/components/schemas/_types.aggregations.FilterAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FiltersAggregate" + "$ref": "#/components/schemas/_types.aggregations.FiltersAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregate" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregate" } ] }, - "security.query_role:RoleQueryContainer": { + "security.query_role.RoleQueryContainer": { "type": "object", "properties": { "bool": { - "$ref": "#/components/schemas/_types.query_dsl:BoolQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoolQuery" }, "exists": { - "$ref": "#/components/schemas/_types.query_dsl:ExistsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ExistsQuery" }, "ids": { - "$ref": "#/components/schemas/_types.query_dsl:IdsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IdsQuery" }, "match": { "description": "Returns roles that match a provided text, number, date or boolean value.\nThe provided text is analyzed before matching.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_all": { - "$ref": "#/components/schemas/_types.query_dsl:MatchAllQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchAllQuery" }, "prefix": { "description": "Returns roles that contain a specific prefix in a provided field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:PrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.PrefixQuery" }, "minProperties": 1, "maxProperties": 1 @@ -94104,31 +94104,31 @@ "description": "Returns roles that contain terms within a provided range.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.RangeQuery" }, "minProperties": 1, "maxProperties": 1 }, "simple_query_string": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringQuery" }, "term": { "description": "Returns roles that contain an exact term in a provided field.\nTo return a document, the query term must exactly match the queried field's value, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermQuery" }, "minProperties": 1, "maxProperties": 1 }, "terms": { - "$ref": "#/components/schemas/_types.query_dsl:TermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsQuery" }, "wildcard": { "description": "Returns roles that contain terms matching a wildcard pattern.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WildcardQuery" + "$ref": "#/components/schemas/_types.query_dsl.WildcardQuery" }, "minProperties": 1, "maxProperties": 1 @@ -94137,16 +94137,16 @@ "minProperties": 1, "maxProperties": 1 }, - "security.query_role:QueryRole": { + "security.query_role.QueryRole": { "allOf": [ { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" }, { "type": "object", "properties": { "_sort": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "name": { "description": "Name of the role.", @@ -94159,35 +94159,35 @@ } ] }, - "security.query_user:UserQueryContainer": { + "security.query_user.UserQueryContainer": { "type": "object", "properties": { "ids": { - "$ref": "#/components/schemas/_types.query_dsl:IdsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IdsQuery" }, "bool": { - "$ref": "#/components/schemas/_types.query_dsl:BoolQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoolQuery" }, "exists": { - "$ref": "#/components/schemas/_types.query_dsl:ExistsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ExistsQuery" }, "match": { "description": "Returns users that match a provided text, number, date or boolean value.\nThe provided text is analyzed before matching.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_all": { - "$ref": "#/components/schemas/_types.query_dsl:MatchAllQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchAllQuery" }, "prefix": { "description": "Returns users that contain a specific prefix in a provided field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:PrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.PrefixQuery" }, "minProperties": 1, "maxProperties": 1 @@ -94196,31 +94196,31 @@ "description": "Returns users that contain terms within a provided range.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.RangeQuery" }, "minProperties": 1, "maxProperties": 1 }, "simple_query_string": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringQuery" }, "term": { "description": "Returns users that contain an exact term in a provided field.\nTo return a document, the query term must exactly match the queried field's value, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermQuery" }, "minProperties": 1, "maxProperties": 1 }, "terms": { - "$ref": "#/components/schemas/_types.query_dsl:TermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsQuery" }, "wildcard": { "description": "Returns users that contain terms matching a wildcard pattern.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WildcardQuery" + "$ref": "#/components/schemas/_types.query_dsl.WildcardQuery" }, "minProperties": 1, "maxProperties": 1 @@ -94229,29 +94229,29 @@ "minProperties": 1, "maxProperties": 1 }, - "security.query_user:QueryUser": { + "security.query_user.QueryUser": { "allOf": [ { - "$ref": "#/components/schemas/security._types:User" + "$ref": "#/components/schemas/security._types.User" }, { "type": "object", "properties": { "_sort": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } } } ] }, - "security.suggest_user_profiles:Hint": { + "security.suggest_user_profiles.Hint": { "type": "object", "properties": { "uids": { "description": "A list of profile UIDs to match against.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" } }, "labels": { @@ -94273,14 +94273,14 @@ } } }, - "security.suggest_user_profiles:TotalUserProfiles": { + "security.suggest_user_profiles.TotalUserProfiles": { "type": "object", "properties": { "value": { "type": "number" }, "relation": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } }, "required": [ @@ -94288,32 +94288,32 @@ "relation" ] }, - "shutdown.get_node:NodeShutdownStatus": { + "shutdown.get_node.NodeShutdownStatus": { "type": "object", "properties": { "node_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "type": { - "$ref": "#/components/schemas/shutdown.get_node:ShutdownType" + "$ref": "#/components/schemas/shutdown.get_node.ShutdownType" }, "reason": { "type": "string" }, "shutdown_startedmillis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "status": { - "$ref": "#/components/schemas/shutdown.get_node:ShutdownStatus" + "$ref": "#/components/schemas/shutdown.get_node.ShutdownStatus" }, "shard_migration": { - "$ref": "#/components/schemas/shutdown.get_node:ShardMigrationStatus" + "$ref": "#/components/schemas/shutdown.get_node.ShardMigrationStatus" }, "persistent_tasks": { - "$ref": "#/components/schemas/shutdown.get_node:PersistentTaskStatus" + "$ref": "#/components/schemas/shutdown.get_node.PersistentTaskStatus" }, "plugins": { - "$ref": "#/components/schemas/shutdown.get_node:PluginsStatus" + "$ref": "#/components/schemas/shutdown.get_node.PluginsStatus" } }, "required": [ @@ -94327,14 +94327,14 @@ "plugins" ] }, - "shutdown.get_node:ShutdownType": { + "shutdown.get_node.ShutdownType": { "type": "string", "enum": [ "remove", "restart" ] }, - "shutdown.get_node:ShutdownStatus": { + "shutdown.get_node.ShutdownStatus": { "type": "string", "enum": [ "not_started", @@ -94343,40 +94343,40 @@ "complete" ] }, - "shutdown.get_node:ShardMigrationStatus": { + "shutdown.get_node.ShardMigrationStatus": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/shutdown.get_node:ShutdownStatus" + "$ref": "#/components/schemas/shutdown.get_node.ShutdownStatus" } }, "required": [ "status" ] }, - "shutdown.get_node:PersistentTaskStatus": { + "shutdown.get_node.PersistentTaskStatus": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/shutdown.get_node:ShutdownStatus" + "$ref": "#/components/schemas/shutdown.get_node.ShutdownStatus" } }, "required": [ "status" ] }, - "shutdown.get_node:PluginsStatus": { + "shutdown.get_node.PluginsStatus": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/shutdown.get_node:ShutdownStatus" + "$ref": "#/components/schemas/shutdown.get_node.ShutdownStatus" } }, "required": [ "status" ] }, - "shutdown._types:Type": { + "shutdown._types.Type": { "type": "string", "enum": [ "restart", @@ -94384,22 +94384,22 @@ "replace" ] }, - "simulate.ingest:SimulateIngestDocumentResult": { + "simulate.ingest.SimulateIngestDocumentResult": { "type": "object", "properties": { "doc": { - "$ref": "#/components/schemas/simulate.ingest:IngestDocumentSimulation" + "$ref": "#/components/schemas/simulate.ingest.IngestDocumentSimulation" } } }, - "simulate.ingest:IngestDocumentSimulation": { + "simulate.ingest.IngestDocumentSimulation": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_source": { "description": "JSON body for the document.", @@ -94409,7 +94409,7 @@ } }, "_version": { - "$ref": "#/components/schemas/_spec_utils:StringifiedVersionNumber" + "$ref": "#/components/schemas/_spec_utils.StringifiedVersionNumber" }, "executed_pipelines": { "description": "A list of the names of the pipelines executed on this document.", @@ -94429,7 +94429,7 @@ } }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -94440,38 +94440,38 @@ "executed_pipelines" ] }, - "slm._types:SnapshotLifecycle": { + "slm._types.SnapshotLifecycle": { "type": "object", "properties": { "in_progress": { - "$ref": "#/components/schemas/slm._types:InProgress" + "$ref": "#/components/schemas/slm._types.InProgress" }, "last_failure": { - "$ref": "#/components/schemas/slm._types:Invocation" + "$ref": "#/components/schemas/slm._types.Invocation" }, "last_success": { - "$ref": "#/components/schemas/slm._types:Invocation" + "$ref": "#/components/schemas/slm._types.Invocation" }, "modified_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "modified_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "next_execution": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "next_execution_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "policy": { - "$ref": "#/components/schemas/slm._types:Policy" + "$ref": "#/components/schemas/slm._types.Policy" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "stats": { - "$ref": "#/components/schemas/slm._types:Statistics" + "$ref": "#/components/schemas/slm._types.Statistics" } }, "required": [ @@ -94482,20 +94482,20 @@ "stats" ] }, - "slm._types:InProgress": { + "slm._types.InProgress": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "start_time_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "state": { "type": "string" }, "uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" } }, "required": [ @@ -94505,14 +94505,14 @@ "uuid" ] }, - "slm._types:Invocation": { + "slm._types.Invocation": { "type": "object", "properties": { "snapshot_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -94520,23 +94520,23 @@ "time" ] }, - "slm._types:Policy": { + "slm._types.Policy": { "type": "object", "properties": { "config": { - "$ref": "#/components/schemas/slm._types:Configuration" + "$ref": "#/components/schemas/slm._types.Configuration" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "repository": { "type": "string" }, "retention": { - "$ref": "#/components/schemas/slm._types:Retention" + "$ref": "#/components/schemas/slm._types.Retention" }, "schedule": { - "$ref": "#/components/schemas/watcher._types:CronExpression" + "$ref": "#/components/schemas/watcher._types.CronExpression" } }, "required": [ @@ -94545,7 +94545,7 @@ "schedule" ] }, - "slm._types:Configuration": { + "slm._types.Configuration": { "type": "object", "properties": { "ignore_unavailable": { @@ -94553,7 +94553,7 @@ "type": "boolean" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "include_global_state": { "description": "If true, the current global state is included in the snapshot.", @@ -94567,7 +94567,7 @@ } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "partial": { "description": "If false, the entire snapshot will fail if one or more indices included in the snapshot do not have all primary shards available.", @@ -94575,11 +94575,11 @@ } } }, - "slm._types:Retention": { + "slm._types.Retention": { "type": "object", "properties": { "expire_after": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_count": { "description": "Maximum number of snapshots to retain, even if the snapshots have not yet expired. If the number of snapshots in the repository exceeds this limit, the policy retains the most recent snapshots and deletes older snapshots.", @@ -94596,17 +94596,17 @@ "min_count" ] }, - "watcher._types:CronExpression": { + "watcher._types.CronExpression": { "type": "string" }, - "slm._types:Statistics": { + "slm._types.Statistics": { "type": "object", "properties": { "retention_deletion_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "retention_deletion_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "retention_failed": { "type": "number" @@ -94618,7 +94618,7 @@ "type": "number" }, "policy": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "total_snapshots_deleted": { "type": "number" @@ -94634,7 +94634,7 @@ } } }, - "snapshot.cleanup_repository:CleanupRepositoryResults": { + "snapshot.cleanup_repository.CleanupRepositoryResults": { "type": "object", "properties": { "deleted_blobs": { @@ -94651,7 +94651,7 @@ "deleted_bytes" ] }, - "snapshot._types:SnapshotInfo": { + "snapshot._types.SnapshotInfo": { "type": "object", "properties": { "data_streams": { @@ -94661,21 +94661,21 @@ } }, "duration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "duration_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "end_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "end_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/snapshot._types:SnapshotShardFailure" + "$ref": "#/components/schemas/snapshot._types.SnapshotShardFailure" } }, "include_global_state": { @@ -94684,52 +94684,52 @@ "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "index_details": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/snapshot._types:IndexDetails" + "$ref": "#/components/schemas/snapshot._types.IndexDetails" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "reason": { "type": "string" }, "repository": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "snapshot": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "state": { "type": "string" }, "uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "version_id": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "feature_states": { "type": "array", "items": { - "$ref": "#/components/schemas/snapshot._types:InfoFeatureState" + "$ref": "#/components/schemas/snapshot._types.InfoFeatureState" } } }, @@ -94739,23 +94739,23 @@ "uuid" ] }, - "snapshot._types:SnapshotShardFailure": { + "snapshot._types.SnapshotShardFailure": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "reason": { "type": "string" }, "shard_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index_uuid": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "status": { "type": "string" @@ -94769,14 +94769,14 @@ "status" ] }, - "snapshot._types:IndexDetails": { + "snapshot._types.IndexDetails": { "type": "object", "properties": { "shard_count": { "type": "number" }, "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "size_in_bytes": { "type": "number" @@ -94791,14 +94791,14 @@ "max_segments_per_shard" ] }, - "snapshot._types:InfoFeatureState": { + "snapshot._types.InfoFeatureState": { "type": "object", "properties": { "feature_name": { "type": "string" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" } }, "required": [ @@ -94806,35 +94806,35 @@ "indices" ] }, - "snapshot._types:Repository": { + "snapshot._types.Repository": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/snapshot._types:AzureRepository" + "$ref": "#/components/schemas/snapshot._types.AzureRepository" }, { - "$ref": "#/components/schemas/snapshot._types:GcsRepository" + "$ref": "#/components/schemas/snapshot._types.GcsRepository" }, { - "$ref": "#/components/schemas/snapshot._types:S3Repository" + "$ref": "#/components/schemas/snapshot._types.S3Repository" }, { - "$ref": "#/components/schemas/snapshot._types:SharedFileSystemRepository" + "$ref": "#/components/schemas/snapshot._types.SharedFileSystemRepository" }, { - "$ref": "#/components/schemas/snapshot._types:ReadOnlyUrlRepository" + "$ref": "#/components/schemas/snapshot._types.ReadOnlyUrlRepository" }, { - "$ref": "#/components/schemas/snapshot._types:SourceOnlyRepository" + "$ref": "#/components/schemas/snapshot._types.SourceOnlyRepository" } ] }, - "snapshot._types:AzureRepository": { + "snapshot._types.AzureRepository": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositoryBase" + "$ref": "#/components/schemas/snapshot._types.RepositoryBase" }, { "type": "object", @@ -94850,7 +94850,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/snapshot._types:AzureRepositorySettings" + "$ref": "#/components/schemas/snapshot._types.AzureRepositorySettings" } }, "required": [ @@ -94859,10 +94859,10 @@ } ] }, - "snapshot._types:AzureRepositorySettings": { + "snapshot._types.AzureRepositorySettings": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositorySettingsBase" + "$ref": "#/components/schemas/snapshot._types.RepositorySettingsBase" }, { "type": "object", @@ -94899,36 +94899,36 @@ } ] }, - "snapshot._types:RepositorySettingsBase": { + "snapshot._types.RepositorySettingsBase": { "type": "object", "properties": { "chunk_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "compress": { "description": "When set to `true`, metadata files are stored in compressed format.\nThis setting doesn't affect index files that are already compressed by default.", "type": "boolean" }, "max_restore_bytes_per_sec": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_snapshot_bytes_per_sec": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } } }, - "snapshot._types:RepositoryBase": { + "snapshot._types.RepositoryBase": { "type": "object", "properties": { "uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" } } }, - "snapshot._types:GcsRepository": { + "snapshot._types.GcsRepository": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositoryBase" + "$ref": "#/components/schemas/snapshot._types.RepositoryBase" }, { "type": "object", @@ -94944,7 +94944,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/snapshot._types:GcsRepositorySettings" + "$ref": "#/components/schemas/snapshot._types.GcsRepositorySettings" } }, "required": [ @@ -94954,10 +94954,10 @@ } ] }, - "snapshot._types:GcsRepositorySettings": { + "snapshot._types.GcsRepositorySettings": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositorySettingsBase" + "$ref": "#/components/schemas/snapshot._types.RepositorySettingsBase" }, { "type": "object", @@ -94990,10 +94990,10 @@ } ] }, - "snapshot._types:S3Repository": { + "snapshot._types.S3Repository": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositoryBase" + "$ref": "#/components/schemas/snapshot._types.RepositoryBase" }, { "type": "object", @@ -95009,7 +95009,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/snapshot._types:S3RepositorySettings" + "$ref": "#/components/schemas/snapshot._types.S3RepositorySettings" } }, "required": [ @@ -95019,10 +95019,10 @@ } ] }, - "snapshot._types:S3RepositorySettings": { + "snapshot._types.S3RepositorySettings": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositorySettingsBase" + "$ref": "#/components/schemas/snapshot._types.RepositorySettingsBase" }, { "type": "object", @@ -95039,7 +95039,7 @@ "type": "string" }, "buffer_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "canned_acl": { "externalDocs": { @@ -95060,7 +95060,7 @@ "type": "number" }, "get_register_retry_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_multipart_parts": { "description": "The maximum number of parts that Elasticsearch will write during a multipart upload of a single object.\nFiles which are larger than `buffer_size × max_multipart_parts` will be chunked into several smaller objects.\nElasticsearch may also split a file across multiple objects to satisfy other constraints such as the `chunk_size` limit.\nDefaults to `10000` which is the maximum number of parts in a multipart upload in AWS S3.", @@ -95089,10 +95089,10 @@ "type": "string" }, "throttled_delete_retry.delay_increment": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_delete_retry.maximum_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_delete_retry.maximum_number_of_retries": { "description": "The number times to retry a throttled snapshot deletion.\nThe default is 10 and the minimum value is 0 which will disable retries altogether.\nNote that if retries are enabled in the Azure client, each of these retries comprises that many client-level retries.", @@ -95105,10 +95105,10 @@ } ] }, - "snapshot._types:SharedFileSystemRepository": { + "snapshot._types.SharedFileSystemRepository": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositoryBase" + "$ref": "#/components/schemas/snapshot._types.RepositoryBase" }, { "type": "object", @@ -95124,7 +95124,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/snapshot._types:SharedFileSystemRepositorySettings" + "$ref": "#/components/schemas/snapshot._types.SharedFileSystemRepositorySettings" } }, "required": [ @@ -95134,10 +95134,10 @@ } ] }, - "snapshot._types:SharedFileSystemRepositorySettings": { + "snapshot._types.SharedFileSystemRepositorySettings": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositorySettingsBase" + "$ref": "#/components/schemas/snapshot._types.RepositorySettingsBase" }, { "type": "object", @@ -95161,10 +95161,10 @@ } ] }, - "snapshot._types:ReadOnlyUrlRepository": { + "snapshot._types.ReadOnlyUrlRepository": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositoryBase" + "$ref": "#/components/schemas/snapshot._types.RepositoryBase" }, { "type": "object", @@ -95180,7 +95180,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/snapshot._types:ReadOnlyUrlRepositorySettings" + "$ref": "#/components/schemas/snapshot._types.ReadOnlyUrlRepositorySettings" } }, "required": [ @@ -95190,10 +95190,10 @@ } ] }, - "snapshot._types:ReadOnlyUrlRepositorySettings": { + "snapshot._types.ReadOnlyUrlRepositorySettings": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositorySettingsBase" + "$ref": "#/components/schemas/snapshot._types.RepositorySettingsBase" }, { "type": "object", @@ -95203,7 +95203,7 @@ "type": "number" }, "http_socket_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_number_of_snapshots": { "description": "The maximum number of snapshots the repository can contain.\nThe default is `Integer.MAX_VALUE`, which is 2^31-1 or `2147483647`.", @@ -95220,10 +95220,10 @@ } ] }, - "snapshot._types:SourceOnlyRepository": { + "snapshot._types.SourceOnlyRepository": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositoryBase" + "$ref": "#/components/schemas/snapshot._types.RepositoryBase" }, { "type": "object", @@ -95239,7 +95239,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/snapshot._types:SourceOnlyRepositorySettings" + "$ref": "#/components/schemas/snapshot._types.SourceOnlyRepositorySettings" } }, "required": [ @@ -95249,10 +95249,10 @@ } ] }, - "snapshot._types:SourceOnlyRepositorySettings": { + "snapshot._types.SourceOnlyRepositorySettings": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositorySettingsBase" + "$ref": "#/components/schemas/snapshot._types.RepositorySettingsBase" }, { "type": "object", @@ -95273,7 +95273,7 @@ } ] }, - "snapshot._types:SnapshotSort": { + "snapshot._types.SnapshotSort": { "type": "string", "enum": [ "start_time", @@ -95285,34 +95285,34 @@ "failed_shard_count" ] }, - "snapshot.get:SnapshotResponseItem": { + "snapshot.get.SnapshotResponseItem": { "type": "object", "properties": { "repository": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "snapshots": { "type": "array", "items": { - "$ref": "#/components/schemas/snapshot._types:SnapshotInfo" + "$ref": "#/components/schemas/snapshot._types.SnapshotInfo" } }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ "repository" ] }, - "snapshot.repository_analyze:SnapshotNodeInfo": { + "snapshot.repository_analyze.SnapshotNodeInfo": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -95320,32 +95320,32 @@ "name" ] }, - "snapshot.repository_analyze:DetailsInfo": { + "snapshot.repository_analyze.DetailsInfo": { "type": "object", "properties": { "blob": { - "$ref": "#/components/schemas/snapshot.repository_analyze:BlobDetails" + "$ref": "#/components/schemas/snapshot.repository_analyze.BlobDetails" }, "overwrite_elapsed": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "overwrite_elapsed_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "write_elapsed": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "write_elapsed_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "write_throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "write_throttled_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "writer_node": { - "$ref": "#/components/schemas/snapshot.repository_analyze:SnapshotNodeInfo" + "$ref": "#/components/schemas/snapshot.repository_analyze.SnapshotNodeInfo" } }, "required": [ @@ -95357,7 +95357,7 @@ "writer_node" ] }, - "snapshot.repository_analyze:BlobDetails": { + "snapshot.repository_analyze.BlobDetails": { "type": "object", "properties": { "name": { @@ -95380,10 +95380,10 @@ "type": "number" }, "reads": { - "$ref": "#/components/schemas/snapshot.repository_analyze:ReadBlobDetails" + "$ref": "#/components/schemas/snapshot.repository_analyze.ReadBlobDetails" }, "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "size_bytes": { "description": "The size of the blob in bytes.", @@ -95401,7 +95401,7 @@ "size_bytes" ] }, - "snapshot.repository_analyze:ReadBlobDetails": { + "snapshot.repository_analyze.ReadBlobDetails": { "type": "object", "properties": { "before_write_complete": { @@ -95409,29 +95409,29 @@ "type": "boolean" }, "elapsed": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "elapsed_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "first_byte_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "first_byte_time_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "found": { "description": "Indicates whether the blob was found by the read operation.\nIf the read was started before the write completed or the write was ended before completion, it might be false.", "type": "boolean" }, "node": { - "$ref": "#/components/schemas/snapshot.repository_analyze:SnapshotNodeInfo" + "$ref": "#/components/schemas/snapshot.repository_analyze.SnapshotNodeInfo" }, "throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" } }, "required": [ @@ -95440,14 +95440,14 @@ "node" ] }, - "snapshot.repository_analyze:SummaryInfo": { + "snapshot.repository_analyze.SummaryInfo": { "type": "object", "properties": { "read": { - "$ref": "#/components/schemas/snapshot.repository_analyze:ReadSummaryInfo" + "$ref": "#/components/schemas/snapshot.repository_analyze.ReadSummaryInfo" }, "write": { - "$ref": "#/components/schemas/snapshot.repository_analyze:WriteSummaryInfo" + "$ref": "#/components/schemas/snapshot.repository_analyze.WriteSummaryInfo" } }, "required": [ @@ -95455,7 +95455,7 @@ "write" ] }, - "snapshot.repository_analyze:ReadSummaryInfo": { + "snapshot.repository_analyze.ReadSummaryInfo": { "type": "object", "properties": { "count": { @@ -95463,35 +95463,35 @@ "type": "number" }, "max_wait": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_wait_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "total_elapsed": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_elapsed_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "total_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_size_bytes": { "description": "The total size of all the blobs or partial blobs read in the test, in bytes.", "type": "number" }, "total_throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_throttled_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "total_wait": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_wait_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" } }, "required": [ @@ -95508,7 +95508,7 @@ "total_wait_nanos" ] }, - "snapshot.repository_analyze:WriteSummaryInfo": { + "snapshot.repository_analyze.WriteSummaryInfo": { "type": "object", "properties": { "count": { @@ -95516,20 +95516,20 @@ "type": "number" }, "total_elapsed": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_elapsed_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "total_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_size_bytes": { "description": "The total size of all the blobs written in the test, in bytes.", "type": "number" }, "total_throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_throttled_nanos": { "description": "The total time spent waiting due to the `max_snapshot_bytes_per_sec` throttle, in nanoseconds.", @@ -95546,20 +95546,20 @@ "total_throttled_nanos" ] }, - "snapshot.restore:SnapshotRestore": { + "snapshot.restore.SnapshotRestore": { "type": "object", "properties": { "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "snapshot": { "type": "string" }, "shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -95568,7 +95568,7 @@ "shards" ] }, - "snapshot._types:Status": { + "snapshot._types.Status": { "type": "object", "properties": { "include_global_state": { @@ -95578,7 +95578,7 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/snapshot._types:SnapshotIndexStats" + "$ref": "#/components/schemas/snapshot._types.SnapshotIndexStats" } }, "repository": { @@ -95586,7 +95586,7 @@ "type": "string" }, "shards_stats": { - "$ref": "#/components/schemas/snapshot._types:ShardsStats" + "$ref": "#/components/schemas/snapshot._types.ShardsStats" }, "snapshot": { "description": "The name of the snapshot.", @@ -95597,10 +95597,10 @@ "type": "string" }, "stats": { - "$ref": "#/components/schemas/snapshot._types:SnapshotStats" + "$ref": "#/components/schemas/snapshot._types.SnapshotStats" }, "uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" } }, "required": [ @@ -95614,20 +95614,20 @@ "uuid" ] }, - "snapshot._types:SnapshotIndexStats": { + "snapshot._types.SnapshotIndexStats": { "type": "object", "properties": { "shards": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/snapshot._types:SnapshotShardsStatus" + "$ref": "#/components/schemas/snapshot._types.SnapshotShardsStatus" } }, "shards_stats": { - "$ref": "#/components/schemas/snapshot._types:ShardsStats" + "$ref": "#/components/schemas/snapshot._types.ShardsStats" }, "stats": { - "$ref": "#/components/schemas/snapshot._types:SnapshotStats" + "$ref": "#/components/schemas/snapshot._types.SnapshotStats" } }, "required": [ @@ -95636,14 +95636,14 @@ "stats" ] }, - "snapshot._types:SnapshotShardsStatus": { + "snapshot._types.SnapshotShardsStatus": { "type": "object", "properties": { "stage": { - "$ref": "#/components/schemas/snapshot._types:ShardsStatsStage" + "$ref": "#/components/schemas/snapshot._types.ShardsStatsStage" }, "stats": { - "$ref": "#/components/schemas/snapshot._types:ShardsStatsSummary" + "$ref": "#/components/schemas/snapshot._types.ShardsStatsSummary" } }, "required": [ @@ -95651,7 +95651,7 @@ "stats" ] }, - "snapshot._types:ShardsStatsStage": { + "snapshot._types.ShardsStatsStage": { "type": "string", "enum": [ "DONE", @@ -95661,23 +95661,23 @@ "STARTED" ] }, - "snapshot._types:ShardsStatsSummary": { + "snapshot._types.ShardsStatsSummary": { "type": "object", "properties": { "incremental": { - "$ref": "#/components/schemas/snapshot._types:ShardsStatsSummaryItem" + "$ref": "#/components/schemas/snapshot._types.ShardsStatsSummaryItem" }, "total": { - "$ref": "#/components/schemas/snapshot._types:ShardsStatsSummaryItem" + "$ref": "#/components/schemas/snapshot._types.ShardsStatsSummaryItem" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -95687,7 +95687,7 @@ "time_in_millis" ] }, - "snapshot._types:ShardsStatsSummaryItem": { + "snapshot._types.ShardsStatsSummaryItem": { "type": "object", "properties": { "file_count": { @@ -95702,7 +95702,7 @@ "size_in_bytes" ] }, - "snapshot._types:ShardsStats": { + "snapshot._types.ShardsStats": { "type": "object", "properties": { "done": { @@ -95739,23 +95739,23 @@ "total" ] }, - "snapshot._types:SnapshotStats": { + "snapshot._types.SnapshotStats": { "type": "object", "properties": { "incremental": { - "$ref": "#/components/schemas/snapshot._types:FileCountSnapshotStats" + "$ref": "#/components/schemas/snapshot._types.FileCountSnapshotStats" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { - "$ref": "#/components/schemas/snapshot._types:FileCountSnapshotStats" + "$ref": "#/components/schemas/snapshot._types.FileCountSnapshotStats" } }, "required": [ @@ -95765,7 +95765,7 @@ "total" ] }, - "snapshot._types:FileCountSnapshotStats": { + "snapshot._types.FileCountSnapshotStats": { "type": "object", "properties": { "file_count": { @@ -95780,22 +95780,22 @@ "size_in_bytes" ] }, - "snapshot.verify_repository:CompactNodeInfo": { + "snapshot.verify_repository.CompactNodeInfo": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "name" ] }, - "sql._types:Column": { + "sql._types.Column": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -95806,13 +95806,13 @@ "type" ] }, - "sql._types:Row": { + "sql._types.Row": { "type": "array", "items": { "type": "object" } }, - "sql.query:SqlFormat": { + "sql.query.SqlFormat": { "type": "string", "enum": [ "csv", @@ -95824,7 +95824,7 @@ "smile" ] }, - "ssl.certificates:CertificateInformation": { + "ssl.certificates.CertificateInformation": { "type": "object", "properties": { "alias": { @@ -95840,7 +95840,7 @@ ] }, "expiry": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "format": { "description": "The format of the file.\nValid values include `jks`, `PKCS12`, and `PEM`.", @@ -95877,14 +95877,14 @@ "subject_dn" ] }, - "synonyms._types:SynonymsUpdateResult": { + "synonyms._types.SynonymsUpdateResult": { "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "reload_analyzers_details": { - "$ref": "#/components/schemas/indices.reload_search_analyzers:ReloadResult" + "$ref": "#/components/schemas/indices.reload_search_analyzers.ReloadResult" } }, "required": [ @@ -95892,14 +95892,14 @@ "reload_analyzers_details" ] }, - "synonyms._types:SynonymRuleRead": { + "synonyms._types.SynonymRuleRead": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "synonyms": { - "$ref": "#/components/schemas/synonyms._types:SynonymString" + "$ref": "#/components/schemas/synonyms._types.SynonymString" } }, "required": [ @@ -95907,14 +95907,14 @@ "synonyms" ] }, - "synonyms._types:SynonymString": { + "synonyms._types.SynonymString": { "type": "string" }, - "synonyms.get_synonyms_sets:SynonymsSetItem": { + "synonyms.get_synonyms_sets.SynonymsSetItem": { "type": "object", "properties": { "synonyms_set": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "count": { "description": "Number of synonym rules that the synonym set contains", @@ -95926,21 +95926,21 @@ "count" ] }, - "synonyms._types:SynonymRule": { + "synonyms._types.SynonymRule": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "synonyms": { - "$ref": "#/components/schemas/synonyms._types:SynonymString" + "$ref": "#/components/schemas/synonyms._types.SynonymString" } }, "required": [ "synonyms" ] }, - "tasks._types:GroupBy": { + "tasks._types.GroupBy": { "type": "string", "enum": [ "nodes", @@ -95948,14 +95948,14 @@ "none" ] }, - "text_structure._types:EcsCompatibilityType": { + "text_structure._types.EcsCompatibilityType": { "type": "string", "enum": [ "disabled", "v1" ] }, - "text_structure._types:FormatType": { + "text_structure._types.FormatType": { "type": "string", "enum": [ "delimited", @@ -95964,7 +95964,7 @@ "xml" ] }, - "text_structure._types:FieldStat": { + "text_structure._types.FieldStat": { "type": "object", "properties": { "count": { @@ -95976,7 +95976,7 @@ "top_hits": { "type": "array", "items": { - "$ref": "#/components/schemas/text_structure._types:TopHit" + "$ref": "#/components/schemas/text_structure._types.TopHit" } }, "mean_value": { @@ -96004,7 +96004,7 @@ "top_hits" ] }, - "text_structure._types:TopHit": { + "text_structure._types.TopHit": { "type": "object", "properties": { "count": { @@ -96019,7 +96019,7 @@ "value" ] }, - "ingest._types:PipelineConfig": { + "ingest._types.PipelineConfig": { "type": "object", "properties": { "description": { @@ -96027,13 +96027,13 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "processors": { "description": "Processors used to perform transformations on documents before indexing.\nProcessors run sequentially in the order specified.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } } }, @@ -96041,7 +96041,7 @@ "processors" ] }, - "text_structure.test_grok_pattern:MatchedText": { + "text_structure.test_grok_pattern.MatchedText": { "type": "object", "properties": { "matched": { @@ -96052,7 +96052,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/text_structure.test_grok_pattern:MatchedField" + "$ref": "#/components/schemas/text_structure.test_grok_pattern.MatchedField" } } } @@ -96061,7 +96061,7 @@ "matched" ] }, - "text_structure.test_grok_pattern:MatchedField": { + "text_structure.test_grok_pattern.MatchedField": { "type": "object", "properties": { "match": { @@ -96080,54 +96080,54 @@ "length" ] }, - "transform.get_transform:TransformSummary": { + "transform.get_transform.TransformSummary": { "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:TransformAuthorization" + "$ref": "#/components/schemas/ml._types.TransformAuthorization" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "create_time_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "dest": { - "$ref": "#/components/schemas/_global.reindex:Destination" + "$ref": "#/components/schemas/_global.reindex.Destination" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ @@ -96136,11 +96136,11 @@ "source" ] }, - "ml._types:TransformAuthorization": { + "ml._types.TransformAuthorization": { "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/ml._types:ApiKeyAuthorization" + "$ref": "#/components/schemas/ml._types.ApiKeyAuthorization" }, "roles": { "description": "If a user ID was used for the most recent update to the transform, its roles at the time of the update are listed in the response.", @@ -96155,17 +96155,17 @@ } } }, - "transform._types:Latest": { + "transform._types.Latest": { "type": "object", "properties": { "sort": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "unique_key": { "description": "Specifies an array of one or more fields that are used to group the data.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } }, @@ -96174,62 +96174,62 @@ "unique_key" ] }, - "transform._types:Pivot": { + "transform._types.Pivot": { "type": "object", "properties": { "aggregations": { "description": "Defines how to aggregate the grouped data. The following aggregations are currently supported: average, bucket\nscript, bucket selector, cardinality, filter, geo bounds, geo centroid, geo line, max, median absolute deviation,\nmin, missing, percentiles, rare terms, scripted metric, stats, sum, terms, top metrics, value count, weighted\naverage.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "group_by": { "description": "Defines how to group the data. More than one grouping can be defined per pivot. The following groupings are\ncurrently supported: date histogram, geotile grid, histogram, terms.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/transform._types:PivotGroupByContainer" + "$ref": "#/components/schemas/transform._types.PivotGroupByContainer" } } } }, - "transform._types:PivotGroupByContainer": { + "transform._types.PivotGroupByContainer": { "type": "object", "properties": { "date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramAggregation" }, "geotile_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridAggregation" }, "histogram": { - "$ref": "#/components/schemas/_types.aggregations:HistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.HistogramAggregation" }, "terms": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregation" } }, "minProperties": 1, "maxProperties": 1 }, - "transform._types:RetentionPolicyContainer": { + "transform._types.RetentionPolicyContainer": { "type": "object", "properties": { "time": { - "$ref": "#/components/schemas/transform._types:RetentionPolicy" + "$ref": "#/components/schemas/transform._types.RetentionPolicy" } }, "minProperties": 1, "maxProperties": 1 }, - "transform._types:RetentionPolicy": { + "transform._types.RetentionPolicy": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "max_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ @@ -96237,7 +96237,7 @@ "max_age" ] }, - "transform._types:Settings": { + "transform._types.Settings": { "type": "object", "properties": { "align_checkpoints": { @@ -96266,61 +96266,61 @@ } } }, - "transform._types:Source": { + "transform._types.Source": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } }, "required": [ "index" ] }, - "transform._types:SyncContainer": { + "transform._types.SyncContainer": { "type": "object", "properties": { "time": { - "$ref": "#/components/schemas/transform._types:TimeSync" + "$ref": "#/components/schemas/transform._types.TimeSync" } }, "minProperties": 1, "maxProperties": 1 }, - "transform._types:TimeSync": { + "transform._types.TimeSync": { "type": "object", "properties": { "delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "transform.get_transform_stats:TransformStats": { + "transform.get_transform_stats.TransformStats": { "type": "object", "properties": { "checkpointing": { - "$ref": "#/components/schemas/transform.get_transform_stats:Checkpointing" + "$ref": "#/components/schemas/transform.get_transform_stats.Checkpointing" }, "health": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformStatsHealth" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformStatsHealth" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "node": { - "$ref": "#/components/schemas/_types:NodeAttributes" + "$ref": "#/components/schemas/_types.NodeAttributes" }, "reason": { "type": "string" @@ -96329,7 +96329,7 @@ "type": "string" }, "stats": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformIndexerStats" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformIndexerStats" } }, "required": [ @@ -96339,20 +96339,20 @@ "stats" ] }, - "transform.get_transform_stats:Checkpointing": { + "transform.get_transform_stats.Checkpointing": { "type": "object", "properties": { "changes_last_detected_at": { "type": "number" }, "changes_last_detected_at_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last": { - "$ref": "#/components/schemas/transform.get_transform_stats:CheckpointStats" + "$ref": "#/components/schemas/transform.get_transform_stats.CheckpointStats" }, "next": { - "$ref": "#/components/schemas/transform.get_transform_stats:CheckpointStats" + "$ref": "#/components/schemas/transform.get_transform_stats.CheckpointStats" }, "operations_behind": { "type": "number" @@ -96361,40 +96361,40 @@ "type": "number" }, "last_search_time_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ "last" ] }, - "transform.get_transform_stats:CheckpointStats": { + "transform.get_transform_stats.CheckpointStats": { "type": "object", "properties": { "checkpoint": { "type": "number" }, "checkpoint_progress": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformProgress" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformProgress" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "timestamp_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time_upper_bound": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "time_upper_bound_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ "checkpoint" ] }, - "transform.get_transform_stats:TransformProgress": { + "transform.get_transform_stats.TransformProgress": { "type": "object", "properties": { "docs_indexed": { @@ -96418,17 +96418,17 @@ "docs_processed" ] }, - "transform.get_transform_stats:TransformStatsHealth": { + "transform.get_transform_stats.TransformStatsHealth": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "issues": { "description": "If a non-healthy status is returned, contains a list of issues of the transform.", "type": "array", "items": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformHealthIssue" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformHealthIssue" } } }, @@ -96436,7 +96436,7 @@ "status" ] }, - "transform.get_transform_stats:TransformHealthIssue": { + "transform.get_transform_stats.TransformHealthIssue": { "type": "object", "properties": { "type": { @@ -96456,10 +96456,10 @@ "type": "number" }, "first_occurrence": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "first_occurence_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -96468,11 +96468,11 @@ "count" ] }, - "transform.get_transform_stats:TransformIndexerStats": { + "transform.get_transform_stats.TransformIndexerStats": { "type": "object", "properties": { "delete_time_in_ms": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "documents_indexed": { "type": "number" @@ -96484,7 +96484,7 @@ "type": "number" }, "exponential_avg_checkpoint_duration_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "exponential_avg_documents_indexed": { "type": "number" @@ -96496,7 +96496,7 @@ "type": "number" }, "index_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "index_total": { "type": "number" @@ -96505,7 +96505,7 @@ "type": "number" }, "processing_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "processing_total": { "type": "number" @@ -96514,7 +96514,7 @@ "type": "number" }, "search_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "search_total": { "type": "number" @@ -96541,11 +96541,11 @@ "trigger_count" ] }, - "transform._types:Destination": { + "transform._types.Destination": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "pipeline": { "description": "The unique identifier for an ingest pipeline.", @@ -96553,25 +96553,25 @@ } } }, - "_global.update:UpdateWriteResponseBase": { + "_global.update.UpdateWriteResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" }, { "type": "object", "properties": { "get": { - "$ref": "#/components/schemas/_types:InlineGet" + "$ref": "#/components/schemas/_types.InlineGet" } } } ] }, - "_global.update_by_query_rethrottle:UpdateByQueryRethrottleNode": { + "_global.update_by_query_rethrottle.UpdateByQueryRethrottleNode": { "allOf": [ { - "$ref": "#/components/schemas/_spec_utils:BaseNode" + "$ref": "#/components/schemas/_spec_utils.BaseNode" }, { "type": "object", @@ -96579,7 +96579,7 @@ "tasks": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" } } }, @@ -96589,23 +96589,23 @@ } ] }, - "watcher._types:WatchStatus": { + "watcher._types.WatchStatus": { "type": "object", "properties": { "actions": { - "$ref": "#/components/schemas/watcher._types:Actions" + "$ref": "#/components/schemas/watcher._types.Actions" }, "last_checked": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_met_condition": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "state": { - "$ref": "#/components/schemas/watcher._types:ActivationState" + "$ref": "#/components/schemas/watcher._types.ActivationState" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "execution_state": { "type": "string" @@ -96617,40 +96617,40 @@ "version" ] }, - "watcher._types:Actions": { + "watcher._types.Actions": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/watcher._types:ActionStatus" + "$ref": "#/components/schemas/watcher._types.ActionStatus" } }, - "watcher._types:ActionStatus": { + "watcher._types.ActionStatus": { "type": "object", "properties": { "ack": { - "$ref": "#/components/schemas/watcher._types:AcknowledgeState" + "$ref": "#/components/schemas/watcher._types.AcknowledgeState" }, "last_execution": { - "$ref": "#/components/schemas/watcher._types:ExecutionState" + "$ref": "#/components/schemas/watcher._types.ExecutionState" }, "last_successful_execution": { - "$ref": "#/components/schemas/watcher._types:ExecutionState" + "$ref": "#/components/schemas/watcher._types.ExecutionState" }, "last_throttle": { - "$ref": "#/components/schemas/watcher._types:ThrottleState" + "$ref": "#/components/schemas/watcher._types.ThrottleState" } }, "required": [ "ack" ] }, - "watcher._types:AcknowledgeState": { + "watcher._types.AcknowledgeState": { "type": "object", "properties": { "state": { - "$ref": "#/components/schemas/watcher._types:AcknowledgementOptions" + "$ref": "#/components/schemas/watcher._types.AcknowledgementOptions" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -96658,7 +96658,7 @@ "timestamp" ] }, - "watcher._types:AcknowledgementOptions": { + "watcher._types.AcknowledgementOptions": { "type": "string", "enum": [ "awaits_successful_execution", @@ -96666,14 +96666,14 @@ "acked" ] }, - "watcher._types:ExecutionState": { + "watcher._types.ExecutionState": { "type": "object", "properties": { "successful": { "type": "boolean" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "reason": { "type": "string" @@ -96684,14 +96684,14 @@ "timestamp" ] }, - "watcher._types:ThrottleState": { + "watcher._types.ThrottleState": { "type": "object", "properties": { "reason": { "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -96699,14 +96699,14 @@ "timestamp" ] }, - "watcher._types:ActivationState": { + "watcher._types.ActivationState": { "type": "object", "properties": { "active": { "type": "boolean" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -96714,17 +96714,17 @@ "timestamp" ] }, - "watcher._types:ActivationStatus": { + "watcher._types.ActivationStatus": { "type": "object", "properties": { "actions": { - "$ref": "#/components/schemas/watcher._types:Actions" + "$ref": "#/components/schemas/watcher._types.Actions" }, "state": { - "$ref": "#/components/schemas/watcher._types:ActivationState" + "$ref": "#/components/schemas/watcher._types.ActivationState" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -96733,7 +96733,7 @@ "version" ] }, - "watcher._types:ActionExecutionMode": { + "watcher._types.ActionExecutionMode": { "type": "string", "enum": [ "simulate", @@ -96743,7 +96743,7 @@ "skip" ] }, - "watcher._types:SimulatedActions": { + "watcher._types.SimulatedActions": { "type": "object", "properties": { "actions": { @@ -96753,7 +96753,7 @@ } }, "all": { - "$ref": "#/components/schemas/watcher._types:SimulatedActions" + "$ref": "#/components/schemas/watcher._types.SimulatedActions" }, "use_all": { "type": "boolean" @@ -96765,52 +96765,52 @@ "use_all" ] }, - "watcher._types:ScheduleTriggerEvent": { + "watcher._types.ScheduleTriggerEvent": { "type": "object", "properties": { "scheduled_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "triggered_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ "scheduled_time" ] }, - "watcher._types:Watch": { + "watcher._types.Watch": { "type": "object", "properties": { "actions": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/watcher._types:Action" + "$ref": "#/components/schemas/watcher._types.Action" } }, "condition": { - "$ref": "#/components/schemas/watcher._types:ConditionContainer" + "$ref": "#/components/schemas/watcher._types.ConditionContainer" }, "input": { - "$ref": "#/components/schemas/watcher._types:InputContainer" + "$ref": "#/components/schemas/watcher._types.InputContainer" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "status": { - "$ref": "#/components/schemas/watcher._types:WatchStatus" + "$ref": "#/components/schemas/watcher._types.WatchStatus" }, "throttle_period": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttle_period_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "transform": { - "$ref": "#/components/schemas/_types:TransformContainer" + "$ref": "#/components/schemas/_types.TransformContainer" }, "trigger": { - "$ref": "#/components/schemas/watcher._types:TriggerContainer" + "$ref": "#/components/schemas/watcher._types.TriggerContainer" } }, "required": [ @@ -96820,14 +96820,14 @@ "trigger" ] }, - "watcher._types:Action": { + "watcher._types.Action": { "type": "object", "properties": { "action_type": { - "$ref": "#/components/schemas/watcher._types:ActionType" + "$ref": "#/components/schemas/watcher._types.ActionType" }, "condition": { - "$ref": "#/components/schemas/watcher._types:ConditionContainer" + "$ref": "#/components/schemas/watcher._types.ConditionContainer" }, "foreach": { "type": "string" @@ -96836,38 +96836,38 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "throttle_period": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttle_period_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "transform": { - "$ref": "#/components/schemas/_types:TransformContainer" + "$ref": "#/components/schemas/_types.TransformContainer" }, "index": { - "$ref": "#/components/schemas/watcher._types:IndexAction" + "$ref": "#/components/schemas/watcher._types.IndexAction" }, "logging": { - "$ref": "#/components/schemas/watcher._types:LoggingAction" + "$ref": "#/components/schemas/watcher._types.LoggingAction" }, "email": { - "$ref": "#/components/schemas/watcher._types:EmailAction" + "$ref": "#/components/schemas/watcher._types.EmailAction" }, "pagerduty": { - "$ref": "#/components/schemas/watcher._types:PagerDutyAction" + "$ref": "#/components/schemas/watcher._types.PagerDutyAction" }, "slack": { - "$ref": "#/components/schemas/watcher._types:SlackAction" + "$ref": "#/components/schemas/watcher._types.SlackAction" }, "webhook": { - "$ref": "#/components/schemas/watcher._types:WebhookAction" + "$ref": "#/components/schemas/watcher._types.WebhookAction" } } }, - "watcher._types:ActionType": { + "watcher._types.ActionType": { "type": "string", "enum": [ "email", @@ -96878,16 +96878,16 @@ "pagerduty" ] }, - "watcher._types:ConditionContainer": { + "watcher._types.ConditionContainer": { "type": "object", "properties": { "always": { - "$ref": "#/components/schemas/watcher._types:AlwaysCondition" + "$ref": "#/components/schemas/watcher._types.AlwaysCondition" }, "array_compare": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/watcher._types:ArrayCompareCondition" + "$ref": "#/components/schemas/watcher._types.ArrayCompareCondition" }, "minProperties": 1, "maxProperties": 1 @@ -96897,7 +96897,7 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "minProperties": 1, "maxProperties": 1 @@ -96906,19 +96906,19 @@ "maxProperties": 1 }, "never": { - "$ref": "#/components/schemas/watcher._types:NeverCondition" + "$ref": "#/components/schemas/watcher._types.NeverCondition" }, "script": { - "$ref": "#/components/schemas/watcher._types:ScriptCondition" + "$ref": "#/components/schemas/watcher._types.ScriptCondition" } }, "minProperties": 1, "maxProperties": 1 }, - "watcher._types:AlwaysCondition": { + "watcher._types.AlwaysCondition": { "type": "object" }, - "watcher._types:ArrayCompareCondition": { + "watcher._types.ArrayCompareCondition": { "type": "object", "properties": { "path": { @@ -96929,14 +96929,14 @@ "path" ] }, - "watcher._types:NeverCondition": { + "watcher._types.NeverCondition": { "type": "object" }, - "watcher._types:ScriptCondition": { + "watcher._types.ScriptCondition": { "type": "object", "properties": { "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "params": { "type": "object", @@ -96945,33 +96945,33 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" }, "id": { "type": "string" } } }, - "_types:TransformContainer": { + "_types.TransformContainer": { "type": "object", "properties": { "chain": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:TransformContainer" + "$ref": "#/components/schemas/_types.TransformContainer" } }, "script": { - "$ref": "#/components/schemas/_types:ScriptTransform" + "$ref": "#/components/schemas/_types.ScriptTransform" }, "search": { - "$ref": "#/components/schemas/_types:SearchTransform" + "$ref": "#/components/schemas/_types.SearchTransform" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:ScriptTransform": { + "_types.ScriptTransform": { "type": "object", "properties": { "lang": { @@ -96984,21 +96984,21 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" }, "id": { "type": "string" } } }, - "_types:SearchTransform": { + "_types.SearchTransform": { "type": "object", "properties": { "request": { - "$ref": "#/components/schemas/watcher._types:SearchInputRequestDefinition" + "$ref": "#/components/schemas/watcher._types.SearchInputRequestDefinition" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ @@ -97006,51 +97006,51 @@ "timeout" ] }, - "watcher._types:SearchInputRequestDefinition": { + "watcher._types.SearchInputRequestDefinition": { "type": "object", "properties": { "body": { - "$ref": "#/components/schemas/watcher._types:SearchInputRequestBody" + "$ref": "#/components/schemas/watcher._types.SearchInputRequestBody" }, "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "search_type": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "template": { - "$ref": "#/components/schemas/watcher._types:SearchTemplateRequestBody" + "$ref": "#/components/schemas/watcher._types.SearchTemplateRequestBody" }, "rest_total_hits_as_int": { "type": "boolean" } } }, - "watcher._types:SearchInputRequestBody": { + "watcher._types.SearchInputRequestBody": { "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ "query" ] }, - "watcher._types:SearchTemplateRequestBody": { + "watcher._types.SearchTemplateRequestBody": { "type": "object", "properties": { "explain": { "type": "boolean" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "type": "object", @@ -97067,33 +97067,33 @@ } } }, - "watcher._types:IndexAction": { + "watcher._types.IndexAction": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "doc_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "refresh": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "op_type": { - "$ref": "#/components/schemas/_types:OpType" + "$ref": "#/components/schemas/_types.OpType" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "execution_time_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "index" ] }, - "watcher._types:LoggingAction": { + "watcher._types.LoggingAction": { "type": "object", "properties": { "level": { @@ -97110,21 +97110,21 @@ "text" ] }, - "watcher._types:EmailAction": { + "watcher._types.EmailAction": { "allOf": [ { - "$ref": "#/components/schemas/watcher._types:Email" + "$ref": "#/components/schemas/watcher._types.Email" }, { "type": "object" } ] }, - "watcher._types:Email": { + "watcher._types.Email": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "bcc": { "oneOf": [ @@ -97140,7 +97140,7 @@ ] }, "body": { - "$ref": "#/components/schemas/watcher._types:EmailBody" + "$ref": "#/components/schemas/watcher._types.EmailBody" }, "cc": { "oneOf": [ @@ -97159,7 +97159,7 @@ "type": "string" }, "priority": { - "$ref": "#/components/schemas/watcher._types:EmailPriority" + "$ref": "#/components/schemas/watcher._types.EmailPriority" }, "reply_to": { "oneOf": [ @@ -97175,7 +97175,7 @@ ] }, "sent_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "subject": { "type": "string" @@ -97196,7 +97196,7 @@ "attachments": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/watcher._types:EmailAttachmentContainer" + "$ref": "#/components/schemas/watcher._types.EmailAttachmentContainer" } } }, @@ -97205,7 +97205,7 @@ "to" ] }, - "watcher._types:EmailBody": { + "watcher._types.EmailBody": { "type": "object", "properties": { "html": { @@ -97216,7 +97216,7 @@ } } }, - "watcher._types:EmailPriority": { + "watcher._types.EmailPriority": { "type": "string", "enum": [ "lowest", @@ -97226,23 +97226,23 @@ "highest" ] }, - "watcher._types:EmailAttachmentContainer": { + "watcher._types.EmailAttachmentContainer": { "type": "object", "properties": { "http": { - "$ref": "#/components/schemas/watcher._types:HttpEmailAttachment" + "$ref": "#/components/schemas/watcher._types.HttpEmailAttachment" }, "reporting": { - "$ref": "#/components/schemas/watcher._types:ReportingEmailAttachment" + "$ref": "#/components/schemas/watcher._types.ReportingEmailAttachment" }, "data": { - "$ref": "#/components/schemas/watcher._types:DataEmailAttachment" + "$ref": "#/components/schemas/watcher._types.DataEmailAttachment" } }, "minProperties": 1, "maxProperties": 1 }, - "watcher._types:HttpEmailAttachment": { + "watcher._types.HttpEmailAttachment": { "type": "object", "properties": { "content_type": { @@ -97252,21 +97252,21 @@ "type": "boolean" }, "request": { - "$ref": "#/components/schemas/watcher._types:HttpInputRequestDefinition" + "$ref": "#/components/schemas/watcher._types.HttpInputRequestDefinition" } } }, - "watcher._types:HttpInputRequestDefinition": { + "watcher._types.HttpInputRequestDefinition": { "type": "object", "properties": { "auth": { - "$ref": "#/components/schemas/watcher._types:HttpInputAuthentication" + "$ref": "#/components/schemas/watcher._types.HttpInputAuthentication" }, "body": { "type": "string" }, "connection_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "headers": { "type": "object", @@ -97275,10 +97275,10 @@ } }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "method": { - "$ref": "#/components/schemas/watcher._types:HttpInputMethod" + "$ref": "#/components/schemas/watcher._types.HttpInputMethod" }, "params": { "type": "object", @@ -97290,41 +97290,41 @@ "type": "string" }, "port": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "proxy": { - "$ref": "#/components/schemas/watcher._types:HttpInputProxy" + "$ref": "#/components/schemas/watcher._types.HttpInputProxy" }, "read_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "scheme": { - "$ref": "#/components/schemas/watcher._types:ConnectionScheme" + "$ref": "#/components/schemas/watcher._types.ConnectionScheme" }, "url": { "type": "string" } } }, - "watcher._types:HttpInputAuthentication": { + "watcher._types.HttpInputAuthentication": { "type": "object", "properties": { "basic": { - "$ref": "#/components/schemas/watcher._types:HttpInputBasicAuthentication" + "$ref": "#/components/schemas/watcher._types.HttpInputBasicAuthentication" } }, "required": [ "basic" ] }, - "watcher._types:HttpInputBasicAuthentication": { + "watcher._types.HttpInputBasicAuthentication": { "type": "object", "properties": { "password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } }, "required": [ @@ -97332,7 +97332,7 @@ "username" ] }, - "watcher._types:HttpInputMethod": { + "watcher._types.HttpInputMethod": { "type": "string", "enum": [ "head", @@ -97342,14 +97342,14 @@ "delete" ] }, - "watcher._types:HttpInputProxy": { + "watcher._types.HttpInputProxy": { "type": "object", "properties": { "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "port": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -97357,14 +97357,14 @@ "port" ] }, - "watcher._types:ConnectionScheme": { + "watcher._types.ConnectionScheme": { "type": "string", "enum": [ "http", "https" ] }, - "watcher._types:ReportingEmailAttachment": { + "watcher._types.ReportingEmailAttachment": { "type": "object", "properties": { "url": { @@ -97377,42 +97377,42 @@ "type": "number" }, "interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "request": { - "$ref": "#/components/schemas/watcher._types:HttpInputRequestDefinition" + "$ref": "#/components/schemas/watcher._types.HttpInputRequestDefinition" } }, "required": [ "url" ] }, - "watcher._types:DataEmailAttachment": { + "watcher._types.DataEmailAttachment": { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/watcher._types:DataAttachmentFormat" + "$ref": "#/components/schemas/watcher._types.DataAttachmentFormat" } } }, - "watcher._types:DataAttachmentFormat": { + "watcher._types.DataAttachmentFormat": { "type": "string", "enum": [ "json", "yaml" ] }, - "watcher._types:PagerDutyAction": { + "watcher._types.PagerDutyAction": { "allOf": [ { - "$ref": "#/components/schemas/watcher._types:PagerDutyEvent" + "$ref": "#/components/schemas/watcher._types.PagerDutyEvent" }, { "type": "object" } ] }, - "watcher._types:PagerDutyEvent": { + "watcher._types.PagerDutyEvent": { "type": "object", "properties": { "account": { @@ -97430,20 +97430,20 @@ "contexts": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:PagerDutyContext" + "$ref": "#/components/schemas/watcher._types.PagerDutyContext" } }, "description": { "type": "string" }, "event_type": { - "$ref": "#/components/schemas/watcher._types:PagerDutyEventType" + "$ref": "#/components/schemas/watcher._types.PagerDutyEventType" }, "incident_key": { "type": "string" }, "proxy": { - "$ref": "#/components/schemas/watcher._types:PagerDutyEventProxy" + "$ref": "#/components/schemas/watcher._types.PagerDutyEventProxy" } }, "required": [ @@ -97452,7 +97452,7 @@ "incident_key" ] }, - "watcher._types:PagerDutyContext": { + "watcher._types.PagerDutyContext": { "type": "object", "properties": { "href": { @@ -97462,21 +97462,21 @@ "type": "string" }, "type": { - "$ref": "#/components/schemas/watcher._types:PagerDutyContextType" + "$ref": "#/components/schemas/watcher._types.PagerDutyContextType" } }, "required": [ "type" ] }, - "watcher._types:PagerDutyContextType": { + "watcher._types.PagerDutyContextType": { "type": "string", "enum": [ "link", "image" ] }, - "watcher._types:PagerDutyEventType": { + "watcher._types.PagerDutyEventType": { "type": "string", "enum": [ "trigger", @@ -97484,42 +97484,42 @@ "acknowledge" ] }, - "watcher._types:PagerDutyEventProxy": { + "watcher._types.PagerDutyEventProxy": { "type": "object", "properties": { "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "port": { "type": "number" } } }, - "watcher._types:SlackAction": { + "watcher._types.SlackAction": { "type": "object", "properties": { "account": { "type": "string" }, "message": { - "$ref": "#/components/schemas/watcher._types:SlackMessage" + "$ref": "#/components/schemas/watcher._types.SlackMessage" } }, "required": [ "message" ] }, - "watcher._types:SlackMessage": { + "watcher._types.SlackMessage": { "type": "object", "properties": { "attachments": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:SlackAttachment" + "$ref": "#/components/schemas/watcher._types.SlackAttachment" } }, "dynamic_attachments": { - "$ref": "#/components/schemas/watcher._types:SlackDynamicAttachment" + "$ref": "#/components/schemas/watcher._types.SlackDynamicAttachment" }, "from": { "type": "string" @@ -97544,7 +97544,7 @@ "to" ] }, - "watcher._types:SlackAttachment": { + "watcher._types.SlackAttachment": { "type": "object", "properties": { "author_icon": { @@ -97565,7 +97565,7 @@ "fields": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:SlackAttachmentField" + "$ref": "#/components/schemas/watcher._types.SlackAttachmentField" } }, "footer": { @@ -97593,7 +97593,7 @@ "type": "string" }, "ts": { - "$ref": "#/components/schemas/_types:EpochTimeUnitSeconds" + "$ref": "#/components/schemas/_types.EpochTimeUnitSeconds" } }, "required": [ @@ -97601,7 +97601,7 @@ "title" ] }, - "watcher._types:SlackAttachmentField": { + "watcher._types.SlackAttachmentField": { "type": "object", "properties": { "short": { @@ -97620,11 +97620,11 @@ "value" ] }, - "watcher._types:SlackDynamicAttachment": { + "watcher._types.SlackDynamicAttachment": { "type": "object", "properties": { "attachment_template": { - "$ref": "#/components/schemas/watcher._types:SlackAttachment" + "$ref": "#/components/schemas/watcher._types.SlackAttachment" }, "list_path": { "type": "string" @@ -97635,27 +97635,27 @@ "list_path" ] }, - "watcher._types:WebhookAction": { + "watcher._types.WebhookAction": { "allOf": [ { - "$ref": "#/components/schemas/watcher._types:HttpInputRequestDefinition" + "$ref": "#/components/schemas/watcher._types.HttpInputRequestDefinition" }, { "type": "object" } ] }, - "watcher._types:InputContainer": { + "watcher._types.InputContainer": { "type": "object", "properties": { "chain": { - "$ref": "#/components/schemas/watcher._types:ChainInput" + "$ref": "#/components/schemas/watcher._types.ChainInput" }, "http": { - "$ref": "#/components/schemas/watcher._types:HttpInput" + "$ref": "#/components/schemas/watcher._types.HttpInput" }, "search": { - "$ref": "#/components/schemas/watcher._types:SearchInput" + "$ref": "#/components/schemas/watcher._types.SearchInput" }, "simple": { "type": "object", @@ -97667,7 +97667,7 @@ "minProperties": 1, "maxProperties": 1 }, - "watcher._types:ChainInput": { + "watcher._types.ChainInput": { "type": "object", "properties": { "inputs": { @@ -97675,7 +97675,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/watcher._types:InputContainer" + "$ref": "#/components/schemas/watcher._types.InputContainer" }, "minProperties": 1, "maxProperties": 1 @@ -97686,7 +97686,7 @@ "inputs" ] }, - "watcher._types:HttpInput": { + "watcher._types.HttpInput": { "type": "object", "properties": { "extract": { @@ -97696,14 +97696,14 @@ } }, "request": { - "$ref": "#/components/schemas/watcher._types:HttpInputRequestDefinition" + "$ref": "#/components/schemas/watcher._types.HttpInputRequestDefinition" }, "response_content_type": { - "$ref": "#/components/schemas/watcher._types:ResponseContentType" + "$ref": "#/components/schemas/watcher._types.ResponseContentType" } } }, - "watcher._types:ResponseContentType": { + "watcher._types.ResponseContentType": { "type": "string", "enum": [ "json", @@ -97711,7 +97711,7 @@ "text" ] }, - "watcher._types:SearchInput": { + "watcher._types.SearchInput": { "type": "object", "properties": { "extract": { @@ -97721,53 +97721,53 @@ } }, "request": { - "$ref": "#/components/schemas/watcher._types:SearchInputRequestDefinition" + "$ref": "#/components/schemas/watcher._types.SearchInputRequestDefinition" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "request" ] }, - "watcher._types:TriggerContainer": { + "watcher._types.TriggerContainer": { "type": "object", "properties": { "schedule": { - "$ref": "#/components/schemas/watcher._types:ScheduleContainer" + "$ref": "#/components/schemas/watcher._types.ScheduleContainer" } }, "minProperties": 1, "maxProperties": 1 }, - "watcher._types:ScheduleContainer": { + "watcher._types.ScheduleContainer": { "type": "object", "properties": { "timezone": { "type": "string" }, "cron": { - "$ref": "#/components/schemas/watcher._types:CronExpression" + "$ref": "#/components/schemas/watcher._types.CronExpression" }, "daily": { - "$ref": "#/components/schemas/watcher._types:DailySchedule" + "$ref": "#/components/schemas/watcher._types.DailySchedule" }, "hourly": { - "$ref": "#/components/schemas/watcher._types:HourlySchedule" + "$ref": "#/components/schemas/watcher._types.HourlySchedule" }, "interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "monthly": { "oneOf": [ { - "$ref": "#/components/schemas/watcher._types:TimeOfMonth" + "$ref": "#/components/schemas/watcher._types.TimeOfMonth" }, { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:TimeOfMonth" + "$ref": "#/components/schemas/watcher._types.TimeOfMonth" } } ] @@ -97775,12 +97775,12 @@ "weekly": { "oneOf": [ { - "$ref": "#/components/schemas/watcher._types:TimeOfWeek" + "$ref": "#/components/schemas/watcher._types.TimeOfWeek" }, { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:TimeOfWeek" + "$ref": "#/components/schemas/watcher._types.TimeOfWeek" } } ] @@ -97788,12 +97788,12 @@ "yearly": { "oneOf": [ { - "$ref": "#/components/schemas/watcher._types:TimeOfYear" + "$ref": "#/components/schemas/watcher._types.TimeOfYear" }, { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:TimeOfYear" + "$ref": "#/components/schemas/watcher._types.TimeOfYear" } } ] @@ -97802,13 +97802,13 @@ "minProperties": 1, "maxProperties": 1 }, - "watcher._types:DailySchedule": { + "watcher._types.DailySchedule": { "type": "object", "properties": { "at": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:ScheduleTimeOfDay" + "$ref": "#/components/schemas/watcher._types.ScheduleTimeOfDay" } } }, @@ -97816,7 +97816,7 @@ "at" ] }, - "watcher._types:HourlySchedule": { + "watcher._types.HourlySchedule": { "type": "object", "properties": { "minute": { @@ -97830,7 +97830,7 @@ "minute" ] }, - "watcher._types:TimeOfMonth": { + "watcher._types.TimeOfMonth": { "type": "object", "properties": { "at": { @@ -97851,7 +97851,7 @@ "on" ] }, - "watcher._types:TimeOfWeek": { + "watcher._types.TimeOfWeek": { "type": "object", "properties": { "at": { @@ -97863,7 +97863,7 @@ "on": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:Day" + "$ref": "#/components/schemas/watcher._types.Day" } } }, @@ -97872,7 +97872,7 @@ "on" ] }, - "watcher._types:Day": { + "watcher._types.Day": { "type": "string", "enum": [ "sunday", @@ -97884,7 +97884,7 @@ "saturday" ] }, - "watcher._types:TimeOfYear": { + "watcher._types.TimeOfYear": { "type": "object", "properties": { "at": { @@ -97896,7 +97896,7 @@ "int": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:Month" + "$ref": "#/components/schemas/watcher._types.Month" } }, "on": { @@ -97912,7 +97912,7 @@ "on" ] }, - "watcher._types:Month": { + "watcher._types.Month": { "type": "string", "enum": [ "january", @@ -97929,14 +97929,14 @@ "december" ] }, - "watcher.execute_watch:WatchRecord": { + "watcher.execute_watch.WatchRecord": { "type": "object", "properties": { "condition": { - "$ref": "#/components/schemas/watcher._types:ConditionContainer" + "$ref": "#/components/schemas/watcher._types.ConditionContainer" }, "input": { - "$ref": "#/components/schemas/watcher._types:InputContainer" + "$ref": "#/components/schemas/watcher._types.InputContainer" }, "messages": { "type": "array", @@ -97945,28 +97945,28 @@ } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "node": { "type": "string" }, "result": { - "$ref": "#/components/schemas/watcher._types:ExecutionResult" + "$ref": "#/components/schemas/watcher._types.ExecutionResult" }, "state": { - "$ref": "#/components/schemas/watcher._types:ExecutionStatus" + "$ref": "#/components/schemas/watcher._types.ExecutionStatus" }, "trigger_event": { - "$ref": "#/components/schemas/watcher._types:TriggerEventResult" + "$ref": "#/components/schemas/watcher._types.TriggerEventResult" }, "user": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "watch_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "status": { - "$ref": "#/components/schemas/watcher._types:WatchStatus" + "$ref": "#/components/schemas/watcher._types.WatchStatus" } }, "required": [ @@ -97981,26 +97981,26 @@ "watch_id" ] }, - "watcher._types:ExecutionResult": { + "watcher._types.ExecutionResult": { "type": "object", "properties": { "actions": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:ExecutionResultAction" + "$ref": "#/components/schemas/watcher._types.ExecutionResultAction" } }, "condition": { - "$ref": "#/components/schemas/watcher._types:ExecutionResultCondition" + "$ref": "#/components/schemas/watcher._types.ExecutionResultCondition" }, "execution_duration": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "execution_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "input": { - "$ref": "#/components/schemas/watcher._types:ExecutionResultInput" + "$ref": "#/components/schemas/watcher._types.ExecutionResultInput" } }, "required": [ @@ -98011,41 +98011,41 @@ "input" ] }, - "watcher._types:ExecutionResultAction": { + "watcher._types.ExecutionResultAction": { "type": "object", "properties": { "email": { - "$ref": "#/components/schemas/watcher._types:EmailResult" + "$ref": "#/components/schemas/watcher._types.EmailResult" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/watcher._types:IndexResult" + "$ref": "#/components/schemas/watcher._types.IndexResult" }, "logging": { - "$ref": "#/components/schemas/watcher._types:LoggingResult" + "$ref": "#/components/schemas/watcher._types.LoggingResult" }, "pagerduty": { - "$ref": "#/components/schemas/watcher._types:PagerDutyResult" + "$ref": "#/components/schemas/watcher._types.PagerDutyResult" }, "reason": { "type": "string" }, "slack": { - "$ref": "#/components/schemas/watcher._types:SlackResult" + "$ref": "#/components/schemas/watcher._types.SlackResult" }, "status": { - "$ref": "#/components/schemas/watcher._types:ActionStatusOptions" + "$ref": "#/components/schemas/watcher._types.ActionStatusOptions" }, "type": { - "$ref": "#/components/schemas/watcher._types:ActionType" + "$ref": "#/components/schemas/watcher._types.ActionType" }, "webhook": { - "$ref": "#/components/schemas/watcher._types:WebhookResult" + "$ref": "#/components/schemas/watcher._types.WebhookResult" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -98054,14 +98054,14 @@ "type" ] }, - "watcher._types:EmailResult": { + "watcher._types.EmailResult": { "type": "object", "properties": { "account": { "type": "string" }, "message": { - "$ref": "#/components/schemas/watcher._types:Email" + "$ref": "#/components/schemas/watcher._types.Email" }, "reason": { "type": "string" @@ -98071,34 +98071,34 @@ "message" ] }, - "watcher._types:IndexResult": { + "watcher._types.IndexResult": { "type": "object", "properties": { "response": { - "$ref": "#/components/schemas/watcher._types:IndexResultSummary" + "$ref": "#/components/schemas/watcher._types.IndexResultSummary" } }, "required": [ "response" ] }, - "watcher._types:IndexResultSummary": { + "watcher._types.IndexResultSummary": { "type": "object", "properties": { "created": { "type": "boolean" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -98109,7 +98109,7 @@ "version" ] }, - "watcher._types:LoggingResult": { + "watcher._types.LoggingResult": { "type": "object", "properties": { "logged_text": { @@ -98120,44 +98120,44 @@ "logged_text" ] }, - "watcher._types:PagerDutyResult": { + "watcher._types.PagerDutyResult": { "type": "object", "properties": { "event": { - "$ref": "#/components/schemas/watcher._types:PagerDutyEvent" + "$ref": "#/components/schemas/watcher._types.PagerDutyEvent" }, "reason": { "type": "string" }, "request": { - "$ref": "#/components/schemas/watcher._types:HttpInputRequestResult" + "$ref": "#/components/schemas/watcher._types.HttpInputRequestResult" }, "response": { - "$ref": "#/components/schemas/watcher._types:HttpInputResponseResult" + "$ref": "#/components/schemas/watcher._types.HttpInputResponseResult" } }, "required": [ "event" ] }, - "watcher._types:HttpInputRequestResult": { + "watcher._types.HttpInputRequestResult": { "allOf": [ { - "$ref": "#/components/schemas/watcher._types:HttpInputRequestDefinition" + "$ref": "#/components/schemas/watcher._types.HttpInputRequestDefinition" }, { "type": "object" } ] }, - "watcher._types:HttpInputResponseResult": { + "watcher._types.HttpInputResponseResult": { "type": "object", "properties": { "body": { "type": "string" }, "headers": { - "$ref": "#/components/schemas/_types:HttpHeaders" + "$ref": "#/components/schemas/_types.HttpHeaders" }, "status": { "type": "number" @@ -98169,45 +98169,45 @@ "status" ] }, - "watcher._types:SlackResult": { + "watcher._types.SlackResult": { "type": "object", "properties": { "account": { "type": "string" }, "message": { - "$ref": "#/components/schemas/watcher._types:SlackMessage" + "$ref": "#/components/schemas/watcher._types.SlackMessage" } }, "required": [ "message" ] }, - "watcher._types:WebhookResult": { + "watcher._types.WebhookResult": { "type": "object", "properties": { "request": { - "$ref": "#/components/schemas/watcher._types:HttpInputRequestResult" + "$ref": "#/components/schemas/watcher._types.HttpInputRequestResult" }, "response": { - "$ref": "#/components/schemas/watcher._types:HttpInputResponseResult" + "$ref": "#/components/schemas/watcher._types.HttpInputResponseResult" } }, "required": [ "request" ] }, - "watcher._types:ExecutionResultCondition": { + "watcher._types.ExecutionResultCondition": { "type": "object", "properties": { "met": { "type": "boolean" }, "status": { - "$ref": "#/components/schemas/watcher._types:ActionStatusOptions" + "$ref": "#/components/schemas/watcher._types.ActionStatusOptions" }, "type": { - "$ref": "#/components/schemas/watcher._types:ConditionType" + "$ref": "#/components/schemas/watcher._types.ConditionType" } }, "required": [ @@ -98216,7 +98216,7 @@ "type" ] }, - "watcher._types:ConditionType": { + "watcher._types.ConditionType": { "type": "string", "enum": [ "always", @@ -98226,7 +98226,7 @@ "array_compare" ] }, - "watcher._types:ExecutionResultInput": { + "watcher._types.ExecutionResultInput": { "type": "object", "properties": { "payload": { @@ -98236,10 +98236,10 @@ } }, "status": { - "$ref": "#/components/schemas/watcher._types:ActionStatusOptions" + "$ref": "#/components/schemas/watcher._types.ActionStatusOptions" }, "type": { - "$ref": "#/components/schemas/watcher._types:InputType" + "$ref": "#/components/schemas/watcher._types.InputType" } }, "required": [ @@ -98248,7 +98248,7 @@ "type" ] }, - "watcher._types:InputType": { + "watcher._types.InputType": { "type": "string", "enum": [ "http", @@ -98256,7 +98256,7 @@ "simple" ] }, - "watcher._types:ExecutionStatus": { + "watcher._types.ExecutionStatus": { "type": "string", "enum": [ "awaits_execution", @@ -98269,14 +98269,14 @@ "not_executed_already_queued" ] }, - "watcher._types:TriggerEventResult": { + "watcher._types.TriggerEventResult": { "type": "object", "properties": { "manual": { - "$ref": "#/components/schemas/watcher._types:TriggerEventContainer" + "$ref": "#/components/schemas/watcher._types.TriggerEventContainer" }, "triggered_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "type": { "type": "string" @@ -98288,40 +98288,40 @@ "type" ] }, - "watcher._types:TriggerEventContainer": { + "watcher._types.TriggerEventContainer": { "type": "object", "properties": { "schedule": { - "$ref": "#/components/schemas/watcher._types:ScheduleTriggerEvent" + "$ref": "#/components/schemas/watcher._types.ScheduleTriggerEvent" } }, "minProperties": 1, "maxProperties": 1 }, - "watcher._types:QueryWatch": { + "watcher._types.QueryWatch": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "status": { - "$ref": "#/components/schemas/watcher._types:WatchStatus" + "$ref": "#/components/schemas/watcher._types.WatchStatus" }, "watch": { - "$ref": "#/components/schemas/watcher._types:Watch" + "$ref": "#/components/schemas/watcher._types.Watch" }, "_primary_term": { "type": "number" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" } }, "required": [ "_id" ] }, - "watcher.stats:WatcherMetric": { + "watcher.stats.WatcherMetric": { "type": "string", "enum": [ "_all", @@ -98331,24 +98331,24 @@ "pending_watches" ] }, - "watcher.stats:WatcherNodeStats": { + "watcher.stats.WatcherNodeStats": { "type": "object", "properties": { "current_watches": { "description": "The current executing watches metric gives insight into the watches that are currently being executed by Watcher.\nAdditional information is shared per watch that is currently executing.\nThis information includes the `watch_id`, the time its execution started and its current execution phase.\nTo include this metric, the `metric` option should be set to `current_watches` or `_all`.\nIn addition you can also specify the `emit_stacktraces=true` parameter, which adds stack traces for each watch that is being run.\nThese stack traces can give you more insight into an execution of a watch.", "type": "array", "items": { - "$ref": "#/components/schemas/watcher.stats:WatchRecordStats" + "$ref": "#/components/schemas/watcher.stats.WatchRecordStats" } }, "execution_thread_pool": { - "$ref": "#/components/schemas/watcher._types:ExecutionThreadPool" + "$ref": "#/components/schemas/watcher._types.ExecutionThreadPool" }, "queued_watches": { "description": "Watcher moderates the execution of watches such that their execution won't put too much pressure on the node and its resources.\nIf too many watches trigger concurrently and there isn't enough capacity to run them all, some of the watches are queued, waiting for the current running watches to finish.s\nThe queued watches metric gives insight on these queued watches.\n\nTo include this metric, the `metric` option should include `queued_watches` or `_all`.", "type": "array", "items": { - "$ref": "#/components/schemas/watcher.stats:WatchRecordQueuedStats" + "$ref": "#/components/schemas/watcher.stats.WatchRecordQueuedStats" } }, "watch_count": { @@ -98356,10 +98356,10 @@ "type": "number" }, "watcher_state": { - "$ref": "#/components/schemas/watcher.stats:WatcherState" + "$ref": "#/components/schemas/watcher.stats.WatcherState" }, "node_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -98369,19 +98369,19 @@ "node_id" ] }, - "watcher.stats:WatchRecordStats": { + "watcher.stats.WatchRecordStats": { "allOf": [ { - "$ref": "#/components/schemas/watcher.stats:WatchRecordQueuedStats" + "$ref": "#/components/schemas/watcher.stats.WatchRecordQueuedStats" }, { "type": "object", "properties": { "execution_phase": { - "$ref": "#/components/schemas/watcher._types:ExecutionPhase" + "$ref": "#/components/schemas/watcher._types.ExecutionPhase" }, "triggered_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "executed_actions": { "type": "array", @@ -98390,10 +98390,10 @@ } }, "watch_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "watch_record_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -98405,7 +98405,7 @@ } ] }, - "watcher._types:ExecutionPhase": { + "watcher._types.ExecutionPhase": { "type": "string", "enum": [ "awaits_execution", @@ -98418,18 +98418,18 @@ "finished" ] }, - "watcher.stats:WatchRecordQueuedStats": { + "watcher.stats.WatchRecordQueuedStats": { "type": "object", "properties": { "execution_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ "execution_time" ] }, - "watcher._types:ExecutionThreadPool": { + "watcher._types.ExecutionThreadPool": { "type": "object", "properties": { "max_size": { @@ -98446,7 +98446,7 @@ "queue_size" ] }, - "watcher.stats:WatcherState": { + "watcher.stats.WatcherState": { "type": "string", "enum": [ "stopped", @@ -98455,7 +98455,7 @@ "stopping" ] }, - "xpack.info:XPackCategory": { + "xpack.info.XPackCategory": { "type": "string", "enum": [ "build", @@ -98463,11 +98463,11 @@ "license" ] }, - "xpack.info:BuildInformation": { + "xpack.info.BuildInformation": { "type": "object", "properties": { "date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "hash": { "type": "string" @@ -98478,89 +98478,89 @@ "hash" ] }, - "xpack.info:Features": { + "xpack.info.Features": { "type": "object", "properties": { "aggregate_metric": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "analytics": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "ccr": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "data_streams": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "data_tiers": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "enrich": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "enterprise_search": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "eql": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "esql": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "graph": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "ilm": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "logstash": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "logsdb": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "ml": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "monitoring": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "rollup": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "runtime_fields": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "searchable_snapshots": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "security": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "slm": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "spatial": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "sql": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "transform": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "universal_profiling": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "voting_only": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "watcher": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "archive": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" } }, "required": [ @@ -98592,7 +98592,7 @@ "archive" ] }, - "xpack.info:Feature": { + "xpack.info.Feature": { "type": "object", "properties": { "available": { @@ -98605,7 +98605,7 @@ "type": "boolean" }, "native_code_info": { - "$ref": "#/components/schemas/xpack.info:NativeCodeInformation" + "$ref": "#/components/schemas/xpack.info.NativeCodeInformation" } }, "required": [ @@ -98613,14 +98613,14 @@ "enabled" ] }, - "xpack.info:NativeCodeInformation": { + "xpack.info.NativeCodeInformation": { "type": "object", "properties": { "build_hash": { "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -98628,20 +98628,20 @@ "version" ] }, - "xpack.info:MinimalLicenseInformation": { + "xpack.info.MinimalLicenseInformation": { "type": "object", "properties": { "expiry_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "mode": { - "$ref": "#/components/schemas/license._types:LicenseType" + "$ref": "#/components/schemas/license._types.LicenseType" }, "status": { - "$ref": "#/components/schemas/license._types:LicenseStatus" + "$ref": "#/components/schemas/license._types.LicenseStatus" }, "type": { - "$ref": "#/components/schemas/license._types:LicenseType" + "$ref": "#/components/schemas/license._types.LicenseType" }, "uid": { "type": "string" @@ -98655,7 +98655,7 @@ "uid" ] }, - "xpack.usage:Base": { + "xpack.usage.Base": { "type": "object", "properties": { "available": { @@ -98670,16 +98670,16 @@ "enabled" ] }, - "xpack.usage:Analytics": { + "xpack.usage.Analytics": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", "properties": { "stats": { - "$ref": "#/components/schemas/xpack.usage:AnalyticsStatistics" + "$ref": "#/components/schemas/xpack.usage.AnalyticsStatistics" } }, "required": [ @@ -98688,7 +98688,7 @@ } ] }, - "xpack.usage:AnalyticsStatistics": { + "xpack.usage.AnalyticsStatistics": { "type": "object", "properties": { "boxplot_usage": { @@ -98730,10 +98730,10 @@ "rate_usage" ] }, - "xpack.usage:Archive": { + "xpack.usage.Archive": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -98748,22 +98748,22 @@ } ] }, - "xpack.usage:Watcher": { + "xpack.usage.Watcher": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", "properties": { "execution": { - "$ref": "#/components/schemas/xpack.usage:WatcherActions" + "$ref": "#/components/schemas/xpack.usage.WatcherActions" }, "watch": { - "$ref": "#/components/schemas/xpack.usage:WatcherWatch" + "$ref": "#/components/schemas/xpack.usage.WatcherWatch" }, "count": { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" } }, "required": [ @@ -98774,13 +98774,13 @@ } ] }, - "xpack.usage:WatcherActions": { + "xpack.usage.WatcherActions": { "type": "object", "properties": { "actions": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:WatcherActionTotals" + "$ref": "#/components/schemas/xpack.usage.WatcherActionTotals" } } }, @@ -98788,14 +98788,14 @@ "actions" ] }, - "xpack.usage:WatcherActionTotals": { + "xpack.usage.WatcherActionTotals": { "type": "object", "properties": { "total": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -98803,29 +98803,29 @@ "total_time_in_ms" ] }, - "xpack.usage:WatcherWatch": { + "xpack.usage.WatcherWatch": { "type": "object", "properties": { "input": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" } }, "condition": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" } }, "action": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" } }, "trigger": { - "$ref": "#/components/schemas/xpack.usage:WatcherWatchTrigger" + "$ref": "#/components/schemas/xpack.usage.WatcherWatchTrigger" } }, "required": [ @@ -98833,7 +98833,7 @@ "trigger" ] }, - "xpack.usage:Counter": { + "xpack.usage.Counter": { "type": "object", "properties": { "active": { @@ -98848,33 +98848,33 @@ "total" ] }, - "xpack.usage:WatcherWatchTrigger": { + "xpack.usage.WatcherWatchTrigger": { "type": "object", "properties": { "schedule": { - "$ref": "#/components/schemas/xpack.usage:WatcherWatchTriggerSchedule" + "$ref": "#/components/schemas/xpack.usage.WatcherWatchTriggerSchedule" }, "_all": { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" } }, "required": [ "_all" ] }, - "xpack.usage:WatcherWatchTriggerSchedule": { + "xpack.usage.WatcherWatchTriggerSchedule": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" }, { "type": "object", "properties": { "cron": { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" }, "_all": { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" } }, "required": [ @@ -98884,10 +98884,10 @@ } ] }, - "xpack.usage:Ccr": { + "xpack.usage.Ccr": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -98906,10 +98906,10 @@ } ] }, - "xpack.usage:DataStreams": { + "xpack.usage.DataStreams": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -98928,28 +98928,28 @@ } ] }, - "xpack.usage:DataTiers": { + "xpack.usage.DataTiers": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", "properties": { "data_warm": { - "$ref": "#/components/schemas/xpack.usage:DataTierPhaseStatistics" + "$ref": "#/components/schemas/xpack.usage.DataTierPhaseStatistics" }, "data_frozen": { - "$ref": "#/components/schemas/xpack.usage:DataTierPhaseStatistics" + "$ref": "#/components/schemas/xpack.usage.DataTierPhaseStatistics" }, "data_cold": { - "$ref": "#/components/schemas/xpack.usage:DataTierPhaseStatistics" + "$ref": "#/components/schemas/xpack.usage.DataTierPhaseStatistics" }, "data_content": { - "$ref": "#/components/schemas/xpack.usage:DataTierPhaseStatistics" + "$ref": "#/components/schemas/xpack.usage.DataTierPhaseStatistics" }, "data_hot": { - "$ref": "#/components/schemas/xpack.usage:DataTierPhaseStatistics" + "$ref": "#/components/schemas/xpack.usage.DataTierPhaseStatistics" } }, "required": [ @@ -98961,7 +98961,7 @@ } ] }, - "xpack.usage:DataTierPhaseStatistics": { + "xpack.usage.DataTierPhaseStatistics": { "type": "object", "properties": { "node_count": { @@ -99008,21 +99008,21 @@ "primary_shard_size_mad_bytes" ] }, - "xpack.usage:Eql": { + "xpack.usage.Eql": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", "properties": { "features": { - "$ref": "#/components/schemas/xpack.usage:EqlFeatures" + "$ref": "#/components/schemas/xpack.usage.EqlFeatures" }, "queries": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:Query" + "$ref": "#/components/schemas/xpack.usage.Query" } } }, @@ -99033,29 +99033,29 @@ } ] }, - "xpack.usage:EqlFeatures": { + "xpack.usage.EqlFeatures": { "type": "object", "properties": { "join": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "joins": { - "$ref": "#/components/schemas/xpack.usage:EqlFeaturesJoin" + "$ref": "#/components/schemas/xpack.usage.EqlFeaturesJoin" }, "keys": { - "$ref": "#/components/schemas/xpack.usage:EqlFeaturesKeys" + "$ref": "#/components/schemas/xpack.usage.EqlFeaturesKeys" }, "event": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "pipes": { - "$ref": "#/components/schemas/xpack.usage:EqlFeaturesPipes" + "$ref": "#/components/schemas/xpack.usage.EqlFeaturesPipes" }, "sequence": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "sequences": { - "$ref": "#/components/schemas/xpack.usage:EqlFeaturesSequences" + "$ref": "#/components/schemas/xpack.usage.EqlFeaturesSequences" } }, "required": [ @@ -99068,23 +99068,23 @@ "sequences" ] }, - "xpack.usage:EqlFeaturesJoin": { + "xpack.usage.EqlFeaturesJoin": { "type": "object", "properties": { "join_queries_two": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_queries_three": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_until": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_queries_five_or_more": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_queries_four": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -99095,23 +99095,23 @@ "join_queries_four" ] }, - "xpack.usage:EqlFeaturesKeys": { + "xpack.usage.EqlFeaturesKeys": { "type": "object", "properties": { "join_keys_two": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_keys_one": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_keys_three": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_keys_five_or_more": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_keys_four": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -99122,14 +99122,14 @@ "join_keys_four" ] }, - "xpack.usage:EqlFeaturesPipes": { + "xpack.usage.EqlFeaturesPipes": { "type": "object", "properties": { "pipe_tail": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "pipe_head": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -99137,26 +99137,26 @@ "pipe_head" ] }, - "xpack.usage:EqlFeaturesSequences": { + "xpack.usage.EqlFeaturesSequences": { "type": "object", "properties": { "sequence_queries_three": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "sequence_queries_four": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "sequence_queries_two": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "sequence_until": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "sequence_queries_five_or_more": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "sequence_maxspan": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -99168,7 +99168,7 @@ "sequence_maxspan" ] }, - "xpack.usage:Query": { + "xpack.usage.Query": { "type": "object", "properties": { "count": { @@ -99185,10 +99185,10 @@ } } }, - "xpack.usage:Flattened": { + "xpack.usage.Flattened": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -99203,16 +99203,16 @@ } ] }, - "xpack.usage:HealthStatistics": { + "xpack.usage.HealthStatistics": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", "properties": { "invocations": { - "$ref": "#/components/schemas/xpack.usage:Invocations" + "$ref": "#/components/schemas/xpack.usage.Invocations" } }, "required": [ @@ -99221,7 +99221,7 @@ } ] }, - "xpack.usage:Invocations": { + "xpack.usage.Invocations": { "type": "object", "properties": { "total": { @@ -99232,7 +99232,7 @@ "total" ] }, - "xpack.usage:Ilm": { + "xpack.usage.Ilm": { "type": "object", "properties": { "policy_count": { @@ -99241,7 +99241,7 @@ "policy_stats": { "type": "array", "items": { - "$ref": "#/components/schemas/xpack.usage:IlmPolicyStatistics" + "$ref": "#/components/schemas/xpack.usage.IlmPolicyStatistics" } } }, @@ -99250,14 +99250,14 @@ "policy_stats" ] }, - "xpack.usage:IlmPolicyStatistics": { + "xpack.usage.IlmPolicyStatistics": { "type": "object", "properties": { "indices_managed": { "type": "number" }, "phases": { - "$ref": "#/components/schemas/xpack.usage:Phases" + "$ref": "#/components/schemas/xpack.usage.Phases" } }, "required": [ @@ -99265,27 +99265,27 @@ "phases" ] }, - "xpack.usage:Phases": { + "xpack.usage.Phases": { "type": "object", "properties": { "cold": { - "$ref": "#/components/schemas/xpack.usage:Phase" + "$ref": "#/components/schemas/xpack.usage.Phase" }, "delete": { - "$ref": "#/components/schemas/xpack.usage:Phase" + "$ref": "#/components/schemas/xpack.usage.Phase" }, "frozen": { - "$ref": "#/components/schemas/xpack.usage:Phase" + "$ref": "#/components/schemas/xpack.usage.Phase" }, "hot": { - "$ref": "#/components/schemas/xpack.usage:Phase" + "$ref": "#/components/schemas/xpack.usage.Phase" }, "warm": { - "$ref": "#/components/schemas/xpack.usage:Phase" + "$ref": "#/components/schemas/xpack.usage.Phase" } } }, - "xpack.usage:Phase": { + "xpack.usage.Phase": { "type": "object", "properties": { "actions": { @@ -99295,7 +99295,7 @@ } }, "min_age": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -99303,10 +99303,10 @@ "min_age" ] }, - "xpack.usage:MachineLearning": { + "xpack.usage.MachineLearning": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -99314,24 +99314,24 @@ "datafeeds": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:Datafeed" + "$ref": "#/components/schemas/xpack.usage.Datafeed" } }, "jobs": { "description": "Job usage statistics. The `_all` entry is always present and gathers statistics for all jobs.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:JobUsage" + "$ref": "#/components/schemas/xpack.usage.JobUsage" } }, "node_count": { "type": "number" }, "data_frame_analytics_jobs": { - "$ref": "#/components/schemas/xpack.usage:MlDataFrameAnalyticsJobs" + "$ref": "#/components/schemas/xpack.usage.MlDataFrameAnalyticsJobs" }, "inference": { - "$ref": "#/components/schemas/xpack.usage:MlInference" + "$ref": "#/components/schemas/xpack.usage.MlInference" } }, "required": [ @@ -99344,7 +99344,7 @@ } ] }, - "xpack.usage:Datafeed": { + "xpack.usage.Datafeed": { "type": "object", "properties": { "count": { @@ -99355,7 +99355,7 @@ "count" ] }, - "xpack.usage:JobUsage": { + "xpack.usage.JobUsage": { "type": "object", "properties": { "count": { @@ -99368,13 +99368,13 @@ } }, "detectors": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "forecasts": { - "$ref": "#/components/schemas/xpack.usage:MlJobForecasts" + "$ref": "#/components/schemas/xpack.usage.MlJobForecasts" }, "model_size": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" } }, "required": [ @@ -99385,7 +99385,7 @@ "model_size" ] }, - "xpack.usage:MlJobForecasts": { + "xpack.usage.MlJobForecasts": { "type": "object", "properties": { "total": { @@ -99400,38 +99400,38 @@ "forecasted_jobs" ] }, - "xpack.usage:MlDataFrameAnalyticsJobs": { + "xpack.usage.MlDataFrameAnalyticsJobs": { "type": "object", "properties": { "memory_usage": { - "$ref": "#/components/schemas/xpack.usage:MlDataFrameAnalyticsJobsMemory" + "$ref": "#/components/schemas/xpack.usage.MlDataFrameAnalyticsJobsMemory" }, "_all": { - "$ref": "#/components/schemas/xpack.usage:MlDataFrameAnalyticsJobsCount" + "$ref": "#/components/schemas/xpack.usage.MlDataFrameAnalyticsJobsCount" }, "analysis_counts": { - "$ref": "#/components/schemas/xpack.usage:MlDataFrameAnalyticsJobsAnalysis" + "$ref": "#/components/schemas/xpack.usage.MlDataFrameAnalyticsJobsAnalysis" }, "stopped": { - "$ref": "#/components/schemas/xpack.usage:MlDataFrameAnalyticsJobsCount" + "$ref": "#/components/schemas/xpack.usage.MlDataFrameAnalyticsJobsCount" } }, "required": [ "_all" ] }, - "xpack.usage:MlDataFrameAnalyticsJobsMemory": { + "xpack.usage.MlDataFrameAnalyticsJobsMemory": { "type": "object", "properties": { "peak_usage_bytes": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" } }, "required": [ "peak_usage_bytes" ] }, - "xpack.usage:MlDataFrameAnalyticsJobsCount": { + "xpack.usage.MlDataFrameAnalyticsJobsCount": { "type": "object", "properties": { "count": { @@ -99442,7 +99442,7 @@ "count" ] }, - "xpack.usage:MlDataFrameAnalyticsJobsAnalysis": { + "xpack.usage.MlDataFrameAnalyticsJobsAnalysis": { "type": "object", "properties": { "classification": { @@ -99456,20 +99456,20 @@ } } }, - "xpack.usage:MlInference": { + "xpack.usage.MlInference": { "type": "object", "properties": { "ingest_processors": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceIngestProcessor" + "$ref": "#/components/schemas/xpack.usage.MlInferenceIngestProcessor" } }, "trained_models": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceTrainedModels" + "$ref": "#/components/schemas/xpack.usage.MlInferenceTrainedModels" }, "deployments": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceDeployments" + "$ref": "#/components/schemas/xpack.usage.MlInferenceDeployments" } }, "required": [ @@ -99477,20 +99477,20 @@ "trained_models" ] }, - "xpack.usage:MlInferenceIngestProcessor": { + "xpack.usage.MlInferenceIngestProcessor": { "type": "object", "properties": { "num_docs_processed": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceIngestProcessorCount" + "$ref": "#/components/schemas/xpack.usage.MlInferenceIngestProcessorCount" }, "pipelines": { - "$ref": "#/components/schemas/xpack.usage:MlCounter" + "$ref": "#/components/schemas/xpack.usage.MlCounter" }, "num_failures": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceIngestProcessorCount" + "$ref": "#/components/schemas/xpack.usage.MlInferenceIngestProcessorCount" }, "time_ms": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceIngestProcessorCount" + "$ref": "#/components/schemas/xpack.usage.MlInferenceIngestProcessorCount" } }, "required": [ @@ -99500,7 +99500,7 @@ "time_ms" ] }, - "xpack.usage:MlInferenceIngestProcessorCount": { + "xpack.usage.MlInferenceIngestProcessorCount": { "type": "object", "properties": { "max": { @@ -99519,7 +99519,7 @@ "min" ] }, - "xpack.usage:MlCounter": { + "xpack.usage.MlCounter": { "type": "object", "properties": { "count": { @@ -99530,30 +99530,30 @@ "count" ] }, - "xpack.usage:MlInferenceTrainedModels": { + "xpack.usage.MlInferenceTrainedModels": { "type": "object", "properties": { "estimated_operations": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "estimated_heap_memory_usage_bytes": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "count": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceTrainedModelsCount" + "$ref": "#/components/schemas/xpack.usage.MlInferenceTrainedModelsCount" }, "_all": { - "$ref": "#/components/schemas/xpack.usage:MlCounter" + "$ref": "#/components/schemas/xpack.usage.MlCounter" }, "model_size_bytes": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" } }, "required": [ "_all" ] }, - "xpack.usage:MlInferenceTrainedModelsCount": { + "xpack.usage.MlInferenceTrainedModelsCount": { "type": "object", "properties": { "total": { @@ -99587,20 +99587,20 @@ "other" ] }, - "xpack.usage:MlInferenceDeployments": { + "xpack.usage.MlInferenceDeployments": { "type": "object", "properties": { "count": { "type": "number" }, "inference_counts": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "model_sizes_bytes": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "time_ms": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceDeploymentsTimeMs" + "$ref": "#/components/schemas/xpack.usage.MlInferenceDeploymentsTimeMs" } }, "required": [ @@ -99610,7 +99610,7 @@ "time_ms" ] }, - "xpack.usage:MlInferenceDeploymentsTimeMs": { + "xpack.usage.MlInferenceDeploymentsTimeMs": { "type": "object", "properties": { "avg": { @@ -99621,10 +99621,10 @@ "avg" ] }, - "xpack.usage:Monitoring": { + "xpack.usage.Monitoring": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -99646,10 +99646,10 @@ } ] }, - "xpack.usage:RuntimeFieldTypes": { + "xpack.usage.RuntimeFieldTypes": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -99657,7 +99657,7 @@ "field_types": { "type": "array", "items": { - "$ref": "#/components/schemas/xpack.usage:RuntimeFieldsType" + "$ref": "#/components/schemas/xpack.usage.RuntimeFieldsType" } } }, @@ -99667,7 +99667,7 @@ } ] }, - "xpack.usage:RuntimeFieldsType": { + "xpack.usage.RuntimeFieldsType": { "type": "object", "properties": { "chars_max": { @@ -99701,7 +99701,7 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "scriptless_count": { "type": "number" @@ -99733,10 +99733,10 @@ "source_total" ] }, - "xpack.usage:SearchableSnapshots": { + "xpack.usage.SearchableSnapshots": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -99757,55 +99757,55 @@ } ] }, - "xpack.usage:Security": { + "xpack.usage.Security": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", "properties": { "api_key_service": { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" }, "anonymous": { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" }, "audit": { - "$ref": "#/components/schemas/xpack.usage:Audit" + "$ref": "#/components/schemas/xpack.usage.Audit" }, "fips_140": { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" }, "ipfilter": { - "$ref": "#/components/schemas/xpack.usage:IpFilter" + "$ref": "#/components/schemas/xpack.usage.IpFilter" }, "realms": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:Realm" + "$ref": "#/components/schemas/xpack.usage.Realm" } }, "role_mapping": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:RoleMapping" + "$ref": "#/components/schemas/xpack.usage.RoleMapping" } }, "roles": { - "$ref": "#/components/schemas/xpack.usage:SecurityRoles" + "$ref": "#/components/schemas/xpack.usage.SecurityRoles" }, "ssl": { - "$ref": "#/components/schemas/xpack.usage:Ssl" + "$ref": "#/components/schemas/xpack.usage.Ssl" }, "system_key": { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" }, "token_service": { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" }, "operator_privileges": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" } }, "required": [ @@ -99824,7 +99824,7 @@ } ] }, - "xpack.usage:FeatureToggle": { + "xpack.usage.FeatureToggle": { "type": "object", "properties": { "enabled": { @@ -99835,10 +99835,10 @@ "enabled" ] }, - "xpack.usage:Audit": { + "xpack.usage.Audit": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" }, { "type": "object", @@ -99853,7 +99853,7 @@ } ] }, - "xpack.usage:IpFilter": { + "xpack.usage.IpFilter": { "type": "object", "properties": { "http": { @@ -99868,10 +99868,10 @@ "transport" ] }, - "xpack.usage:Realm": { + "xpack.usage.Realm": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -99897,7 +99897,7 @@ "cache": { "type": "array", "items": { - "$ref": "#/components/schemas/xpack.usage:RealmCache" + "$ref": "#/components/schemas/xpack.usage.RealmCache" } }, "has_authorization_realms": { @@ -99928,7 +99928,7 @@ } ] }, - "xpack.usage:RealmCache": { + "xpack.usage.RealmCache": { "type": "object", "properties": { "size": { @@ -99939,7 +99939,7 @@ "size" ] }, - "xpack.usage:RoleMapping": { + "xpack.usage.RoleMapping": { "type": "object", "properties": { "enabled": { @@ -99954,17 +99954,17 @@ "size" ] }, - "xpack.usage:SecurityRoles": { + "xpack.usage.SecurityRoles": { "type": "object", "properties": { "native": { - "$ref": "#/components/schemas/xpack.usage:SecurityRolesNative" + "$ref": "#/components/schemas/xpack.usage.SecurityRolesNative" }, "dls": { - "$ref": "#/components/schemas/xpack.usage:SecurityRolesDls" + "$ref": "#/components/schemas/xpack.usage.SecurityRolesDls" }, "file": { - "$ref": "#/components/schemas/xpack.usage:SecurityRolesFile" + "$ref": "#/components/schemas/xpack.usage.SecurityRolesFile" } }, "required": [ @@ -99973,7 +99973,7 @@ "file" ] }, - "xpack.usage:SecurityRolesNative": { + "xpack.usage.SecurityRolesNative": { "type": "object", "properties": { "dls": { @@ -99992,28 +99992,28 @@ "size" ] }, - "xpack.usage:SecurityRolesDls": { + "xpack.usage.SecurityRolesDls": { "type": "object", "properties": { "bit_set_cache": { - "$ref": "#/components/schemas/xpack.usage:SecurityRolesDlsBitSetCache" + "$ref": "#/components/schemas/xpack.usage.SecurityRolesDlsBitSetCache" } }, "required": [ "bit_set_cache" ] }, - "xpack.usage:SecurityRolesDlsBitSetCache": { + "xpack.usage.SecurityRolesDlsBitSetCache": { "type": "object", "properties": { "count": { "type": "number" }, "memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "memory_in_bytes": { - "$ref": "#/components/schemas/_types:ulong" + "$ref": "#/components/schemas/_types.ulong" } }, "required": [ @@ -100021,7 +100021,7 @@ "memory_in_bytes" ] }, - "xpack.usage:SecurityRolesFile": { + "xpack.usage.SecurityRolesFile": { "type": "object", "properties": { "dls": { @@ -100040,14 +100040,14 @@ "size" ] }, - "xpack.usage:Ssl": { + "xpack.usage.Ssl": { "type": "object", "properties": { "http": { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" }, "transport": { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" } }, "required": [ @@ -100055,10 +100055,10 @@ "transport" ] }, - "xpack.usage:Slm": { + "xpack.usage.Slm": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -100067,16 +100067,16 @@ "type": "number" }, "policy_stats": { - "$ref": "#/components/schemas/slm._types:Statistics" + "$ref": "#/components/schemas/slm._types.Statistics" } } } ] }, - "xpack.usage:Sql": { + "xpack.usage.Sql": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -100090,7 +100090,7 @@ "queries": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:Query" + "$ref": "#/components/schemas/xpack.usage.Query" } } }, @@ -100101,10 +100101,10 @@ } ] }, - "xpack.usage:Vector": { + "xpack.usage.Vector": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -100128,12 +100128,12 @@ } }, "responses": { - "async_search.submit:200": { + "async_search.submit-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/async_search._types:AsyncSearchDocumentResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchDocumentResponseBase" }, "examples": { "AsyncSearchSubmitResponseExample1": { @@ -100144,7 +100144,7 @@ } } }, - "bulk:200": { + "bulk-200": { "description": "", "content": { "application/json": { @@ -100161,7 +100161,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.bulk:ResponseItem" + "$ref": "#/components/schemas/_global.bulk.ResponseItem" }, "minProperties": 1, "maxProperties": 1 @@ -100200,14 +100200,14 @@ } } }, - "cat.aliases:200": { + "cat.aliases-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.aliases:AliasesRecord" + "$ref": "#/components/schemas/cat.aliases.AliasesRecord" } }, "examples": { @@ -100219,14 +100219,14 @@ } } }, - "cat.allocation:200": { + "cat.allocation-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.allocation:AllocationRecord" + "$ref": "#/components/schemas/cat.allocation.AllocationRecord" } }, "examples": { @@ -100238,14 +100238,14 @@ } } }, - "cat.component_templates:200": { + "cat.component_templates-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.component_templates:ComponentTemplate" + "$ref": "#/components/schemas/cat.component_templates.ComponentTemplate" } }, "examples": { @@ -100257,14 +100257,14 @@ } } }, - "cat.count:200": { + "cat.count-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.count:CountRecord" + "$ref": "#/components/schemas/cat.count.CountRecord" } }, "examples": { @@ -100282,14 +100282,14 @@ } } }, - "cat.fielddata:200": { + "cat.fielddata-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.fielddata:FielddataRecord" + "$ref": "#/components/schemas/cat.fielddata.FielddataRecord" } }, "examples": { @@ -100307,14 +100307,14 @@ } } }, - "cat.indices:200": { + "cat.indices-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.indices:IndicesRecord" + "$ref": "#/components/schemas/cat.indices.IndicesRecord" } }, "examples": { @@ -100326,14 +100326,14 @@ } } }, - "cat.ml_data_frame_analytics:200": { + "cat.ml_data_frame_analytics-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_data_frame_analytics:DataFrameAnalyticsRecord" + "$ref": "#/components/schemas/cat.ml_data_frame_analytics.DataFrameAnalyticsRecord" } }, "examples": { @@ -100345,14 +100345,14 @@ } } }, - "cat.ml_datafeeds:200": { + "cat.ml_datafeeds-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_datafeeds:DatafeedsRecord" + "$ref": "#/components/schemas/cat.ml_datafeeds.DatafeedsRecord" } }, "examples": { @@ -100364,14 +100364,14 @@ } } }, - "cat.ml_jobs:200": { + "cat.ml_jobs-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_jobs:JobsRecord" + "$ref": "#/components/schemas/cat.ml_jobs.JobsRecord" } }, "examples": { @@ -100383,14 +100383,14 @@ } } }, - "cat.ml_trained_models:200": { + "cat.ml_trained_models-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_trained_models:TrainedModelsRecord" + "$ref": "#/components/schemas/cat.ml_trained_models.TrainedModelsRecord" } }, "examples": { @@ -100402,14 +100402,14 @@ } } }, - "cat.recovery:200": { + "cat.recovery-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.recovery:RecoveryRecord" + "$ref": "#/components/schemas/cat.recovery.RecoveryRecord" } }, "examples": { @@ -100432,14 +100432,14 @@ } } }, - "cat.segments:200": { + "cat.segments-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.segments:SegmentsRecord" + "$ref": "#/components/schemas/cat.segments.SegmentsRecord" } }, "examples": { @@ -100451,14 +100451,14 @@ } } }, - "cat.shards:200": { + "cat.shards-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.shards:ShardsRecord" + "$ref": "#/components/schemas/cat.shards.ShardsRecord" } }, "examples": { @@ -100491,14 +100491,14 @@ } } }, - "cat.snapshots:200": { + "cat.snapshots-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.snapshots:SnapshotsRecord" + "$ref": "#/components/schemas/cat.snapshots.SnapshotsRecord" } }, "examples": { @@ -100510,14 +100510,14 @@ } } }, - "cat.templates:200": { + "cat.templates-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.templates:TemplatesRecord" + "$ref": "#/components/schemas/cat.templates.TemplatesRecord" } }, "examples": { @@ -100529,14 +100529,14 @@ } } }, - "cat.thread_pool:200": { + "cat.thread_pool-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.thread_pool:ThreadPoolRecord" + "$ref": "#/components/schemas/cat.thread_pool.ThreadPoolRecord" } }, "examples": { @@ -100554,14 +100554,14 @@ } } }, - "cat.transforms:200": { + "cat.transforms-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.transforms:TransformsRecord" + "$ref": "#/components/schemas/cat.transforms.TransformsRecord" } }, "examples": { @@ -100573,7 +100573,7 @@ } } }, - "ccr.get_auto_follow_pattern:200": { + "ccr.get_auto_follow_pattern-200": { "description": "", "content": { "application/json": { @@ -100583,7 +100583,7 @@ "patterns": { "type": "array", "items": { - "$ref": "#/components/schemas/ccr.get_auto_follow_pattern:AutoFollowPattern" + "$ref": "#/components/schemas/ccr.get_auto_follow_pattern.AutoFollowPattern" } } }, @@ -100600,7 +100600,7 @@ } } }, - "clear_scroll:200": { + "clear_scroll-200": { "description": "", "content": { "application/json": { @@ -100624,7 +100624,7 @@ } } }, - "cluster.allocation_explain:200": { + "cluster.allocation_explain-200": { "description": "", "content": { "application/json": { @@ -100635,55 +100635,55 @@ "type": "string" }, "allocation_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "allocation_delay_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "can_allocate": { - "$ref": "#/components/schemas/cluster.allocation_explain:Decision" + "$ref": "#/components/schemas/cluster.allocation_explain.Decision" }, "can_move_to_other_node": { - "$ref": "#/components/schemas/cluster.allocation_explain:Decision" + "$ref": "#/components/schemas/cluster.allocation_explain.Decision" }, "can_rebalance_cluster": { - "$ref": "#/components/schemas/cluster.allocation_explain:Decision" + "$ref": "#/components/schemas/cluster.allocation_explain.Decision" }, "can_rebalance_cluster_decisions": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.allocation_explain:AllocationDecision" + "$ref": "#/components/schemas/cluster.allocation_explain.AllocationDecision" } }, "can_rebalance_to_other_node": { - "$ref": "#/components/schemas/cluster.allocation_explain:Decision" + "$ref": "#/components/schemas/cluster.allocation_explain.Decision" }, "can_remain_decisions": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.allocation_explain:AllocationDecision" + "$ref": "#/components/schemas/cluster.allocation_explain.AllocationDecision" } }, "can_remain_on_current_node": { - "$ref": "#/components/schemas/cluster.allocation_explain:Decision" + "$ref": "#/components/schemas/cluster.allocation_explain.Decision" }, "cluster_info": { - "$ref": "#/components/schemas/cluster.allocation_explain:ClusterInfo" + "$ref": "#/components/schemas/cluster.allocation_explain.ClusterInfo" }, "configured_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "configured_delay_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "current_node": { - "$ref": "#/components/schemas/cluster.allocation_explain:CurrentNode" + "$ref": "#/components/schemas/cluster.allocation_explain.CurrentNode" }, "current_state": { "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "move_explanation": { "type": "string" @@ -100691,7 +100691,7 @@ "node_allocation_decisions": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.allocation_explain:NodeAllocationExplanation" + "$ref": "#/components/schemas/cluster.allocation_explain.NodeAllocationExplanation" } }, "primary": { @@ -100701,16 +100701,16 @@ "type": "string" }, "remaining_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "remaining_delay_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "shard": { "type": "number" }, "unassigned_info": { - "$ref": "#/components/schemas/cluster.allocation_explain:UnassignedInformation" + "$ref": "#/components/schemas/cluster.allocation_explain.UnassignedInformation" }, "note": { "type": "string" @@ -100738,7 +100738,7 @@ } } }, - "cluster.get_component_template:200": { + "cluster.get_component_template-200": { "description": "", "content": { "application/json": { @@ -100748,7 +100748,7 @@ "component_templates": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster._types:ComponentTemplate" + "$ref": "#/components/schemas/cluster._types.ComponentTemplate" } } }, @@ -100759,12 +100759,12 @@ } } }, - "cluster.health:200": { + "cluster.health-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/cluster.health:HealthResponseBody" + "$ref": "#/components/schemas/cluster.health.HealthResponseBody" }, "examples": { "ClusterHealthResponseExample1": { @@ -100775,17 +100775,17 @@ } } }, - "cluster.put_component_template:200": { + "cluster.put_component_template-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "cluster.state:200": { + "cluster.state-200": { "description": "", "content": { "application/json": { @@ -100795,17 +100795,17 @@ } } }, - "cluster.stats:200": { + "cluster.stats-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/cluster.stats:StatsResponseBase" + "$ref": "#/components/schemas/cluster.stats.StatsResponseBase" } } } }, - "connector.put:200": { + "connector.put-200": { "description": "", "content": { "application/json": { @@ -100813,10 +100813,10 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -100832,7 +100832,7 @@ } } }, - "count:200": { + "count-200": { "description": "", "content": { "application/json": { @@ -100843,7 +100843,7 @@ "type": "number" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -100860,17 +100860,17 @@ } } }, - "create:200": { + "create-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" } } } }, - "enrich.get_policy:200": { + "enrich.get_policy-200": { "description": "", "content": { "application/json": { @@ -100880,7 +100880,7 @@ "policies": { "type": "array", "items": { - "$ref": "#/components/schemas/enrich._types:Summary" + "$ref": "#/components/schemas/enrich._types.Summary" } } }, @@ -100891,12 +100891,12 @@ } } }, - "eql.search:200": { + "eql.search-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/eql._types:EqlSearchResponseBase" + "$ref": "#/components/schemas/eql._types.EqlSearchResponseBase" }, "examples": { "EqlSearchResponseExample2": { @@ -100908,7 +100908,7 @@ } } }, - "explain:200": { + "explain-200": { "description": "", "content": { "application/json": { @@ -100916,19 +100916,19 @@ "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "matched": { "type": "boolean" }, "explanation": { - "$ref": "#/components/schemas/_global.explain:ExplanationDetail" + "$ref": "#/components/schemas/_global.explain.ExplanationDetail" }, "get": { - "$ref": "#/components/schemas/_types:InlineGet" + "$ref": "#/components/schemas/_types.InlineGet" } }, "required": [ @@ -100946,7 +100946,7 @@ } } }, - "field_caps:200": { + "field_caps-200": { "description": "", "content": { "application/json": { @@ -100954,14 +100954,14 @@ "type": "object", "properties": { "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "fields": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.field_caps:FieldCapability" + "$ref": "#/components/schemas/_global.field_caps.FieldCapability" } } } @@ -100986,7 +100986,7 @@ } } }, - "fleet.msearch:200": { + "fleet.msearch-200": { "description": "", "content": { "application/json": { @@ -100996,7 +100996,7 @@ "docs": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch:ResponseItem" + "$ref": "#/components/schemas/_global.msearch.ResponseItem" } } }, @@ -101007,7 +101007,7 @@ } } }, - "fleet.search:200": { + "fleet.search-200": { "description": "", "content": { "application/json": { @@ -101021,19 +101021,19 @@ "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "fields": { "type": "object", @@ -101048,20 +101048,20 @@ "type": "number" }, "profile": { - "$ref": "#/components/schemas/_global.search._types:Profile" + "$ref": "#/components/schemas/_global.search._types.Profile" }, "pit_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "suggest": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Suggest" + "$ref": "#/components/schemas/_global.search._types.Suggest" } } }, @@ -101079,7 +101079,7 @@ } } }, - "graph.explore:200": { + "graph.explore-200": { "description": "", "content": { "application/json": { @@ -101089,13 +101089,13 @@ "connections": { "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:Connection" + "$ref": "#/components/schemas/graph._types.Connection" } }, "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } }, "timed_out": { @@ -101107,7 +101107,7 @@ "vertices": { "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:Vertex" + "$ref": "#/components/schemas/graph._types.Vertex" } } }, @@ -101122,7 +101122,7 @@ } } }, - "health_report:200": { + "health_report-200": { "description": "", "content": { "application/json": { @@ -101133,10 +101133,10 @@ "type": "string" }, "indicators": { - "$ref": "#/components/schemas/_global.health_report:Indicators" + "$ref": "#/components/schemas/_global.health_report.Indicators" }, "status": { - "$ref": "#/components/schemas/_global.health_report:IndicatorHealthStatus" + "$ref": "#/components/schemas/_global.health_report.IndicatorHealthStatus" } }, "required": [ @@ -101147,14 +101147,14 @@ } } }, - "ilm.get_lifecycle:200": { + "ilm.get_lifecycle-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ilm.get_lifecycle:Lifecycle" + "$ref": "#/components/schemas/ilm.get_lifecycle.Lifecycle" } }, "examples": { @@ -101166,12 +101166,12 @@ } } }, - "index:200": { + "index-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" }, "examples": { "IndexResponseExample1": { @@ -101188,7 +101188,7 @@ } } }, - "indices.analyze:200": { + "indices.analyze-200": { "description": "", "content": { "application/json": { @@ -101196,12 +101196,12 @@ "type": "object", "properties": { "detail": { - "$ref": "#/components/schemas/indices.analyze:AnalyzeDetail" + "$ref": "#/components/schemas/indices.analyze.AnalyzeDetail" }, "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:AnalyzeToken" + "$ref": "#/components/schemas/indices.analyze.AnalyzeToken" } } } @@ -101215,17 +101215,17 @@ } } }, - "indices.clear_cache:200": { + "indices.clear_cache-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:ShardsOperationResponseBase" + "$ref": "#/components/schemas/_types.ShardsOperationResponseBase" } } } }, - "indices.clone:200": { + "indices.clone-200": { "description": "", "content": { "application/json": { @@ -101236,7 +101236,7 @@ "type": "boolean" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shards_acknowledged": { "type": "boolean" @@ -101251,7 +101251,7 @@ } } }, - "indices.create_from:200": { + "indices.create_from-200": { "description": "", "content": { "application/json": { @@ -101262,7 +101262,7 @@ "type": "boolean" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shards_acknowledged": { "type": "boolean" @@ -101277,7 +101277,7 @@ } } }, - "indices.data_streams_stats:200": { + "indices.data_streams_stats-200": { "description": "", "content": { "application/json": { @@ -101285,7 +101285,7 @@ "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "backing_indices": { "description": "Total number of backing indices for the selected data streams.", @@ -101299,11 +101299,11 @@ "description": "Contains statistics for the selected data streams.", "type": "array", "items": { - "$ref": "#/components/schemas/indices.data_streams_stats:DataStreamsStatsItem" + "$ref": "#/components/schemas/indices.data_streams_stats.DataStreamsStatsItem" } }, "total_store_sizes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_store_size_bytes": { "description": "Total size, in bytes, of all shards for the selected data streams.", @@ -101327,56 +101327,56 @@ } } }, - "indices.delete_alias:200": { + "indices.delete_alias-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.exists_alias:200": { + "indices.exists_alias-200": { "description": "", "content": { "application/json": {} } }, - "indices.flush:200": { + "indices.flush-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:ShardsOperationResponseBase" + "$ref": "#/components/schemas/_types.ShardsOperationResponseBase" } } } }, - "indices.forcemerge:200": { + "indices.forcemerge-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices.forcemerge._types:ForceMergeResponseBody" + "$ref": "#/components/schemas/indices.forcemerge._types.ForceMergeResponseBody" } } } }, - "indices.get_alias:200": { + "indices.get_alias-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.get_alias:IndexAliases" + "$ref": "#/components/schemas/indices.get_alias.IndexAliases" } } } } }, - "indices.get_data_stream:200": { + "indices.get_data_stream-200": { "description": "", "content": { "application/json": { @@ -101386,7 +101386,7 @@ "data_streams": { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DataStream" + "$ref": "#/components/schemas/indices._types.DataStream" } } }, @@ -101403,14 +101403,14 @@ } } }, - "indices.get_field_mapping:200": { + "indices.get_field_mapping-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.get_field_mapping:TypeFieldMappings" + "$ref": "#/components/schemas/indices.get_field_mapping.TypeFieldMappings" } }, "examples": { @@ -101433,7 +101433,7 @@ } } }, - "indices.get_index_template:200": { + "indices.get_index_template-200": { "description": "", "content": { "application/json": { @@ -101443,7 +101443,7 @@ "index_templates": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get_index_template:IndexTemplateItem" + "$ref": "#/components/schemas/indices.get_index_template.IndexTemplateItem" } } }, @@ -101454,103 +101454,103 @@ } } }, - "indices.get_mapping:200": { + "indices.get_mapping-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.get_mapping:IndexMappingRecord" + "$ref": "#/components/schemas/indices.get_mapping.IndexMappingRecord" } } } } }, - "indices.get_settings:200": { + "indices.get_settings-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" } } } } }, - "indices.get_template:200": { + "indices.get_template-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:TemplateMapping" + "$ref": "#/components/schemas/indices._types.TemplateMapping" } } } } }, - "indices.put_alias:200": { + "indices.put_alias-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.put_index_template:200": { + "indices.put_index_template-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.put_mapping:200": { + "indices.put_mapping-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:IndicesResponseBase" + "$ref": "#/components/schemas/_types.IndicesResponseBase" } } } }, - "indices.put_settings:200": { + "indices.put_settings-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.put_template:200": { + "indices.put_template-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.recovery:200": { + "indices.recovery-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.recovery:RecoveryStatus" + "$ref": "#/components/schemas/indices.recovery.RecoveryStatus" } }, "examples": { @@ -101568,34 +101568,34 @@ } } }, - "indices.refresh:200": { + "indices.refresh-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:ShardsOperationResponseBase" + "$ref": "#/components/schemas/_types.ShardsOperationResponseBase" } } } }, - "indices.reload_search_analyzers:200": { + "indices.reload_search_analyzers-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices.reload_search_analyzers:ReloadResult" + "$ref": "#/components/schemas/indices.reload_search_analyzers.ReloadResult" } } } }, - "indices.resolve_cluster:200": { + "indices.resolve_cluster-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.resolve_cluster:ResolveClusterInfo" + "$ref": "#/components/schemas/indices.resolve_cluster.ResolveClusterInfo" } }, "examples": { @@ -101613,7 +101613,7 @@ } } }, - "indices.rollover:200": { + "indices.rollover-200": { "description": "", "content": { "application/json": { @@ -101664,7 +101664,7 @@ } } }, - "indices.segments:200": { + "indices.segments-200": { "description": "", "content": { "application/json": { @@ -101674,11 +101674,11 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.segments:IndexSegment" + "$ref": "#/components/schemas/indices.segments.IndexSegment" } }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -101695,7 +101695,7 @@ } } }, - "indices.shard_stores:200": { + "indices.shard_stores-200": { "description": "", "content": { "application/json": { @@ -101705,7 +101705,7 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.shard_stores:IndicesShardStores" + "$ref": "#/components/schemas/indices.shard_stores.IndicesShardStores" } } }, @@ -101722,7 +101722,7 @@ } } }, - "indices.shrink:200": { + "indices.shrink-200": { "description": "", "content": { "application/json": { @@ -101736,7 +101736,7 @@ "type": "boolean" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -101748,7 +101748,7 @@ } } }, - "indices.simulate_template:200": { + "indices.simulate_template-200": { "description": "", "content": { "application/json": { @@ -101758,11 +101758,11 @@ "overlapping": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.simulate_template:Overlapping" + "$ref": "#/components/schemas/indices.simulate_template.Overlapping" } }, "template": { - "$ref": "#/components/schemas/indices.simulate_template:Template" + "$ref": "#/components/schemas/indices.simulate_template.Template" } }, "required": [ @@ -101778,7 +101778,7 @@ } } }, - "indices.split:200": { + "indices.split-200": { "description": "", "content": { "application/json": { @@ -101792,7 +101792,7 @@ "type": "boolean" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -101804,7 +101804,7 @@ } } }, - "indices.stats:200": { + "indices.stats-200": { "description": "", "content": { "application/json": { @@ -101814,14 +101814,14 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.stats:IndicesStats" + "$ref": "#/components/schemas/indices.stats.IndicesStats" } }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "_all": { - "$ref": "#/components/schemas/indices.stats:IndicesStats" + "$ref": "#/components/schemas/indices.stats.IndicesStats" } }, "required": [ @@ -101832,7 +101832,7 @@ } } }, - "indices.validate_query:200": { + "indices.validate_query-200": { "description": "", "content": { "application/json": { @@ -101842,11 +101842,11 @@ "explanations": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.validate_query:IndicesValidationExplanation" + "$ref": "#/components/schemas/indices.validate_query.IndicesValidationExplanation" } }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "valid": { "type": "boolean" @@ -101862,17 +101862,17 @@ } } }, - "inference.delete:200": { + "inference.delete-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:DeleteInferenceEndpointResult" + "$ref": "#/components/schemas/inference._types.DeleteInferenceEndpointResult" } } } }, - "inference.get:200": { + "inference.get-200": { "description": "", "content": { "application/json": { @@ -101882,7 +101882,7 @@ "endpoints": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } }, @@ -101893,27 +101893,27 @@ } } }, - "inference.put:200": { + "inference.put-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } }, - "inference.update:200": { + "inference.update-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } }, - "ingest.get_geoip_database:200": { + "ingest.get_geoip_database-200": { "description": "", "content": { "application/json": { @@ -101923,7 +101923,7 @@ "databases": { "type": "array", "items": { - "$ref": "#/components/schemas/ingest.get_geoip_database:DatabaseConfigurationMetadata" + "$ref": "#/components/schemas/ingest.get_geoip_database.DatabaseConfigurationMetadata" } } }, @@ -101934,7 +101934,7 @@ } } }, - "ingest.get_ip_location_database:200": { + "ingest.get_ip_location_database-200": { "description": "", "content": { "application/json": { @@ -101944,7 +101944,7 @@ "databases": { "type": "array", "items": { - "$ref": "#/components/schemas/ingest.get_ip_location_database:DatabaseConfigurationMetadata" + "$ref": "#/components/schemas/ingest.get_ip_location_database.DatabaseConfigurationMetadata" } } }, @@ -101955,14 +101955,14 @@ } } }, - "ingest.get_pipeline:200": { + "ingest.get_pipeline-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ingest._types:Pipeline" + "$ref": "#/components/schemas/ingest._types.Pipeline" } }, "examples": { @@ -101974,7 +101974,7 @@ } } }, - "ingest.simulate:200": { + "ingest.simulate-200": { "description": "", "content": { "application/json": { @@ -101984,7 +101984,7 @@ "docs": { "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:SimulateDocumentResult" + "$ref": "#/components/schemas/ingest._types.SimulateDocumentResult" } } }, @@ -102001,7 +102001,7 @@ } } }, - "knn_search:200": { + "knn_search-200": { "description": "", "content": { "application/json": { @@ -102017,10 +102017,10 @@ "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "fields": { "description": "The field values for the documents. These fields\nmust be specified in the request using the `fields` parameter.", @@ -102044,7 +102044,7 @@ } } }, - "license.post:200": { + "license.post-200": { "description": "", "content": { "application/json": { @@ -102052,13 +102052,13 @@ "type": "object", "properties": { "acknowledge": { - "$ref": "#/components/schemas/license.post:Acknowledgement" + "$ref": "#/components/schemas/license.post.Acknowledgement" }, "acknowledged": { "type": "boolean" }, "license_status": { - "$ref": "#/components/schemas/license._types:LicenseStatus" + "$ref": "#/components/schemas/license._types.LicenseStatus" } }, "required": [ @@ -102075,14 +102075,14 @@ } } }, - "logstash.get_pipeline:200": { + "logstash.get_pipeline-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/logstash._types:Pipeline" + "$ref": "#/components/schemas/logstash._types.Pipeline" } }, "examples": { @@ -102094,7 +102094,7 @@ } } }, - "mget:200": { + "mget-200": { "description": "", "content": { "application/json": { @@ -102105,7 +102105,7 @@ "description": "The response includes a docs array that contains the documents in the order specified in the request.\nThe structure of the returned documents is similar to that returned by the get API.\nIf there is a failure getting a particular document, the error is included in place of the document.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.mget:ResponseItem" + "$ref": "#/components/schemas/_global.mget.ResponseItem" } } }, @@ -102116,7 +102116,7 @@ } } }, - "migration.deprecations:200": { + "migration.deprecations-200": { "description": "", "content": { "application/json": { @@ -102127,7 +102127,7 @@ "description": "Cluster-level deprecation warnings.", "type": "array", "items": { - "$ref": "#/components/schemas/migration.deprecations:Deprecation" + "$ref": "#/components/schemas/migration.deprecations.Deprecation" } }, "index_settings": { @@ -102136,7 +102136,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/migration.deprecations:Deprecation" + "$ref": "#/components/schemas/migration.deprecations.Deprecation" } } }, @@ -102145,7 +102145,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/migration.deprecations:Deprecation" + "$ref": "#/components/schemas/migration.deprecations.Deprecation" } } }, @@ -102153,14 +102153,14 @@ "description": "Node-level deprecation warnings.\nSince only a subset of your nodes might incorporate these settings, it is important to read the details section for more information about which nodes are affected.", "type": "array", "items": { - "$ref": "#/components/schemas/migration.deprecations:Deprecation" + "$ref": "#/components/schemas/migration.deprecations.Deprecation" } }, "ml_settings": { "description": "Machine learning-related deprecation warnings.", "type": "array", "items": { - "$ref": "#/components/schemas/migration.deprecations:Deprecation" + "$ref": "#/components/schemas/migration.deprecations.Deprecation" } }, "templates": { @@ -102169,7 +102169,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/migration.deprecations:Deprecation" + "$ref": "#/components/schemas/migration.deprecations.Deprecation" } } }, @@ -102179,7 +102179,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/migration.deprecations:Deprecation" + "$ref": "#/components/schemas/migration.deprecations.Deprecation" } } } @@ -102203,7 +102203,7 @@ } } }, - "ml.delete_expired_data:200": { + "ml.delete_expired_data-200": { "description": "", "content": { "application/json": { @@ -102227,12 +102227,12 @@ } } }, - "ml.delete_forecast:200": { + "ml.delete_forecast-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteForecastResponseExample1": { @@ -102243,7 +102243,7 @@ } } }, - "ml.explain_data_frame_analytics:200": { + "ml.explain_data_frame_analytics-200": { "description": "", "content": { "application/json": { @@ -102254,11 +102254,11 @@ "description": "An array of objects that explain selection for each field, sorted by the field names.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsFieldSelection" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsFieldSelection" } }, "memory_estimation": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsMemoryEstimation" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsMemoryEstimation" } }, "required": [ @@ -102275,7 +102275,7 @@ } } }, - "ml.get_buckets:200": { + "ml.get_buckets-200": { "description": "", "content": { "application/json": { @@ -102285,7 +102285,7 @@ "buckets": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:BucketSummary" + "$ref": "#/components/schemas/ml._types.BucketSummary" } }, "count": { @@ -102300,7 +102300,7 @@ } } }, - "ml.get_calendars:200": { + "ml.get_calendars-200": { "description": "", "content": { "application/json": { @@ -102310,7 +102310,7 @@ "calendars": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.get_calendars:Calendar" + "$ref": "#/components/schemas/ml.get_calendars.Calendar" } }, "count": { @@ -102325,7 +102325,7 @@ } } }, - "ml.get_categories:200": { + "ml.get_categories-200": { "description": "", "content": { "application/json": { @@ -102335,7 +102335,7 @@ "categories": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Category" + "$ref": "#/components/schemas/ml._types.Category" } }, "count": { @@ -102350,7 +102350,7 @@ } } }, - "ml.get_data_frame_analytics:200": { + "ml.get_data_frame_analytics-200": { "description": "", "content": { "application/json": { @@ -102364,7 +102364,7 @@ "description": "An array of data frame analytics job resources, which are sorted by the id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSummary" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSummary" } } }, @@ -102376,7 +102376,7 @@ } } }, - "ml.get_data_frame_analytics_stats:200": { + "ml.get_data_frame_analytics_stats-200": { "description": "", "content": { "application/json": { @@ -102390,7 +102390,7 @@ "description": "An array of objects that contain usage information for data frame analytics jobs, which are sorted by the id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalytics" + "$ref": "#/components/schemas/ml._types.DataframeAnalytics" } } }, @@ -102402,7 +102402,7 @@ } } }, - "ml.get_datafeed_stats:200": { + "ml.get_datafeed_stats-200": { "description": "", "content": { "application/json": { @@ -102415,7 +102415,7 @@ "datafeeds": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DatafeedStats" + "$ref": "#/components/schemas/ml._types.DatafeedStats" } } }, @@ -102427,7 +102427,7 @@ } } }, - "ml.get_datafeeds:200": { + "ml.get_datafeeds-200": { "description": "", "content": { "application/json": { @@ -102440,7 +102440,7 @@ "datafeeds": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" } } }, @@ -102452,7 +102452,7 @@ } } }, - "ml.get_filters:200": { + "ml.get_filters-200": { "description": "", "content": { "application/json": { @@ -102465,7 +102465,7 @@ "filters": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Filter" + "$ref": "#/components/schemas/ml._types.Filter" } } }, @@ -102477,7 +102477,7 @@ } } }, - "ml.get_influencers:200": { + "ml.get_influencers-200": { "description": "", "content": { "application/json": { @@ -102491,7 +102491,7 @@ "description": "Array of influencer objects", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Influencer" + "$ref": "#/components/schemas/ml._types.Influencer" } } }, @@ -102503,7 +102503,7 @@ } } }, - "ml.get_job_stats:200": { + "ml.get_job_stats-200": { "description": "", "content": { "application/json": { @@ -102516,7 +102516,7 @@ "jobs": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:JobStats" + "$ref": "#/components/schemas/ml._types.JobStats" } } }, @@ -102528,7 +102528,7 @@ } } }, - "ml.get_jobs:200": { + "ml.get_jobs-200": { "description": "", "content": { "application/json": { @@ -102541,7 +102541,7 @@ "jobs": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Job" + "$ref": "#/components/schemas/ml._types.Job" } } }, @@ -102553,7 +102553,7 @@ } } }, - "ml.get_memory_stats:200": { + "ml.get_memory_stats-200": { "description": "", "content": { "application/json": { @@ -102561,15 +102561,15 @@ "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml.get_memory_stats:Memory" + "$ref": "#/components/schemas/ml.get_memory_stats.Memory" } } }, @@ -102582,7 +102582,7 @@ } } }, - "ml.get_model_snapshots:200": { + "ml.get_model_snapshots-200": { "description": "", "content": { "application/json": { @@ -102595,7 +102595,7 @@ "model_snapshots": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:ModelSnapshot" + "$ref": "#/components/schemas/ml._types.ModelSnapshot" } } }, @@ -102607,7 +102607,7 @@ } } }, - "ml.get_overall_buckets:200": { + "ml.get_overall_buckets-200": { "description": "", "content": { "application/json": { @@ -102621,7 +102621,7 @@ "description": "Array of overall bucket objects", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:OverallBucket" + "$ref": "#/components/schemas/ml._types.OverallBucket" } } }, @@ -102633,7 +102633,7 @@ } } }, - "ml.get_records:200": { + "ml.get_records-200": { "description": "", "content": { "application/json": { @@ -102646,7 +102646,7 @@ "records": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Anomaly" + "$ref": "#/components/schemas/ml._types.Anomaly" } } }, @@ -102658,7 +102658,7 @@ } } }, - "ml.get_trained_models:200": { + "ml.get_trained_models-200": { "description": "", "content": { "application/json": { @@ -102672,7 +102672,7 @@ "description": "An array of trained model resources, which are sorted by the model_id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfig" + "$ref": "#/components/schemas/ml._types.TrainedModelConfig" } } }, @@ -102684,7 +102684,7 @@ } } }, - "ml.get_trained_models_stats:200": { + "ml.get_trained_models_stats-200": { "description": "", "content": { "application/json": { @@ -102699,7 +102699,7 @@ "description": "An array of trained model statistics, which are sorted by the model_id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelStats" + "$ref": "#/components/schemas/ml._types.TrainedModelStats" } } }, @@ -102711,7 +102711,7 @@ } } }, - "ml.preview_data_frame_analytics:200": { + "ml.preview_data_frame_analytics-200": { "description": "", "content": { "application/json": { @@ -102736,7 +102736,7 @@ } } }, - "ml.preview_datafeed:200": { + "ml.preview_datafeed-200": { "description": "", "content": { "application/json": { @@ -102749,7 +102749,7 @@ } } }, - "monitoring.bulk:200": { + "monitoring.bulk-200": { "description": "", "content": { "application/json": { @@ -102757,7 +102757,7 @@ "type": "object", "properties": { "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "errors": { "description": "True if there is was an error", @@ -102780,27 +102780,27 @@ } } }, - "msearch:200": { + "msearch-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.msearch:MultiSearchResult" + "$ref": "#/components/schemas/_global.msearch.MultiSearchResult" } } } }, - "msearch_template:200": { + "msearch_template-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.msearch:MultiSearchResult" + "$ref": "#/components/schemas/_global.msearch.MultiSearchResult" } } } }, - "mtermvectors:200": { + "mtermvectors-200": { "description": "", "content": { "application/json": { @@ -102810,7 +102810,7 @@ "docs": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.mtermvectors:TermVectorsResult" + "$ref": "#/components/schemas/_global.mtermvectors.TermVectorsResult" } } }, @@ -102821,7 +102821,7 @@ } } }, - "nodes.hot_threads:200": { + "nodes.hot_threads-200": { "description": "", "content": { "application/json": { @@ -102831,12 +102831,12 @@ } } }, - "nodes.info:200": { + "nodes.info-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/nodes.info:ResponseBase" + "$ref": "#/components/schemas/nodes.info.ResponseBase" }, "examples": { "nodesInfoResponseExample1": { @@ -102847,12 +102847,12 @@ } } }, - "nodes.reload_secure_settings:200": { + "nodes.reload_secure_settings-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/nodes.reload_secure_settings:ResponseBase" + "$ref": "#/components/schemas/nodes.reload_secure_settings.ResponseBase" }, "examples": { "ReloadSecureSettingsResponseExample1": { @@ -102863,37 +102863,37 @@ } } }, - "nodes.stats:200": { + "nodes.stats-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/nodes.stats:ResponseBase" + "$ref": "#/components/schemas/nodes.stats.ResponseBase" } } } }, - "nodes.usage:200": { + "nodes.usage-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/nodes.usage:ResponseBase" + "$ref": "#/components/schemas/nodes.usage.ResponseBase" } } } }, - "put_script:200": { + "put_script-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "rank_eval:200": { + "rank_eval-200": { "description": "", "content": { "application/json": { @@ -102908,7 +102908,7 @@ "description": "The details section contains one entry for every query in the original requests section, keyed by the search request id", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricDetail" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricDetail" } }, "failures": { @@ -102927,7 +102927,7 @@ } } }, - "render_search_template:200": { + "render_search_template-200": { "description": "", "content": { "application/json": { @@ -102948,7 +102948,7 @@ } } }, - "rollup.get_jobs:200": { + "rollup.get_jobs-200": { "description": "", "content": { "application/json": { @@ -102958,7 +102958,7 @@ "jobs": { "type": "array", "items": { - "$ref": "#/components/schemas/rollup.get_jobs:RollupJob" + "$ref": "#/components/schemas/rollup.get_jobs.RollupJob" } } }, @@ -102975,14 +102975,14 @@ } } }, - "rollup.get_rollup_caps:200": { + "rollup.get_rollup_caps-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/rollup.get_rollup_caps:RollupCapabilities" + "$ref": "#/components/schemas/rollup.get_rollup_caps.RollupCapabilities" } }, "examples": { @@ -102994,7 +102994,7 @@ } } }, - "rollup.rollup_search:200": { + "rollup.rollup_search-200": { "description": "", "content": { "application/json": { @@ -103011,15 +103011,15 @@ "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } } }, @@ -103039,7 +103039,7 @@ } } }, - "scripts_painless_execute:200": { + "scripts_painless_execute-200": { "description": "", "content": { "application/json": { @@ -103074,22 +103074,22 @@ } } }, - "scroll:200": { + "scroll-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" } } } }, - "search:200": { + "search-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" }, "examples": { "SearchResponseExample1": { @@ -103100,14 +103100,14 @@ } } }, - "search_application.get_behavioral_analytics:200": { + "search_application.get_behavioral_analytics-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/search_application._types:AnalyticsCollection" + "$ref": "#/components/schemas/search_application._types.AnalyticsCollection" } }, "examples": { @@ -103119,22 +103119,22 @@ } } }, - "search_application.search:200": { + "search_application.search-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" } } } }, - "search_mvt:200": { + "search_mvt-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:MapboxVectorTiles" + "$ref": "#/components/schemas/_types.MapboxVectorTiles" }, "examples": { "SearchMvtResponseExample1": { @@ -103145,7 +103145,7 @@ } } }, - "search_shards:200": { + "search_shards-200": { "description": "", "content": { "application/json": { @@ -103155,7 +103155,7 @@ "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.search_shards:SearchShardsNodeAttributes" + "$ref": "#/components/schemas/_global.search_shards.SearchShardsNodeAttributes" } }, "shards": { @@ -103163,14 +103163,14 @@ "items": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:NodeShard" + "$ref": "#/components/schemas/_types.NodeShard" } } }, "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.search_shards:ShardStoreIndex" + "$ref": "#/components/schemas/_global.search_shards.ShardStoreIndex" } } }, @@ -103189,7 +103189,7 @@ } } }, - "search_template:200": { + "search_template-200": { "description": "", "content": { "application/json": { @@ -103203,19 +103203,19 @@ "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "fields": { "type": "object", @@ -103230,20 +103230,20 @@ "type": "number" }, "profile": { - "$ref": "#/components/schemas/_global.search._types:Profile" + "$ref": "#/components/schemas/_global.search._types.Profile" }, "pit_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "suggest": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Suggest" + "$ref": "#/components/schemas/_global.search._types.Suggest" } } }, @@ -103261,7 +103261,7 @@ } } }, - "searchable_snapshots.cache_stats:200": { + "searchable_snapshots.cache_stats-200": { "description": "", "content": { "application/json": { @@ -103271,7 +103271,7 @@ "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/searchable_snapshots.cache_stats:Node" + "$ref": "#/components/schemas/searchable_snapshots.cache_stats.Node" } } }, @@ -103288,7 +103288,7 @@ } } }, - "searchable_snapshots.clear_cache:200": { + "searchable_snapshots.clear_cache-200": { "description": "", "content": { "application/json": { @@ -103298,7 +103298,7 @@ } } }, - "searchable_snapshots.stats:200": { + "searchable_snapshots.stats-200": { "description": "", "content": { "application/json": { @@ -103320,7 +103320,7 @@ } } }, - "security.change_password:200": { + "security.change_password-200": { "description": "", "content": { "application/json": { @@ -103330,7 +103330,7 @@ } } }, - "security.create_api_key:200": { + "security.create_api_key-200": { "description": "", "content": { "application/json": { @@ -103346,10 +103346,10 @@ "type": "number" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "encoded": { "description": "API key credentials which is the base64-encoding of\nthe UTF-8 representation of `id` and `api_key` joined\nby a colon (`:`).", @@ -103372,7 +103372,7 @@ } } }, - "security.create_service_token:200": { + "security.create_service_token-200": { "description": "", "content": { "application/json": { @@ -103383,7 +103383,7 @@ "type": "boolean" }, "token": { - "$ref": "#/components/schemas/security.create_service_token:Token" + "$ref": "#/components/schemas/security.create_service_token.Token" } }, "required": [ @@ -103400,7 +103400,7 @@ } } }, - "security.disable_user:200": { + "security.disable_user-200": { "description": "", "content": { "application/json": { @@ -103410,17 +103410,17 @@ } } }, - "security.disable_user_profile:200": { + "security.disable_user_profile-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "security.enable_user:200": { + "security.enable_user-200": { "description": "", "content": { "application/json": { @@ -103430,17 +103430,17 @@ } } }, - "security.enable_user_profile:200": { + "security.enable_user_profile-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "security.get_privileges:200": { + "security.get_privileges-200": { "description": "", "content": { "application/json": { @@ -103449,7 +103449,7 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.put_privileges:Actions" + "$ref": "#/components/schemas/security.put_privileges.Actions" } } }, @@ -103462,14 +103462,14 @@ } } }, - "security.get_role:200": { + "security.get_role-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.get_role:Role" + "$ref": "#/components/schemas/security.get_role.Role" } }, "examples": { @@ -103481,14 +103481,14 @@ } } }, - "security.get_role_mapping:200": { + "security.get_role_mapping-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleMapping" + "$ref": "#/components/schemas/security._types.RoleMapping" } }, "examples": { @@ -103500,14 +103500,14 @@ } } }, - "security.get_service_accounts:200": { + "security.get_service_accounts-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.get_service_accounts:RoleDescriptorWrapper" + "$ref": "#/components/schemas/security.get_service_accounts.RoleDescriptorWrapper" } }, "examples": { @@ -103519,14 +103519,14 @@ } } }, - "security.get_user:200": { + "security.get_user-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:User" + "$ref": "#/components/schemas/security._types.User" } }, "examples": { @@ -103538,7 +103538,7 @@ } } }, - "security.has_privileges:200": { + "security.has_privileges-200": { "description": "", "content": { "application/json": { @@ -103546,7 +103546,7 @@ "type": "object", "properties": { "application": { - "$ref": "#/components/schemas/security.has_privileges:ApplicationsPrivileges" + "$ref": "#/components/schemas/security.has_privileges.ApplicationsPrivileges" }, "cluster": { "type": "object", @@ -103560,11 +103560,11 @@ "index": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.has_privileges:Privileges" + "$ref": "#/components/schemas/security.has_privileges.Privileges" } }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } }, "required": [ @@ -103584,7 +103584,7 @@ } } }, - "security.has_privileges_user_profile:200": { + "security.has_privileges_user_profile-200": { "description": "", "content": { "application/json": { @@ -103595,11 +103595,11 @@ "description": "The subset of the requested profile IDs of the users that\nhave all the requested privileges.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" } }, "errors": { - "$ref": "#/components/schemas/security.has_privileges_user_profile:HasPrivilegesUserProfileErrors" + "$ref": "#/components/schemas/security.has_privileges_user_profile.HasPrivilegesUserProfileErrors" } }, "required": [ @@ -103615,7 +103615,7 @@ } } }, - "security.put_privileges:200": { + "security.put_privileges-200": { "description": "", "content": { "application/json": { @@ -103624,7 +103624,7 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:CreatedStatus" + "$ref": "#/components/schemas/security._types.CreatedStatus" } } }, @@ -103641,7 +103641,7 @@ } } }, - "security.put_role:200": { + "security.put_role-200": { "description": "", "content": { "application/json": { @@ -103649,7 +103649,7 @@ "type": "object", "properties": { "role": { - "$ref": "#/components/schemas/security._types:CreatedStatus" + "$ref": "#/components/schemas/security._types.CreatedStatus" } }, "required": [ @@ -103665,7 +103665,7 @@ } } }, - "security.put_role_mapping:200": { + "security.put_role_mapping-200": { "description": "", "content": { "application/json": { @@ -103676,7 +103676,7 @@ "type": "boolean" }, "role_mapping": { - "$ref": "#/components/schemas/security._types:CreatedStatus" + "$ref": "#/components/schemas/security._types.CreatedStatus" } }, "required": [ @@ -103692,7 +103692,7 @@ } } }, - "security.put_user:200": { + "security.put_user-200": { "description": "", "content": { "application/json": { @@ -103717,7 +103717,7 @@ } } }, - "security.query_api_keys:200": { + "security.query_api_keys-200": { "description": "", "content": { "application/json": { @@ -103736,14 +103736,14 @@ "description": "A list of API key information.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApiKey" + "$ref": "#/components/schemas/security._types.ApiKey" } }, "aggregations": { "description": "The aggregations result, if requested.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyAggregate" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyAggregate" } } }, @@ -103773,7 +103773,7 @@ } } }, - "security.query_role:200": { + "security.query_role-200": { "description": "", "content": { "application/json": { @@ -103792,7 +103792,7 @@ "description": "A list of roles that match the query.\nThe returned role format is an extension of the role definition format.\nIt adds the `transient_metadata.enabled` and the `_sort` fields.\n`transient_metadata.enabled` is set to `false` in case the role is automatically disabled, for example when the role grants privileges that are not allowed by the installed license.\n`_sort` is present when the search query sorts on some field.\nIt contains the array of values that have been used for sorting.", "type": "array", "items": { - "$ref": "#/components/schemas/security.query_role:QueryRole" + "$ref": "#/components/schemas/security.query_role.QueryRole" } } }, @@ -103817,7 +103817,7 @@ } } }, - "security.query_user:200": { + "security.query_user-200": { "description": "", "content": { "application/json": { @@ -103836,7 +103836,7 @@ "description": "A list of users that match the query.", "type": "array", "items": { - "$ref": "#/components/schemas/security.query_user:QueryUser" + "$ref": "#/components/schemas/security.query_user.QueryUser" } } }, @@ -103866,7 +103866,7 @@ } } }, - "security.suggest_user_profiles:200": { + "security.suggest_user_profiles-200": { "description": "", "content": { "application/json": { @@ -103874,7 +103874,7 @@ "type": "object", "properties": { "total": { - "$ref": "#/components/schemas/security.suggest_user_profiles:TotalUserProfiles" + "$ref": "#/components/schemas/security.suggest_user_profiles.TotalUserProfiles" }, "took": { "description": "The number of milliseconds it took Elasticsearch to run the request.", @@ -103884,7 +103884,7 @@ "description": "A list of profile documents, ordered by relevance, that match the search criteria.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:UserProfile" + "$ref": "#/components/schemas/security._types.UserProfile" } } }, @@ -103903,12 +103903,12 @@ } } }, - "security.update_user_profile_data:200": { + "security.update_user_profile_data-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "UpdateUserProfileDataResponseExample1": { @@ -103919,7 +103919,7 @@ } } }, - "shutdown.get_node:200": { + "shutdown.get_node-200": { "description": "", "content": { "application/json": { @@ -103929,7 +103929,7 @@ "nodes": { "type": "array", "items": { - "$ref": "#/components/schemas/shutdown.get_node:NodeShutdownStatus" + "$ref": "#/components/schemas/shutdown.get_node.NodeShutdownStatus" } } }, @@ -103946,7 +103946,7 @@ } } }, - "simulate.ingest:200": { + "simulate.ingest-200": { "description": "", "content": { "application/json": { @@ -103956,7 +103956,7 @@ "docs": { "type": "array", "items": { - "$ref": "#/components/schemas/simulate.ingest:SimulateIngestDocumentResult" + "$ref": "#/components/schemas/simulate.ingest.SimulateIngestDocumentResult" } } }, @@ -103984,14 +103984,14 @@ } } }, - "slm.get_lifecycle:200": { + "slm.get_lifecycle-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/slm._types:SnapshotLifecycle" + "$ref": "#/components/schemas/slm._types.SnapshotLifecycle" } }, "examples": { @@ -104003,7 +104003,7 @@ } } }, - "snapshot.create:200": { + "snapshot.create-200": { "description": "", "content": { "application/json": { @@ -104015,7 +104015,7 @@ "type": "boolean" }, "snapshot": { - "$ref": "#/components/schemas/snapshot._types:SnapshotInfo" + "$ref": "#/components/schemas/snapshot._types.SnapshotInfo" } } }, @@ -104028,24 +104028,24 @@ } } }, - "snapshot.create_repository:200": { + "snapshot.create_repository-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "snapshot.get_repository:200": { + "snapshot.get_repository-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/snapshot._types:Repository" + "$ref": "#/components/schemas/snapshot._types.Repository" } }, "examples": { @@ -104057,7 +104057,7 @@ } } }, - "snapshot.status:200": { + "snapshot.status-200": { "description": "", "content": { "application/json": { @@ -104067,7 +104067,7 @@ "snapshots": { "type": "array", "items": { - "$ref": "#/components/schemas/snapshot._types:Status" + "$ref": "#/components/schemas/snapshot._types.Status" } } }, @@ -104084,7 +104084,7 @@ } } }, - "sql.query:200": { + "sql.query-200": { "description": "", "content": { "application/json": { @@ -104095,7 +104095,7 @@ "description": "Column headings for the search results. Each object is a column.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Column" + "$ref": "#/components/schemas/sql._types.Column" } }, "cursor": { @@ -104103,7 +104103,7 @@ "type": "string" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_running": { "description": "If `true`, the search is still running.\nIf `false`, the search has finished.\nThis value is returned only for async and saved synchronous searches.\nFor CSV, TSV, and TXT responses, this value is returned in the `Async-partial` HTTP header.", @@ -104117,7 +104117,7 @@ "description": "The values for the search results.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Row" + "$ref": "#/components/schemas/sql._types.Row" } } }, @@ -104128,7 +104128,7 @@ } } }, - "sql.translate:200": { + "sql.translate-200": { "description": "", "content": { "application/json": { @@ -104138,43 +104138,43 @@ "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "size": { "type": "number" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" } } } } } }, - "tasks.cancel:200": { + "tasks.cancel-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/tasks._types:TaskListResponseBase" + "$ref": "#/components/schemas/tasks._types.TaskListResponseBase" } } } }, - "terms_enum:200": { + "terms_enum-200": { "description": "", "content": { "application/json": { @@ -104182,7 +104182,7 @@ "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "terms": { "type": "array", @@ -104210,7 +104210,7 @@ } } }, - "termvectors:200": { + "termvectors-200": { "description": "", "content": { "application/json": { @@ -104221,22 +104221,22 @@ "type": "boolean" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "term_vectors": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.termvectors:TermVector" + "$ref": "#/components/schemas/_global.termvectors.TermVector" } }, "took": { "type": "number" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -104266,7 +104266,7 @@ } } }, - "text_structure.find_message_structure:200": { + "text_structure.find_message_structure-200": { "description": "", "content": { "application/json": { @@ -104277,19 +104277,19 @@ "type": "string" }, "ecs_compatibility": { - "$ref": "#/components/schemas/text_structure._types:EcsCompatibilityType" + "$ref": "#/components/schemas/text_structure._types.EcsCompatibilityType" }, "field_stats": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/text_structure._types:FieldStat" + "$ref": "#/components/schemas/text_structure._types.FieldStat" } }, "format": { - "$ref": "#/components/schemas/text_structure._types:FormatType" + "$ref": "#/components/schemas/text_structure._types.FormatType" }, "grok_pattern": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "java_timestamp_formats": { "type": "array", @@ -104304,10 +104304,10 @@ } }, "ingest_pipeline": { - "$ref": "#/components/schemas/ingest._types:PipelineConfig" + "$ref": "#/components/schemas/ingest._types.PipelineConfig" }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "multiline_start_pattern": { "type": "string" @@ -104325,7 +104325,7 @@ "type": "string" }, "timestamp_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -104349,7 +104349,7 @@ } } }, - "text_structure.test_grok_pattern:200": { + "text_structure.test_grok_pattern-200": { "description": "", "content": { "application/json": { @@ -104359,7 +104359,7 @@ "matches": { "type": "array", "items": { - "$ref": "#/components/schemas/text_structure.test_grok_pattern:MatchedText" + "$ref": "#/components/schemas/text_structure.test_grok_pattern.MatchedText" } } }, @@ -104376,7 +104376,7 @@ } } }, - "transform.get_transform:200": { + "transform.get_transform-200": { "description": "", "content": { "application/json": { @@ -104389,7 +104389,7 @@ "transforms": { "type": "array", "items": { - "$ref": "#/components/schemas/transform.get_transform:TransformSummary" + "$ref": "#/components/schemas/transform.get_transform.TransformSummary" } } }, @@ -104407,7 +104407,7 @@ } } }, - "transform.preview_transform:200": { + "transform.preview_transform-200": { "description": "", "content": { "application/json": { @@ -104415,7 +104415,7 @@ "type": "object", "properties": { "generated_dest_index": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" }, "preview": { "type": "array", @@ -104438,7 +104438,7 @@ } } }, - "watcher.ack_watch:200": { + "watcher.ack_watch-200": { "description": "", "content": { "application/json": { @@ -104446,7 +104446,7 @@ "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/watcher._types:WatchStatus" + "$ref": "#/components/schemas/watcher._types.WatchStatus" } }, "required": [ @@ -104462,7 +104462,7 @@ } } }, - "watcher.activate_watch:200": { + "watcher.activate_watch-200": { "description": "", "content": { "application/json": { @@ -104470,7 +104470,7 @@ "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/watcher._types:ActivationStatus" + "$ref": "#/components/schemas/watcher._types.ActivationStatus" } }, "required": [ @@ -104480,7 +104480,7 @@ } } }, - "watcher.deactivate_watch:200": { + "watcher.deactivate_watch-200": { "description": "", "content": { "application/json": { @@ -104488,7 +104488,7 @@ "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/watcher._types:ActivationStatus" + "$ref": "#/components/schemas/watcher._types.ActivationStatus" } }, "required": [ @@ -104498,7 +104498,7 @@ } } }, - "watcher.execute_watch:200": { + "watcher.execute_watch-200": { "description": "", "content": { "application/json": { @@ -104506,10 +104506,10 @@ "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "watch_record": { - "$ref": "#/components/schemas/watcher.execute_watch:WatchRecord" + "$ref": "#/components/schemas/watcher.execute_watch.WatchRecord" } }, "required": [ @@ -104526,7 +104526,7 @@ } } }, - "watcher.put_watch:200": { + "watcher.put_watch-200": { "description": "", "content": { "application/json": { @@ -104537,16 +104537,16 @@ "type": "boolean" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_primary_term": { "type": "number" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -104560,7 +104560,7 @@ } } }, - "watcher.query_watches:200": { + "watcher.query_watches-200": { "description": "", "content": { "application/json": { @@ -104575,7 +104575,7 @@ "description": "A list of watches based on the `from`, `size`, or `search_after` request body parameters.", "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:QueryWatch" + "$ref": "#/components/schemas/watcher._types.QueryWatch" } } }, @@ -104593,7 +104593,7 @@ } } }, - "watcher.stats:200": { + "watcher.stats-200": { "description": "", "content": { "application/json": { @@ -104601,10 +104601,10 @@ "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "manually_stopped": { "type": "boolean" @@ -104612,7 +104612,7 @@ "stats": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher.stats:WatcherNodeStats" + "$ref": "#/components/schemas/watcher.stats.WatcherNodeStats" } } }, @@ -104645,38 +104645,38 @@ } }, "parameters": { - "async_search.submit:index": { + "async_search.submit-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "async_search.submit:wait_for_completion_timeout": { + "async_search.submit-wait_for_completion_timeout": { "in": "query", "name": "wait_for_completion_timeout", "description": "Blocks and waits until the search is completed up to a certain timeout.\nWhen the async search completes within the timeout, the response won’t include the ID as the results are not stored in the cluster.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "async_search.submit:keep_alive": { + "async_search.submit-keep_alive": { "in": "query", "name": "keep_alive", "description": "Specifies how long the async search needs to be available.\nOngoing async searches and any saved search results are deleted after this period.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "async_search.submit:keep_on_completion": { + "async_search.submit-keep_on_completion": { "in": "query", "name": "keep_on_completion", "description": "If `true`, results are stored for later retrieval when the search completes within the `wait_for_completion_timeout`.", @@ -104686,7 +104686,7 @@ }, "style": "form" }, - "async_search.submit:allow_no_indices": { + "async_search.submit-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -104696,7 +104696,7 @@ }, "style": "form" }, - "async_search.submit:allow_partial_search_results": { + "async_search.submit-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "Indicate if an error should be returned if there is a partial search failure or timeout", @@ -104706,7 +104706,7 @@ }, "style": "form" }, - "async_search.submit:analyzer": { + "async_search.submit-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string", @@ -104716,7 +104716,7 @@ }, "style": "form" }, - "async_search.submit:analyze_wildcard": { + "async_search.submit-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "Specify whether wildcard and prefix queries should be analyzed (default: false)", @@ -104726,7 +104726,7 @@ }, "style": "form" }, - "async_search.submit:batched_reduce_size": { + "async_search.submit-batched_reduce_size": { "in": "query", "name": "batched_reduce_size", "description": "Affects how often partial results become available, which happens whenever shard results are reduced.\nA partial reduction is performed every time the coordinating node has received a certain number of new shard responses (5 by default).", @@ -104736,7 +104736,7 @@ }, "style": "form" }, - "async_search.submit:ccs_minimize_roundtrips": { + "async_search.submit-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "The default value is the only supported value.", @@ -104746,17 +104746,17 @@ }, "style": "form" }, - "async_search.submit:default_operator": { + "async_search.submit-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query (AND or OR)", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "async_search.submit:df": { + "async_search.submit-df": { "in": "query", "name": "df", "description": "The field to use as default where no field prefix is given in the query string", @@ -104766,27 +104766,27 @@ }, "style": "form" }, - "async_search.submit:docvalue_fields": { + "async_search.submit-docvalue_fields": { "in": "query", "name": "docvalue_fields", "description": "A comma-separated list of fields to return as the docvalue representation of a field for each hit", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:expand_wildcards": { + "async_search.submit-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "async_search.submit:explain": { + "async_search.submit-explain": { "in": "query", "name": "explain", "description": "Specify whether to return detailed information about score computation as part of a hit", @@ -104796,7 +104796,7 @@ }, "style": "form" }, - "async_search.submit:ignore_throttled": { + "async_search.submit-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "Whether specified concrete, expanded or aliased indices should be ignored when throttled", @@ -104806,7 +104806,7 @@ }, "style": "form" }, - "async_search.submit:ignore_unavailable": { + "async_search.submit-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -104816,7 +104816,7 @@ }, "style": "form" }, - "async_search.submit:lenient": { + "async_search.submit-lenient": { "in": "query", "name": "lenient", "description": "Specify whether format-based query failures (such as providing text to a numeric field) should be ignored", @@ -104826,7 +104826,7 @@ }, "style": "form" }, - "async_search.submit:max_concurrent_shard_requests": { + "async_search.submit-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "The number of concurrent shard requests per node this search executes concurrently. This value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests", @@ -104836,7 +104836,7 @@ }, "style": "form" }, - "async_search.submit:preference": { + "async_search.submit-preference": { "in": "query", "name": "preference", "description": "Specify the node or shard the operation should be performed on (default: random)", @@ -104846,7 +104846,7 @@ }, "style": "form" }, - "async_search.submit:request_cache": { + "async_search.submit-request_cache": { "in": "query", "name": "request_cache", "description": "Specify if request cache should be used for this request or not, defaults to true", @@ -104856,27 +104856,27 @@ }, "style": "form" }, - "async_search.submit:routing": { + "async_search.submit-routing": { "in": "query", "name": "routing", "description": "A comma-separated list of specific routing values", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "async_search.submit:search_type": { + "async_search.submit-search_type": { "in": "query", "name": "search_type", "description": "Search operation type", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "async_search.submit:stats": { + "async_search.submit-stats": { "in": "query", "name": "stats", "description": "Specific 'tag' of the request for logging and statistical purposes", @@ -104889,37 +104889,37 @@ }, "style": "form" }, - "async_search.submit:stored_fields": { + "async_search.submit-stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return as part of a hit", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:suggest_field": { + "async_search.submit-suggest_field": { "in": "query", "name": "suggest_field", "description": "Specifies which field to use for suggestions.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "async_search.submit:suggest_mode": { + "async_search.submit-suggest_mode": { "in": "query", "name": "suggest_mode", "description": "Specify suggest mode", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SuggestMode" + "$ref": "#/components/schemas/_types.SuggestMode" }, "style": "form" }, - "async_search.submit:suggest_size": { + "async_search.submit-suggest_size": { "in": "query", "name": "suggest_size", "description": "How many suggestions to return in response", @@ -104929,7 +104929,7 @@ }, "style": "form" }, - "async_search.submit:suggest_text": { + "async_search.submit-suggest_text": { "in": "query", "name": "suggest_text", "description": "The source text for which the suggestions should be returned.", @@ -104939,7 +104939,7 @@ }, "style": "form" }, - "async_search.submit:terminate_after": { + "async_search.submit-terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.", @@ -104949,27 +104949,27 @@ }, "style": "form" }, - "async_search.submit:timeout": { + "async_search.submit-timeout": { "in": "query", "name": "timeout", "description": "Explicit operation timeout", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "async_search.submit:track_total_hits": { + "async_search.submit-track_total_hits": { "in": "query", "name": "track_total_hits", "description": "Indicate if the number of documents that match the query should be tracked. A number can also be specified, to accurately track the total hit count up to the number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "style": "form" }, - "async_search.submit:track_scores": { + "async_search.submit-track_scores": { "in": "query", "name": "track_scores", "description": "Whether to calculate and return scores even if they are not used for sorting", @@ -104979,7 +104979,7 @@ }, "style": "form" }, - "async_search.submit:typed_keys": { + "async_search.submit-typed_keys": { "in": "query", "name": "typed_keys", "description": "Specify whether aggregation and suggester names should be prefixed by their respective types in the response", @@ -104989,7 +104989,7 @@ }, "style": "form" }, - "async_search.submit:rest_total_hits_as_int": { + "async_search.submit-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response", @@ -104999,7 +104999,7 @@ }, "style": "form" }, - "async_search.submit:version": { + "async_search.submit-version": { "in": "query", "name": "version", "description": "Specify whether to return document version as part of a hit", @@ -105009,37 +105009,37 @@ }, "style": "form" }, - "async_search.submit:_source": { + "async_search.submit-_source": { "in": "query", "name": "_source", "description": "True or false to return the _source field or not, or a list of fields to return", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "async_search.submit:_source_excludes": { + "async_search.submit-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A list of fields to exclude from the returned _source field", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:_source_includes": { + "async_search.submit-_source_includes": { "in": "query", "name": "_source_includes", "description": "A list of fields to extract and return from the _source field", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:seq_no_primary_term": { + "async_search.submit-seq_no_primary_term": { "in": "query", "name": "seq_no_primary_term", "description": "Specify whether to return sequence number and primary term of the last modification of each hit", @@ -105049,7 +105049,7 @@ }, "style": "form" }, - "async_search.submit:q": { + "async_search.submit-q": { "in": "query", "name": "q", "description": "Query in the Lucene query string syntax", @@ -105059,7 +105059,7 @@ }, "style": "form" }, - "async_search.submit:size": { + "async_search.submit-size": { "in": "query", "name": "size", "description": "Number of hits to return (default: 10)", @@ -105069,7 +105069,7 @@ }, "style": "form" }, - "async_search.submit:from": { + "async_search.submit-from": { "in": "query", "name": "from", "description": "Starting offset (default: 0)", @@ -105079,7 +105079,7 @@ }, "style": "form" }, - "async_search.submit:sort": { + "async_search.submit-sort": { "in": "query", "name": "sort", "description": "A comma-separated list of : pairs", @@ -105099,18 +105099,18 @@ }, "style": "form" }, - "bulk:index": { + "bulk-index": { "in": "path", "name": "index", "description": "The name of the data stream, index, or index alias to perform bulk actions on.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "bulk:include_source_on_error": { + "bulk-include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -105120,7 +105120,7 @@ }, "style": "form" }, - "bulk:list_executed_pipelines": { + "bulk-list_executed_pipelines": { "in": "query", "name": "list_executed_pipelines", "description": "If `true`, the response will include the ingest pipelines that were run for each index or create.", @@ -105130,7 +105130,7 @@ }, "style": "form" }, - "bulk:pipeline": { + "bulk-pipeline": { "in": "query", "name": "pipeline", "description": "The pipeline identifier to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, setting the value to `_none` turns off the default ingest pipeline for this request.\nIf a final pipeline is configured, it will always run regardless of the value of this parameter.", @@ -105140,77 +105140,77 @@ }, "style": "form" }, - "bulk:refresh": { + "bulk-refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, wait for a refresh to make this operation visible to search.\nIf `false`, do nothing with refreshes.\nValid values: `true`, `false`, `wait_for`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "bulk:routing": { + "bulk-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "bulk:_source": { + "bulk-_source": { "in": "query", "name": "_source", "description": "Indicates whether to return the `_source` field (`true` or `false`) or contains a list of fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "bulk:_source_excludes": { + "bulk-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "bulk:_source_includes": { + "bulk-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "bulk:timeout": { + "bulk-timeout": { "in": "query", "name": "timeout", "description": "The period each action waits for the following operations: automatic index creation, dynamic mapping updates, and waiting for active shards.\nThe default is `1m` (one minute), which guarantees Elasticsearch waits for at least the timeout before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "bulk:wait_for_active_shards": { + "bulk-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default is `1`, which waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "bulk:require_alias": { + "bulk-require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the request's actions must target an index alias.", @@ -105220,7 +105220,7 @@ }, "style": "form" }, - "bulk:require_data_stream": { + "bulk-require_data_stream": { "in": "query", "name": "require_data_stream", "description": "If `true`, the request's actions must target a data stream (existing or to be created).", @@ -105230,99 +105230,99 @@ }, "style": "form" }, - "cat.aliases:name": { + "cat.aliases-name": { "in": "path", "name": "name", "description": "A comma-separated list of aliases to retrieve. Supports wildcards (`*`). To retrieve all aliases, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "cat.aliases:h": { + "cat.aliases-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.aliases:s": { + "cat.aliases-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.aliases:expand_wildcards": { + "cat.aliases-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "cat.aliases:master_timeout": { + "cat.aliases-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicated that the request should never timeout, you can set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.allocation:node_id": { + "cat.allocation-node_id": { "in": "path", "name": "node_id", "description": "A comma-separated list of node identifiers or names used to limit the returned information.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "cat.allocation:bytes": { + "cat.allocation-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.allocation:h": { + "cat.allocation-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.allocation:s": { + "cat.allocation-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.allocation:local": { + "cat.allocation-local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -105332,17 +105332,17 @@ }, "style": "form" }, - "cat.allocation:master_timeout": { + "cat.allocation-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.component_templates:name": { + "cat.component_templates-name": { "in": "path", "name": "name", "description": "The name of the component template.\nIt accepts wildcard expressions.\nIf it is omitted, all component templates are returned.", @@ -105353,27 +105353,27 @@ }, "style": "simple" }, - "cat.component_templates:h": { + "cat.component_templates-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.component_templates:s": { + "cat.component_templates-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.component_templates:local": { + "cat.component_templates-local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -105383,140 +105383,140 @@ }, "style": "form" }, - "cat.component_templates:master_timeout": { + "cat.component_templates-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.count:index": { + "cat.count-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request.\nIt supports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cat.count:h": { + "cat.count-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.count:s": { + "cat.count-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.fielddata:fields": { + "cat.fielddata-fields": { "in": "path", "name": "fields", "description": "Comma-separated list of fields used to limit returned information.\nTo retrieve all fields, omit this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "simple" }, - "cat.fielddata:bytes": { + "cat.fielddata-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.fielddata:fields_": { + "cat.fielddata-fields_": { "in": "query", "name": "fields", "description": "Comma-separated list of fields used to limit returned information.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "cat.fielddata:h": { + "cat.fielddata-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.fielddata:s": { + "cat.fielddata-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.indices:index": { + "cat.indices-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`). To target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cat.indices:bytes": { + "cat.indices-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.indices:expand_wildcards": { + "cat.indices-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "cat.indices:health": { + "cat.indices-health": { "in": "query", "name": "health", "description": "The health status used to limit returned indices. By default, the response includes indices of any health status.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "style": "form" }, - "cat.indices:include_unloaded_segments": { + "cat.indices-include_unloaded_segments": { "in": "query", "name": "include_unloaded_segments", "description": "If true, the response includes information from segments that are not loaded into memory.", @@ -105526,7 +105526,7 @@ }, "style": "form" }, - "cat.indices:pri": { + "cat.indices-pri": { "in": "query", "name": "pri", "description": "If true, the response only includes information from primary shards.", @@ -105536,58 +105536,58 @@ }, "style": "form" }, - "cat.indices:time": { + "cat.indices-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.indices:master_timeout": { + "cat.indices-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.indices:h": { + "cat.indices-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.indices:s": { + "cat.indices-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.ml_data_frame_analytics:id": { + "cat.ml_data_frame_analytics-id": { "in": "path", "name": "id", "description": "The ID of the data frame analytics to fetch", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_data_frame_analytics:allow_no_match": { + "cat.ml_data_frame_analytics-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Whether to ignore if a wildcard expression matches no configs. (This includes `_all` string or when no configs have been specified)", @@ -105597,58 +105597,58 @@ }, "style": "form" }, - "cat.ml_data_frame_analytics:bytes": { + "cat.ml_data_frame_analytics-bytes": { "in": "query", "name": "bytes", "description": "The unit in which to display byte values", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.ml_data_frame_analytics:h": { + "cat.ml_data_frame_analytics-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDfaColumns" + "$ref": "#/components/schemas/cat._types.CatDfaColumns" }, "style": "form" }, - "cat.ml_data_frame_analytics:s": { + "cat.ml_data_frame_analytics-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the\nresponse.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDfaColumns" + "$ref": "#/components/schemas/cat._types.CatDfaColumns" }, "style": "form" }, - "cat.ml_data_frame_analytics:time": { + "cat.ml_data_frame_analytics-time": { "in": "query", "name": "time", "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.ml_datafeeds:datafeed_id": { + "cat.ml_datafeeds-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "A numerical character string that uniquely identifies the datafeed.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_datafeeds:allow_no_match": { + "cat.ml_datafeeds-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n* Contains wildcard expressions and there are no datafeeds that match.\n* Contains the `_all` string or no identifiers and there are no matches.\n* Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty datafeeds array when there are no matches and the subset of results when\nthere are partial matches. If `false`, the API returns a 404 status code when there are no matches or only\npartial matches.", @@ -105658,48 +105658,48 @@ }, "style": "form" }, - "cat.ml_datafeeds:h": { + "cat.ml_datafeeds-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumns" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumns" }, "style": "form" }, - "cat.ml_datafeeds:s": { + "cat.ml_datafeeds-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumns" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumns" }, "style": "form" }, - "cat.ml_datafeeds:time": { + "cat.ml_datafeeds-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.ml_jobs:job_id": { + "cat.ml_jobs-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_jobs:allow_no_match": { + "cat.ml_jobs-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n* Contains wildcard expressions and there are no jobs that match.\n* Contains the `_all` string or no identifiers and there are no matches.\n* Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty jobs array when there are no matches and the subset of results when there\nare partial matches. If `false`, the API returns a 404 status code when there are no matches or only partial\nmatches.", @@ -105709,58 +105709,58 @@ }, "style": "form" }, - "cat.ml_jobs:bytes": { + "cat.ml_jobs-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.ml_jobs:h": { + "cat.ml_jobs-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatAnonalyDetectorColumns" + "$ref": "#/components/schemas/cat._types.CatAnonalyDetectorColumns" }, "style": "form" }, - "cat.ml_jobs:s": { + "cat.ml_jobs-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatAnonalyDetectorColumns" + "$ref": "#/components/schemas/cat._types.CatAnonalyDetectorColumns" }, "style": "form" }, - "cat.ml_jobs:time": { + "cat.ml_jobs-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.ml_trained_models:model_id": { + "cat.ml_trained_models-model_id": { "in": "path", "name": "model_id", "description": "A unique identifier for the trained model.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_trained_models:allow_no_match": { + "cat.ml_trained_models-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request: contains wildcard expressions and there are no models that match; contains the `_all` string or no identifiers and there are no matches; contains wildcard expressions and there are only partial matches.\nIf `true`, the API returns an empty array when there are no matches and the subset of results when there are partial matches.\nIf `false`, the API returns a 404 status code when there are no matches or only partial matches.", @@ -105770,37 +105770,37 @@ }, "style": "form" }, - "cat.ml_trained_models:bytes": { + "cat.ml_trained_models-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.ml_trained_models:h": { + "cat.ml_trained_models-h": { "in": "query", "name": "h", "description": "A comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumns" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumns" }, "style": "form" }, - "cat.ml_trained_models:s": { + "cat.ml_trained_models-s": { "in": "query", "name": "s", "description": "A comma-separated list of column names or aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumns" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumns" }, "style": "form" }, - "cat.ml_trained_models:from": { + "cat.ml_trained_models-from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -105810,7 +105810,7 @@ }, "style": "form" }, - "cat.ml_trained_models:size": { + "cat.ml_trained_models-size": { "in": "query", "name": "size", "description": "The maximum number of transforms to display.", @@ -105820,28 +105820,28 @@ }, "style": "form" }, - "cat.ml_trained_models:time": { + "cat.ml_trained_models-time": { "in": "query", "name": "time", "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.recovery:index": { + "cat.recovery-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`). To target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cat.recovery:active_only": { + "cat.recovery-active_only": { "in": "query", "name": "active_only", "description": "If `true`, the response only includes ongoing shard recoveries.", @@ -105851,17 +105851,17 @@ }, "style": "form" }, - "cat.recovery:bytes": { + "cat.recovery-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.recovery:detailed": { + "cat.recovery-detailed": { "in": "query", "name": "detailed", "description": "If `true`, the response includes detailed information about shard recoveries.", @@ -105871,88 +105871,88 @@ }, "style": "form" }, - "cat.recovery:index_": { + "cat.recovery-index_": { "in": "query", "name": "index", "description": "Comma-separated list or wildcard expression of index names to limit the returned information", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "form" }, - "cat.recovery:h": { + "cat.recovery-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.recovery:s": { + "cat.recovery-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.recovery:time": { + "cat.recovery-time": { "in": "query", "name": "time", "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.segments:index": { + "cat.segments-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cat.segments:bytes": { + "cat.segments-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.segments:h": { + "cat.segments-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.segments:s": { + "cat.segments-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.segments:local": { + "cat.segments-local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -105962,89 +105962,89 @@ }, "style": "form" }, - "cat.segments:master_timeout": { + "cat.segments-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.shards:index": { + "cat.shards-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cat.shards:bytes": { + "cat.shards-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.shards:h": { + "cat.shards-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.shards:s": { + "cat.shards-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.shards:master_timeout": { + "cat.shards-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.shards:time": { + "cat.shards-time": { "in": "query", "name": "time", "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.snapshots:repository": { + "cat.snapshots-repository": { "in": "path", "name": "repository", "description": "A comma-separated list of snapshot repositories used to limit the request.\nAccepts wildcard expressions.\n`_all` returns all repositories.\nIf any repository fails during the request, Elasticsearch returns an error.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "cat.snapshots:ignore_unavailable": { + "cat.snapshots-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, the response does not include information from unavailable snapshots.", @@ -106054,78 +106054,78 @@ }, "style": "form" }, - "cat.snapshots:h": { + "cat.snapshots-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.snapshots:s": { + "cat.snapshots-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.snapshots:master_timeout": { + "cat.snapshots-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.snapshots:time": { + "cat.snapshots-time": { "in": "query", "name": "time", "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.templates:name": { + "cat.templates-name": { "in": "path", "name": "name", "description": "The name of the template to return.\nAccepts wildcard expressions. If omitted, all templates are returned.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "cat.templates:h": { + "cat.templates-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.templates:s": { + "cat.templates-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.templates:local": { + "cat.templates-local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -106135,58 +106135,58 @@ }, "style": "form" }, - "cat.templates:master_timeout": { + "cat.templates-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.thread_pool:thread_pool_patterns": { + "cat.thread_pool-thread_pool_patterns": { "in": "path", "name": "thread_pool_patterns", "description": "A comma-separated list of thread pool names used to limit the request.\nAccepts wildcard expressions.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "cat.thread_pool:h": { + "cat.thread_pool-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.thread_pool:s": { + "cat.thread_pool-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.thread_pool:time": { + "cat.thread_pool-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.thread_pool:local": { + "cat.thread_pool-local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -106196,28 +106196,28 @@ }, "style": "form" }, - "cat.thread_pool:master_timeout": { + "cat.thread_pool-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.transforms:transform_id": { + "cat.transforms-transform_id": { "in": "path", "name": "transform_id", "description": "A transform identifier or a wildcard expression.\nIf you do not specify one of these options, the API returns information for all transforms.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.transforms:allow_no_match": { + "cat.transforms-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request: contains wildcard expressions and there are no transforms that match; contains the `_all` string or no identifiers and there are no matches; contains wildcard expressions and there are only partial matches.\nIf `true`, it returns an empty transforms array when there are no matches and the subset of results when there are partial matches.\nIf `false`, the request returns a 404 status code when there are no matches or only partial matches.", @@ -106227,7 +106227,7 @@ }, "style": "form" }, - "cat.transforms:from": { + "cat.transforms-from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -106237,37 +106237,37 @@ }, "style": "form" }, - "cat.transforms:h": { + "cat.transforms-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTransformColumns" + "$ref": "#/components/schemas/cat._types.CatTransformColumns" }, "style": "form" }, - "cat.transforms:s": { + "cat.transforms-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTransformColumns" + "$ref": "#/components/schemas/cat._types.CatTransformColumns" }, "style": "form" }, - "cat.transforms:time": { + "cat.transforms-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.transforms:size": { + "cat.transforms-size": { "in": "query", "name": "size", "description": "The maximum number of transforms to obtain.", @@ -106277,39 +106277,39 @@ }, "style": "form" }, - "ccr.get_auto_follow_pattern:name": { + "ccr.get_auto_follow_pattern-name": { "in": "path", "name": "name", "description": "The auto-follow pattern collection that you want to retrieve.\nIf you do not specify a name, the API returns information for all collections.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "ccr.get_auto_follow_pattern:master_timeout": { + "ccr.get_auto_follow_pattern-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "clear_scroll:scroll_id": { + "clear_scroll-scroll_id": { "in": "path", "name": "scroll_id", "description": "A comma-separated list of scroll IDs to clear.\nTo clear all scroll IDs, use `_all`.\nIMPORTANT: Scroll IDs can be long. It is recommended to specify scroll IDs in the request body parameter.", "required": true, "deprecated": true, "schema": { - "$ref": "#/components/schemas/_types:ScrollIds" + "$ref": "#/components/schemas/_types.ScrollIds" }, "style": "simple" }, - "cluster.allocation_explain:include_disk_info": { + "cluster.allocation_explain-include_disk_info": { "in": "query", "name": "include_disk_info", "description": "If true, returns information about disk usage and shard sizes.", @@ -106319,7 +106319,7 @@ }, "style": "form" }, - "cluster.allocation_explain:include_yes_decisions": { + "cluster.allocation_explain-include_yes_decisions": { "in": "query", "name": "include_yes_decisions", "description": "If true, returns YES decisions in explanation.", @@ -106329,28 +106329,28 @@ }, "style": "form" }, - "cluster.allocation_explain:master_timeout": { + "cluster.allocation_explain-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.get_component_template:name": { + "cluster.get_component_template-name": { "in": "path", "name": "name", "description": "Comma-separated list of component template names used to limit the request.\nWildcard (`*`) expressions are supported.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "cluster.get_component_template:flat_settings": { + "cluster.get_component_template-flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -106360,7 +106360,7 @@ }, "style": "form" }, - "cluster.get_component_template:include_defaults": { + "cluster.get_component_template-include_defaults": { "in": "query", "name": "include_defaults", "description": "Return all default configurations for the component template (default: false)", @@ -106370,7 +106370,7 @@ }, "style": "form" }, - "cluster.get_component_template:local": { + "cluster.get_component_template-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.\nIf `false`, information is retrieved from the master node.", @@ -106380,48 +106380,48 @@ }, "style": "form" }, - "cluster.get_component_template:master_timeout": { + "cluster.get_component_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.health:index": { + "cluster.health-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard expressions (`*`) are supported. To target all data streams and indices in a cluster, omit this parameter or use _all or `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cluster.health:expand_wildcards": { + "cluster.health-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "cluster.health:level": { + "cluster.health-level": { "in": "query", "name": "level", "description": "Can be one of cluster, indices or shards. Controls the details level of the health information returned.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Level" + "$ref": "#/components/schemas/_types.Level" }, "style": "form" }, - "cluster.health:local": { + "cluster.health-local": { "in": "query", "name": "local", "description": "If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.", @@ -106431,57 +106431,57 @@ }, "style": "form" }, - "cluster.health:master_timeout": { + "cluster.health-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.health:timeout": { + "cluster.health-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.health:wait_for_active_shards": { + "cluster.health-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "A number controlling to how many active shards to wait for, all to wait for all shards in the cluster to be active, or 0 to not wait.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "cluster.health:wait_for_events": { + "cluster.health-wait_for_events": { "in": "query", "name": "wait_for_events", "description": "Can be one of immediate, urgent, high, normal, low, languid. Wait until all currently queued events with the given priority are processed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForEvents" + "$ref": "#/components/schemas/_types.WaitForEvents" }, "style": "form" }, - "cluster.health:wait_for_nodes": { + "cluster.health-wait_for_nodes": { "in": "query", "name": "wait_for_nodes", "description": "The request waits until the specified number N of nodes is available. It also accepts >=N, <=N, >N and yellow > red. By default, will not wait for any status.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "style": "form" }, - "cluster.put_component_template:name": { + "cluster.put_component_template-name": { "in": "path", "name": "name", "description": "Name of the component template to create.\nElasticsearch includes the following built-in component templates: `logs-mappings`; `logs-settings`; `metrics-mappings`; `metrics-settings`;`synthetics-mapping`; `synthetics-settings`.\nElastic Agent uses these templates to configure backing indices for its data streams.\nIf you use Elastic Agent and want to overwrite one of these templates, set the `version` for your replacement template higher than the current version.\nIf you don’t use Elastic Agent and want to disable all built-in component and index templates, set `stack.templates.enabled` to `false` using the cluster update settings API.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "cluster.put_component_template:create": { + "cluster.put_component_template-create": { "in": "query", "name": "create", "description": "If `true`, this request cannot replace or update existing component templates.", @@ -106532,39 +106532,39 @@ }, "style": "form" }, - "cluster.put_component_template:master_timeout": { + "cluster.put_component_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.state:metric": { + "cluster.state-metric": { "in": "path", "name": "metric", "description": "Limit the information returned to the specified metrics", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Metrics" + "$ref": "#/components/schemas/_types.Metrics" }, "style": "simple" }, - "cluster.state:index": { + "cluster.state-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cluster.state:allow_no_indices": { + "cluster.state-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -106574,17 +106574,17 @@ }, "style": "form" }, - "cluster.state:expand_wildcards": { + "cluster.state-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "cluster.state:flat_settings": { + "cluster.state-flat_settings": { "in": "query", "name": "flat_settings", "description": "Return settings in flat format (default: false)", @@ -106594,7 +106594,7 @@ }, "style": "form" }, - "cluster.state:ignore_unavailable": { + "cluster.state-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -106604,7 +106604,7 @@ }, "style": "form" }, - "cluster.state:local": { + "cluster.state-local": { "in": "query", "name": "local", "description": "Return local information, do not retrieve the state from master node (default: false)", @@ -106614,48 +106614,48 @@ }, "style": "form" }, - "cluster.state:master_timeout": { + "cluster.state-master_timeout": { "in": "query", "name": "master_timeout", "description": "Specify timeout for connection to master", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.state:wait_for_metadata_version": { + "cluster.state-wait_for_metadata_version": { "in": "query", "name": "wait_for_metadata_version", "description": "Wait for the metadata version to be equal or greater than the specified metadata version", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "cluster.state:wait_for_timeout": { + "cluster.state-wait_for_timeout": { "in": "query", "name": "wait_for_timeout", "description": "The maximum time to wait for wait_for_metadata_version before timing out", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.stats:node_id": { + "cluster.stats-node_id": { "in": "path", "name": "node_id", "description": "Comma-separated list of node filters used to limit returned information. Defaults to all nodes in the cluster.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "cluster.stats:include_remotes": { + "cluster.stats-include_remotes": { "in": "query", "name": "include_remotes", "description": "Include remote cluster data into the response", @@ -106665,39 +106665,39 @@ }, "style": "form" }, - "cluster.stats:timeout": { + "cluster.stats-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for each node to respond.\nIf a node does not respond before its timeout expires, the response does not include its stats.\nHowever, timed out nodes are included in the response’s `_nodes.failed` property. Defaults to no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "connector.put:connector_id": { + "connector.put-connector_id": { "in": "path", "name": "connector_id", "description": "The unique identifier of the connector to be created or updated. ID is auto-generated if not provided.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "count:index": { + "count-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "count:allow_no_indices": { + "count-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -106707,7 +106707,7 @@ }, "style": "form" }, - "count:analyzer": { + "count-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -106717,7 +106717,7 @@ }, "style": "form" }, - "count:analyze_wildcard": { + "count-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -106727,17 +106727,17 @@ }, "style": "form" }, - "count:default_operator": { + "count-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "count:df": { + "count-df": { "in": "query", "name": "df", "description": "The field to use as a default when no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -106747,17 +106747,17 @@ }, "style": "form" }, - "count:expand_wildcards": { + "count-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "count:ignore_throttled": { + "count-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, concrete, expanded, or aliased indices are ignored when frozen.", @@ -106767,7 +106767,7 @@ }, "style": "form" }, - "count:ignore_unavailable": { + "count-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -106777,7 +106777,7 @@ }, "style": "form" }, - "count:lenient": { + "count-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -106787,7 +106787,7 @@ }, "style": "form" }, - "count:min_score": { + "count-min_score": { "in": "query", "name": "min_score", "description": "The minimum `_score` value that documents must have to be included in the result.", @@ -106797,7 +106797,7 @@ }, "style": "form" }, - "count:preference": { + "count-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nBy default, it is random.", @@ -106807,17 +106807,17 @@ }, "style": "form" }, - "count:routing": { + "count-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "count:terminate_after": { + "count-terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this parameter to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this parameter for requests that target data streams with backing indices across multiple data tiers.", @@ -106827,7 +106827,7 @@ }, "style": "form" }, - "count:q": { + "count-q": { "in": "query", "name": "q", "description": "The query in Lucene query string syntax. This parameter cannot be used with a request body.", @@ -106837,29 +106837,29 @@ }, "style": "form" }, - "create:id": { + "create-id": { "in": "path", "name": "id", "description": "A unique identifier for the document.\nTo automatically generate a document ID, use the `POST //_doc/` request format.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "create:index": { + "create-index": { "in": "path", "name": "index", "description": "The name of the data stream or index to target.\nIf the target doesn't exist and matches the name or wildcard (`*`) pattern of an index template with a `data_stream` definition, this request creates the data stream.\nIf the target doesn't exist and doesn’t match a data stream template, this request creates the index.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "create:if_primary_term": { + "create-if_primary_term": { "in": "query", "name": "if_primary_term", "description": "Only perform the operation if the document has this primary term.", @@ -106869,17 +106869,17 @@ }, "style": "form" }, - "create:if_seq_no": { + "create-if_seq_no": { "in": "query", "name": "if_seq_no", "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, - "create:include_source_on_error": { + "create-include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -106889,17 +106889,17 @@ }, "style": "form" }, - "create:op_type": { + "create-op_type": { "in": "query", "name": "op_type", "description": "Set to `create` to only index the document if it does not already exist (put if absent).\nIf a document with the specified `_id` already exists, the indexing operation will fail.\nThe behavior is the same as using the `/_create` endpoint.\nIf a document ID is specified, this paramater defaults to `index`.\nOtherwise, it defaults to `create`.\nIf the request targets a data stream, an `op_type` of `create` is required.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:OpType" + "$ref": "#/components/schemas/_types.OpType" }, "style": "form" }, - "create:pipeline": { + "create-pipeline": { "in": "query", "name": "pipeline", "description": "The ID of the pipeline to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, setting the value to `_none` turns off the default ingest pipeline for this request.\nIf a final pipeline is configured, it will always run regardless of the value of this parameter.", @@ -106909,17 +106909,17 @@ }, "style": "form" }, - "create:refresh": { + "create-refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "create:require_alias": { + "create-require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the destination must be an index alias.", @@ -106929,7 +106929,7 @@ }, "style": "form" }, - "create:require_data_stream": { + "create-require_data_stream": { "in": "query", "name": "require_data_stream", "description": "If `true`, the request's actions must target a data stream (existing or to be created).", @@ -106939,89 +106939,89 @@ }, "style": "form" }, - "create:routing": { + "create-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "create:timeout": { + "create-timeout": { "in": "query", "name": "timeout", "description": "The period the request waits for the following operations: automatic index creation, dynamic mapping updates, waiting for active shards.\nElasticsearch waits for at least the specified timeout period before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.\n\nThis parameter is useful for situations where the primary shard assigned to perform the operation might not be available when the operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a gateway or undergoing relocation.\nBy default, the operation will wait on the primary shard to become available for at least 1 minute before failing and responding with an error.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "create:version": { + "create-version": { "in": "query", "name": "version", "description": "The explicit version number for concurrency control.\nIt must be a non-negative long number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "create:version_type": { + "create-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "create:wait_for_active_shards": { + "create-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "enrich.get_policy:name": { + "enrich.get_policy-name": { "in": "path", "name": "name", "description": "Comma-separated list of enrich policy names used to limit the request.\nTo return information for all enrich policies, omit this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "enrich.get_policy:master_timeout": { + "enrich.get_policy-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "eql.search:index": { + "eql.search-index": { "in": "path", "name": "index", "description": "The name of the index to scope the operation", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "eql.search:allow_no_indices": { + "eql.search-allow_no_indices": { "in": "query", "name": "allow_no_indices", "deprecated": false, @@ -107030,7 +107030,7 @@ }, "style": "form" }, - "eql.search:allow_partial_search_results": { + "eql.search-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If true, returns partial results if there are shard failures. If false, returns an error with no partial results.", @@ -107040,7 +107040,7 @@ }, "style": "form" }, - "eql.search:allow_partial_sequence_results": { + "eql.search-allow_partial_sequence_results": { "in": "query", "name": "allow_partial_sequence_results", "description": "If true, sequence queries will return partial results in case of shard failures. If false, they will return no results at all.\nThis flag has effect only if allow_partial_search_results is true.", @@ -107050,16 +107050,16 @@ }, "style": "form" }, - "eql.search:expand_wildcards": { + "eql.search-expand_wildcards": { "in": "query", "name": "expand_wildcards", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "eql.search:ignore_unavailable": { + "eql.search-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -107069,17 +107069,17 @@ }, "style": "form" }, - "eql.search:keep_alive": { + "eql.search-keep_alive": { "in": "query", "name": "keep_alive", "description": "Period for which the search and its results are stored on the cluster.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "eql.search:keep_on_completion": { + "eql.search-keep_on_completion": { "in": "query", "name": "keep_on_completion", "description": "If true, the search and its results are stored on the cluster.", @@ -107089,39 +107089,39 @@ }, "style": "form" }, - "eql.search:wait_for_completion_timeout": { + "eql.search-wait_for_completion_timeout": { "in": "query", "name": "wait_for_completion_timeout", "description": "Timeout duration to wait for the request to finish. Defaults to no timeout, meaning the request waits for complete search results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "explain:id": { + "explain-id": { "in": "path", "name": "id", "description": "The document identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "explain:index": { + "explain-index": { "in": "path", "name": "index", "description": "Index names that are used to limit the request.\nOnly a single index name can be provided to this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "explain:analyzer": { + "explain-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -107131,7 +107131,7 @@ }, "style": "form" }, - "explain:analyze_wildcard": { + "explain-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -107141,17 +107141,17 @@ }, "style": "form" }, - "explain:default_operator": { + "explain-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "explain:df": { + "explain-df": { "in": "query", "name": "df", "description": "The field to use as default where no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -107161,7 +107161,7 @@ }, "style": "form" }, - "explain:lenient": { + "explain-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -107171,7 +107171,7 @@ }, "style": "form" }, - "explain:preference": { + "explain-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -107181,57 +107181,57 @@ }, "style": "form" }, - "explain:routing": { + "explain-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "explain:_source": { + "explain-_source": { "in": "query", "name": "_source", "description": "`True` or `false` to return the `_source` field or not or a list of fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "explain:_source_excludes": { + "explain-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "explain:_source_includes": { + "explain-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "explain:stored_fields": { + "explain-stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "explain:q": { + "explain-q": { "in": "query", "name": "q", "description": "The query in the Lucene query string syntax.", @@ -107241,18 +107241,18 @@ }, "style": "form" }, - "field_caps:index": { + "field_caps-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (*). To target all data streams and indices, omit this parameter or use * or _all.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "field_caps:allow_no_indices": { + "field_caps-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias,\nor `_all` value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request\ntargeting `foo*,bar*` returns an error if an index starts with foo but no index starts with bar.", @@ -107262,27 +107262,27 @@ }, "style": "form" }, - "field_caps:expand_wildcards": { + "field_caps-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "field_caps:fields": { + "field_caps-fields": { "in": "query", "name": "fields", "description": "A comma-separated list of fields to retrieve capabilities for. Wildcard (`*`) expressions are supported.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "field_caps:ignore_unavailable": { + "field_caps-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, missing or closed indices are not included in the response.", @@ -107292,7 +107292,7 @@ }, "style": "form" }, - "field_caps:include_unmapped": { + "field_caps-include_unmapped": { "in": "query", "name": "include_unmapped", "description": "If true, unmapped fields are included in the response.", @@ -107302,7 +107302,7 @@ }, "style": "form" }, - "field_caps:filters": { + "field_caps-filters": { "in": "query", "name": "filters", "description": "A comma-separated list of filters to apply to the response.", @@ -107312,7 +107312,7 @@ }, "style": "form" }, - "field_caps:types": { + "field_caps-types": { "in": "query", "name": "types", "description": "A comma-separated list of field types to include.\nAny fields that do not match one of these types will be excluded from the results.\nIt defaults to empty, meaning that all field types are returned.", @@ -107325,7 +107325,7 @@ }, "style": "form" }, - "field_caps:include_empty_fields": { + "field_caps-include_empty_fields": { "in": "query", "name": "include_empty_fields", "description": "If false, empty fields are not included in the response.", @@ -107335,7 +107335,7 @@ }, "style": "form" }, - "fleet.msearch:index": { + "fleet.msearch-index": { "in": "path", "name": "index", "description": "A single target to search. If the target is an index alias, it must resolve to a single index.", @@ -107344,16 +107344,16 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" } ] }, "style": "simple" }, - "fleet.msearch:allow_no_indices": { + "fleet.msearch-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias, or _all value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting foo*,bar* returns an error if an index starts with foo but no index starts with bar.", @@ -107363,7 +107363,7 @@ }, "style": "form" }, - "fleet.msearch:ccs_minimize_roundtrips": { + "fleet.msearch-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If true, network roundtrips between the coordinating node and remote clusters are minimized for cross-cluster search requests.", @@ -107373,17 +107373,17 @@ }, "style": "form" }, - "fleet.msearch:expand_wildcards": { + "fleet.msearch-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard expressions can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "fleet.msearch:ignore_throttled": { + "fleet.msearch-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If true, concrete, expanded or aliased indices are ignored when frozen.", @@ -107393,7 +107393,7 @@ }, "style": "form" }, - "fleet.msearch:ignore_unavailable": { + "fleet.msearch-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -107403,7 +107403,7 @@ }, "style": "form" }, - "fleet.msearch:max_concurrent_searches": { + "fleet.msearch-max_concurrent_searches": { "in": "query", "name": "max_concurrent_searches", "description": "Maximum number of concurrent searches the multi search API can execute.", @@ -107413,7 +107413,7 @@ }, "style": "form" }, - "fleet.msearch:max_concurrent_shard_requests": { + "fleet.msearch-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "Maximum number of concurrent shard requests that each sub-search request executes per node.", @@ -107423,7 +107423,7 @@ }, "style": "form" }, - "fleet.msearch:pre_filter_shard_size": { + "fleet.msearch-pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "description": "Defines a threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method i.e., if date filters are mandatory to match but the shard bounds and the query are disjoint.", @@ -107433,17 +107433,17 @@ }, "style": "form" }, - "fleet.msearch:search_type": { + "fleet.msearch-search_type": { "in": "query", "name": "search_type", "description": "Indicates whether global term and document frequencies should be used when scoring returned documents.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "fleet.msearch:rest_total_hits_as_int": { + "fleet.msearch-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If true, hits.total are returned as an integer in the response. Defaults to false, which returns an object.", @@ -107453,7 +107453,7 @@ }, "style": "form" }, - "fleet.msearch:typed_keys": { + "fleet.msearch-typed_keys": { "in": "query", "name": "typed_keys", "description": "Specifies whether aggregation and suggester names should be prefixed by their respective types in the response.", @@ -107463,7 +107463,7 @@ }, "style": "form" }, - "fleet.msearch:wait_for_checkpoints": { + "fleet.msearch-wait_for_checkpoints": { "in": "query", "name": "wait_for_checkpoints", "description": "A comma separated list of checkpoints. When configured, the search API will only be executed on a shard\nafter the relevant checkpoint has become visible for search. Defaults to an empty list which will cause\nElasticsearch to immediately execute the search.", @@ -107471,12 +107471,12 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/fleet._types:Checkpoint" + "$ref": "#/components/schemas/fleet._types.Checkpoint" } }, "style": "form" }, - "fleet.msearch:allow_partial_search_results": { + "fleet.msearch-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If true, returns partial results if there are shard request timeouts or [shard failures](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-replication.html#shard-failures). If false, returns\nan error with no partial results. Defaults to the configured cluster setting `search.default_allow_partial_results`\nwhich is true by default.", @@ -107486,7 +107486,7 @@ }, "style": "form" }, - "fleet.search:index": { + "fleet.search-index": { "in": "path", "name": "index", "description": "A single target to search. If the target is an index alias, it must resolve to a single index.", @@ -107495,16 +107495,16 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" } ] }, "style": "simple" }, - "fleet.search:allow_no_indices": { + "fleet.search-allow_no_indices": { "in": "query", "name": "allow_no_indices", "deprecated": false, @@ -107513,7 +107513,7 @@ }, "style": "form" }, - "fleet.search:analyzer": { + "fleet.search-analyzer": { "in": "query", "name": "analyzer", "deprecated": false, @@ -107522,7 +107522,7 @@ }, "style": "form" }, - "fleet.search:analyze_wildcard": { + "fleet.search-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "deprecated": false, @@ -107531,7 +107531,7 @@ }, "style": "form" }, - "fleet.search:batched_reduce_size": { + "fleet.search-batched_reduce_size": { "in": "query", "name": "batched_reduce_size", "deprecated": false, @@ -107540,7 +107540,7 @@ }, "style": "form" }, - "fleet.search:ccs_minimize_roundtrips": { + "fleet.search-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "deprecated": false, @@ -107549,16 +107549,16 @@ }, "style": "form" }, - "fleet.search:default_operator": { + "fleet.search-default_operator": { "in": "query", "name": "default_operator", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "fleet.search:df": { + "fleet.search-df": { "in": "query", "name": "df", "deprecated": false, @@ -107567,25 +107567,25 @@ }, "style": "form" }, - "fleet.search:docvalue_fields": { + "fleet.search-docvalue_fields": { "in": "query", "name": "docvalue_fields", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "fleet.search:expand_wildcards": { + "fleet.search-expand_wildcards": { "in": "query", "name": "expand_wildcards", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "fleet.search:explain": { + "fleet.search-explain": { "in": "query", "name": "explain", "deprecated": false, @@ -107594,7 +107594,7 @@ }, "style": "form" }, - "fleet.search:ignore_throttled": { + "fleet.search-ignore_throttled": { "in": "query", "name": "ignore_throttled", "deprecated": false, @@ -107603,7 +107603,7 @@ }, "style": "form" }, - "fleet.search:ignore_unavailable": { + "fleet.search-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "deprecated": false, @@ -107612,7 +107612,7 @@ }, "style": "form" }, - "fleet.search:lenient": { + "fleet.search-lenient": { "in": "query", "name": "lenient", "deprecated": false, @@ -107621,7 +107621,7 @@ }, "style": "form" }, - "fleet.search:max_concurrent_shard_requests": { + "fleet.search-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "deprecated": false, @@ -107630,7 +107630,7 @@ }, "style": "form" }, - "fleet.search:preference": { + "fleet.search-preference": { "in": "query", "name": "preference", "deprecated": false, @@ -107639,7 +107639,7 @@ }, "style": "form" }, - "fleet.search:pre_filter_shard_size": { + "fleet.search-pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "deprecated": false, @@ -107648,7 +107648,7 @@ }, "style": "form" }, - "fleet.search:request_cache": { + "fleet.search-request_cache": { "in": "query", "name": "request_cache", "deprecated": false, @@ -107657,34 +107657,34 @@ }, "style": "form" }, - "fleet.search:routing": { + "fleet.search-routing": { "in": "query", "name": "routing", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "fleet.search:scroll": { + "fleet.search-scroll": { "in": "query", "name": "scroll", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "fleet.search:search_type": { + "fleet.search-search_type": { "in": "query", "name": "search_type", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "fleet.search:stats": { + "fleet.search-stats": { "in": "query", "name": "stats", "deprecated": false, @@ -107696,35 +107696,35 @@ }, "style": "form" }, - "fleet.search:stored_fields": { + "fleet.search-stored_fields": { "in": "query", "name": "stored_fields", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "fleet.search:suggest_field": { + "fleet.search-suggest_field": { "in": "query", "name": "suggest_field", "description": "Specifies which field to use for suggestions.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "fleet.search:suggest_mode": { + "fleet.search-suggest_mode": { "in": "query", "name": "suggest_mode", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SuggestMode" + "$ref": "#/components/schemas/_types.SuggestMode" }, "style": "form" }, - "fleet.search:suggest_size": { + "fleet.search-suggest_size": { "in": "query", "name": "suggest_size", "deprecated": false, @@ -107733,7 +107733,7 @@ }, "style": "form" }, - "fleet.search:suggest_text": { + "fleet.search-suggest_text": { "in": "query", "name": "suggest_text", "description": "The source text for which the suggestions should be returned.", @@ -107743,7 +107743,7 @@ }, "style": "form" }, - "fleet.search:terminate_after": { + "fleet.search-terminate_after": { "in": "query", "name": "terminate_after", "deprecated": false, @@ -107752,25 +107752,25 @@ }, "style": "form" }, - "fleet.search:timeout": { + "fleet.search-timeout": { "in": "query", "name": "timeout", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "fleet.search:track_total_hits": { + "fleet.search-track_total_hits": { "in": "query", "name": "track_total_hits", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "style": "form" }, - "fleet.search:track_scores": { + "fleet.search-track_scores": { "in": "query", "name": "track_scores", "deprecated": false, @@ -107779,7 +107779,7 @@ }, "style": "form" }, - "fleet.search:typed_keys": { + "fleet.search-typed_keys": { "in": "query", "name": "typed_keys", "deprecated": false, @@ -107788,7 +107788,7 @@ }, "style": "form" }, - "fleet.search:rest_total_hits_as_int": { + "fleet.search-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "deprecated": false, @@ -107797,7 +107797,7 @@ }, "style": "form" }, - "fleet.search:version": { + "fleet.search-version": { "in": "query", "name": "version", "deprecated": false, @@ -107806,34 +107806,34 @@ }, "style": "form" }, - "fleet.search:_source": { + "fleet.search-_source": { "in": "query", "name": "_source", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "fleet.search:_source_excludes": { + "fleet.search-_source_excludes": { "in": "query", "name": "_source_excludes", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "fleet.search:_source_includes": { + "fleet.search-_source_includes": { "in": "query", "name": "_source_includes", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "fleet.search:seq_no_primary_term": { + "fleet.search-seq_no_primary_term": { "in": "query", "name": "seq_no_primary_term", "deprecated": false, @@ -107842,7 +107842,7 @@ }, "style": "form" }, - "fleet.search:q": { + "fleet.search-q": { "in": "query", "name": "q", "deprecated": false, @@ -107851,7 +107851,7 @@ }, "style": "form" }, - "fleet.search:size": { + "fleet.search-size": { "in": "query", "name": "size", "deprecated": false, @@ -107860,7 +107860,7 @@ }, "style": "form" }, - "fleet.search:from": { + "fleet.search-from": { "in": "query", "name": "from", "deprecated": false, @@ -107869,7 +107869,7 @@ }, "style": "form" }, - "fleet.search:sort": { + "fleet.search-sort": { "in": "query", "name": "sort", "deprecated": false, @@ -107888,7 +107888,7 @@ }, "style": "form" }, - "fleet.search:wait_for_checkpoints": { + "fleet.search-wait_for_checkpoints": { "in": "query", "name": "wait_for_checkpoints", "description": "A comma separated list of checkpoints. When configured, the search API will only be executed on a shard\nafter the relevant checkpoint has become visible for search. Defaults to an empty list which will cause\nElasticsearch to immediately execute the search.", @@ -107896,12 +107896,12 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/fleet._types:Checkpoint" + "$ref": "#/components/schemas/fleet._types.Checkpoint" } }, "style": "form" }, - "fleet.search:allow_partial_search_results": { + "fleet.search-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If true, returns partial results if there are shard request timeouts or [shard failures](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-replication.html#shard-failures). If false, returns\nan error with no partial results. Defaults to the configured cluster setting `search.default_allow_partial_results`\nwhich is true by default.", @@ -107911,38 +107911,38 @@ }, "style": "form" }, - "graph.explore:index": { + "graph.explore-index": { "in": "path", "name": "index", "description": "Name of the index.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "graph.explore:routing": { + "graph.explore-routing": { "in": "query", "name": "routing", "description": "Custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "graph.explore:timeout": { + "graph.explore-timeout": { "in": "query", "name": "timeout", "description": "Specifies the period of time to wait for a response from each shard.\nIf no response is received before the timeout expires, the request fails and returns an error.\nDefaults to no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "health_report:feature": { + "health_report-feature": { "in": "path", "name": "feature", "description": "A feature of the cluster, as returned by the top-level health report API.", @@ -107963,17 +107963,17 @@ }, "style": "simple" }, - "health_report:timeout": { + "health_report-timeout": { "in": "query", "name": "timeout", "description": "Explicit operation timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "health_report:verbose": { + "health_report-verbose": { "in": "query", "name": "verbose", "description": "Opt-in for more information about the health of the system.", @@ -107983,7 +107983,7 @@ }, "style": "form" }, - "health_report:size": { + "health_report-size": { "in": "query", "name": "size", "description": "Limit the number of affected resources the health report API returns.", @@ -107993,60 +107993,60 @@ }, "style": "form" }, - "ilm.get_lifecycle:policy": { + "ilm.get_lifecycle-policy": { "in": "path", "name": "policy", "description": "Identifier for the policy.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "ilm.get_lifecycle:master_timeout": { + "ilm.get_lifecycle-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ilm.get_lifecycle:timeout": { + "ilm.get_lifecycle-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "index:id": { + "index-id": { "in": "path", "name": "id", "description": "A unique identifier for the document.\nTo automatically generate a document ID, use the `POST //_doc/` request format and omit this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "index:index": { + "index-index": { "in": "path", "name": "index", "description": "The name of the data stream or index to target.\nIf the target doesn't exist and matches the name or wildcard (`*`) pattern of an index template with a `data_stream` definition, this request creates the data stream.\nIf the target doesn't exist and doesn't match a data stream template, this request creates the index.\nYou can check for existing targets with the resolve index API.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "index:if_primary_term": { + "index-if_primary_term": { "in": "query", "name": "if_primary_term", "description": "Only perform the operation if the document has this primary term.", @@ -108056,17 +108056,17 @@ }, "style": "form" }, - "index:if_seq_no": { + "index-if_seq_no": { "in": "query", "name": "if_seq_no", "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, - "index:include_source_on_error": { + "index-include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -108076,17 +108076,17 @@ }, "style": "form" }, - "index:op_type": { + "index-op_type": { "in": "query", "name": "op_type", "description": "Set to `create` to only index the document if it does not already exist (put if absent).\nIf a document with the specified `_id` already exists, the indexing operation will fail.\nThe behavior is the same as using the `/_create` endpoint.\nIf a document ID is specified, this paramater defaults to `index`.\nOtherwise, it defaults to `create`.\nIf the request targets a data stream, an `op_type` of `create` is required.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:OpType" + "$ref": "#/components/schemas/_types.OpType" }, "style": "form" }, - "index:pipeline": { + "index-pipeline": { "in": "query", "name": "pipeline", "description": "The ID of the pipeline to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, then setting the value to `_none` disables the default ingest pipeline for this request.\nIf a final pipeline is configured it will always run, regardless of the value of this parameter.", @@ -108096,67 +108096,67 @@ }, "style": "form" }, - "index:refresh": { + "index-refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "index:routing": { + "index-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "index:timeout": { + "index-timeout": { "in": "query", "name": "timeout", "description": "The period the request waits for the following operations: automatic index creation, dynamic mapping updates, waiting for active shards.\n\nThis parameter is useful for situations where the primary shard assigned to perform the operation might not be available when the operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a gateway or undergoing relocation.\nBy default, the operation will wait on the primary shard to become available for at least 1 minute before failing and responding with an error.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "index:version": { + "index-version": { "in": "query", "name": "version", "description": "An explicit version number for concurrency control.\nIt must be a non-negative long number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "index:version_type": { + "index-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "index:wait_for_active_shards": { + "index-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "index:require_alias": { + "index-require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the destination must be an index alias.", @@ -108166,49 +108166,49 @@ }, "style": "form" }, - "indices.analyze:index": { + "indices.analyze-index": { "in": "path", "name": "index", "description": "Index used to derive the analyzer.\nIf specified, the `analyzer` or field parameter overrides this value.\nIf no index is specified or the index does not have a default analyzer, the analyze API uses the standard analyzer.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.analyze:index_": { + "indices.analyze-index_": { "in": "query", "name": "index", "description": "Index used to derive the analyzer.\nIf specified, the `analyzer` or field parameter overrides this value.\nIf no index is specified or the index does not have a default analyzer, the analyze API uses the standard analyzer.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "form" }, - "indices.clear_cache:index": { + "indices.clear_cache-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.clear_cache:index_": { + "indices.clear_cache-index_": { "in": "query", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "form" }, - "indices.clear_cache:allow_no_indices": { + "indices.clear_cache-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108218,17 +108218,17 @@ }, "style": "form" }, - "indices.clear_cache:expand_wildcards": { + "indices.clear_cache-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.clear_cache:fielddata": { + "indices.clear_cache-fielddata": { "in": "query", "name": "fielddata", "description": "If `true`, clears the fields cache.\nUse the `fields` parameter to clear the cache of specific fields only.", @@ -108238,17 +108238,17 @@ }, "style": "form" }, - "indices.clear_cache:fields": { + "indices.clear_cache-fields": { "in": "query", "name": "fields", "description": "Comma-separated list of field names used to limit the `fielddata` parameter.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "indices.clear_cache:ignore_unavailable": { + "indices.clear_cache-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108258,7 +108258,7 @@ }, "style": "form" }, - "indices.clear_cache:query": { + "indices.clear_cache-query": { "in": "query", "name": "query", "description": "If `true`, clears the query cache.", @@ -108268,7 +108268,7 @@ }, "style": "form" }, - "indices.clear_cache:request": { + "indices.clear_cache-request": { "in": "query", "name": "request", "description": "If `true`, clears the request cache.", @@ -108278,166 +108278,166 @@ }, "style": "form" }, - "indices.clone:index": { + "indices.clone-index": { "in": "path", "name": "index", "description": "Name of the source index to clone.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.clone:target": { + "indices.clone-target": { "in": "path", "name": "target", "description": "Name of the target index to create.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.clone:master_timeout": { + "indices.clone-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.clone:timeout": { + "indices.clone-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.clone:wait_for_active_shards": { + "indices.clone-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "indices.create_from:source": { + "indices.create_from-source": { "in": "path", "name": "source", "description": "The source index or data stream name", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.create_from:dest": { + "indices.create_from-dest": { "in": "path", "name": "dest", "description": "The destination index or data stream name", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.data_streams_stats:name": { + "indices.data_streams_stats-name": { "in": "path", "name": "name", "description": "Comma-separated list of data streams used to limit the request.\nWildcard expressions (`*`) are supported.\nTo target all data streams in a cluster, omit this parameter or use `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.data_streams_stats:expand_wildcards": { + "indices.data_streams_stats-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.delete_alias:index": { + "indices.delete_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request.\nSupports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.delete_alias:name": { + "indices.delete_alias-name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to remove.\nSupports wildcards (`*`). To remove all aliases, use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.delete_alias:master_timeout": { + "indices.delete_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.delete_alias:timeout": { + "indices.delete_alias-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.exists_alias:name": { + "indices.exists_alias-name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to check. Supports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.exists_alias:index": { + "indices.exists_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request. Supports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.exists_alias:allow_no_indices": { + "indices.exists_alias-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108447,17 +108447,17 @@ }, "style": "form" }, - "indices.exists_alias:expand_wildcards": { + "indices.exists_alias-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.exists_alias:ignore_unavailable": { + "indices.exists_alias-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, requests that include a missing data stream or index in the target indices or data streams return an error.", @@ -108467,28 +108467,28 @@ }, "style": "form" }, - "indices.exists_alias:master_timeout": { + "indices.exists_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.flush:index": { + "indices.flush-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases to flush.\nSupports wildcards (`*`).\nTo flush all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.flush:allow_no_indices": { + "indices.flush-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108498,17 +108498,17 @@ }, "style": "form" }, - "indices.flush:expand_wildcards": { + "indices.flush-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.flush:force": { + "indices.flush-force": { "in": "query", "name": "force", "description": "If `true`, the request forces a flush even if there are no changes to commit to the index.", @@ -108518,7 +108518,7 @@ }, "style": "form" }, - "indices.flush:ignore_unavailable": { + "indices.flush-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108528,7 +108528,7 @@ }, "style": "form" }, - "indices.flush:wait_if_ongoing": { + "indices.flush-wait_if_ongoing": { "in": "query", "name": "wait_if_ongoing", "description": "If `true`, the flush operation blocks until execution when another flush operation is running.\nIf `false`, Elasticsearch returns an error if you request a flush when another flush operation is running.", @@ -108538,18 +108538,18 @@ }, "style": "form" }, - "indices.forcemerge:index": { + "indices.forcemerge-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.forcemerge:allow_no_indices": { + "indices.forcemerge-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -108559,17 +108559,17 @@ }, "style": "form" }, - "indices.forcemerge:expand_wildcards": { + "indices.forcemerge-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.forcemerge:flush": { + "indices.forcemerge-flush": { "in": "query", "name": "flush", "description": "Specify whether the index should be flushed after performing the operation (default: true)", @@ -108579,7 +108579,7 @@ }, "style": "form" }, - "indices.forcemerge:ignore_unavailable": { + "indices.forcemerge-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -108589,7 +108589,7 @@ }, "style": "form" }, - "indices.forcemerge:max_num_segments": { + "indices.forcemerge-max_num_segments": { "in": "query", "name": "max_num_segments", "description": "The number of segments the index should be merged into (default: dynamic)", @@ -108599,7 +108599,7 @@ }, "style": "form" }, - "indices.forcemerge:only_expunge_deletes": { + "indices.forcemerge-only_expunge_deletes": { "in": "query", "name": "only_expunge_deletes", "description": "Specify whether the operation should only expunge deleted documents", @@ -108609,7 +108609,7 @@ }, "style": "form" }, - "indices.forcemerge:wait_for_completion": { + "indices.forcemerge-wait_for_completion": { "in": "query", "name": "wait_for_completion", "description": "Should the request wait until the force merge is completed.", @@ -108619,29 +108619,29 @@ }, "style": "form" }, - "indices.get_alias:name": { + "indices.get_alias-name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to retrieve.\nSupports wildcards (`*`).\nTo retrieve all aliases, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.get_alias:index": { + "indices.get_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.get_alias:allow_no_indices": { + "indices.get_alias-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108651,17 +108651,17 @@ }, "style": "form" }, - "indices.get_alias:expand_wildcards": { + "indices.get_alias-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_alias:ignore_unavailable": { + "indices.get_alias-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108671,38 +108671,38 @@ }, "style": "form" }, - "indices.get_alias:master_timeout": { + "indices.get_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_data_stream:name": { + "indices.get_data_stream-name": { "in": "path", "name": "name", "description": "Comma-separated list of data stream names used to limit the request.\nWildcard (`*`) expressions are supported. If omitted, all data streams are returned.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, - "indices.get_data_stream:expand_wildcards": { + "indices.get_data_stream-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_data_stream:include_defaults": { + "indices.get_data_stream-include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -108712,17 +108712,17 @@ }, "style": "form" }, - "indices.get_data_stream:master_timeout": { + "indices.get_data_stream-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_data_stream:verbose": { + "indices.get_data_stream-verbose": { "in": "query", "name": "verbose", "description": "Whether the maximum timestamp for each data stream should be calculated and returned.", @@ -108732,29 +108732,29 @@ }, "style": "form" }, - "indices.get_field_mapping:fields": { + "indices.get_field_mapping-fields": { "in": "path", "name": "fields", "description": "Comma-separated list or wildcard expression of fields used to limit returned information.\nSupports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "simple" }, - "indices.get_field_mapping:index": { + "indices.get_field_mapping-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.get_field_mapping:allow_no_indices": { + "indices.get_field_mapping-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108764,17 +108764,17 @@ }, "style": "form" }, - "indices.get_field_mapping:expand_wildcards": { + "indices.get_field_mapping-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_field_mapping:ignore_unavailable": { + "indices.get_field_mapping-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108784,7 +108784,7 @@ }, "style": "form" }, - "indices.get_field_mapping:include_defaults": { + "indices.get_field_mapping-include_defaults": { "in": "query", "name": "include_defaults", "description": "If `true`, return all default settings in the response.", @@ -108794,18 +108794,18 @@ }, "style": "form" }, - "indices.get_index_template:name": { + "indices.get_index_template-name": { "in": "path", "name": "name", "description": "Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.get_index_template:local": { + "indices.get_index_template-local": { "in": "query", "name": "local", "description": "If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.", @@ -108815,7 +108815,7 @@ }, "style": "form" }, - "indices.get_index_template:flat_settings": { + "indices.get_index_template-flat_settings": { "in": "query", "name": "flat_settings", "description": "If true, returns settings in flat format.", @@ -108825,17 +108825,17 @@ }, "style": "form" }, - "indices.get_index_template:master_timeout": { + "indices.get_index_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_index_template:include_defaults": { + "indices.get_index_template-include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -108845,18 +108845,18 @@ }, "style": "form" }, - "indices.get_mapping:index": { + "indices.get_mapping-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.get_mapping:allow_no_indices": { + "indices.get_mapping-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108866,17 +108866,17 @@ }, "style": "form" }, - "indices.get_mapping:expand_wildcards": { + "indices.get_mapping-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_mapping:ignore_unavailable": { + "indices.get_mapping-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108886,7 +108886,7 @@ }, "style": "form" }, - "indices.get_mapping:local": { + "indices.get_mapping-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.", @@ -108896,39 +108896,39 @@ }, "style": "form" }, - "indices.get_mapping:master_timeout": { + "indices.get_mapping-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_settings:index": { + "indices.get_settings-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit\nthe request. Supports wildcards (`*`). To target all data streams and\nindices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.get_settings:name": { + "indices.get_settings-name": { "in": "path", "name": "name", "description": "Comma-separated list or wildcard expression of settings to retrieve.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.get_settings:allow_no_indices": { + "indices.get_settings-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index\nalias, or `_all` value targets only missing or closed indices. This\nbehavior applies even if the request targets other open indices. For\nexample, a request targeting `foo*,bar*` returns an error if an index\nstarts with foo but no index starts with `bar`.", @@ -108938,17 +108938,17 @@ }, "style": "form" }, - "indices.get_settings:expand_wildcards": { + "indices.get_settings-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_settings:flat_settings": { + "indices.get_settings-flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -108958,7 +108958,7 @@ }, "style": "form" }, - "indices.get_settings:ignore_unavailable": { + "indices.get_settings-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108968,7 +108968,7 @@ }, "style": "form" }, - "indices.get_settings:include_defaults": { + "indices.get_settings-include_defaults": { "in": "query", "name": "include_defaults", "description": "If `true`, return all default settings in the response.", @@ -108978,7 +108978,7 @@ }, "style": "form" }, - "indices.get_settings:local": { + "indices.get_settings-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only. If\n`false`, information is retrieved from the master node.", @@ -108988,28 +108988,28 @@ }, "style": "form" }, - "indices.get_settings:master_timeout": { + "indices.get_settings-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_template:name": { + "indices.get_template-name": { "in": "path", "name": "name", "description": "Comma-separated list of index template names used to limit the request.\nWildcard (`*`) expressions are supported.\nTo return all index templates, omit this parameter or use a value of `_all` or `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.get_template:flat_settings": { + "indices.get_template-flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -109019,7 +109019,7 @@ }, "style": "form" }, - "indices.get_template:local": { + "indices.get_template-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.", @@ -109029,70 +109029,70 @@ }, "style": "form" }, - "indices.get_template:master_timeout": { + "indices.get_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_alias:index": { + "indices.put_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices to add.\nSupports wildcards (`*`).\nWildcard patterns that match both data streams and indices return an error.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.put_alias:name": { + "indices.put_alias-name": { "in": "path", "name": "name", "description": "Alias to update.\nIf the alias doesn’t exist, the request creates it.\nIndex alias names support date math.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.put_alias:master_timeout": { + "indices.put_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_alias:timeout": { + "indices.put_alias-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_index_template:name": { + "indices.put_index_template-name": { "in": "path", "name": "name", "description": "Index or template name", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.put_index_template:create": { + "indices.put_index_template-create": { "in": "query", "name": "create", "description": "If `true`, this request cannot replace or update existing index templates.", @@ -109102,17 +109102,17 @@ }, "style": "form" }, - "indices.put_index_template:master_timeout": { + "indices.put_index_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_index_template:cause": { + "indices.put_index_template-cause": { "in": "query", "name": "cause", "description": "User defined reason for creating/updating the index template", @@ -109122,18 +109122,18 @@ }, "style": "form" }, - "indices.put_mapping:index": { + "indices.put_mapping-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names the mapping should be added to (supports wildcards); use `_all` or omit to add the mapping on all indices.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.put_mapping:allow_no_indices": { + "indices.put_mapping-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -109143,17 +109143,17 @@ }, "style": "form" }, - "indices.put_mapping:expand_wildcards": { + "indices.put_mapping-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.put_mapping:ignore_unavailable": { + "indices.put_mapping-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -109163,27 +109163,27 @@ }, "style": "form" }, - "indices.put_mapping:master_timeout": { + "indices.put_mapping-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_mapping:timeout": { + "indices.put_mapping-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_mapping:write_index_only": { + "indices.put_mapping-write_index_only": { "in": "query", "name": "write_index_only", "description": "If `true`, the mappings are applied only to the current write index for the target.", @@ -109193,18 +109193,18 @@ }, "style": "form" }, - "indices.put_settings:index": { + "indices.put_settings-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit\nthe request. Supports wildcards (`*`). To target all data streams and\nindices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.put_settings:allow_no_indices": { + "indices.put_settings-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index\nalias, or `_all` value targets only missing or closed indices. This\nbehavior applies even if the request targets other open indices. For\nexample, a request targeting `foo*,bar*` returns an error if an index\nstarts with `foo` but no index starts with `bar`.", @@ -109214,17 +109214,17 @@ }, "style": "form" }, - "indices.put_settings:expand_wildcards": { + "indices.put_settings-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match. If the request can target\ndata streams, this argument determines whether wildcard expressions match\nhidden data streams. Supports comma-separated values, such as\n`open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.put_settings:flat_settings": { + "indices.put_settings-flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -109234,7 +109234,7 @@ }, "style": "form" }, - "indices.put_settings:ignore_unavailable": { + "indices.put_settings-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, returns settings in flat format.", @@ -109244,17 +109244,17 @@ }, "style": "form" }, - "indices.put_settings:master_timeout": { + "indices.put_settings-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_settings:preserve_existing": { + "indices.put_settings-preserve_existing": { "in": "query", "name": "preserve_existing", "description": "If `true`, existing index settings remain unchanged.", @@ -109264,7 +109264,7 @@ }, "style": "form" }, - "indices.put_settings:reopen": { + "indices.put_settings-reopen": { "in": "query", "name": "reopen", "description": "Whether to close and reopen the index to apply non-dynamic settings.\nIf set to `true` the indices to which the settings are being applied\nwill be closed temporarily and then reopened in order to apply the changes.", @@ -109274,28 +109274,28 @@ }, "style": "form" }, - "indices.put_settings:timeout": { + "indices.put_settings-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the\n timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_template:name": { + "indices.put_template-name": { "in": "path", "name": "name", "description": "The name of the template", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.put_template:create": { + "indices.put_template-create": { "in": "query", "name": "create", "description": "If true, this request cannot replace or update existing index templates.", @@ -109305,17 +109305,17 @@ }, "style": "form" }, - "indices.put_template:master_timeout": { + "indices.put_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_template:order": { + "indices.put_template-order": { "in": "query", "name": "order", "description": "Order in which Elasticsearch applies this template if index\nmatches multiple templates.\n\nTemplates with lower 'order' values are merged first. Templates with higher\n'order' values are merged later, overriding templates with lower values.", @@ -109325,7 +109325,7 @@ }, "style": "form" }, - "indices.put_template:cause": { + "indices.put_template-cause": { "in": "query", "name": "cause", "description": "User defined reason for creating/updating the index template", @@ -109335,18 +109335,18 @@ }, "style": "form" }, - "indices.recovery:index": { + "indices.recovery-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.recovery:active_only": { + "indices.recovery-active_only": { "in": "query", "name": "active_only", "description": "If `true`, the response only includes ongoing shard recoveries.", @@ -109356,7 +109356,7 @@ }, "style": "form" }, - "indices.recovery:detailed": { + "indices.recovery-detailed": { "in": "query", "name": "detailed", "description": "If `true`, the response includes detailed information about shard recoveries.", @@ -109366,18 +109366,18 @@ }, "style": "form" }, - "indices.refresh:index": { + "indices.refresh-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.refresh:allow_no_indices": { + "indices.refresh-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -109387,17 +109387,17 @@ }, "style": "form" }, - "indices.refresh:expand_wildcards": { + "indices.refresh-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.refresh:ignore_unavailable": { + "indices.refresh-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -109407,18 +109407,18 @@ }, "style": "form" }, - "indices.reload_search_analyzers:index": { + "indices.reload_search_analyzers-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names to reload analyzers for", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.reload_search_analyzers:allow_no_indices": { + "indices.reload_search_analyzers-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -109428,17 +109428,17 @@ }, "style": "form" }, - "indices.reload_search_analyzers:expand_wildcards": { + "indices.reload_search_analyzers-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.reload_search_analyzers:ignore_unavailable": { + "indices.reload_search_analyzers-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -109448,7 +109448,7 @@ }, "style": "form" }, - "indices.reload_search_analyzers:resource": { + "indices.reload_search_analyzers-resource": { "in": "query", "name": "resource", "description": "Changed resource to reload analyzers from if applicable", @@ -109458,18 +109458,18 @@ }, "style": "form" }, - "indices.resolve_cluster:name": { + "indices.resolve_cluster-name": { "in": "path", "name": "name", "description": "A comma-separated list of names or index patterns for the indices, aliases, and data streams to resolve.\nResources on remote clusters can be specified using the ``:`` syntax.\nIndex and cluster exclusions (e.g., `-cluster1:*`) are also supported.\nIf no index expression is specified, information about all remote clusters configured on the local cluster\nis returned without doing any index matching", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.resolve_cluster:allow_no_indices": { + "indices.resolve_cluster-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing\nor closed indices. This behavior applies even if the request targets other open indices. For example, a request\ntargeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.\nNOTE: This option is only supported when specifying an index expression. You will get an error if you specify index\noptions to the `_resolve/cluster` API endpoint that takes no index expression.", @@ -109479,17 +109479,17 @@ }, "style": "form" }, - "indices.resolve_cluster:expand_wildcards": { + "indices.resolve_cluster-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.\nNOTE: This option is only supported when specifying an index expression. You will get an error if you specify index\noptions to the `_resolve/cluster` API endpoint that takes no index expression.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.resolve_cluster:ignore_throttled": { + "indices.resolve_cluster-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If true, concrete, expanded, or aliased indices are ignored when frozen.\nNOTE: This option is only supported when specifying an index expression. You will get an error if you specify index\noptions to the `_resolve/cluster` API endpoint that takes no index expression.", @@ -109499,7 +109499,7 @@ }, "style": "form" }, - "indices.resolve_cluster:ignore_unavailable": { + "indices.resolve_cluster-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If false, the request returns an error if it targets a missing or closed index.\nNOTE: This option is only supported when specifying an index expression. You will get an error if you specify index\noptions to the `_resolve/cluster` API endpoint that takes no index expression.", @@ -109509,39 +109509,39 @@ }, "style": "form" }, - "indices.resolve_cluster:timeout": { + "indices.resolve_cluster-timeout": { "in": "query", "name": "timeout", "description": "The maximum time to wait for remote clusters to respond.\nIf a remote cluster does not respond within this timeout period, the API response\nwill show the cluster as not connected and include an error message that the\nrequest timed out.\n\nThe default timeout is unset and the query can take\nas long as the networking layer is configured to wait for remote clusters that are\nnot responding (typically 30 seconds).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.rollover:alias": { + "indices.rollover-alias": { "in": "path", "name": "alias", "description": "Name of the data stream or index alias to roll over.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, "style": "simple" }, - "indices.rollover:new_index": { + "indices.rollover-new_index": { "in": "path", "name": "new_index", "description": "Name of the index to create.\nSupports date math.\nData streams do not support this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.rollover:dry_run": { + "indices.rollover-dry_run": { "in": "query", "name": "dry_run", "description": "If `true`, checks whether the current index satisfies the specified conditions but does not perform a rollover.", @@ -109551,37 +109551,37 @@ }, "style": "form" }, - "indices.rollover:master_timeout": { + "indices.rollover-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.rollover:timeout": { + "indices.rollover-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.rollover:wait_for_active_shards": { + "indices.rollover-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to all or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "indices.rollover:lazy": { + "indices.rollover-lazy": { "in": "query", "name": "lazy", "description": "If set to true, the rollover action will only mark a data stream to signal that it needs to be rolled over at the next write.\nOnly allowed on data streams.", @@ -109591,18 +109591,18 @@ }, "style": "form" }, - "indices.segments:index": { + "indices.segments-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.segments:allow_no_indices": { + "indices.segments-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -109612,17 +109612,17 @@ }, "style": "form" }, - "indices.segments:expand_wildcards": { + "indices.segments-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.segments:ignore_unavailable": { + "indices.segments-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -109632,18 +109632,18 @@ }, "style": "form" }, - "indices.shard_stores:index": { + "indices.shard_stores-index": { "in": "path", "name": "index", "description": "List of data streams, indices, and aliases used to limit the request.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.shard_stores:allow_no_indices": { + "indices.shard_stores-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias, or _all\nvalue targets only missing or closed indices. This behavior applies even if the request\ntargets other open indices.", @@ -109653,17 +109653,17 @@ }, "style": "form" }, - "indices.shard_stores:expand_wildcards": { + "indices.shard_stores-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match. If the request can target data streams,\nthis argument determines whether wildcard expressions match hidden data streams.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.shard_stores:ignore_unavailable": { + "indices.shard_stores-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -109673,7 +109673,7 @@ }, "style": "form" }, - "indices.shard_stores:status": { + "indices.shard_stores-status": { "in": "query", "name": "status", "description": "List of shard health statuses used to limit the request.", @@ -109681,82 +109681,82 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/indices.shard_stores:ShardStoreStatus" + "$ref": "#/components/schemas/indices.shard_stores.ShardStoreStatus" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices.shard_stores:ShardStoreStatus" + "$ref": "#/components/schemas/indices.shard_stores.ShardStoreStatus" } } ] }, "style": "form" }, - "indices.shrink:index": { + "indices.shrink-index": { "in": "path", "name": "index", "description": "Name of the source index to shrink.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.shrink:target": { + "indices.shrink-target": { "in": "path", "name": "target", "description": "Name of the target index to create.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.shrink:master_timeout": { + "indices.shrink-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.shrink:timeout": { + "indices.shrink-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.shrink:wait_for_active_shards": { + "indices.shrink-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "indices.simulate_template:name": { + "indices.simulate_template-name": { "in": "path", "name": "name", "description": "Name of the index template to simulate. To test a template configuration before you add it to the cluster, omit\nthis parameter and specify the template configuration in the request body.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.simulate_template:create": { + "indices.simulate_template-create": { "in": "query", "name": "create", "description": "If true, the template passed in the body is only used if no existing templates match the same index patterns. If false, the simulation uses the template with the highest priority. Note that the template is not permanently added or updated in either case; it is only used for the simulation.", @@ -109766,7 +109766,7 @@ }, "style": "form" }, - "indices.simulate_template:cause": { + "indices.simulate_template-cause": { "in": "query", "name": "cause", "description": "User defined reason for dry-run creating the new template for simulation purposes", @@ -109776,17 +109776,17 @@ }, "style": "form" }, - "indices.simulate_template:master_timeout": { + "indices.simulate_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.simulate_template:include_defaults": { + "indices.simulate_template-include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -109796,121 +109796,121 @@ }, "style": "form" }, - "indices.split:index": { + "indices.split-index": { "in": "path", "name": "index", "description": "Name of the source index to split.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.split:target": { + "indices.split-target": { "in": "path", "name": "target", "description": "Name of the target index to create.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.split:master_timeout": { + "indices.split-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.split:timeout": { + "indices.split-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.split:wait_for_active_shards": { + "indices.split-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "indices.stats:metric": { + "indices.stats-metric": { "in": "path", "name": "metric", "description": "Limit the information returned the specific metrics.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Metrics" + "$ref": "#/components/schemas/_types.Metrics" }, "style": "simple" }, - "indices.stats:index": { + "indices.stats-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.stats:completion_fields": { + "indices.stats-completion_fields": { "in": "query", "name": "completion_fields", "description": "Comma-separated list or wildcard expressions of fields to include in fielddata and suggest statistics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "indices.stats:expand_wildcards": { + "indices.stats-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match. If the request can target data streams, this argument\ndetermines whether wildcard expressions match hidden data streams. Supports comma-separated values,\nsuch as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.stats:fielddata_fields": { + "indices.stats-fielddata_fields": { "in": "query", "name": "fielddata_fields", "description": "Comma-separated list or wildcard expressions of fields to include in fielddata statistics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "indices.stats:fields": { + "indices.stats-fields": { "in": "query", "name": "fields", "description": "Comma-separated list or wildcard expressions of fields to include in the statistics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "indices.stats:forbid_closed_indices": { + "indices.stats-forbid_closed_indices": { "in": "query", "name": "forbid_closed_indices", "description": "If true, statistics are not collected from closed indices.", @@ -109920,7 +109920,7 @@ }, "style": "form" }, - "indices.stats:groups": { + "indices.stats-groups": { "in": "query", "name": "groups", "description": "Comma-separated list of search groups to include in the search statistics.", @@ -109940,7 +109940,7 @@ }, "style": "form" }, - "indices.stats:include_segment_file_sizes": { + "indices.stats-include_segment_file_sizes": { "in": "query", "name": "include_segment_file_sizes", "description": "If true, the call reports the aggregated disk usage of each one of the Lucene index files (only applies if segment stats are requested).", @@ -109950,7 +109950,7 @@ }, "style": "form" }, - "indices.stats:include_unloaded_segments": { + "indices.stats-include_unloaded_segments": { "in": "query", "name": "include_unloaded_segments", "description": "If true, the response includes information from segments that are not loaded into memory.", @@ -109960,28 +109960,28 @@ }, "style": "form" }, - "indices.stats:level": { + "indices.stats-level": { "in": "query", "name": "level", "description": "Indicates whether statistics are aggregated at the cluster, index, or shard level.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Level" + "$ref": "#/components/schemas/_types.Level" }, "style": "form" }, - "indices.validate_query:index": { + "indices.validate_query-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases to search.\nSupports wildcards (`*`).\nTo search all data streams or indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.validate_query:allow_no_indices": { + "indices.validate_query-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -109991,7 +109991,7 @@ }, "style": "form" }, - "indices.validate_query:all_shards": { + "indices.validate_query-all_shards": { "in": "query", "name": "all_shards", "description": "If `true`, the validation is executed on all shards instead of one random shard per index.", @@ -110001,7 +110001,7 @@ }, "style": "form" }, - "indices.validate_query:analyzer": { + "indices.validate_query-analyzer": { "in": "query", "name": "analyzer", "description": "Analyzer to use for the query string.\nThis parameter can only be used when the `q` query string parameter is specified.", @@ -110011,7 +110011,7 @@ }, "style": "form" }, - "indices.validate_query:analyze_wildcard": { + "indices.validate_query-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.", @@ -110021,17 +110021,17 @@ }, "style": "form" }, - "indices.validate_query:default_operator": { + "indices.validate_query-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "indices.validate_query:df": { + "indices.validate_query-df": { "in": "query", "name": "df", "description": "Field to use as default where no field prefix is given in the query string.\nThis parameter can only be used when the `q` query string parameter is specified.", @@ -110041,17 +110041,17 @@ }, "style": "form" }, - "indices.validate_query:expand_wildcards": { + "indices.validate_query-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.validate_query:explain": { + "indices.validate_query-explain": { "in": "query", "name": "explain", "description": "If `true`, the response returns detailed information if an error has occurred.", @@ -110061,7 +110061,7 @@ }, "style": "form" }, - "indices.validate_query:ignore_unavailable": { + "indices.validate_query-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -110071,7 +110071,7 @@ }, "style": "form" }, - "indices.validate_query:lenient": { + "indices.validate_query-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.", @@ -110081,7 +110081,7 @@ }, "style": "form" }, - "indices.validate_query:rewrite": { + "indices.validate_query-rewrite": { "in": "query", "name": "rewrite", "description": "If `true`, returns a more detailed explanation showing the actual Lucene query that will be executed.", @@ -110091,7 +110091,7 @@ }, "style": "form" }, - "indices.validate_query:q": { + "indices.validate_query-q": { "in": "query", "name": "q", "description": "Query in the Lucene query string syntax.", @@ -110101,29 +110101,29 @@ }, "style": "form" }, - "inference.delete:task_type": { + "inference.delete-task_type": { "in": "path", "name": "task_type", "description": "The task type", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" }, "style": "simple" }, - "inference.delete:inference_id": { + "inference.delete-inference_id": { "in": "path", "name": "inference_id", "description": "The inference identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "inference.delete:dry_run": { + "inference.delete-dry_run": { "in": "query", "name": "dry_run", "description": "When true, the endpoint is not deleted and a list of ingest processors which reference this endpoint is returned.", @@ -110133,7 +110133,7 @@ }, "style": "form" }, - "inference.delete:force": { + "inference.delete-force": { "in": "query", "name": "force", "description": "When true, the inference endpoint is forcefully deleted even if it is still being used by ingest processors or semantic text fields.", @@ -110143,126 +110143,126 @@ }, "style": "form" }, - "inference.get:task_type": { + "inference.get-task_type": { "in": "path", "name": "task_type", "description": "The task type", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" }, "style": "simple" }, - "inference.get:inference_id": { + "inference.get-inference_id": { "in": "path", "name": "inference_id", "description": "The inference Id", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "inference.put:task_type": { + "inference.put-task_type": { "in": "path", "name": "task_type", "description": "The task type", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" }, "style": "simple" }, - "inference.put:inference_id": { + "inference.put-inference_id": { "in": "path", "name": "inference_id", "description": "The inference Id", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "inference.update:inference_id": { + "inference.update-inference_id": { "in": "path", "name": "inference_id", "description": "The unique identifier of the inference endpoint.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "inference.update:task_type": { + "inference.update-task_type": { "in": "path", "name": "task_type", "description": "The type of inference task that the model performs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" }, "style": "simple" }, - "ingest.get_geoip_database:id": { + "ingest.get_geoip_database-id": { "in": "path", "name": "id", "description": "A comma-separated list of database configuration IDs to retrieve.\nWildcard (`*`) expressions are supported.\nTo get all database configurations, omit this parameter or use `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ingest.get_ip_location_database:id": { + "ingest.get_ip_location_database-id": { "in": "path", "name": "id", "description": "Comma-separated list of database configuration IDs to retrieve.\nWildcard (`*`) expressions are supported.\nTo get all database configurations, omit this parameter or use `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ingest.get_ip_location_database:master_timeout": { + "ingest.get_ip_location_database-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nA value of `-1` indicates that the request should never time out.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ingest.get_pipeline:id": { + "ingest.get_pipeline-id": { "in": "path", "name": "id", "description": "Comma-separated list of pipeline IDs to retrieve.\nWildcard (`*`) expressions are supported.\nTo get all ingest pipelines, omit this parameter or use `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ingest.get_pipeline:master_timeout": { + "ingest.get_pipeline-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ingest.get_pipeline:summary": { + "ingest.get_pipeline-summary": { "in": "query", "name": "summary", "description": "Return pipelines without their definitions (default: false)", @@ -110272,18 +110272,18 @@ }, "style": "form" }, - "ingest.simulate:id": { + "ingest.simulate-id": { "in": "path", "name": "id", "description": "The pipeline to test.\nIf you don't specify a `pipeline` in the request body, this parameter is required.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ingest.simulate:verbose": { + "ingest.simulate-verbose": { "in": "query", "name": "verbose", "description": "If `true`, the response includes output data for each processor in the executed pipeline.", @@ -110293,28 +110293,28 @@ }, "style": "form" }, - "knn_search:index": { + "knn_search-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names to search;\nuse `_all` or to perform the operation on all indices.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "knn_search:routing": { + "knn_search-routing": { "in": "query", "name": "routing", "description": "A comma-separated list of specific routing values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "license.post:acknowledge": { + "license.post-acknowledge": { "in": "query", "name": "acknowledge", "description": "Specifies whether you acknowledge the license changes.", @@ -110324,49 +110324,49 @@ }, "style": "form" }, - "license.post:master_timeout": { + "license.post-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "license.post:timeout": { + "license.post-timeout": { "in": "query", "name": "timeout", "description": "The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "logstash.get_pipeline:id": { + "logstash.get_pipeline-id": { "in": "path", "name": "id", "description": "A comma-separated list of pipeline identifiers.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "mget:index": { + "mget-index": { "in": "path", "name": "index", "description": "Name of the index to retrieve documents from when `ids` are specified, or when a document in the `docs` array does not specify an index.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "mget:force_synthetic_source": { + "mget-force_synthetic_source": { "in": "query", "name": "force_synthetic_source", "description": "Should this request force synthetic _source?\nUse this to test if the mapping supports synthetic _source and to get a sense of the worst case performance.\nFetches with this enabled will be slower the enabling synthetic source natively in the index.", @@ -110376,7 +110376,7 @@ }, "style": "form" }, - "mget:preference": { + "mget-preference": { "in": "query", "name": "preference", "description": "Specifies the node or shard the operation should be performed on. Random by default.", @@ -110386,7 +110386,7 @@ }, "style": "form" }, - "mget:realtime": { + "mget-realtime": { "in": "query", "name": "realtime", "description": "If `true`, the request is real-time as opposed to near-real-time.", @@ -110396,7 +110396,7 @@ }, "style": "form" }, - "mget:refresh": { + "mget-refresh": { "in": "query", "name": "refresh", "description": "If `true`, the request refreshes relevant shards before retrieving documents.", @@ -110406,79 +110406,79 @@ }, "style": "form" }, - "mget:routing": { + "mget-routing": { "in": "query", "name": "routing", "description": "Custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "mget:_source": { + "mget-_source": { "in": "query", "name": "_source", "description": "True or false to return the `_source` field or not, or a list of fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "mget:_source_excludes": { + "mget-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "mget:_source_includes": { + "mget-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned. You can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "mget:stored_fields": { + "mget-stored_fields": { "in": "query", "name": "stored_fields", "description": "If `true`, retrieves the document fields stored in the index rather than the document `_source`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "migration.deprecations:index": { + "migration.deprecations-index": { "in": "path", "name": "index", "description": "Comma-separate list of data streams or indices to check. Wildcard (*) expressions are supported.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "ml.delete_expired_data:job_id": { + "ml.delete_expired_data-job_id": { "in": "path", "name": "job_id", "description": "Identifier for an anomaly detection job. It can be a job identifier, a\ngroup name, or a wildcard expression.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.delete_expired_data:requests_per_second": { + "ml.delete_expired_data-requests_per_second": { "in": "query", "name": "requests_per_second", "description": "The desired requests per second for the deletion processes. The default\nbehavior is no throttling.", @@ -110488,39 +110488,39 @@ }, "style": "form" }, - "ml.delete_expired_data:timeout": { + "ml.delete_expired_data-timeout": { "in": "query", "name": "timeout", "description": "How long can the underlying delete processes run until they are canceled.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ml.delete_forecast:job_id": { + "ml.delete_forecast-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.delete_forecast:forecast_id": { + "ml.delete_forecast-forecast_id": { "in": "path", "name": "forecast_id", "description": "A comma-separated list of forecast identifiers. If you do not specify\nthis optional parameter or if you specify `_all` or `*` the API deletes\nall forecasts from the job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.delete_forecast:allow_no_forecasts": { + "ml.delete_forecast-allow_no_forecasts": { "in": "query", "name": "allow_no_forecasts", "description": "Specifies whether an error occurs when there are no forecasts. In\nparticular, if this parameter is set to `false` and there are no\nforecasts associated with the job, attempts to delete all forecasts\nreturn an error.", @@ -110530,50 +110530,50 @@ }, "style": "form" }, - "ml.delete_forecast:timeout": { + "ml.delete_forecast-timeout": { "in": "query", "name": "timeout", "description": "Specifies the period of time to wait for the completion of the delete\noperation. When this period of time elapses, the API fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ml.explain_data_frame_analytics:id": { + "ml.explain_data_frame_analytics-id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job. This identifier can contain\nlowercase alphanumeric characters (a-z and 0-9), hyphens, and\nunderscores. It must start and end with alphanumeric characters.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_buckets:job_id": { + "ml.get_buckets-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_buckets:timestamp": { + "ml.get_buckets-timestamp": { "in": "path", "name": "timestamp", "description": "The timestamp of a single bucket result. If you do not specify this\nparameter, the API returns information about all buckets.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "simple" }, - "ml.get_buckets:anomaly_score": { + "ml.get_buckets-anomaly_score": { "in": "query", "name": "anomaly_score", "description": "Returns buckets with anomaly scores greater or equal than this value.", @@ -110583,7 +110583,7 @@ }, "style": "form" }, - "ml.get_buckets:desc": { + "ml.get_buckets-desc": { "in": "query", "name": "desc", "description": "If `true`, the buckets are sorted in descending order.", @@ -110593,17 +110593,17 @@ }, "style": "form" }, - "ml.get_buckets:end": { + "ml.get_buckets-end": { "in": "query", "name": "end", "description": "Returns buckets with timestamps earlier than this time. `-1` means it is\nunset and results are not limited to specific timestamps.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_buckets:exclude_interim": { + "ml.get_buckets-exclude_interim": { "in": "query", "name": "exclude_interim", "description": "If `true`, the output excludes interim results.", @@ -110613,7 +110613,7 @@ }, "style": "form" }, - "ml.get_buckets:expand": { + "ml.get_buckets-expand": { "in": "query", "name": "expand", "description": "If true, the output includes anomaly records.", @@ -110623,7 +110623,7 @@ }, "style": "form" }, - "ml.get_buckets:from": { + "ml.get_buckets-from": { "in": "query", "name": "from", "description": "Skips the specified number of buckets.", @@ -110633,7 +110633,7 @@ }, "style": "form" }, - "ml.get_buckets:size": { + "ml.get_buckets-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of buckets to obtain.", @@ -110643,38 +110643,38 @@ }, "style": "form" }, - "ml.get_buckets:sort": { + "ml.get_buckets-sort": { "in": "query", "name": "sort", "description": "Specifies the sort field for the requested buckets.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "ml.get_buckets:start": { + "ml.get_buckets-start": { "in": "query", "name": "start", "description": "Returns buckets with timestamps after this time. `-1` means it is unset\nand results are not limited to specific timestamps.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_calendars:calendar_id": { + "ml.get_calendars-calendar_id": { "in": "path", "name": "calendar_id", "description": "A string that uniquely identifies a calendar. You can get information for multiple calendars by using a comma-separated list of ids or a wildcard expression. You can get information for all calendars by using `_all` or `*` or by omitting the calendar identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_calendars:from": { + "ml.get_calendars-from": { "in": "query", "name": "from", "description": "Skips the specified number of calendars. This parameter is supported only when you omit the calendar identifier.", @@ -110684,7 +110684,7 @@ }, "style": "form" }, - "ml.get_calendars:size": { + "ml.get_calendars-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of calendars to obtain. This parameter is supported only when you omit the calendar identifier.", @@ -110694,29 +110694,29 @@ }, "style": "form" }, - "ml.get_categories:job_id": { + "ml.get_categories-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_categories:category_id": { + "ml.get_categories-category_id": { "in": "path", "name": "category_id", "description": "Identifier for the category, which is unique in the job. If you specify\nneither the category ID nor the partition_field_value, the API returns\ninformation about all categories. If you specify only the\npartition_field_value, it returns information about all categories for\nthe specified partition.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:CategoryId" + "$ref": "#/components/schemas/_types.CategoryId" }, "style": "simple" }, - "ml.get_categories:from": { + "ml.get_categories-from": { "in": "query", "name": "from", "description": "Skips the specified number of categories.", @@ -110726,7 +110726,7 @@ }, "style": "form" }, - "ml.get_categories:partition_field_value": { + "ml.get_categories-partition_field_value": { "in": "query", "name": "partition_field_value", "description": "Only return categories for the specified partition.", @@ -110736,7 +110736,7 @@ }, "style": "form" }, - "ml.get_categories:size": { + "ml.get_categories-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of categories to obtain.", @@ -110746,18 +110746,18 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:id": { + "ml.get_data_frame_analytics-id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job. If you do not specify this\noption, the API returns information for the first hundred data frame\nanalytics jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_data_frame_analytics:allow_no_match": { + "ml.get_data_frame_analytics-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no data frame analytics\njobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value returns an empty data_frame_analytics array when there\nare no matches and the subset of results when there are partial matches.\nIf this parameter is `false`, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -110767,7 +110767,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:from": { + "ml.get_data_frame_analytics-from": { "in": "query", "name": "from", "description": "Skips the specified number of data frame analytics jobs.", @@ -110777,7 +110777,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:size": { + "ml.get_data_frame_analytics-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of data frame analytics jobs to obtain.", @@ -110787,7 +110787,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:exclude_generated": { + "ml.get_data_frame_analytics-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -110797,18 +110797,18 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:id": { + "ml.get_data_frame_analytics_stats-id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job. If you do not specify this\noption, the API returns information for the first hundred data frame\nanalytics jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_data_frame_analytics_stats:allow_no_match": { + "ml.get_data_frame_analytics_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no data frame analytics\njobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value returns an empty data_frame_analytics array when there\nare no matches and the subset of results when there are partial matches.\nIf this parameter is `false`, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -110818,7 +110818,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:from": { + "ml.get_data_frame_analytics_stats-from": { "in": "query", "name": "from", "description": "Skips the specified number of data frame analytics jobs.", @@ -110828,7 +110828,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:size": { + "ml.get_data_frame_analytics_stats-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of data frame analytics jobs to obtain.", @@ -110838,7 +110838,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:verbose": { + "ml.get_data_frame_analytics_stats-verbose": { "in": "query", "name": "verbose", "description": "Defines whether the stats response should be verbose.", @@ -110848,18 +110848,18 @@ }, "style": "form" }, - "ml.get_datafeed_stats:datafeed_id": { + "ml.get_datafeed_stats-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "Identifier for the datafeed. It can be a datafeed identifier or a\nwildcard expression. If you do not specify one of these options, the API\nreturns information about all datafeeds.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_datafeed_stats:allow_no_match": { + "ml.get_datafeed_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no datafeeds that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `datafeeds` array\nwhen there are no matches and the subset of results when there are\npartial matches. If this parameter is `false`, the request returns a\n`404` status code when there are no matches or only partial matches.", @@ -110869,18 +110869,18 @@ }, "style": "form" }, - "ml.get_datafeeds:datafeed_id": { + "ml.get_datafeeds-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "Identifier for the datafeed. It can be a datafeed identifier or a\nwildcard expression. If you do not specify one of these options, the API\nreturns information about all datafeeds.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_datafeeds:allow_no_match": { + "ml.get_datafeeds-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no datafeeds that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `datafeeds` array\nwhen there are no matches and the subset of results when there are\npartial matches. If this parameter is `false`, the request returns a\n`404` status code when there are no matches or only partial matches.", @@ -110890,7 +110890,7 @@ }, "style": "form" }, - "ml.get_datafeeds:exclude_generated": { + "ml.get_datafeeds-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -110900,18 +110900,18 @@ }, "style": "form" }, - "ml.get_filters:filter_id": { + "ml.get_filters-filter_id": { "in": "path", "name": "filter_id", "description": "A string that uniquely identifies a filter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_filters:from": { + "ml.get_filters-from": { "in": "query", "name": "from", "description": "Skips the specified number of filters.", @@ -110921,7 +110921,7 @@ }, "style": "form" }, - "ml.get_filters:size": { + "ml.get_filters-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of filters to obtain.", @@ -110931,18 +110931,18 @@ }, "style": "form" }, - "ml.get_influencers:job_id": { + "ml.get_influencers-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_influencers:desc": { + "ml.get_influencers-desc": { "in": "query", "name": "desc", "description": "If true, the results are sorted in descending order.", @@ -110952,17 +110952,17 @@ }, "style": "form" }, - "ml.get_influencers:end": { + "ml.get_influencers-end": { "in": "query", "name": "end", "description": "Returns influencers with timestamps earlier than this time.\nThe default value means it is unset and results are not limited to\nspecific timestamps.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_influencers:exclude_interim": { + "ml.get_influencers-exclude_interim": { "in": "query", "name": "exclude_interim", "description": "If true, the output excludes interim results. By default, interim results\nare included.", @@ -110972,7 +110972,7 @@ }, "style": "form" }, - "ml.get_influencers:influencer_score": { + "ml.get_influencers-influencer_score": { "in": "query", "name": "influencer_score", "description": "Returns influencers with anomaly scores greater than or equal to this\nvalue.", @@ -110982,7 +110982,7 @@ }, "style": "form" }, - "ml.get_influencers:from": { + "ml.get_influencers-from": { "in": "query", "name": "from", "description": "Skips the specified number of influencers.", @@ -110992,7 +110992,7 @@ }, "style": "form" }, - "ml.get_influencers:size": { + "ml.get_influencers-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of influencers to obtain.", @@ -111002,38 +111002,38 @@ }, "style": "form" }, - "ml.get_influencers:sort": { + "ml.get_influencers-sort": { "in": "query", "name": "sort", "description": "Specifies the sort field for the requested influencers. By default, the\ninfluencers are sorted by the `influencer_score` value.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "ml.get_influencers:start": { + "ml.get_influencers-start": { "in": "query", "name": "start", "description": "Returns influencers with timestamps after this time. The default value\nmeans it is unset and results are not limited to specific timestamps.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_job_stats:job_id": { + "ml.get_job_stats-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, a comma-separated list of jobs, or a wildcard expression. If\nyou do not specify one of these options, the API returns information for\nall anomaly detection jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_job_stats:allow_no_match": { + "ml.get_job_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty `jobs` array when\nthere are no matches and the subset of results when there are partial\nmatches. If `false`, the API returns a `404` status\ncode when there are no matches or only partial matches.", @@ -111043,18 +111043,18 @@ }, "style": "form" }, - "ml.get_jobs:job_id": { + "ml.get_jobs-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, or a wildcard expression. If you do not specify one of these\noptions, the API returns information for all anomaly detection jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_jobs:allow_no_match": { + "ml.get_jobs-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `jobs` array when\nthere are no matches and the subset of results when there are partial\nmatches. If this parameter is `false`, the request returns a `404` status\ncode when there are no matches or only partial matches.", @@ -111064,7 +111064,7 @@ }, "style": "form" }, - "ml.get_jobs:exclude_generated": { + "ml.get_jobs-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -111074,60 +111074,60 @@ }, "style": "form" }, - "ml.get_memory_stats:node_id": { + "ml.get_memory_stats-node_id": { "in": "path", "name": "node_id", "description": "The names of particular nodes in the cluster to target. For example, `nodeId1,nodeId2` or\n`ml:true`", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_memory_stats:master_timeout": { + "ml.get_memory_stats-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout\nexpires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ml.get_memory_stats:timeout": { + "ml.get_memory_stats-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the timeout expires, the request\nfails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ml.get_model_snapshots:job_id": { + "ml.get_model_snapshots-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_model_snapshots:snapshot_id": { + "ml.get_model_snapshots-snapshot_id": { "in": "path", "name": "snapshot_id", "description": "A numerical character string that uniquely identifies the model snapshot. You can get information for multiple\nsnapshots by using a comma-separated list or a wildcard expression. You can get all snapshots by using `_all`,\nby specifying `*` as the snapshot ID, or by omitting the snapshot ID.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_model_snapshots:desc": { + "ml.get_model_snapshots-desc": { "in": "query", "name": "desc", "description": "If true, the results are sorted in descending order.", @@ -111137,17 +111137,17 @@ }, "style": "form" }, - "ml.get_model_snapshots:end": { + "ml.get_model_snapshots-end": { "in": "query", "name": "end", "description": "Returns snapshots with timestamps earlier than this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_model_snapshots:from": { + "ml.get_model_snapshots-from": { "in": "query", "name": "from", "description": "Skips the specified number of snapshots.", @@ -111157,7 +111157,7 @@ }, "style": "form" }, - "ml.get_model_snapshots:size": { + "ml.get_model_snapshots-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of snapshots to obtain.", @@ -111167,38 +111167,38 @@ }, "style": "form" }, - "ml.get_model_snapshots:sort": { + "ml.get_model_snapshots-sort": { "in": "query", "name": "sort", "description": "Specifies the sort field for the requested snapshots. By default, the\nsnapshots are sorted by their timestamp.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "ml.get_model_snapshots:start": { + "ml.get_model_snapshots-start": { "in": "query", "name": "start", "description": "Returns snapshots with timestamps after this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_overall_buckets:job_id": { + "ml.get_overall_buckets-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, a comma-separated list of jobs or groups, or a wildcard\nexpression.\n\nYou can summarize the bucket results for all anomaly detection jobs by\nusing `_all` or by specifying `*` as the ``.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_overall_buckets:allow_no_match": { + "ml.get_overall_buckets-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the request returns an empty `jobs` array when there are no\nmatches and the subset of results when there are partial matches. If this\nparameter is `false`, the request returns a `404` status code when there\nare no matches or only partial matches.", @@ -111208,27 +111208,27 @@ }, "style": "form" }, - "ml.get_overall_buckets:bucket_span": { + "ml.get_overall_buckets-bucket_span": { "in": "query", "name": "bucket_span", "description": "The span of the overall buckets. Must be greater or equal to the largest\nbucket span of the specified anomaly detection jobs, which is the default\nvalue.\n\nBy default, an overall bucket has a span equal to the largest bucket span\nof the specified anomaly detection jobs. To override that behavior, use\nthe optional `bucket_span` parameter.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ml.get_overall_buckets:end": { + "ml.get_overall_buckets-end": { "in": "query", "name": "end", "description": "Returns overall buckets with timestamps earlier than this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_overall_buckets:exclude_interim": { + "ml.get_overall_buckets-exclude_interim": { "in": "query", "name": "exclude_interim", "description": "If `true`, the output excludes interim results.", @@ -111238,7 +111238,7 @@ }, "style": "form" }, - "ml.get_overall_buckets:overall_score": { + "ml.get_overall_buckets-overall_score": { "in": "query", "name": "overall_score", "description": "Returns overall buckets with overall scores greater than or equal to this\nvalue.", @@ -111255,17 +111255,17 @@ }, "style": "form" }, - "ml.get_overall_buckets:start": { + "ml.get_overall_buckets-start": { "in": "query", "name": "start", "description": "Returns overall buckets with timestamps after this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_overall_buckets:top_n": { + "ml.get_overall_buckets-top_n": { "in": "query", "name": "top_n", "description": "The number of top anomaly detection job bucket scores to be used in the\n`overall_score` calculation.", @@ -111275,18 +111275,18 @@ }, "style": "form" }, - "ml.get_records:job_id": { + "ml.get_records-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_records:desc": { + "ml.get_records-desc": { "in": "query", "name": "desc", "description": "If true, the results are sorted in descending order.", @@ -111296,17 +111296,17 @@ }, "style": "form" }, - "ml.get_records:end": { + "ml.get_records-end": { "in": "query", "name": "end", "description": "Returns records with timestamps earlier than this time. The default value\nmeans results are not limited to specific timestamps.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_records:exclude_interim": { + "ml.get_records-exclude_interim": { "in": "query", "name": "exclude_interim", "description": "If `true`, the output excludes interim results.", @@ -111316,7 +111316,7 @@ }, "style": "form" }, - "ml.get_records:from": { + "ml.get_records-from": { "in": "query", "name": "from", "description": "Skips the specified number of records.", @@ -111326,7 +111326,7 @@ }, "style": "form" }, - "ml.get_records:record_score": { + "ml.get_records-record_score": { "in": "query", "name": "record_score", "description": "Returns records with anomaly scores greater or equal than this value.", @@ -111336,7 +111336,7 @@ }, "style": "form" }, - "ml.get_records:size": { + "ml.get_records-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of records to obtain.", @@ -111346,38 +111346,38 @@ }, "style": "form" }, - "ml.get_records:sort": { + "ml.get_records-sort": { "in": "query", "name": "sort", "description": "Specifies the sort field for the requested records.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "ml.get_records:start": { + "ml.get_records-start": { "in": "query", "name": "start", "description": "Returns records with timestamps after this time. The default value means\nresults are not limited to specific timestamps.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_trained_models:model_id": { + "ml.get_trained_models-model_id": { "in": "path", "name": "model_id", "description": "The unique identifier of the trained model or a model alias.\n\nYou can get information for multiple trained models in a single API\nrequest by using a comma-separated list of model IDs or a wildcard\nexpression.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_trained_models:allow_no_match": { + "ml.get_trained_models-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n- Contains wildcard expressions and there are no models that match.\n- Contains the _all string or no identifiers and there are no matches.\n- Contains wildcard expressions and there are only partial matches.\n\nIf true, it returns an empty array when there are no matches and the\nsubset of results when there are partial matches.", @@ -111387,7 +111387,7 @@ }, "style": "form" }, - "ml.get_trained_models:decompress_definition": { + "ml.get_trained_models-decompress_definition": { "in": "query", "name": "decompress_definition", "description": "Specifies whether the included model definition should be returned as a\nJSON map (true) or in a custom compressed format (false).", @@ -111397,7 +111397,7 @@ }, "style": "form" }, - "ml.get_trained_models:exclude_generated": { + "ml.get_trained_models-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -111407,7 +111407,7 @@ }, "style": "form" }, - "ml.get_trained_models:from": { + "ml.get_trained_models-from": { "in": "query", "name": "from", "description": "Skips the specified number of models.", @@ -111417,17 +111417,17 @@ }, "style": "form" }, - "ml.get_trained_models:include": { + "ml.get_trained_models-include": { "in": "query", "name": "include", "description": "A comma delimited string of optional fields to include in the response\nbody.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/ml._types:Include" + "$ref": "#/components/schemas/ml._types.Include" }, "style": "form" }, - "ml.get_trained_models:size": { + "ml.get_trained_models-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of models to obtain.", @@ -111437,7 +111437,7 @@ }, "style": "form" }, - "ml.get_trained_models:tags": { + "ml.get_trained_models-tags": { "in": "query", "name": "tags", "description": "A comma delimited string of tags. A trained model can have many tags, or\nnone. When supplied, only trained models that contain all the supplied\ntags are returned.", @@ -111457,18 +111457,18 @@ }, "style": "form" }, - "ml.get_trained_models_stats:model_id": { + "ml.get_trained_models_stats-model_id": { "in": "path", "name": "model_id", "description": "The unique identifier of the trained model or a model alias. It can be a\ncomma-separated list or a wildcard expression.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_trained_models_stats:allow_no_match": { + "ml.get_trained_models_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n- Contains wildcard expressions and there are no models that match.\n- Contains the _all string or no identifiers and there are no matches.\n- Contains wildcard expressions and there are only partial matches.\n\nIf true, it returns an empty array when there are no matches and the\nsubset of results when there are partial matches.", @@ -111478,7 +111478,7 @@ }, "style": "form" }, - "ml.get_trained_models_stats:from": { + "ml.get_trained_models_stats-from": { "in": "query", "name": "from", "description": "Skips the specified number of models.", @@ -111488,7 +111488,7 @@ }, "style": "form" }, - "ml.get_trained_models_stats:size": { + "ml.get_trained_models_stats-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of models to obtain.", @@ -111498,49 +111498,49 @@ }, "style": "form" }, - "ml.preview_data_frame_analytics:id": { + "ml.preview_data_frame_analytics-id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.preview_datafeed:datafeed_id": { + "ml.preview_datafeed-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "A numerical character string that uniquely identifies the datafeed. This identifier can contain lowercase\nalphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric\ncharacters. NOTE: If you use this path parameter, you cannot provide datafeed or anomaly detection job\nconfiguration details in the request body.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.preview_datafeed:start": { + "ml.preview_datafeed-start": { "in": "query", "name": "start", "description": "The start time from where the datafeed preview should begin", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.preview_datafeed:end": { + "ml.preview_datafeed-end": { "in": "query", "name": "end", "description": "The end time when the datafeed preview should stop", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "monitoring.bulk:type": { + "monitoring.bulk-type": { "in": "path", "name": "type", "description": "Default document type for items which don't provide one", @@ -111551,7 +111551,7 @@ }, "style": "simple" }, - "monitoring.bulk:system_id": { + "monitoring.bulk-system_id": { "in": "query", "name": "system_id", "description": "Identifier of the monitored system", @@ -111562,7 +111562,7 @@ }, "style": "form" }, - "monitoring.bulk:system_api_version": { + "monitoring.bulk-system_api_version": { "in": "query", "name": "system_api_version", "description": "", @@ -111573,29 +111573,29 @@ }, "style": "form" }, - "monitoring.bulk:interval": { + "monitoring.bulk-interval": { "in": "query", "name": "interval", "description": "Collection interval (e.g., '10s' or '10000ms') of the payload", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "msearch:index": { + "msearch-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and index aliases to search.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "msearch:allow_no_indices": { + "msearch-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias, or _all value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting foo*,bar* returns an error if an index starts with foo but no index starts with bar.", @@ -111605,7 +111605,7 @@ }, "style": "form" }, - "msearch:ccs_minimize_roundtrips": { + "msearch-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If true, network roundtrips between the coordinating node and remote clusters are minimized for cross-cluster search requests.", @@ -111615,17 +111615,17 @@ }, "style": "form" }, - "msearch:expand_wildcards": { + "msearch-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard expressions can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "msearch:ignore_throttled": { + "msearch-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If true, concrete, expanded or aliased indices are ignored when frozen.", @@ -111635,7 +111635,7 @@ }, "style": "form" }, - "msearch:ignore_unavailable": { + "msearch-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -111645,7 +111645,7 @@ }, "style": "form" }, - "msearch:include_named_queries_score": { + "msearch-include_named_queries_score": { "in": "query", "name": "include_named_queries_score", "description": "Indicates whether hit.matched_queries should be rendered as a map that includes\nthe name of the matched query associated with its score (true)\nor as an array containing the name of the matched queries (false)\nThis functionality reruns each named query on every hit in a search response.\nTypically, this adds a small overhead to a request.\nHowever, using computationally expensive named queries on a large number of hits may add significant overhead.", @@ -111655,7 +111655,7 @@ }, "style": "form" }, - "msearch:max_concurrent_searches": { + "msearch-max_concurrent_searches": { "in": "query", "name": "max_concurrent_searches", "description": "Maximum number of concurrent searches the multi search API can execute.\nDefaults to `max(1, (# of data nodes * min(search thread pool size, 10)))`.", @@ -111665,7 +111665,7 @@ }, "style": "form" }, - "msearch:max_concurrent_shard_requests": { + "msearch-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "Maximum number of concurrent shard requests that each sub-search request executes per node.", @@ -111675,7 +111675,7 @@ }, "style": "form" }, - "msearch:pre_filter_shard_size": { + "msearch-pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "description": "Defines a threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method i.e., if date filters are mandatory to match but the shard bounds and the query are disjoint.", @@ -111685,7 +111685,7 @@ }, "style": "form" }, - "msearch:rest_total_hits_as_int": { + "msearch-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If true, hits.total are returned as an integer in the response. Defaults to false, which returns an object.", @@ -111695,27 +111695,27 @@ }, "style": "form" }, - "msearch:routing": { + "msearch-routing": { "in": "query", "name": "routing", "description": "Custom routing value used to route search operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "msearch:search_type": { + "msearch-search_type": { "in": "query", "name": "search_type", "description": "Indicates whether global term and document frequencies should be used when scoring returned documents.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "msearch:typed_keys": { + "msearch-typed_keys": { "in": "query", "name": "typed_keys", "description": "Specifies whether aggregation and suggester names should be prefixed by their respective types in the response.", @@ -111725,18 +111725,18 @@ }, "style": "form" }, - "msearch_template:index": { + "msearch_template-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "msearch_template:ccs_minimize_roundtrips": { + "msearch_template-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips are minimized for cross-cluster search requests.", @@ -111746,7 +111746,7 @@ }, "style": "form" }, - "msearch_template:max_concurrent_searches": { + "msearch_template-max_concurrent_searches": { "in": "query", "name": "max_concurrent_searches", "description": "The maximum number of concurrent searches the API can run.", @@ -111756,17 +111756,17 @@ }, "style": "form" }, - "msearch_template:search_type": { + "msearch_template-search_type": { "in": "query", "name": "search_type", "description": "The type of the search operation.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "msearch_template:rest_total_hits_as_int": { + "msearch_template-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If `true`, the response returns `hits.total` as an integer.\nIf `false`, it returns `hits.total` as an object.", @@ -111776,7 +111776,7 @@ }, "style": "form" }, - "msearch_template:typed_keys": { + "msearch_template-typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, the response prefixes aggregation and suggester names with their respective types.", @@ -111786,18 +111786,18 @@ }, "style": "form" }, - "mtermvectors:index": { + "mtermvectors-index": { "in": "path", "name": "index", "description": "The name of the index that contains the documents.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "mtermvectors:ids": { + "mtermvectors-ids": { "in": "query", "name": "ids", "description": "A comma-separated list of documents ids. You must define ids as parameter or set \"ids\" or \"docs\" in the request body", @@ -111805,22 +111805,22 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "style": "form" }, - "mtermvectors:fields": { + "mtermvectors-fields": { "in": "query", "name": "fields", "description": "A comma-separated list or wildcard expressions of fields to include in the statistics.\nIt is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "mtermvectors:field_statistics": { + "mtermvectors-field_statistics": { "in": "query", "name": "field_statistics", "description": "If `true`, the response includes the document count, sum of document frequencies, and sum of total term frequencies.", @@ -111830,7 +111830,7 @@ }, "style": "form" }, - "mtermvectors:offsets": { + "mtermvectors-offsets": { "in": "query", "name": "offsets", "description": "If `true`, the response includes term offsets.", @@ -111840,7 +111840,7 @@ }, "style": "form" }, - "mtermvectors:payloads": { + "mtermvectors-payloads": { "in": "query", "name": "payloads", "description": "If `true`, the response includes term payloads.", @@ -111850,7 +111850,7 @@ }, "style": "form" }, - "mtermvectors:positions": { + "mtermvectors-positions": { "in": "query", "name": "positions", "description": "If `true`, the response includes term positions.", @@ -111860,7 +111860,7 @@ }, "style": "form" }, - "mtermvectors:preference": { + "mtermvectors-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -111870,7 +111870,7 @@ }, "style": "form" }, - "mtermvectors:realtime": { + "mtermvectors-realtime": { "in": "query", "name": "realtime", "description": "If true, the request is real-time as opposed to near-real-time.", @@ -111880,17 +111880,17 @@ }, "style": "form" }, - "mtermvectors:routing": { + "mtermvectors-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "mtermvectors:term_statistics": { + "mtermvectors-term_statistics": { "in": "query", "name": "term_statistics", "description": "If true, the response includes term frequency and document frequency.", @@ -111900,38 +111900,38 @@ }, "style": "form" }, - "mtermvectors:version": { + "mtermvectors-version": { "in": "query", "name": "version", "description": "If `true`, returns the document version as part of a hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "mtermvectors:version_type": { + "mtermvectors-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "nodes.hot_threads:node_id": { + "nodes.hot_threads-node_id": { "in": "path", "name": "node_id", "description": "List of node IDs or names used to limit returned information.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "nodes.hot_threads:ignore_idle_threads": { + "nodes.hot_threads-ignore_idle_threads": { "in": "query", "name": "ignore_idle_threads", "description": "If true, known idle threads (e.g. waiting in a socket select, or to get\na task from an empty queue) are filtered out.", @@ -111941,17 +111941,17 @@ }, "style": "form" }, - "nodes.hot_threads:interval": { + "nodes.hot_threads-interval": { "in": "query", "name": "interval", "description": "The interval to do the second sampling of threads.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "nodes.hot_threads:snapshots": { + "nodes.hot_threads-snapshots": { "in": "query", "name": "snapshots", "description": "Number of samples of thread stacktrace.", @@ -111961,7 +111961,7 @@ }, "style": "form" }, - "nodes.hot_threads:threads": { + "nodes.hot_threads-threads": { "in": "query", "name": "threads", "description": "Specifies the number of hot threads to provide information for.", @@ -111971,59 +111971,59 @@ }, "style": "form" }, - "nodes.hot_threads:timeout": { + "nodes.hot_threads-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received\nbefore the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "nodes.hot_threads:type": { + "nodes.hot_threads-type": { "in": "query", "name": "type", "description": "The type to sample.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ThreadType" + "$ref": "#/components/schemas/_types.ThreadType" }, "style": "form" }, - "nodes.hot_threads:sort": { + "nodes.hot_threads-sort": { "in": "query", "name": "sort", "description": "The sort order for 'cpu' type (default: total)", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ThreadType" + "$ref": "#/components/schemas/_types.ThreadType" }, "style": "form" }, - "nodes.info:node_id": { + "nodes.info-node_id": { "in": "path", "name": "node_id", "description": "Comma-separated list of node IDs or names used to limit returned information.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "nodes.info:metric": { + "nodes.info-metric": { "in": "path", "name": "metric", "description": "Limits the information returned to the specific metrics. Supports a comma-separated list, such as http,ingest.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Metrics" + "$ref": "#/components/schemas/_types.Metrics" }, "style": "simple" }, - "nodes.info:flat_settings": { + "nodes.info-flat_settings": { "in": "query", "name": "flat_settings", "description": "If true, returns settings in flat format.", @@ -112033,101 +112033,101 @@ }, "style": "form" }, - "nodes.info:timeout": { + "nodes.info-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "nodes.reload_secure_settings:node_id": { + "nodes.reload_secure_settings-node_id": { "in": "path", "name": "node_id", "description": "The names of particular nodes in the cluster to target.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "nodes.reload_secure_settings:timeout": { + "nodes.reload_secure_settings-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "nodes.stats:node_id": { + "nodes.stats-node_id": { "in": "path", "name": "node_id", "description": "Comma-separated list of node IDs or names used to limit returned information.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "nodes.stats:metric": { + "nodes.stats-metric": { "in": "path", "name": "metric", "description": "Limit the information returned to the specified metrics", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Metrics" + "$ref": "#/components/schemas/_types.Metrics" }, "style": "simple" }, - "nodes.stats:index_metric": { + "nodes.stats-index_metric": { "in": "path", "name": "index_metric", "description": "Limit the information returned for indices metric to the specific index metrics. It can be used only if indices (or all) metric is specified.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Metrics" + "$ref": "#/components/schemas/_types.Metrics" }, "style": "simple" }, - "nodes.stats:completion_fields": { + "nodes.stats-completion_fields": { "in": "query", "name": "completion_fields", "description": "Comma-separated list or wildcard expressions of fields to include in fielddata and suggest statistics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "nodes.stats:fielddata_fields": { + "nodes.stats-fielddata_fields": { "in": "query", "name": "fielddata_fields", "description": "Comma-separated list or wildcard expressions of fields to include in fielddata statistics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "nodes.stats:fields": { + "nodes.stats-fields": { "in": "query", "name": "fields", "description": "Comma-separated list or wildcard expressions of fields to include in the statistics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "nodes.stats:groups": { + "nodes.stats-groups": { "in": "query", "name": "groups", "description": "Comma-separated list of search groups to include in the search statistics.", @@ -112137,7 +112137,7 @@ }, "style": "form" }, - "nodes.stats:include_segment_file_sizes": { + "nodes.stats-include_segment_file_sizes": { "in": "query", "name": "include_segment_file_sizes", "description": "If true, the call reports the aggregated disk usage of each one of the Lucene index files (only applies if segment stats are requested).", @@ -112147,27 +112147,27 @@ }, "style": "form" }, - "nodes.stats:level": { + "nodes.stats-level": { "in": "query", "name": "level", "description": "Indicates whether statistics are aggregated at the cluster, index, or shard level.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Level" + "$ref": "#/components/schemas/_types.Level" }, "style": "form" }, - "nodes.stats:timeout": { + "nodes.stats-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "nodes.stats:types": { + "nodes.stats-types": { "in": "query", "name": "types", "description": "A comma-separated list of document types for the indexing index metric.", @@ -112180,7 +112180,7 @@ }, "style": "form" }, - "nodes.stats:include_unloaded_segments": { + "nodes.stats-include_unloaded_segments": { "in": "query", "name": "include_unloaded_segments", "description": "If `true`, the response includes information from segments that are not loaded into memory.", @@ -112190,102 +112190,102 @@ }, "style": "form" }, - "nodes.usage:node_id": { + "nodes.usage-node_id": { "in": "path", "name": "node_id", "description": "A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "nodes.usage:metric": { + "nodes.usage-metric": { "in": "path", "name": "metric", "description": "Limits the information returned to the specific metrics.\nA comma-separated list of the following options: `_all`, `rest_actions`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Metrics" + "$ref": "#/components/schemas/_types.Metrics" }, "style": "simple" }, - "nodes.usage:timeout": { + "nodes.usage-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "put_script:id": { + "put_script-id": { "in": "path", "name": "id", "description": "The identifier for the stored script or search template.\nIt must be unique within the cluster.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "put_script:context": { + "put_script-context": { "in": "path", "name": "context", "description": "The context in which the script or search template should run.\nTo prevent errors, the API immediately compiles the script or template in this context.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "put_script:context_": { + "put_script-context_": { "in": "query", "name": "context", "description": "The context in which the script or search template should run.\nTo prevent errors, the API immediately compiles the script or template in this context.\nIf you specify both this and the `` path parameter, the API uses the request path parameter.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, - "put_script:master_timeout": { + "put_script-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "put_script:timeout": { + "put_script-timeout": { "in": "query", "name": "timeout", "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "rank_eval:index": { + "rank_eval-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and index aliases used to limit the request.\nWildcard (`*`) expressions are supported.\nTo target all data streams and indices in a cluster, omit this parameter or use `_all` or `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "rank_eval:allow_no_indices": { + "rank_eval-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -112295,17 +112295,17 @@ }, "style": "form" }, - "rank_eval:expand_wildcards": { + "rank_eval-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "rank_eval:ignore_unavailable": { + "rank_eval-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, missing or closed indices are not included in the response.", @@ -112315,7 +112315,7 @@ }, "style": "form" }, - "rank_eval:search_type": { + "rank_eval-search_type": { "in": "query", "name": "search_type", "description": "Search operation type", @@ -112325,51 +112325,51 @@ }, "style": "form" }, - "render_search_template:id": { + "render_search_template-id": { "in": "path", "name": "id", "description": "The ID of the search template to render.\nIf no `source` is specified, this or the `id` request body parameter is required.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "rollup.get_jobs:id": { + "rollup.get_jobs-id": { "in": "path", "name": "id", "description": "Identifier for the rollup job.\nIf it is `_all` or omitted, the API returns all rollup jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "rollup.get_rollup_caps:id": { + "rollup.get_rollup_caps-id": { "in": "path", "name": "id", "description": "Index, indices or index-pattern to return rollup capabilities for.\n`_all` may be used to fetch rollup capabilities from all jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "rollup.rollup_search:index": { + "rollup.rollup_search-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams and indices used to limit the request.\nThis parameter has the following rules:\n\n* At least one data stream, index, or wildcard expression must be specified. This target can include a rollup or non-rollup index. For data streams, the stream's backing indices can only serve as non-rollup indices. Omitting the parameter or using `_all` are not permitted.\n* Multiple non-rollup indices may be specified.\n* Only one rollup index may be specified. If more than one are supplied, an exception occurs.\n* Wildcard expressions (`*`) may be used. If they match more than one rollup index, an exception occurs. However, you can use an expression to match multiple non-rollup indices or data streams.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "rollup.rollup_search:rest_total_hits_as_int": { + "rollup.rollup_search-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response", @@ -112379,7 +112379,7 @@ }, "style": "form" }, - "rollup.rollup_search:typed_keys": { + "rollup.rollup_search-typed_keys": { "in": "query", "name": "typed_keys", "description": "Specify whether aggregation and suggester names should be prefixed by their respective types in the response", @@ -112389,38 +112389,38 @@ }, "style": "form" }, - "scroll:scroll_id": { + "scroll-scroll_id": { "in": "path", "name": "scroll_id", "description": "The scroll ID", "required": true, "deprecated": true, "schema": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "style": "simple" }, - "scroll:scroll": { + "scroll-scroll": { "in": "query", "name": "scroll", "description": "The period to retain the search context for scrolling.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "scroll:scroll_id_": { + "scroll-scroll_id_": { "in": "query", "name": "scroll_id", "description": "The scroll ID for scrolled search", "deprecated": true, "schema": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "style": "form" }, - "scroll:rest_total_hits_as_int": { + "scroll-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If true, the API response’s hit.total property is returned as an integer. If false, the API response’s hit.total property is returned as an object.", @@ -112430,18 +112430,18 @@ }, "style": "form" }, - "search:index": { + "search-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "search:allow_no_indices": { + "search-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -112451,7 +112451,7 @@ }, "style": "form" }, - "search:allow_partial_search_results": { + "search-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If `true` and there are shard request timeouts or shard failures, the request returns partial results.\nIf `false`, it returns an error with no partial results.\n\nTo override the default behavior, you can set the `search.default_allow_partial_results` cluster setting to `false`.", @@ -112461,7 +112461,7 @@ }, "style": "form" }, - "search:analyzer": { + "search-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -112471,7 +112471,7 @@ }, "style": "form" }, - "search:analyze_wildcard": { + "search-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -112481,7 +112481,7 @@ }, "style": "form" }, - "search:batched_reduce_size": { + "search-batched_reduce_size": { "in": "query", "name": "batched_reduce_size", "description": "The number of shard results that should be reduced at once on the coordinating node.\nIf the potential number of shards in the request can be large, this value should be used as a protection mechanism to reduce the memory overhead per search request.", @@ -112491,7 +112491,7 @@ }, "style": "form" }, - "search:ccs_minimize_roundtrips": { + "search-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips between the coordinating node and the remote clusters are minimized when running cross-cluster search (CCS) requests.", @@ -112501,17 +112501,17 @@ }, "style": "form" }, - "search:default_operator": { + "search-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for the query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "search:df": { + "search-df": { "in": "query", "name": "df", "description": "The field to use as a default when no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -112521,27 +112521,27 @@ }, "style": "form" }, - "search:docvalue_fields": { + "search-docvalue_fields": { "in": "query", "name": "docvalue_fields", "description": "A comma-separated list of fields to return as the docvalue representation of a field for each hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:expand_wildcards": { + "search-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "search:explain": { + "search-explain": { "in": "query", "name": "explain", "description": "If `true`, the request returns detailed information about score computation as part of a hit.", @@ -112551,7 +112551,7 @@ }, "style": "form" }, - "search:ignore_throttled": { + "search-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, concrete, expanded or aliased indices will be ignored when frozen.", @@ -112561,7 +112561,7 @@ }, "style": "form" }, - "search:ignore_unavailable": { + "search-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -112571,7 +112571,7 @@ }, "style": "form" }, - "search:include_named_queries_score": { + "search-include_named_queries_score": { "in": "query", "name": "include_named_queries_score", "description": "If `true`, the response includes the score contribution from any named queries.\n\nThis functionality reruns each named query on every hit in a search response.\nTypically, this adds a small overhead to a request.\nHowever, using computationally expensive named queries on a large number of hits may add significant overhead.", @@ -112581,7 +112581,7 @@ }, "style": "form" }, - "search:lenient": { + "search-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -112591,7 +112591,7 @@ }, "style": "form" }, - "search:max_concurrent_shard_requests": { + "search-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "The number of concurrent shard requests per node that the search runs concurrently.\nThis value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests.", @@ -112601,7 +112601,7 @@ }, "style": "form" }, - "search:preference": { + "search-preference": { "in": "query", "name": "preference", "description": "The nodes and shards used for the search.\nBy default, Elasticsearch selects from eligible nodes and shards using adaptive replica selection, accounting for allocation awareness.\nValid values are:\n\n* `_only_local` to run the search only on shards on the local node.\n* `_local` to, if possible, run the search on shards on the local node, or if not, select shards using the default method.\n* `_only_nodes:,` to run the search on only the specified nodes IDs. If suitable shards exist on more than one selected node, use shards on those nodes using the default method. If none of the specified nodes are available, select shards from any available node using the default method.\n* `_prefer_nodes:,` to if possible, run the search on the specified nodes IDs. If not, select shards using the default method.\n`_shards:,` to run the search only on the specified shards. You can combine this value with other `preference` values. However, the `_shards` value must come first. For example: `_shards:2,3|_local`.\n`` (any string that does not start with `_`) to route searches with the same `` to the same shards in the same order.", @@ -112611,7 +112611,7 @@ }, "style": "form" }, - "search:pre_filter_shard_size": { + "search-pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "description": "A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold.\nThis filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method (if date filters are mandatory to match but the shard bounds and the query are disjoint).\nWhen unspecified, the pre-filter phase is executed if any of these conditions is met:\n\n* The request targets more than 128 shards.\n* The request targets one or more read-only index.\n* The primary sort of the query targets an indexed field.", @@ -112621,7 +112621,7 @@ }, "style": "form" }, - "search:request_cache": { + "search-request_cache": { "in": "query", "name": "request_cache", "description": "If `true`, the caching of search results is enabled for requests where `size` is `0`.\nIt defaults to index level settings.", @@ -112631,37 +112631,37 @@ }, "style": "form" }, - "search:routing": { + "search-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "search:scroll": { + "search-scroll": { "in": "query", "name": "scroll", "description": "The period to retain the search context for scrolling.\nBy default, this value cannot exceed `1d` (24 hours).\nYou can change this limit by using the `search.max_keep_alive` cluster-level setting.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "search:search_type": { + "search-search_type": { "in": "query", "name": "search_type", "description": "Indicates how distributed term frequencies are calculated for relevance scoring.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "search:stats": { + "search-stats": { "in": "query", "name": "stats", "description": "Specific `tag` of the request for logging and statistical purposes.", @@ -112674,37 +112674,37 @@ }, "style": "form" }, - "search:stored_fields": { + "search-stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return as part of a hit.\nIf no fields are specified, no stored fields are included in the response.\nIf this field is specified, the `_source` parameter defaults to `false`.\nYou can pass `_source: true` to return both source fields and stored fields in the search response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:suggest_field": { + "search-suggest_field": { "in": "query", "name": "suggest_field", "description": "The field to use for suggestions.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "search:suggest_mode": { + "search-suggest_mode": { "in": "query", "name": "suggest_mode", "description": "The suggest mode.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SuggestMode" + "$ref": "#/components/schemas/_types.SuggestMode" }, "style": "form" }, - "search:suggest_size": { + "search-suggest_size": { "in": "query", "name": "suggest_size", "description": "The number of suggestions to return.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", @@ -112714,7 +112714,7 @@ }, "style": "form" }, - "search:suggest_text": { + "search-suggest_text": { "in": "query", "name": "suggest_text", "description": "The source text for which the suggestions should be returned.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", @@ -112724,7 +112724,7 @@ }, "style": "form" }, - "search:terminate_after": { + "search-terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this parameter to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this parameter for requests that target data streams with backing indices across multiple data tiers.\nIf set to `0` (default), the query does not terminate early.", @@ -112734,27 +112734,27 @@ }, "style": "form" }, - "search:timeout": { + "search-timeout": { "in": "query", "name": "timeout", "description": "The period of time to wait for a response from each shard.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt defaults to no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "search:track_total_hits": { + "search-track_total_hits": { "in": "query", "name": "track_total_hits", "description": "The number of hits matching the query to count accurately.\nIf `true`, the exact number of hits is returned at the cost of some performance.\nIf `false`, the response does not include the total number of hits matching the query.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "style": "form" }, - "search:track_scores": { + "search-track_scores": { "in": "query", "name": "track_scores", "description": "If `true`, the request calculates and returns document scores, even if the scores are not used for sorting.", @@ -112764,7 +112764,7 @@ }, "style": "form" }, - "search:typed_keys": { + "search-typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, aggregation and suggester names are be prefixed by their respective types in the response.", @@ -112774,7 +112774,7 @@ }, "style": "form" }, - "search:rest_total_hits_as_int": { + "search-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "Indicates whether `hits.total` should be rendered as an integer or an object in the rest search response.", @@ -112784,7 +112784,7 @@ }, "style": "form" }, - "search:version": { + "search-version": { "in": "query", "name": "version", "description": "If `true`, the request returns the document version as part of a hit.", @@ -112794,37 +112794,37 @@ }, "style": "form" }, - "search:_source": { + "search-_source": { "in": "query", "name": "_source", "description": "The source fields that are returned for matching documents.\nThese fields are returned in the `hits._source` property of the search response.\nValid values are:\n\n* `true` to return the entire document source.\n* `false` to not return the document source.\n* `` to return the source fields that are specified as a comma-separated list that supports wildcard (`*`) patterns.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "search:_source_excludes": { + "search-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:_source_includes": { + "search-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:seq_no_primary_term": { + "search-seq_no_primary_term": { "in": "query", "name": "seq_no_primary_term", "description": "If `true`, the request returns the sequence number and primary term of the last modification of each hit.", @@ -112834,7 +112834,7 @@ }, "style": "form" }, - "search:q": { + "search-q": { "in": "query", "name": "q", "description": "A query in the Lucene query string syntax.\nQuery parameter searches do not support the full Elasticsearch Query DSL but are handy for testing.\n\nIMPORTANT: This parameter overrides the query parameter in the request body.\nIf both parameters are specified, documents matching the query request body parameter are not returned.", @@ -112844,7 +112844,7 @@ }, "style": "form" }, - "search:size": { + "search-size": { "in": "query", "name": "size", "description": "The number of hits to return.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", @@ -112854,7 +112854,7 @@ }, "style": "form" }, - "search:from": { + "search-from": { "in": "query", "name": "from", "description": "The starting document offset, which must be non-negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", @@ -112864,7 +112864,7 @@ }, "style": "form" }, - "search:sort": { + "search-sort": { "in": "query", "name": "sort", "description": "A comma-separated list of `:` pairs.", @@ -112884,7 +112884,7 @@ }, "style": "form" }, - "search:force_synthetic_source": { + "search-force_synthetic_source": { "in": "query", "name": "force_synthetic_source", "description": "Should this request force synthetic _source?\nUse this to test if the mapping supports synthetic _source and to get a sense of the worst case performance.\nFetches with this enabled will be slower the enabling synthetic source natively in the index.", @@ -112894,7 +112894,7 @@ }, "style": "form" }, - "search_application.get_behavioral_analytics:name": { + "search_application.get_behavioral_analytics-name": { "in": "path", "name": "name", "description": "A list of analytics collections to limit the returned information", @@ -112903,23 +112903,23 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "style": "simple" }, - "search_application.search:name": { + "search_application.search-name": { "in": "path", "name": "name", "description": "The name of the search application to be searched.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "search_application.search:typed_keys": { + "search_application.search-typed_keys": { "in": "query", "name": "typed_keys", "description": "Determines whether aggregation names are prefixed by their respective types in the response.", @@ -112929,62 +112929,62 @@ }, "style": "form" }, - "search_mvt:index": { + "search_mvt-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, or aliases to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "search_mvt:field": { + "search_mvt-field": { "in": "path", "name": "field", "description": "Field containing geospatial data to return", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "simple" }, - "search_mvt:zoom": { + "search_mvt-zoom": { "in": "path", "name": "zoom", "description": "Zoom level for the vector tile to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:ZoomLevel" + "$ref": "#/components/schemas/_global.search_mvt._types.ZoomLevel" }, "style": "simple" }, - "search_mvt:x": { + "search_mvt-x": { "in": "path", "name": "x", "description": "X coordinate for the vector tile to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:Coordinate" + "$ref": "#/components/schemas/_global.search_mvt._types.Coordinate" }, "style": "simple" }, - "search_mvt:y": { + "search_mvt-y": { "in": "path", "name": "y", "description": "Y coordinate for the vector tile to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:Coordinate" + "$ref": "#/components/schemas/_global.search_mvt._types.Coordinate" }, "style": "simple" }, - "search_mvt:exact_bounds": { + "search_mvt-exact_bounds": { "in": "query", "name": "exact_bounds", "description": "If `false`, the meta layer's feature is the bounding box of the tile.\nIf true, the meta layer's feature is a bounding box resulting from a\ngeo_bounds aggregation. The aggregation runs on values that intersect\nthe // tile with wrap_longitude set to false. The resulting\nbounding box may be larger than the vector tile.", @@ -112994,7 +112994,7 @@ }, "style": "form" }, - "search_mvt:extent": { + "search_mvt-extent": { "in": "query", "name": "extent", "description": "The size, in pixels, of a side of the tile. Vector tiles are square with equal sides.", @@ -113004,17 +113004,17 @@ }, "style": "form" }, - "search_mvt:grid_agg": { + "search_mvt-grid_agg": { "in": "query", "name": "grid_agg", "description": "Aggregation used to create a grid for `field`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridAggregationType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridAggregationType" }, "style": "form" }, - "search_mvt:grid_precision": { + "search_mvt-grid_precision": { "in": "query", "name": "grid_precision", "description": "Additional zoom levels available through the aggs layer. For example, if is 7\nand grid_precision is 8, you can zoom in up to level 15. Accepts 0-8. If 0, results\ndon't include the aggs layer.", @@ -113024,17 +113024,17 @@ }, "style": "form" }, - "search_mvt:grid_type": { + "search_mvt-grid_type": { "in": "query", "name": "grid_type", "description": "Determines the geometry type for features in the aggs layer. In the aggs layer,\neach feature represents a geotile_grid cell. If 'grid' each feature is a Polygon\nof the cells bounding box. If 'point' each feature is a Point that is the centroid\nof the cell.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridType" }, "style": "form" }, - "search_mvt:size": { + "search_mvt-size": { "in": "query", "name": "size", "description": "Maximum number of features to return in the hits layer. Accepts 0-10000.\nIf 0, results don't include the hits layer.", @@ -113044,7 +113044,7 @@ }, "style": "form" }, - "search_mvt:with_labels": { + "search_mvt-with_labels": { "in": "query", "name": "with_labels", "description": "If `true`, the hits and aggs layers will contain additional point features representing\nsuggested label positions for the original features.\n\n* `Point` and `MultiPoint` features will have one of the points selected.\n* `Polygon` and `MultiPolygon` features will have a single point generated, either the centroid, if it is within the polygon, or another point within the polygon selected from the sorted triangle-tree.\n* `LineString` features will likewise provide a roughly central point selected from the triangle-tree.\n* The aggregation results will provide one central point for each aggregation bucket.\n\nAll attributes from the original features will also be copied to the new label features.\nIn addition, the new features will be distinguishable using the tag `_mvt_label_position`.", @@ -113054,18 +113054,18 @@ }, "style": "form" }, - "search_shards:index": { + "search_shards-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "search_shards:allow_no_indices": { + "search_shards-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -113075,17 +113075,17 @@ }, "style": "form" }, - "search_shards:expand_wildcards": { + "search_shards-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "search_shards:ignore_unavailable": { + "search_shards-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -113095,7 +113095,7 @@ }, "style": "form" }, - "search_shards:local": { + "search_shards-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.", @@ -113105,17 +113105,17 @@ }, "style": "form" }, - "search_shards:master_timeout": { + "search_shards-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIT can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "search_shards:preference": { + "search_shards-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -113125,28 +113125,28 @@ }, "style": "form" }, - "search_shards:routing": { + "search_shards-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "search_template:index": { + "search_template-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "search_template:allow_no_indices": { + "search_template-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -113156,7 +113156,7 @@ }, "style": "form" }, - "search_template:ccs_minimize_roundtrips": { + "search_template-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips are minimized for cross-cluster search requests.", @@ -113166,17 +113166,17 @@ }, "style": "form" }, - "search_template:expand_wildcards": { + "search_template-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "search_template:explain": { + "search_template-explain": { "in": "query", "name": "explain", "description": "If `true`, the response includes additional details about score computation as part of a hit.", @@ -113186,7 +113186,7 @@ }, "style": "form" }, - "search_template:ignore_throttled": { + "search_template-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, specified concrete, expanded, or aliased indices are not included in the response when throttled.", @@ -113196,7 +113196,7 @@ }, "style": "form" }, - "search_template:ignore_unavailable": { + "search_template-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -113206,7 +113206,7 @@ }, "style": "form" }, - "search_template:preference": { + "search_template-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -113216,7 +113216,7 @@ }, "style": "form" }, - "search_template:profile": { + "search_template-profile": { "in": "query", "name": "profile", "description": "If `true`, the query execution is profiled.", @@ -113226,37 +113226,37 @@ }, "style": "form" }, - "search_template:routing": { + "search_template-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "search_template:scroll": { + "search_template-scroll": { "in": "query", "name": "scroll", "description": "Specifies how long a consistent view of the index\nshould be maintained for scrolled search.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "search_template:search_type": { + "search_template-search_type": { "in": "query", "name": "search_type", "description": "The type of the search operation.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "search_template:rest_total_hits_as_int": { + "search_template-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If `true`, `hits.total` is rendered as an integer in the response.\nIf `false`, it is rendered as an object.", @@ -113266,7 +113266,7 @@ }, "style": "form" }, - "search_template:typed_keys": { + "search_template-typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, the response prefixes aggregation and suggester names with their respective types.", @@ -113276,48 +113276,48 @@ }, "style": "form" }, - "searchable_snapshots.cache_stats:node_id": { + "searchable_snapshots.cache_stats-node_id": { "in": "path", "name": "node_id", "description": "The names of the nodes in the cluster to target.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "searchable_snapshots.cache_stats:master_timeout": { + "searchable_snapshots.cache_stats-master_timeout": { "in": "query", "name": "master_timeout", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "searchable_snapshots.clear_cache:index": { + "searchable_snapshots.clear_cache-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to clear from the cache.\nIt supports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "searchable_snapshots.clear_cache:expand_wildcards": { + "searchable_snapshots.clear_cache-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "searchable_snapshots.clear_cache:allow_no_indices": { + "searchable_snapshots.clear_cache-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -113327,7 +113327,7 @@ }, "style": "form" }, - "searchable_snapshots.clear_cache:ignore_unavailable": { + "searchable_snapshots.clear_cache-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -113337,252 +113337,252 @@ }, "style": "form" }, - "searchable_snapshots.stats:index": { + "searchable_snapshots.stats-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams and indices to retrieve statistics for.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "searchable_snapshots.stats:level": { + "searchable_snapshots.stats-level": { "in": "query", "name": "level", "description": "Return stats aggregated at cluster, index or shard level", "deprecated": false, "schema": { - "$ref": "#/components/schemas/searchable_snapshots._types:StatsLevel" + "$ref": "#/components/schemas/searchable_snapshots._types.StatsLevel" }, "style": "form" }, - "security.change_password:username": { + "security.change_password-username": { "in": "path", "name": "username", "description": "The user whose password you want to change. If you do not specify this\nparameter, the password is changed for the current user.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "style": "simple" }, - "security.change_password:refresh": { + "security.change_password-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.create_api_key:refresh": { + "security.create_api_key-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.create_service_token:namespace": { + "security.create_service_token-namespace": { "in": "path", "name": "namespace", "description": "The name of the namespace, which is a top-level grouping of service accounts.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Namespace" + "$ref": "#/components/schemas/_types.Namespace" }, "style": "simple" }, - "security.create_service_token:service": { + "security.create_service_token-service": { "in": "path", "name": "service", "description": "The name of the service.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Service" + "$ref": "#/components/schemas/_types.Service" }, "style": "simple" }, - "security.create_service_token:name": { + "security.create_service_token-name": { "in": "path", "name": "name", "description": "The name for the service account token.\nIf omitted, a random name will be generated.\n\nToken names must be at least one and no more than 256 characters.\nThey can contain alphanumeric characters (a-z, A-Z, 0-9), dashes (`-`), and underscores (`_`), but cannot begin with an underscore.\n\nNOTE: Token names must be unique in the context of the associated service account.\nThey must also be globally unique with their fully qualified names, which are comprised of the service account principal and token name, such as `//`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "security.create_service_token:refresh": { + "security.create_service_token-refresh": { "in": "query", "name": "refresh", "description": "If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` (the default) then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.disable_user:username": { + "security.disable_user-username": { "in": "path", "name": "username", "description": "An identifier for the user.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "style": "simple" }, - "security.disable_user:refresh": { + "security.disable_user-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.disable_user_profile:uid": { + "security.disable_user_profile-uid": { "in": "path", "name": "uid", "description": "Unique identifier for the user profile.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" }, "style": "simple" }, - "security.disable_user_profile:refresh": { + "security.disable_user_profile-refresh": { "in": "query", "name": "refresh", "description": "If 'true', Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf 'wait_for', it waits for a refresh to make this operation visible to search.\nIf 'false', it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.enable_user:username": { + "security.enable_user-username": { "in": "path", "name": "username", "description": "An identifier for the user.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "style": "simple" }, - "security.enable_user:refresh": { + "security.enable_user-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.enable_user_profile:uid": { + "security.enable_user_profile-uid": { "in": "path", "name": "uid", "description": "A unique identifier for the user profile.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" }, "style": "simple" }, - "security.enable_user_profile:refresh": { + "security.enable_user_profile-refresh": { "in": "query", "name": "refresh", "description": "If 'true', Elasticsearch refreshes the affected shards to make this operation\nvisible to search.\nIf 'wait_for', it waits for a refresh to make this operation visible to search.\nIf 'false', nothing is done with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.get_privileges:application": { + "security.get_privileges-application": { "in": "path", "name": "application", "description": "The name of the application.\nApplication privileges are always associated with exactly one application.\nIf you do not specify this parameter, the API returns information about all privileges for all applications.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "security.get_privileges:name": { + "security.get_privileges-name": { "in": "path", "name": "name", "description": "The name of the privilege.\nIf you do not specify this parameter, the API returns information about all privileges for the requested application.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "security.get_role:name": { + "security.get_role-name": { "in": "path", "name": "name", "description": "The name of the role.\nYou can specify multiple roles as a comma-separated list.\nIf you do not specify this parameter, the API returns information about all roles.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "security.get_role_mapping:name": { + "security.get_role_mapping-name": { "in": "path", "name": "name", "description": "The distinct name that identifies the role mapping. The name is used solely as an identifier to facilitate interaction via the API; it does not affect the behavior of the mapping in any way. You can specify multiple mapping names as a comma-separated list. If you do not specify this parameter, the API returns information about all role mappings.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "security.get_service_accounts:namespace": { + "security.get_service_accounts-namespace": { "in": "path", "name": "namespace", "description": "The name of the namespace.\nOmit this parameter to retrieve information about all service accounts.\nIf you omit this parameter, you must also omit the `service` parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Namespace" + "$ref": "#/components/schemas/_types.Namespace" }, "style": "simple" }, - "security.get_service_accounts:service": { + "security.get_service_accounts-service": { "in": "path", "name": "service", "description": "The service name.\nOmit this parameter to retrieve information about all service accounts that belong to the specified `namespace`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Service" + "$ref": "#/components/schemas/_types.Service" }, "style": "simple" }, - "security.get_user:username": { + "security.get_user-username": { "in": "path", "name": "username", "description": "An identifier for the user. You can specify multiple usernames as a comma-separated list. If you omit this parameter, the API retrieves information about all users.", @@ -113591,19 +113591,19 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } } ] }, "style": "simple" }, - "security.get_user:with_profile_uid": { + "security.get_user-with_profile_uid": { "in": "query", "name": "with_profile_uid", "description": "Determines whether to retrieve the user profile UID, if it exists, for the users.", @@ -113613,91 +113613,91 @@ }, "style": "form" }, - "security.has_privileges:user": { + "security.has_privileges-user": { "in": "path", "name": "user", "description": "Username", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "security.put_privileges:refresh": { + "security.put_privileges-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.put_role:name": { + "security.put_role-name": { "in": "path", "name": "name", "description": "The name of the role that is being created or updated. On Elasticsearch Serverless, the role name must begin with a letter or digit and can only contain letters, digits and the characters '_', '-', and '.'. Each role must have a unique name, as this will serve as the identifier for that role.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "security.put_role:refresh": { + "security.put_role-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.put_role_mapping:name": { + "security.put_role_mapping-name": { "in": "path", "name": "name", "description": "The distinct name that identifies the role mapping.\nThe name is used solely as an identifier to facilitate interaction via the API; it does not affect the behavior of the mapping in any way.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "security.put_role_mapping:refresh": { + "security.put_role_mapping-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.put_user:username": { + "security.put_user-username": { "in": "path", "name": "username", "description": "An identifier for the user.\n\nNOTE: Usernames must be at least 1 and no more than 507 characters.\nThey can contain alphanumeric characters (a-z, A-Z, 0-9), spaces, punctuation, and printable symbols in the Basic Latin (ASCII) block.\nLeading or trailing whitespace is not allowed.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "style": "simple" }, - "security.put_user:refresh": { + "security.put_user-refresh": { "in": "query", "name": "refresh", "description": "Valid values are `true`, `false`, and `wait_for`.\nThese values have the same meaning as in the index API, but the default value for this API is true.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.query_api_keys:with_limited_by": { + "security.query_api_keys-with_limited_by": { "in": "query", "name": "with_limited_by", "description": "Return the snapshot of the owner user's role descriptors associated with the API key.\nAn API key's actual permission is the intersection of its assigned role descriptors and the owner user's role descriptors (effectively limited by it).\nAn API key cannot retrieve any API key’s limited-by role descriptors (including itself) unless it has `manage_api_key` or higher privileges.", @@ -113707,7 +113707,7 @@ }, "style": "form" }, - "security.query_api_keys:with_profile_uid": { + "security.query_api_keys-with_profile_uid": { "in": "query", "name": "with_profile_uid", "description": "Determines whether to also retrieve the profile UID for the API key owner principal.\nIf it exists, the profile UID is returned under the `profile_uid` response field for each API key.", @@ -113717,7 +113717,7 @@ }, "style": "form" }, - "security.query_api_keys:typed_keys": { + "security.query_api_keys-typed_keys": { "in": "query", "name": "typed_keys", "description": "Determines whether aggregation names are prefixed by their respective types in the response.", @@ -113727,7 +113727,7 @@ }, "style": "form" }, - "security.query_user:with_profile_uid": { + "security.query_user-with_profile_uid": { "in": "query", "name": "with_profile_uid", "description": "Determines whether to retrieve the user profile UID, if it exists, for the users.", @@ -113737,7 +113737,7 @@ }, "style": "form" }, - "security.suggest_user_profiles:data": { + "security.suggest_user_profiles-data": { "in": "query", "name": "data", "description": "A comma-separated list of filters for the `data` field of the profile document.\nTo return all content use `data=*`.\nTo return a subset of content, use `data=` to retrieve content nested under the specified ``.\nBy default, the API returns no `data` content.\nIt is an error to specify `data` as both the query parameter and the request body field.", @@ -113757,28 +113757,28 @@ }, "style": "form" }, - "security.update_user_profile_data:uid": { + "security.update_user_profile_data-uid": { "in": "path", "name": "uid", "description": "A unique identifier for the user profile.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" }, "style": "simple" }, - "security.update_user_profile_data:if_seq_no": { + "security.update_user_profile_data-if_seq_no": { "in": "query", "name": "if_seq_no", "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, - "security.update_user_profile_data:if_primary_term": { + "security.update_user_profile_data-if_primary_term": { "in": "query", "name": "if_primary_term", "description": "Only perform the operation if the document has this primary term.", @@ -113788,122 +113788,122 @@ }, "style": "form" }, - "security.update_user_profile_data:refresh": { + "security.update_user_profile_data-refresh": { "in": "query", "name": "refresh", "description": "If 'true', Elasticsearch refreshes the affected shards to make this operation\nvisible to search.\nIf 'wait_for', it waits for a refresh to make this operation visible to search.\nIf 'false', nothing is done with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "shutdown.get_node:node_id": { + "shutdown.get_node-node_id": { "in": "path", "name": "node_id", "description": "Which node for which to retrieve the shutdown status", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "shutdown.get_node:master_timeout": { + "shutdown.get_node-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "simulate.ingest:index": { + "simulate.ingest-index": { "in": "path", "name": "index", "description": "The index to simulate ingesting into.\nThis value can be overridden by specifying an index on each document.\nIf you specify this parameter in the request path, it is used for any documents that do not explicitly specify an index argument.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "simulate.ingest:pipeline": { + "simulate.ingest-pipeline": { "in": "query", "name": "pipeline", "description": "The pipeline to use as the default pipeline.\nThis value can be used to override the default pipeline of the index.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:PipelineName" + "$ref": "#/components/schemas/_types.PipelineName" }, "style": "form" }, - "slm.get_lifecycle:policy_id": { + "slm.get_lifecycle-policy_id": { "in": "path", "name": "policy_id", "description": "Comma-separated list of snapshot lifecycle policies to retrieve", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "slm.get_lifecycle:master_timeout": { + "slm.get_lifecycle-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "slm.get_lifecycle:timeout": { + "slm.get_lifecycle-timeout": { "in": "query", "name": "timeout", "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "snapshot.create:repository": { + "snapshot.create-repository": { "in": "path", "name": "repository", "description": "The name of the repository for the snapshot.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "snapshot.create:snapshot": { + "snapshot.create-snapshot": { "in": "path", "name": "snapshot", "description": "The name of the snapshot.\nIt supportes date math.\nIt must be unique in the repository.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "snapshot.create:master_timeout": { + "snapshot.create-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "snapshot.create:wait_for_completion": { + "snapshot.create-wait_for_completion": { "in": "query", "name": "wait_for_completion", "description": "If `true`, the request returns a response when the snapshot is complete.\nIf `false`, the request returns a response when the snapshot initializes.", @@ -113913,38 +113913,38 @@ }, "style": "form" }, - "snapshot.create_repository:repository": { + "snapshot.create_repository-repository": { "in": "path", "name": "repository", "description": "The name of the snapshot repository to register or update.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "snapshot.create_repository:master_timeout": { + "snapshot.create_repository-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "snapshot.create_repository:timeout": { + "snapshot.create_repository-timeout": { "in": "query", "name": "timeout", "description": "The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.\nIf no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "snapshot.create_repository:verify": { + "snapshot.create_repository-verify": { "in": "query", "name": "verify", "description": "If `true`, the request verifies the repository is functional on all master and data nodes in the cluster.\nIf `false`, this verification is skipped.\nYou can also perform this verification with the verify snapshot repository API.", @@ -113954,18 +113954,18 @@ }, "style": "form" }, - "snapshot.get_repository:repository": { + "snapshot.get_repository-repository": { "in": "path", "name": "repository", "description": "A comma-separated list of snapshot repository names used to limit the request.\nWildcard (`*`) expressions are supported including combining wildcards with exclude patterns starting with `-`.\n\nTo get information about all snapshot repositories registered in the cluster, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "snapshot.get_repository:local": { + "snapshot.get_repository-local": { "in": "query", "name": "local", "description": "If `true`, the request gets information from the local node only.\nIf `false`, the request gets information from the master node.", @@ -113975,39 +113975,39 @@ }, "style": "form" }, - "snapshot.get_repository:master_timeout": { + "snapshot.get_repository-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "snapshot.status:repository": { + "snapshot.status-repository": { "in": "path", "name": "repository", "description": "The snapshot repository name used to limit the request.\nIt supports wildcards (`*`) if `` isn't specified.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "snapshot.status:snapshot": { + "snapshot.status-snapshot": { "in": "path", "name": "snapshot", "description": "A comma-separated list of snapshots to retrieve status for.\nThe default is currently running snapshots.\nWildcards (`*`) are not supported.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "snapshot.status:ignore_unavailable": { + "snapshot.status-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error for any snapshots that are unavailable.\nIf `true`, the request ignores snapshots that are unavailable, such as those that are corrupted or temporarily cannot be returned.", @@ -114017,38 +114017,38 @@ }, "style": "form" }, - "snapshot.status:master_timeout": { + "snapshot.status-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "sql.query:format": { + "sql.query-format": { "in": "query", "name": "format", "description": "The format for the response.\nYou can also specify a format using the `Accept` HTTP header.\nIf you specify both this parameter and the `Accept` HTTP header, this parameter takes precedence.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/sql.query:SqlFormat" + "$ref": "#/components/schemas/sql.query.SqlFormat" }, "style": "form" }, - "tasks.cancel:task_id": { + "tasks.cancel-task_id": { "in": "path", "name": "task_id", "description": "The task identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "style": "simple" }, - "tasks.cancel:actions": { + "tasks.cancel-actions": { "in": "query", "name": "actions", "description": "A comma-separated list or wildcard expression of actions that is used to limit the request.", @@ -114068,7 +114068,7 @@ }, "style": "form" }, - "tasks.cancel:nodes": { + "tasks.cancel-nodes": { "in": "query", "name": "nodes", "description": "A comma-separated list of node IDs or names that is used to limit the request.", @@ -114081,7 +114081,7 @@ }, "style": "form" }, - "tasks.cancel:parent_task_id": { + "tasks.cancel-parent_task_id": { "in": "query", "name": "parent_task_id", "description": "A parent task ID that is used to limit the tasks.", @@ -114091,7 +114091,7 @@ }, "style": "form" }, - "tasks.cancel:wait_for_completion": { + "tasks.cancel-wait_for_completion": { "in": "query", "name": "wait_for_completion", "description": "If true, the request blocks until all found tasks are complete.", @@ -114101,50 +114101,50 @@ }, "style": "form" }, - "terms_enum:index": { + "terms_enum-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and index aliases to search.\nWildcard (`*`) expressions are supported.\nTo search all data streams or indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "termvectors:index": { + "termvectors-index": { "in": "path", "name": "index", "description": "The name of the index that contains the document.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "termvectors:id": { + "termvectors-id": { "in": "path", "name": "id", "description": "A unique identifier for the document.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "termvectors:fields": { + "termvectors-fields": { "in": "query", "name": "fields", "description": "A comma-separated list or wildcard expressions of fields to include in the statistics.\nIt is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "termvectors:field_statistics": { + "termvectors-field_statistics": { "in": "query", "name": "field_statistics", "description": "If `true`, the response includes:\n\n* The document count (how many documents contain this field).\n* The sum of document frequencies (the sum of document frequencies for all terms in this field).\n* The sum of total term frequencies (the sum of total term frequencies of each term in this field).", @@ -114154,7 +114154,7 @@ }, "style": "form" }, - "termvectors:offsets": { + "termvectors-offsets": { "in": "query", "name": "offsets", "description": "If `true`, the response includes term offsets.", @@ -114164,7 +114164,7 @@ }, "style": "form" }, - "termvectors:payloads": { + "termvectors-payloads": { "in": "query", "name": "payloads", "description": "If `true`, the response includes term payloads.", @@ -114174,7 +114174,7 @@ }, "style": "form" }, - "termvectors:positions": { + "termvectors-positions": { "in": "query", "name": "positions", "description": "If `true`, the response includes term positions.", @@ -114184,7 +114184,7 @@ }, "style": "form" }, - "termvectors:preference": { + "termvectors-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -114194,7 +114194,7 @@ }, "style": "form" }, - "termvectors:realtime": { + "termvectors-realtime": { "in": "query", "name": "realtime", "description": "If true, the request is real-time as opposed to near-real-time.", @@ -114204,17 +114204,17 @@ }, "style": "form" }, - "termvectors:routing": { + "termvectors-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "termvectors:term_statistics": { + "termvectors-term_statistics": { "in": "query", "name": "term_statistics", "description": "If `true`, the response includes:\n\n* The total term frequency (how often a term occurs in all documents).\n* The document frequency (the number of documents containing the current term).\n\nBy default these values are not returned since term statistics can have a serious performance impact.", @@ -114224,27 +114224,27 @@ }, "style": "form" }, - "termvectors:version": { + "termvectors-version": { "in": "query", "name": "version", "description": "If `true`, returns the document version as part of a hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "termvectors:version_type": { + "termvectors-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "text_structure.find_message_structure:column_names": { + "text_structure.find_message_structure-column_names": { "in": "query", "name": "column_names", "description": "If the format is `delimited`, you can specify the column names in a comma-separated list.\nIf this parameter is not specified, the structure finder uses the column names from the header row of the text.\nIf the text does not have a header role, columns are named \"column1\", \"column2\", \"column3\", for example.", @@ -114254,7 +114254,7 @@ }, "style": "form" }, - "text_structure.find_message_structure:delimiter": { + "text_structure.find_message_structure-delimiter": { "in": "query", "name": "delimiter", "description": "If you the format is `delimited`, you can specify the character used to delimit the values in each row.\nOnly a single character is supported; the delimiter cannot have multiple characters.\nBy default, the API considers the following possibilities: comma, tab, semi-colon, and pipe (`|`).\nIn this default scenario, all rows must have the same number of fields for the delimited format to be detected.\nIf you specify a delimiter, up to 10% of the rows can have a different number of columns than the first row.", @@ -114264,17 +114264,17 @@ }, "style": "form" }, - "text_structure.find_message_structure:ecs_compatibility": { + "text_structure.find_message_structure-ecs_compatibility": { "in": "query", "name": "ecs_compatibility", "description": "The mode of compatibility with ECS compliant Grok patterns.\nUse this parameter to specify whether to use ECS Grok patterns instead of legacy ones when the structure finder creates a Grok pattern.\nThis setting primarily has an impact when a whole message Grok pattern such as `%{CATALINALOG}` matches the input.\nIf the structure finder identifies a common structure but has no idea of meaning then generic field names such as `path`, `ipaddress`, `field1`, and `field2` are used in the `grok_pattern` output, with the intention that a user who knows the meanings rename these fields before using it.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/text_structure._types:EcsCompatibilityType" + "$ref": "#/components/schemas/text_structure._types.EcsCompatibilityType" }, "style": "form" }, - "text_structure.find_message_structure:explain": { + "text_structure.find_message_structure-explain": { "in": "query", "name": "explain", "description": "If this parameter is set to true, the response includes a field named `explanation`, which is an array of strings that indicate how the structure finder produced its result.", @@ -114284,27 +114284,27 @@ }, "style": "form" }, - "text_structure.find_message_structure:format": { + "text_structure.find_message_structure-format": { "in": "query", "name": "format", "description": "The high level structure of the text.\nBy default, the API chooses the format.\nIn this default scenario, all rows must have the same number of fields for a delimited format to be detected.\nIf the format is `delimited` and the delimiter is not set, however, the API tolerates up to 5% of rows that have a different number of columns than the first row.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/text_structure._types:FormatType" + "$ref": "#/components/schemas/text_structure._types.FormatType" }, "style": "form" }, - "text_structure.find_message_structure:grok_pattern": { + "text_structure.find_message_structure-grok_pattern": { "in": "query", "name": "grok_pattern", "description": "If the format is `semi_structured_text`, you can specify a Grok pattern that is used to extract fields from every message in the text.\nThe name of the timestamp field in the Grok pattern must match what is specified in the `timestamp_field` parameter.\nIf that parameter is not specified, the name of the timestamp field in the Grok pattern must match \"timestamp\".\nIf `grok_pattern` is not specified, the structure finder creates a Grok pattern.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "style": "form" }, - "text_structure.find_message_structure:quote": { + "text_structure.find_message_structure-quote": { "in": "query", "name": "quote", "description": "If the format is `delimited`, you can specify the character used to quote the values in each row if they contain newlines or the delimiter character.\nOnly a single character is supported.\nIf this parameter is not specified, the default value is a double quote (`\"`).\nIf your delimited text format does not use quoting, a workaround is to set this argument to a character that does not appear anywhere in the sample.", @@ -114314,7 +114314,7 @@ }, "style": "form" }, - "text_structure.find_message_structure:should_trim_fields": { + "text_structure.find_message_structure-should_trim_fields": { "in": "query", "name": "should_trim_fields", "description": "If the format is `delimited`, you can specify whether values between delimiters should have whitespace trimmed from them.\nIf this parameter is not specified and the delimiter is pipe (`|`), the default value is true.\nOtherwise, the default value is `false`.", @@ -114324,27 +114324,27 @@ }, "style": "form" }, - "text_structure.find_message_structure:timeout": { + "text_structure.find_message_structure-timeout": { "in": "query", "name": "timeout", "description": "The maximum amount of time that the structure analysis can take.\nIf the analysis is still running when the timeout expires, it will be stopped.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "text_structure.find_message_structure:timestamp_field": { + "text_structure.find_message_structure-timestamp_field": { "in": "query", "name": "timestamp_field", "description": "The name of the field that contains the primary timestamp of each record in the text.\nIn particular, if the text was ingested into an index, this is the field that would be used to populate the `@timestamp` field.\n\nIf the format is `semi_structured_text`, this field must match the name of the appropriate extraction in the `grok_pattern`.\nTherefore, for semi-structured text, it is best not to specify this parameter unless `grok_pattern` is also specified.\n\nFor structured text, if you specify this parameter, the field must exist within the text.\n\nIf this parameter is not specified, the structure finder makes a decision about which field (if any) is the primary timestamp field.\nFor structured text, it is not compulsory to have a timestamp in the text.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "text_structure.find_message_structure:timestamp_format": { + "text_structure.find_message_structure-timestamp_format": { "in": "query", "name": "timestamp_format", "description": "The Java time format of the timestamp field in the text.\nOnly a subset of Java time format letter groups are supported:\n\n* `a`\n* `d`\n* `dd`\n* `EEE`\n* `EEEE`\n* `H`\n* `HH`\n* `h`\n* `M`\n* `MM`\n* `MMM`\n* `MMMM`\n* `mm`\n* `ss`\n* `XX`\n* `XXX`\n* `yy`\n* `yyyy`\n* `zzz`\n\nAdditionally `S` letter groups (fractional seconds) of length one to nine are supported providing they occur after `ss` and are separated from the `ss` by a period (`.`), comma (`,`), or colon (`:`).\nSpacing and punctuation is also permitted with the exception a question mark (`?`), newline, and carriage return, together with literal text enclosed in single quotes.\nFor example, `MM/dd HH.mm.ss,SSSSSS 'in' yyyy` is a valid override format.\n\nOne valuable use case for this parameter is when the format is semi-structured text, there are multiple timestamp formats in the text, and you know which format corresponds to the primary timestamp, but you do not want to specify the full `grok_pattern`.\nAnother is when the timestamp format is one that the structure finder does not consider by default.\n\nIf this parameter is not specified, the structure finder chooses the best format from a built-in set.\n\nIf the special value `null` is specified, the structure finder will not look for a primary timestamp in the text.\nWhen the format is semi-structured text, this will result in the structure finder treating the text as single-line messages.", @@ -114354,7 +114354,7 @@ }, "style": "form" }, - "text_structure.test_grok_pattern:ecs_compatibility": { + "text_structure.test_grok_pattern-ecs_compatibility": { "in": "query", "name": "ecs_compatibility", "description": "The mode of compatibility with ECS compliant Grok patterns.\nUse this parameter to specify whether to use ECS Grok patterns instead of legacy ones when the structure finder creates a Grok pattern.\nValid values are `disabled` and `v1`.", @@ -114364,18 +114364,18 @@ }, "style": "form" }, - "transform.get_transform:transform_id": { + "transform.get_transform-transform_id": { "in": "path", "name": "transform_id", "description": "Identifier for the transform. It can be a transform identifier or a\nwildcard expression. You can get information for all transforms by using\n`_all`, by specifying `*` as the ``, or by omitting the\n``.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "transform.get_transform:allow_no_match": { + "transform.get_transform-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no transforms that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf this parameter is false, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -114385,7 +114385,7 @@ }, "style": "form" }, - "transform.get_transform:from": { + "transform.get_transform-from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -114395,7 +114395,7 @@ }, "style": "form" }, - "transform.get_transform:size": { + "transform.get_transform-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of transforms to obtain.", @@ -114405,7 +114405,7 @@ }, "style": "form" }, - "transform.get_transform:exclude_generated": { + "transform.get_transform-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Excludes fields that were automatically added when creating the\ntransform. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -114415,83 +114415,83 @@ }, "style": "form" }, - "transform.preview_transform:transform_id": { + "transform.preview_transform-transform_id": { "in": "path", "name": "transform_id", "description": "Identifier for the transform to preview. If you specify this path parameter, you cannot provide transform\nconfiguration details in the request body.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "transform.preview_transform:timeout": { + "transform.preview_transform-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the\ntimeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "watcher.ack_watch:watch_id": { + "watcher.ack_watch-watch_id": { "in": "path", "name": "watch_id", "description": "The watch identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "watcher.ack_watch:action_id": { + "watcher.ack_watch-action_id": { "in": "path", "name": "action_id", "description": "A comma-separated list of the action identifiers to acknowledge.\nIf you omit this parameter, all of the actions of the watch are acknowledged.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "watcher.activate_watch:watch_id": { + "watcher.activate_watch-watch_id": { "in": "path", "name": "watch_id", "description": "The watch identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "watcher.deactivate_watch:watch_id": { + "watcher.deactivate_watch-watch_id": { "in": "path", "name": "watch_id", "description": "The watch identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "watcher.execute_watch:id": { + "watcher.execute_watch-id": { "in": "path", "name": "id", "description": "The watch identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "watcher.execute_watch:debug": { + "watcher.execute_watch-debug": { "in": "query", "name": "debug", "description": "Defines whether the watch runs in debug mode.", @@ -114501,18 +114501,18 @@ }, "style": "form" }, - "watcher.put_watch:id": { + "watcher.put_watch-id": { "in": "path", "name": "id", "description": "The identifier for the watch.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "watcher.put_watch:active": { + "watcher.put_watch-active": { "in": "query", "name": "active", "description": "The initial state of the watch.\nThe default value is `true`, which means the watch is active by default.", @@ -114522,7 +114522,7 @@ }, "style": "form" }, - "watcher.put_watch:if_primary_term": { + "watcher.put_watch-if_primary_term": { "in": "query", "name": "if_primary_term", "description": "only update the watch if the last operation that has changed the watch has the specified primary term", @@ -114532,27 +114532,27 @@ }, "style": "form" }, - "watcher.put_watch:if_seq_no": { + "watcher.put_watch-if_seq_no": { "in": "query", "name": "if_seq_no", "description": "only update the watch if the last operation that has changed the watch has the specified sequence number", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, - "watcher.put_watch:version": { + "watcher.put_watch-version": { "in": "query", "name": "version", "description": "Explicit version number for concurrency control", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "watcher.stats:metric": { + "watcher.stats-metric": { "in": "path", "name": "metric", "description": "Defines which additional metrics are included in the response.", @@ -114561,19 +114561,19 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/watcher.stats:WatcherMetric" + "$ref": "#/components/schemas/watcher.stats.WatcherMetric" }, { "type": "array", "items": { - "$ref": "#/components/schemas/watcher.stats:WatcherMetric" + "$ref": "#/components/schemas/watcher.stats.WatcherMetric" } } ] }, "style": "simple" }, - "watcher.stats:emit_stacktraces": { + "watcher.stats-emit_stacktraces": { "in": "query", "name": "emit_stacktraces", "description": "Defines whether stack traces are generated for each watch that is running.", @@ -114583,7 +114583,7 @@ }, "style": "form" }, - "watcher.stats:metric_": { + "watcher.stats-metric_": { "in": "query", "name": "metric", "description": "Defines which additional metrics are included in the response.", @@ -114591,12 +114591,12 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/watcher.stats:WatcherMetric" + "$ref": "#/components/schemas/watcher.stats.WatcherMetric" }, { "type": "array", "items": { - "$ref": "#/components/schemas/watcher.stats:WatcherMetric" + "$ref": "#/components/schemas/watcher.stats.WatcherMetric" } } ] @@ -114614,11 +114614,11 @@ "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "explain": { "description": "If true, returns detailed information about score computation as part of a hit.", @@ -114636,10 +114636,10 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "indices_boost": { "description": "Boosts the _score of documents from specified indices.", @@ -114657,19 +114657,19 @@ "description": "Array of wildcard (*) patterns. The request returns doc values for field\nnames matching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "knn": { "description": "Defines the approximate kNN search to run.", "oneOf": [ { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" } } ] @@ -114679,23 +114679,23 @@ "type": "number" }, "post_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "profile": { "type": "boolean" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "rescore": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" } } ] @@ -114704,34 +114704,34 @@ "description": "Retrieve a script evaluation (based on different fields) for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "size": { "description": "The number of hits to return. By default, you cannot page through more\nthan 10,000 hits using the from and size parameters. To page through more\nhits, use the search_after parameter.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "description": "Array of wildcard (*) patterns. The request returns values for field names\nmatching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "suggest": { - "$ref": "#/components/schemas/_global.search._types:Suggester" + "$ref": "#/components/schemas/_global.search._types.Suggester" }, "terminate_after": { "description": "Maximum number of documents to collect for each shard. If a query reaches this\nlimit, Elasticsearch terminates the query early. Elasticsearch collects documents\nbefore sorting. Defaults to 0, which does not terminate query execution early.", @@ -114754,13 +114754,13 @@ "type": "boolean" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "pit": { - "$ref": "#/components/schemas/_global.search._types:PointInTimeReference" + "$ref": "#/components/schemas/_global.search._types.PointInTimeReference" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "stats": { "description": "Stats groups to associate with the search. Each group maintains a statistics\naggregation for its associated searches. You can retrieve these stats using\nthe indices stats API.", @@ -114788,10 +114788,10 @@ "items": { "oneOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationContainer" + "$ref": "#/components/schemas/_global.bulk.OperationContainer" }, { - "$ref": "#/components/schemas/_global.bulk:UpdateAction" + "$ref": "#/components/schemas/_global.bulk.UpdateAction" }, { "type": "object" @@ -114832,7 +114832,7 @@ "type": "object", "properties": { "scroll_id": { - "$ref": "#/components/schemas/_types:ScrollIds" + "$ref": "#/components/schemas/_types.ScrollIds" } } }, @@ -114856,7 +114856,7 @@ "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "primary": { "description": "If true, returns explanation for the primary shard for the given shard ID.", @@ -114884,13 +114884,13 @@ "type": "object", "properties": { "template": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "deprecated": { "description": "Marks this index template as deprecated. When creating or updating a non-deprecated index template\nthat uses deprecated components, Elasticsearch will emit a deprecation warning.", @@ -114926,7 +114926,7 @@ "type": "string" }, "index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "is_native": { "type": "boolean" @@ -114960,7 +114960,7 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } }, @@ -115003,39 +115003,39 @@ "type": "boolean" }, "event_category_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "tiebreaker_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "timestamp_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "fetch_size": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "filter": { "description": "Query, written in Query DSL, used to filter the events on which the EQL query runs.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] }, "keep_alive": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "keep_on_completion": { "type": "boolean" }, "wait_for_completion_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "allow_partial_search_results": { "description": "Allow query execution also in case of shard failures.\nIf true, the query will keep running and will return results based on the available shards.\nFor sequences, the behavior can be further refined using allow_partial_sequence_results", @@ -115046,27 +115046,27 @@ "type": "boolean" }, "size": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "fields": { "description": "Array of wildcard (*) patterns. The response returns values for field names matching these patterns in the fields property of each hit.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } } ] }, "result_position": { - "$ref": "#/components/schemas/eql.search:ResultPosition" + "$ref": "#/components/schemas/eql.search.ResultPosition" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "max_samples_per_key": { "description": "By default, the response of a sample query contains up to `10` samples, with one sample per unique set of join keys. Use the `size`\nparameter to get a smaller or larger set of samples. To retrieve more than one sample per set of join keys, use the\n`max_samples_per_key` parameter. Pipes are not supported for sample queries.", @@ -115100,7 +115100,7 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } }, @@ -115120,13 +115120,13 @@ "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "index_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } } }, @@ -115145,7 +115145,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch:RequestItem" + "$ref": "#/components/schemas/_global.msearch.RequestItem" } } } @@ -115161,11 +115161,11 @@ "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "explain": { "description": "If true, returns detailed information about score computation as part of a hit.", @@ -115183,10 +115183,10 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "indices_boost": { "description": "Boosts the _score of documents from specified indices.", @@ -115204,7 +115204,7 @@ "description": "Array of wildcard (*) patterns. The request returns doc values for field\nnames matching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "min_score": { @@ -115212,23 +115212,23 @@ "type": "number" }, "post_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "profile": { "type": "boolean" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "rescore": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" } } ] @@ -115237,34 +115237,34 @@ "description": "Retrieve a script evaluation (based on different fields) for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "size": { "description": "The number of hits to return. By default, you cannot page through more\nthan 10,000 hits using the from and size parameters. To page through more\nhits, use the search_after parameter.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "description": "Array of wildcard (*) patterns. The request returns values for field names\nmatching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "suggest": { - "$ref": "#/components/schemas/_global.search._types:Suggester" + "$ref": "#/components/schemas/_global.search._types.Suggester" }, "terminate_after": { "description": "Maximum number of documents to collect for each shard. If a query reaches this\nlimit, Elasticsearch terminates the query early. Elasticsearch collects documents\nbefore sorting. Defaults to 0, which does not terminate query execution early.", @@ -115287,13 +115287,13 @@ "type": "boolean" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "pit": { - "$ref": "#/components/schemas/_global.search._types:PointInTimeReference" + "$ref": "#/components/schemas/_global.search._types.PointInTimeReference" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "stats": { "description": "Stats groups to associate with the search. Each group maintains a statistics\naggregation for its associated searches. You can retrieve these stats using\nthe indices stats API.", @@ -115314,19 +115314,19 @@ "type": "object", "properties": { "connections": { - "$ref": "#/components/schemas/graph._types:Hop" + "$ref": "#/components/schemas/graph._types.Hop" }, "controls": { - "$ref": "#/components/schemas/graph._types:ExploreControls" + "$ref": "#/components/schemas/graph._types.ExploreControls" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "vertices": { "description": "Specifies one or more fields that contain the terms you want to include in the graph as vertices.", "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:VertexDefinition" + "$ref": "#/components/schemas/graph._types.VertexDefinition" } } } @@ -115383,7 +115383,7 @@ "description": "Array of character filters used to preprocess characters before the tokenizer.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:CharFilter" + "$ref": "#/components/schemas/_types.analysis.CharFilter" } }, "explain": { @@ -115391,13 +115391,13 @@ "type": "boolean" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "filter": { "description": "Array of token filters used to apply after the tokenizer.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenFilter" + "$ref": "#/components/schemas/_types.analysis.TokenFilter" } }, "normalizer": { @@ -115405,10 +115405,10 @@ "type": "string" }, "text": { - "$ref": "#/components/schemas/indices.analyze:TextToAnalyze" + "$ref": "#/components/schemas/indices.analyze.TextToAnalyze" }, "tokenizer": { - "$ref": "#/components/schemas/_types.analysis:Tokenizer" + "$ref": "#/components/schemas/_types.analysis.Tokenizer" } } }, @@ -115462,7 +115462,7 @@ "description": "Aliases for the resulting index.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "settings": { @@ -115488,7 +115488,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices.create_from:CreateFrom" + "$ref": "#/components/schemas/indices.create_from.CreateFrom" } } }, @@ -115501,20 +115501,20 @@ "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "is_write_index": { "description": "If `true`, sets the write index or data stream for the alias.\nIf an alias points to multiple indices or data streams and `is_write_index` isn’t set, the alias rejects write requests.\nIf an index alias points to one index and `is_write_index` isn’t set, the index automatically acts as the write index.\nData stream aliases don’t automatically set a write data stream, even if the alias points to one data stream.", "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" } } }, @@ -115533,30 +115533,30 @@ "type": "object", "properties": { "index_patterns": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "composed_of": { "description": "An ordered list of component template names.\nComponent templates are merged in the order specified, meaning that the last component template specified has the highest precedence.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "template": { - "$ref": "#/components/schemas/indices.put_index_template:IndexTemplateMapping" + "$ref": "#/components/schemas/indices.put_index_template.IndexTemplateMapping" }, "data_stream": { - "$ref": "#/components/schemas/indices._types:DataStreamVisibility" + "$ref": "#/components/schemas/indices._types.DataStreamVisibility" }, "priority": { "description": "Priority to determine index template precedence when a new data stream or index is created.\nThe index template with the highest priority is chosen.\nIf no priority is specified the template is treated as though it is of priority 0 (lowest priority).\nThis number is not automatically generated by Elasticsearch.", "type": "number" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "allow_auto_create": { "description": "This setting overrides the value of the `action.auto_create_index` cluster setting.\nIf set to `true` in a template, then indices can be automatically created using that template even if auto-creation of indices is disabled via `actions.auto_create_index`.\nIf set to `false`, then indices or data streams matching the template must always be explicitly created, and may never be automatically created.", @@ -115601,7 +115601,7 @@ "type": "boolean" }, "dynamic": { - "$ref": "#/components/schemas/_types.mapping:DynamicMapping" + "$ref": "#/components/schemas/_types.mapping.DynamicMapping" }, "dynamic_date_formats": { "description": "If date detection is enabled then new string fields are checked\nagainst 'dynamic_date_formats' and if the value matches then\na new date field is added instead of string.", @@ -115616,17 +115616,17 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:DynamicTemplate" + "$ref": "#/components/schemas/_types.mapping.DynamicTemplate" }, "minProperties": 1, "maxProperties": 1 } }, "_field_names": { - "$ref": "#/components/schemas/_types.mapping:FieldNamesField" + "$ref": "#/components/schemas/_types.mapping.FieldNamesField" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "numeric_detection": { "description": "Automatically map strings into numeric data types for all fields.", @@ -115636,17 +115636,17 @@ "description": "Mapping for a field. For new fields, this mapping can include:\n\n- Field name\n- Field data type\n- Mapping parameters", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "_routing": { - "$ref": "#/components/schemas/_types.mapping:RoutingField" + "$ref": "#/components/schemas/_types.mapping.RoutingField" }, "_source": { - "$ref": "#/components/schemas/_types.mapping:SourceField" + "$ref": "#/components/schemas/_types.mapping.SourceField" }, "runtime": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } } }, @@ -115665,7 +115665,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "examples": { "IndicesPutSettingsRequestExample1": { @@ -115697,7 +115697,7 @@ "description": "Aliases for the index.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "index_patterns": { @@ -115715,17 +115715,17 @@ ] }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "order": { "description": "Order in which Elasticsearch applies this template if index\nmatches multiple templates.\n\nTemplates with lower 'order' values are merged first. Templates with higher\n'order' values are merged later, overriding templates with lower values.", "type": "number" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } } }, @@ -115754,14 +115754,14 @@ "description": "Aliases for the target index.\nData streams do not support this parameter.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "conditions": { - "$ref": "#/components/schemas/indices.rollover:RolloverConditions" + "$ref": "#/components/schemas/indices.rollover.RolloverConditions" }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { "description": "Configuration options for the index.\nData streams do not support this parameter.", @@ -115791,7 +115791,7 @@ "description": "The key is the alias name.\nIndex alias names support date math.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "settings": { @@ -115823,30 +115823,30 @@ "type": "boolean" }, "index_patterns": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "composed_of": { "description": "An ordered list of component template names.\nComponent templates are merged in the order specified, meaning that the last component template specified has the highest precedence.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "template": { - "$ref": "#/components/schemas/indices.put_index_template:IndexTemplateMapping" + "$ref": "#/components/schemas/indices.put_index_template.IndexTemplateMapping" }, "data_stream": { - "$ref": "#/components/schemas/indices._types:DataStreamVisibility" + "$ref": "#/components/schemas/indices._types.DataStreamVisibility" }, "priority": { "description": "Priority to determine index template precedence when a new data stream or index is created.\nThe index template with the highest priority is chosen.\nIf no priority is specified the template is treated as though it is of priority 0 (lowest priority).\nThis number is not automatically generated by Elasticsearch.", "type": "number" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "ignore_missing_component_templates": { "description": "The configuration option ignore_missing_component_templates can be used when an index template\nreferences a component template that might not exist", @@ -115880,7 +115880,7 @@ "description": "Aliases for the resulting index.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "settings": { @@ -115908,7 +115908,7 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } } @@ -115919,7 +115919,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpoint" + "$ref": "#/components/schemas/inference._types.InferenceEndpoint" } } }, @@ -115929,7 +115929,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpoint" + "$ref": "#/components/schemas/inference._types.InferenceEndpoint" } } }, @@ -115945,11 +115945,11 @@ "description": "Sample documents to test in the pipeline.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:Document" + "$ref": "#/components/schemas/ingest._types.Document" } }, "pipeline": { - "$ref": "#/components/schemas/ingest._types:Pipeline" + "$ref": "#/components/schemas/ingest._types.Pipeline" } }, "required": [ @@ -115974,37 +115974,37 @@ "type": "object", "properties": { "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "docvalue_fields": { "description": "The request returns doc values for field names matching these patterns\nin the `hits.fields` property of the response.\nIt accepts wildcard (`*`) patterns.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "filter": { "description": "A query to filter the documents that can match. The kNN search will return the top\n`k` documents that also match this filter. The value can be a single query or a\nlist of queries. If `filter` isn't provided, all documents are allowed to match.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] }, "knn": { - "$ref": "#/components/schemas/_global.knn_search._types:Query" + "$ref": "#/components/schemas/_global.knn_search._types.Query" } }, "required": [ @@ -116021,13 +116021,13 @@ "type": "object", "properties": { "license": { - "$ref": "#/components/schemas/license._types:License" + "$ref": "#/components/schemas/license._types.License" }, "licenses": { "description": "A sequence of one or more JSON documents containing the license information.", "type": "array", "items": { - "$ref": "#/components/schemas/license._types:License" + "$ref": "#/components/schemas/license._types.License" } } } @@ -116051,11 +116051,11 @@ "description": "The documents you want to retrieve. Required if no index is specified in the request URI.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.mget:Operation" + "$ref": "#/components/schemas/_global.mget.Operation" } }, "ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } } }, @@ -116096,7 +116096,7 @@ "type": "number" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } } @@ -116110,13 +116110,13 @@ "type": "object", "properties": { "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "description": { "description": "A description of the job.", @@ -116131,7 +116131,7 @@ "type": "number" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "allow_lazy_start": { "description": "Specifies whether this job can start when there is insufficient machine\nlearning node capacity for it to be immediately assigned to a node.", @@ -116163,7 +116163,7 @@ "type": "boolean" }, "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "exclude_interim": { "description": "Refer to the description for the `exclude_interim` query parameter.", @@ -116174,13 +116174,13 @@ "type": "boolean" }, "page": { - "$ref": "#/components/schemas/ml._types:Page" + "$ref": "#/components/schemas/ml._types.Page" }, "sort": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } } } @@ -116194,7 +116194,7 @@ "type": "object", "properties": { "page": { - "$ref": "#/components/schemas/ml._types:Page" + "$ref": "#/components/schemas/ml._types.Page" } } } @@ -116208,7 +116208,7 @@ "type": "object", "properties": { "page": { - "$ref": "#/components/schemas/ml._types:Page" + "$ref": "#/components/schemas/ml._types.Page" } } } @@ -116222,7 +116222,7 @@ "type": "object", "properties": { "page": { - "$ref": "#/components/schemas/ml._types:Page" + "$ref": "#/components/schemas/ml._types.Page" } } } @@ -116240,16 +116240,16 @@ "type": "boolean" }, "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "page": { - "$ref": "#/components/schemas/ml._types:Page" + "$ref": "#/components/schemas/ml._types.Page" }, "sort": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } } } @@ -116267,10 +116267,10 @@ "type": "boolean" }, "bucket_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "exclude_interim": { "description": "Refer to the description for the `exclude_interim` query parameter.", @@ -116288,7 +116288,7 @@ ] }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "top_n": { "description": "Refer to the description for the `top_n` query parameter.", @@ -116310,24 +116310,24 @@ "type": "boolean" }, "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "exclude_interim": { "description": "Refer to the description for the `exclude_interim` query parameter.", "type": "boolean" }, "page": { - "$ref": "#/components/schemas/ml._types:Page" + "$ref": "#/components/schemas/ml._types.Page" }, "record_score": { "description": "Refer to the description for the `record_score` query parameter.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } } } @@ -116341,7 +116341,7 @@ "type": "object", "properties": { "config": { - "$ref": "#/components/schemas/ml.preview_data_frame_analytics:DataframePreviewConfig" + "$ref": "#/components/schemas/ml.preview_data_frame_analytics.DataframePreviewConfig" } } } @@ -116355,10 +116355,10 @@ "type": "object", "properties": { "datafeed_config": { - "$ref": "#/components/schemas/ml._types:DatafeedConfig" + "$ref": "#/components/schemas/ml._types.DatafeedConfig" }, "job_config": { - "$ref": "#/components/schemas/ml._types:JobConfig" + "$ref": "#/components/schemas/ml._types.JobConfig" } } } @@ -116373,10 +116373,10 @@ "items": { "oneOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationContainer" + "$ref": "#/components/schemas/_global.bulk.OperationContainer" }, { - "$ref": "#/components/schemas/_global.bulk:UpdateAction" + "$ref": "#/components/schemas/_global.bulk.UpdateAction" }, { "type": "object" @@ -116394,7 +116394,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch:RequestItem" + "$ref": "#/components/schemas/_global.msearch.RequestItem" } } } @@ -116407,7 +116407,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch_template:RequestItem" + "$ref": "#/components/schemas/_global.msearch_template.RequestItem" } }, "examples": { @@ -116430,14 +116430,14 @@ "description": "An array of existing or artificial documents.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.mtermvectors:Operation" + "$ref": "#/components/schemas/_global.mtermvectors.Operation" } }, "ids": { "description": "A simplified syntax to specify documents by their ID if they're in the same index.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } } @@ -116469,7 +116469,7 @@ "type": "object", "properties": { "secure_settings_password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" } } }, @@ -116489,7 +116489,7 @@ "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:StoredScript" + "$ref": "#/components/schemas/_types.StoredScript" } }, "required": [ @@ -116522,11 +116522,11 @@ "description": "A set of typical search requests, together with their provided ratings.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalRequestItem" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalRequestItem" } }, "metric": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetric" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetric" } }, "required": [ @@ -116544,7 +116544,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "file": { "type": "string" @@ -116557,7 +116557,7 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } }, @@ -116583,11 +116583,11 @@ "description": "Specifies aggregations.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "size": { "description": "Must be zero if set, as rollups work on pre-aggregated data.", @@ -116612,13 +116612,13 @@ "type": "object", "properties": { "context": { - "$ref": "#/components/schemas/_global.scripts_painless_execute:PainlessContext" + "$ref": "#/components/schemas/_global.scripts_painless_execute.PainlessContext" }, "context_setup": { - "$ref": "#/components/schemas/_global.scripts_painless_execute:PainlessContextSetup" + "$ref": "#/components/schemas/_global.scripts_painless_execute.PainlessContextSetup" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, @@ -116649,10 +116649,10 @@ "type": "object", "properties": { "scroll": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" } }, "required": [ @@ -116678,11 +116678,11 @@ "description": "Defines the aggregations that are run as part of the search request.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "explain": { "description": "If `true`, the request returns detailed information about score computation as part of a hit.", @@ -116700,10 +116700,10 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "indices_boost": { "externalDocs": { @@ -116727,7 +116727,7 @@ "description": "An array of wildcard (`*`) field patterns.\nThe request returns doc values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "knn": { @@ -116737,82 +116737,82 @@ "description": "The approximate kNN search to run.", "oneOf": [ { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" } } ] }, "rank": { - "$ref": "#/components/schemas/_types:RankContainer" + "$ref": "#/components/schemas/_types.RankContainer" }, "min_score": { "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in search results and results collected by aggregations.", "type": "number" }, "post_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "profile": { "description": "Set to `true` to return detailed timing information about the execution of individual components in a search request.\nNOTE: This is a debugging tool and adds significant overhead to search execution.", "type": "boolean" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "rescore": { "description": "Can be used to improve precision by reordering just the top (for example 100 - 500) documents returned by the `query` and `post_filter` phases.", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" } } ] }, "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "script_fields": { "description": "Retrieve a script evaluation (based on different fields) for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "size": { "description": "The number of hits to return, which must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` property.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "description": "An array of wildcard (`*`) field patterns.\nThe request returns values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "suggest": { - "$ref": "#/components/schemas/_global.search._types:Suggester" + "$ref": "#/components/schemas/_global.search._types.Suggester" }, "terminate_after": { "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this property to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this property for requests that target data streams with backing indices across multiple data tiers.\n\nIf set to `0` (default), the query does not terminate early.", @@ -116838,13 +116838,13 @@ "type": "boolean" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "pit": { - "$ref": "#/components/schemas/_global.search._types:PointInTimeReference" + "$ref": "#/components/schemas/_global.search._types.PointInTimeReference" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "stats": { "description": "The stats groups to associate with the search.\nEach group maintains a statistics aggregation for its associated searches.\nYou can retrieve these stats using the indices stats API.", @@ -116909,7 +116909,7 @@ "description": "Sub-aggregations for the geotile_grid.\n\nIt supports the following aggregation types:\n\n- `avg`\n- `boxplot`\n- `cardinality`\n- `extended stats`\n- `max`\n- `median absolute deviation`\n- `min`\n- `percentile`\n- `percentile-rank`\n- `stats`\n- `sum`\n- `value count`\n\nThe aggregation names can't start with `_mvt_`. The `_mvt_` prefix is reserved for internal aggregations.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "buffer": { @@ -116925,33 +116925,33 @@ "type": "number" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "grid_agg": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridAggregationType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridAggregationType" }, "grid_precision": { "description": "Additional zoom levels available through the aggs layer. For example, if `` is `7`\nand `grid_precision` is `8`, you can zoom in up to level 15. Accepts 0-8. If 0, results\ndon't include the aggs layer.", "type": "number" }, "grid_type": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridType" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "size": { "description": "The maximum number of features to return in the hits layer. Accepts 0-10000.\nIf 0, results don't include the hits layer.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "with_labels": { "description": "If `true`, the hits and aggs layers will contain additional point features representing\nsuggested label positions for the original features.\n\n* `Point` and `MultiPoint` features will have one of the points selected.\n* `Polygon` and `MultiPolygon` features will have a single point generated, either the centroid, if it is within the polygon, or another point within the polygon selected from the sorted triangle-tree.\n* `LineString` features will likewise provide a roughly central point selected from the triangle-tree.\n* The aggregation results will provide one central point for each aggregation bucket.\n\nAll attributes from the original features will also be copied to the new label features.\nIn addition, the new features will be distinguishable using the tag `_mvt_label_position`.", @@ -116979,7 +116979,7 @@ "type": "boolean" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Key-value pairs used to replace Mustache variables in the template.\nThe key is the variable name.\nThe value is the variable value.", @@ -116993,7 +116993,7 @@ "type": "boolean" }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } }, @@ -117014,7 +117014,7 @@ "type": "object", "properties": { "password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" }, "password_hash": { "description": "A hash of the new password value. This must be produced using the same\nhashing algorithm as has been configured for password storage. For more details,\nsee the explanation of the `xpack.security.authc.password_hashing.algorithm`\nsetting.", @@ -117039,10 +117039,10 @@ "type": "object", "properties": { "expiration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "role_descriptors": { "externalDocs": { @@ -117051,11 +117051,11 @@ "description": "An array of role descriptors for this API key.\nWhen it is not specified or it is an empty array, the API key will have a point in time snapshot of permissions of the authenticated user.\nIf you supply role descriptors, the resultant permissions are an intersection of API keys permissions and the authenticated user's permissions thereby limiting the access scope for API keys.\nThe structure of role descriptor is the same as the request for the create role API.\nFor more details, refer to the create or update roles API.\n\nNOTE: Due to the way in which this permission intersection is calculated, it is not possible to create an API key that is a child of another API key, unless the derived key is created without any privileges.\nIn this case, you must explicitly specify a role descriptor with no privileges.\nThe derived API key can be used for authentication; it will not have authority to call Elasticsearch APIs.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, @@ -117078,20 +117078,20 @@ "application": { "type": "array", "items": { - "$ref": "#/components/schemas/security.has_privileges:ApplicationPrivilegesCheck" + "$ref": "#/components/schemas/security.has_privileges.ApplicationPrivilegesCheck" } }, "cluster": { "description": "A list of the cluster privileges that you want to check.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "index": { "type": "array", "items": { - "$ref": "#/components/schemas/security.has_privileges:IndexPrivilegesCheck" + "$ref": "#/components/schemas/security.has_privileges.IndexPrivilegesCheck" } } } @@ -117116,11 +117116,11 @@ "description": "A list of profile IDs. The privileges are checked for associated users of the profiles.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" } }, "privileges": { - "$ref": "#/components/schemas/security.has_privileges_user_profile:PrivilegesCheck" + "$ref": "#/components/schemas/security.has_privileges_user_profile.PrivilegesCheck" } }, "required": [ @@ -117146,7 +117146,7 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.put_privileges:Actions" + "$ref": "#/components/schemas/security.put_privileges.Actions" } } }, @@ -117176,14 +117176,14 @@ "description": "A list of application privilege entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "cluster": { "description": "A list of cluster privileges. These privileges define the cluster-level actions for users with this role.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "global": { @@ -117197,25 +117197,25 @@ "description": "A list of indices permissions entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivileges" + "$ref": "#/components/schemas/security._types.IndicesPrivileges" } }, "remote_indices": { "description": "A list of remote indices permissions entries.\n\nNOTE: Remote indices are effective for remote clusters configured with the API key based model.\nThey have no effect for remote clusters configured with the certificate based model.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteIndicesPrivileges" + "$ref": "#/components/schemas/security._types.RemoteIndicesPrivileges" } }, "remote_cluster": { "description": "A list of remote cluster permissions entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteClusterPrivileges" + "$ref": "#/components/schemas/security._types.RemoteClusterPrivileges" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "run_as": { "externalDocs": { @@ -117272,7 +117272,7 @@ "type": "boolean" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "roles": { "description": "A list of role names that are granted to the users that match the role mapping rules.\nExactly one of `roles` or `role_templates` must be specified.", @@ -117285,11 +117285,11 @@ "description": "A list of Mustache templates that will be evaluated to determine the roles names that should granted to the users that match the role mapping rules.\nExactly one of `roles` or `role_templates` must be specified.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RoleTemplate" + "$ref": "#/components/schemas/security._types.RoleTemplate" } }, "rules": { - "$ref": "#/components/schemas/security._types:RoleMappingRule" + "$ref": "#/components/schemas/security._types.RoleMappingRule" }, "run_as": { "type": "array", @@ -117357,7 +117357,7 @@ "type": "object", "properties": { "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "email": { "description": "The email of the user.", @@ -117384,10 +117384,10 @@ ] }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" }, "password_hash": { "externalDocs": { @@ -117429,25 +117429,25 @@ "description": "Any aggregations to run over the corpus of returned API keys.\nAggregations and queries work together. Aggregations are computed only on the API keys that match the query.\nThis supports only a subset of aggregation types, namely: `terms`, `range`, `date_range`, `missing`,\n`cardinality`, `value_count`, `composite`, `filter`, and `filters`.\nAdditionally, aggregations only run over the same subset of fields that query works with.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyAggregationContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyAggregationContainer" } }, "query": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" }, "from": { "description": "The starting document offset.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "size": { "description": "The number of hits to return.\nIt must not be negative.\nThe `size` parameter can be set to `0`, in which case no API key matches are returned, only the aggregation results.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } } }, @@ -117478,21 +117478,21 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/security.query_role:RoleQueryContainer" + "$ref": "#/components/schemas/security.query_role.RoleQueryContainer" }, "from": { "description": "The starting document offset.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "size": { "description": "The number of hits to return.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } } }, @@ -117518,21 +117518,21 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/security.query_user:UserQueryContainer" + "$ref": "#/components/schemas/security.query_user.UserQueryContainer" }, "from": { "description": "The starting document offset.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "size": { "description": "The number of hits to return.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } } }, @@ -117580,7 +117580,7 @@ ] }, "hint": { - "$ref": "#/components/schemas/security.suggest_user_profiles:Hint" + "$ref": "#/components/schemas/security.suggest_user_profiles.Hint" } } }, @@ -117635,31 +117635,31 @@ "description": "Sample documents to test in the pipeline.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:Document" + "$ref": "#/components/schemas/ingest._types.Document" } }, "component_template_substitutions": { "description": "A map of component template names to substitute component template definition objects.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/cluster._types:ComponentTemplateNode" + "$ref": "#/components/schemas/cluster._types.ComponentTemplateNode" } }, "index_template_substitutions": { "description": "A map of index template names to substitute index template definition objects.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:IndexTemplate" + "$ref": "#/components/schemas/indices._types.IndexTemplate" } }, "mapping_addition": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "pipeline_substitutions": { "description": "Pipelines to test.\nIf you don’t specify the `pipeline` request path parameter, this parameter is required.\nIf you specify both this and the request path parameter, the API only uses the request path parameter.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ingest._types:Pipeline" + "$ref": "#/components/schemas/ingest._types.Pipeline" } } }, @@ -117700,7 +117700,7 @@ "type": "object", "properties": { "expand_wildcards": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "feature_states": { "externalDocs": { @@ -117721,10 +117721,10 @@ "type": "boolean" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "partial": { "description": "If `true`, it enables you to restore a partial snapshot of indices with unavailable shards.\nOnly shards that were successfully included in the snapshot will be restored.\nAll missing shards will be recreated as empty.\n\nIf `false`, the entire restore operation will fail if one or more indices included in the snapshot do not have all primary shards available.", @@ -117745,7 +117745,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/snapshot._types:Repository" + "$ref": "#/components/schemas/snapshot._types.Repository" }, "examples": { "SnapshotCreateRepositoryRequestExample1": { @@ -117817,21 +117817,21 @@ "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_using_frozen": { "description": "If `true`, the search can run on frozen indices.", "type": "boolean" }, "keep_alive": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "keep_on_completion": { "description": "If `true`, Elasticsearch stores synchronous searches if you also specify the `wait_for_completion_timeout` parameter.\nIf `false`, Elasticsearch only stores async searches that don't finish before the `wait_for_completion_timeout`.", "type": "boolean" }, "page_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "params": { "description": "The values for parameters in the query.", @@ -117848,16 +117848,16 @@ "type": "string" }, "request_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "wait_for_completion_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, @@ -117882,14 +117882,14 @@ "type": "number" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query": { "description": "The SQL query to run.", "type": "string" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } }, "required": [ @@ -117914,21 +117914,21 @@ "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "size": { "description": "The number of matching terms to return.", "type": "number" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "case_insensitive": { "description": "When `true`, the provided search string is matched against index terms without case sensitivity.", "type": "boolean" }, "index_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "string": { "description": "The string to match at the start of indexed terms.\nIf it is not provided, all terms in the field are considered.\n\n> info\n> The prefix string cannot be larger than the largest possible keyword value, which is Lucene's term byte-length limit of 32766.", @@ -117963,7 +117963,7 @@ "type": "object" }, "filter": { - "$ref": "#/components/schemas/_global.termvectors:Filter" + "$ref": "#/components/schemas/_global.termvectors.Filter" }, "per_field_analyzer": { "description": "Override the default per-field analyzer.\nThis is useful in order to generate term vectors in any fashion, especially when using artificial documents.\nWhen providing an analyzer for a field that already stores term vectors, the term vectors will be regenerated.", @@ -117973,7 +117973,7 @@ } }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "field_statistics": { "description": "If `true`, the response includes:\n\n* The document count (how many documents contain this field).\n* The sum of document frequencies (the sum of document frequencies for all terms in this field).\n* The sum of total term frequencies (the sum of total term frequencies of each term in this field).", @@ -117996,13 +117996,13 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, @@ -118071,7 +118071,7 @@ "type": "object", "properties": { "grok_pattern": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "text": { "description": "The lines of text to run the Grok pattern on.", @@ -118103,32 +118103,32 @@ "type": "object", "properties": { "dest": { - "$ref": "#/components/schemas/transform._types:Destination" + "$ref": "#/components/schemas/transform._types.Destination" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" } } }, @@ -118151,7 +118151,7 @@ "description": "Determines how to handle the watch actions as part of the watch execution.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/watcher._types:ActionExecutionMode" + "$ref": "#/components/schemas/watcher._types.ActionExecutionMode" } }, "alternative_input": { @@ -118170,13 +118170,13 @@ "type": "boolean" }, "simulated_actions": { - "$ref": "#/components/schemas/watcher._types:SimulatedActions" + "$ref": "#/components/schemas/watcher._types.SimulatedActions" }, "trigger_data": { - "$ref": "#/components/schemas/watcher._types:ScheduleTriggerEvent" + "$ref": "#/components/schemas/watcher._types.ScheduleTriggerEvent" }, "watch": { - "$ref": "#/components/schemas/watcher._types:Watch" + "$ref": "#/components/schemas/watcher._types.Watch" } } }, @@ -118210,29 +118210,29 @@ "description": "The list of actions that will be run if the condition matches.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/watcher._types:Action" + "$ref": "#/components/schemas/watcher._types.Action" } }, "condition": { - "$ref": "#/components/schemas/watcher._types:ConditionContainer" + "$ref": "#/components/schemas/watcher._types.ConditionContainer" }, "input": { - "$ref": "#/components/schemas/watcher._types:InputContainer" + "$ref": "#/components/schemas/watcher._types.InputContainer" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "throttle_period": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttle_period_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "transform": { - "$ref": "#/components/schemas/_types:TransformContainer" + "$ref": "#/components/schemas/_types.TransformContainer" }, "trigger": { - "$ref": "#/components/schemas/watcher._types:TriggerContainer" + "$ref": "#/components/schemas/watcher._types.TriggerContainer" } } }, @@ -118260,13 +118260,13 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } } } diff --git a/output/openapi/elasticsearch-serverless-openapi.json b/output/openapi/elasticsearch-serverless-openapi.json index 784f74f32e..e28668ea9d 100644 --- a/output/openapi/elasticsearch-serverless-openapi.json +++ b/output/openapi/elasticsearch-serverless-openapi.json @@ -25,7 +25,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -35,7 +35,7 @@ "description": "The length of time that the async search should be available in the cluster.\nWhen not specified, the `keep_alive` set with the corresponding submit async request will be used.\nOtherwise, it is possible to override the value and extend the validity of the request.\nWhen this period expires, the search, if still running, is cancelled.\nIf the search is completed, its saved results are deleted.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -55,7 +55,7 @@ "description": "Specifies to wait for the search to be completed up until the provided timeout.\nFinal results will be returned if available before the timeout expires, otherwise the currently available results will be returned once the timeout expires.\nBy default no timeout is set meaning that the currently available results will be returned without any additional wait.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -66,7 +66,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/async_search._types:AsyncSearchDocumentResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchDocumentResponseBase" }, "examples": { "AsyncSearchGetResponseExample1": { @@ -95,7 +95,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -106,7 +106,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -131,7 +131,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -141,7 +141,7 @@ "description": "The length of time that the async search needs to be available.\nOngoing async searches and any saved search results are deleted after this period.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -152,7 +152,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/async_search.status:StatusResponseBase" + "$ref": "#/components/schemas/async_search.status.StatusResponseBase" }, "examples": { "AsyncSearchStatusResponseExample1": { @@ -188,133 +188,133 @@ "operationId": "async-search-submit", "parameters": [ { - "$ref": "#/components/parameters/async_search.submit:wait_for_completion_timeout" + "$ref": "#/components/parameters/async_search.submit-wait_for_completion_timeout" }, { - "$ref": "#/components/parameters/async_search.submit:keep_alive" + "$ref": "#/components/parameters/async_search.submit-keep_alive" }, { - "$ref": "#/components/parameters/async_search.submit:keep_on_completion" + "$ref": "#/components/parameters/async_search.submit-keep_on_completion" }, { - "$ref": "#/components/parameters/async_search.submit:allow_no_indices" + "$ref": "#/components/parameters/async_search.submit-allow_no_indices" }, { - "$ref": "#/components/parameters/async_search.submit:allow_partial_search_results" + "$ref": "#/components/parameters/async_search.submit-allow_partial_search_results" }, { - "$ref": "#/components/parameters/async_search.submit:analyzer" + "$ref": "#/components/parameters/async_search.submit-analyzer" }, { - "$ref": "#/components/parameters/async_search.submit:analyze_wildcard" + "$ref": "#/components/parameters/async_search.submit-analyze_wildcard" }, { - "$ref": "#/components/parameters/async_search.submit:batched_reduce_size" + "$ref": "#/components/parameters/async_search.submit-batched_reduce_size" }, { - "$ref": "#/components/parameters/async_search.submit:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/async_search.submit-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/async_search.submit:default_operator" + "$ref": "#/components/parameters/async_search.submit-default_operator" }, { - "$ref": "#/components/parameters/async_search.submit:df" + "$ref": "#/components/parameters/async_search.submit-df" }, { - "$ref": "#/components/parameters/async_search.submit:docvalue_fields" + "$ref": "#/components/parameters/async_search.submit-docvalue_fields" }, { - "$ref": "#/components/parameters/async_search.submit:expand_wildcards" + "$ref": "#/components/parameters/async_search.submit-expand_wildcards" }, { - "$ref": "#/components/parameters/async_search.submit:explain" + "$ref": "#/components/parameters/async_search.submit-explain" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_throttled" + "$ref": "#/components/parameters/async_search.submit-ignore_throttled" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_unavailable" + "$ref": "#/components/parameters/async_search.submit-ignore_unavailable" }, { - "$ref": "#/components/parameters/async_search.submit:lenient" + "$ref": "#/components/parameters/async_search.submit-lenient" }, { - "$ref": "#/components/parameters/async_search.submit:max_concurrent_shard_requests" + "$ref": "#/components/parameters/async_search.submit-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/async_search.submit:preference" + "$ref": "#/components/parameters/async_search.submit-preference" }, { - "$ref": "#/components/parameters/async_search.submit:request_cache" + "$ref": "#/components/parameters/async_search.submit-request_cache" }, { - "$ref": "#/components/parameters/async_search.submit:routing" + "$ref": "#/components/parameters/async_search.submit-routing" }, { - "$ref": "#/components/parameters/async_search.submit:search_type" + "$ref": "#/components/parameters/async_search.submit-search_type" }, { - "$ref": "#/components/parameters/async_search.submit:stats" + "$ref": "#/components/parameters/async_search.submit-stats" }, { - "$ref": "#/components/parameters/async_search.submit:stored_fields" + "$ref": "#/components/parameters/async_search.submit-stored_fields" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_field" + "$ref": "#/components/parameters/async_search.submit-suggest_field" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_mode" + "$ref": "#/components/parameters/async_search.submit-suggest_mode" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_size" + "$ref": "#/components/parameters/async_search.submit-suggest_size" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_text" + "$ref": "#/components/parameters/async_search.submit-suggest_text" }, { - "$ref": "#/components/parameters/async_search.submit:terminate_after" + "$ref": "#/components/parameters/async_search.submit-terminate_after" }, { - "$ref": "#/components/parameters/async_search.submit:timeout" + "$ref": "#/components/parameters/async_search.submit-timeout" }, { - "$ref": "#/components/parameters/async_search.submit:track_total_hits" + "$ref": "#/components/parameters/async_search.submit-track_total_hits" }, { - "$ref": "#/components/parameters/async_search.submit:track_scores" + "$ref": "#/components/parameters/async_search.submit-track_scores" }, { - "$ref": "#/components/parameters/async_search.submit:typed_keys" + "$ref": "#/components/parameters/async_search.submit-typed_keys" }, { - "$ref": "#/components/parameters/async_search.submit:rest_total_hits_as_int" + "$ref": "#/components/parameters/async_search.submit-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/async_search.submit:version" + "$ref": "#/components/parameters/async_search.submit-version" }, { - "$ref": "#/components/parameters/async_search.submit:_source" + "$ref": "#/components/parameters/async_search.submit-_source" }, { - "$ref": "#/components/parameters/async_search.submit:_source_excludes" + "$ref": "#/components/parameters/async_search.submit-_source_excludes" }, { - "$ref": "#/components/parameters/async_search.submit:_source_includes" + "$ref": "#/components/parameters/async_search.submit-_source_includes" }, { - "$ref": "#/components/parameters/async_search.submit:seq_no_primary_term" + "$ref": "#/components/parameters/async_search.submit-seq_no_primary_term" }, { - "$ref": "#/components/parameters/async_search.submit:q" + "$ref": "#/components/parameters/async_search.submit-q" }, { - "$ref": "#/components/parameters/async_search.submit:size" + "$ref": "#/components/parameters/async_search.submit-size" }, { - "$ref": "#/components/parameters/async_search.submit:from" + "$ref": "#/components/parameters/async_search.submit-from" }, { - "$ref": "#/components/parameters/async_search.submit:sort" + "$ref": "#/components/parameters/async_search.submit-sort" } ], "requestBody": { @@ -322,7 +322,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/async_search.submit:200" + "$ref": "#/components/responses/async_search.submit-200" } }, "x-state": "Added in 7.7.0" @@ -338,136 +338,136 @@ "operationId": "async-search-submit-1", "parameters": [ { - "$ref": "#/components/parameters/async_search.submit:index" + "$ref": "#/components/parameters/async_search.submit-index" }, { - "$ref": "#/components/parameters/async_search.submit:wait_for_completion_timeout" + "$ref": "#/components/parameters/async_search.submit-wait_for_completion_timeout" }, { - "$ref": "#/components/parameters/async_search.submit:keep_alive" + "$ref": "#/components/parameters/async_search.submit-keep_alive" }, { - "$ref": "#/components/parameters/async_search.submit:keep_on_completion" + "$ref": "#/components/parameters/async_search.submit-keep_on_completion" }, { - "$ref": "#/components/parameters/async_search.submit:allow_no_indices" + "$ref": "#/components/parameters/async_search.submit-allow_no_indices" }, { - "$ref": "#/components/parameters/async_search.submit:allow_partial_search_results" + "$ref": "#/components/parameters/async_search.submit-allow_partial_search_results" }, { - "$ref": "#/components/parameters/async_search.submit:analyzer" + "$ref": "#/components/parameters/async_search.submit-analyzer" }, { - "$ref": "#/components/parameters/async_search.submit:analyze_wildcard" + "$ref": "#/components/parameters/async_search.submit-analyze_wildcard" }, { - "$ref": "#/components/parameters/async_search.submit:batched_reduce_size" + "$ref": "#/components/parameters/async_search.submit-batched_reduce_size" }, { - "$ref": "#/components/parameters/async_search.submit:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/async_search.submit-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/async_search.submit:default_operator" + "$ref": "#/components/parameters/async_search.submit-default_operator" }, { - "$ref": "#/components/parameters/async_search.submit:df" + "$ref": "#/components/parameters/async_search.submit-df" }, { - "$ref": "#/components/parameters/async_search.submit:docvalue_fields" + "$ref": "#/components/parameters/async_search.submit-docvalue_fields" }, { - "$ref": "#/components/parameters/async_search.submit:expand_wildcards" + "$ref": "#/components/parameters/async_search.submit-expand_wildcards" }, { - "$ref": "#/components/parameters/async_search.submit:explain" + "$ref": "#/components/parameters/async_search.submit-explain" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_throttled" + "$ref": "#/components/parameters/async_search.submit-ignore_throttled" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_unavailable" + "$ref": "#/components/parameters/async_search.submit-ignore_unavailable" }, { - "$ref": "#/components/parameters/async_search.submit:lenient" + "$ref": "#/components/parameters/async_search.submit-lenient" }, { - "$ref": "#/components/parameters/async_search.submit:max_concurrent_shard_requests" + "$ref": "#/components/parameters/async_search.submit-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/async_search.submit:preference" + "$ref": "#/components/parameters/async_search.submit-preference" }, { - "$ref": "#/components/parameters/async_search.submit:request_cache" + "$ref": "#/components/parameters/async_search.submit-request_cache" }, { - "$ref": "#/components/parameters/async_search.submit:routing" + "$ref": "#/components/parameters/async_search.submit-routing" }, { - "$ref": "#/components/parameters/async_search.submit:search_type" + "$ref": "#/components/parameters/async_search.submit-search_type" }, { - "$ref": "#/components/parameters/async_search.submit:stats" + "$ref": "#/components/parameters/async_search.submit-stats" }, { - "$ref": "#/components/parameters/async_search.submit:stored_fields" + "$ref": "#/components/parameters/async_search.submit-stored_fields" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_field" + "$ref": "#/components/parameters/async_search.submit-suggest_field" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_mode" + "$ref": "#/components/parameters/async_search.submit-suggest_mode" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_size" + "$ref": "#/components/parameters/async_search.submit-suggest_size" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_text" + "$ref": "#/components/parameters/async_search.submit-suggest_text" }, { - "$ref": "#/components/parameters/async_search.submit:terminate_after" + "$ref": "#/components/parameters/async_search.submit-terminate_after" }, { - "$ref": "#/components/parameters/async_search.submit:timeout" + "$ref": "#/components/parameters/async_search.submit-timeout" }, { - "$ref": "#/components/parameters/async_search.submit:track_total_hits" + "$ref": "#/components/parameters/async_search.submit-track_total_hits" }, { - "$ref": "#/components/parameters/async_search.submit:track_scores" + "$ref": "#/components/parameters/async_search.submit-track_scores" }, { - "$ref": "#/components/parameters/async_search.submit:typed_keys" + "$ref": "#/components/parameters/async_search.submit-typed_keys" }, { - "$ref": "#/components/parameters/async_search.submit:rest_total_hits_as_int" + "$ref": "#/components/parameters/async_search.submit-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/async_search.submit:version" + "$ref": "#/components/parameters/async_search.submit-version" }, { - "$ref": "#/components/parameters/async_search.submit:_source" + "$ref": "#/components/parameters/async_search.submit-_source" }, { - "$ref": "#/components/parameters/async_search.submit:_source_excludes" + "$ref": "#/components/parameters/async_search.submit-_source_excludes" }, { - "$ref": "#/components/parameters/async_search.submit:_source_includes" + "$ref": "#/components/parameters/async_search.submit-_source_includes" }, { - "$ref": "#/components/parameters/async_search.submit:seq_no_primary_term" + "$ref": "#/components/parameters/async_search.submit-seq_no_primary_term" }, { - "$ref": "#/components/parameters/async_search.submit:q" + "$ref": "#/components/parameters/async_search.submit-q" }, { - "$ref": "#/components/parameters/async_search.submit:size" + "$ref": "#/components/parameters/async_search.submit-size" }, { - "$ref": "#/components/parameters/async_search.submit:from" + "$ref": "#/components/parameters/async_search.submit-from" }, { - "$ref": "#/components/parameters/async_search.submit:sort" + "$ref": "#/components/parameters/async_search.submit-sort" } ], "requestBody": { @@ -475,7 +475,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/async_search.submit:200" + "$ref": "#/components/responses/async_search.submit-200" } }, "x-state": "Added in 7.7.0" @@ -491,40 +491,40 @@ "operationId": "bulk-1", "parameters": [ { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -532,7 +532,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } }, @@ -545,40 +545,40 @@ "operationId": "bulk", "parameters": [ { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -586,7 +586,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } } @@ -601,43 +601,43 @@ "operationId": "bulk-3", "parameters": [ { - "$ref": "#/components/parameters/bulk:index" + "$ref": "#/components/parameters/bulk-index" }, { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -645,7 +645,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } }, @@ -658,43 +658,43 @@ "operationId": "bulk-2", "parameters": [ { - "$ref": "#/components/parameters/bulk:index" + "$ref": "#/components/parameters/bulk-index" }, { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -702,7 +702,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } } @@ -717,21 +717,21 @@ "operationId": "cat-aliases", "parameters": [ { - "$ref": "#/components/parameters/cat.aliases:h" + "$ref": "#/components/parameters/cat.aliases-h" }, { - "$ref": "#/components/parameters/cat.aliases:s" + "$ref": "#/components/parameters/cat.aliases-s" }, { - "$ref": "#/components/parameters/cat.aliases:expand_wildcards" + "$ref": "#/components/parameters/cat.aliases-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.aliases:master_timeout" + "$ref": "#/components/parameters/cat.aliases-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.aliases:200" + "$ref": "#/components/responses/cat.aliases-200" } } } @@ -746,24 +746,24 @@ "operationId": "cat-aliases-1", "parameters": [ { - "$ref": "#/components/parameters/cat.aliases:name" + "$ref": "#/components/parameters/cat.aliases-name" }, { - "$ref": "#/components/parameters/cat.aliases:h" + "$ref": "#/components/parameters/cat.aliases-h" }, { - "$ref": "#/components/parameters/cat.aliases:s" + "$ref": "#/components/parameters/cat.aliases-s" }, { - "$ref": "#/components/parameters/cat.aliases:expand_wildcards" + "$ref": "#/components/parameters/cat.aliases-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.aliases:master_timeout" + "$ref": "#/components/parameters/cat.aliases-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.aliases:200" + "$ref": "#/components/responses/cat.aliases-200" } } } @@ -778,21 +778,21 @@ "operationId": "cat-component-templates", "parameters": [ { - "$ref": "#/components/parameters/cat.component_templates:h" + "$ref": "#/components/parameters/cat.component_templates-h" }, { - "$ref": "#/components/parameters/cat.component_templates:s" + "$ref": "#/components/parameters/cat.component_templates-s" }, { - "$ref": "#/components/parameters/cat.component_templates:local" + "$ref": "#/components/parameters/cat.component_templates-local" }, { - "$ref": "#/components/parameters/cat.component_templates:master_timeout" + "$ref": "#/components/parameters/cat.component_templates-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.component_templates:200" + "$ref": "#/components/responses/cat.component_templates-200" } }, "x-state": "Added in 5.1.0" @@ -808,24 +808,24 @@ "operationId": "cat-component-templates-1", "parameters": [ { - "$ref": "#/components/parameters/cat.component_templates:name" + "$ref": "#/components/parameters/cat.component_templates-name" }, { - "$ref": "#/components/parameters/cat.component_templates:h" + "$ref": "#/components/parameters/cat.component_templates-h" }, { - "$ref": "#/components/parameters/cat.component_templates:s" + "$ref": "#/components/parameters/cat.component_templates-s" }, { - "$ref": "#/components/parameters/cat.component_templates:local" + "$ref": "#/components/parameters/cat.component_templates-local" }, { - "$ref": "#/components/parameters/cat.component_templates:master_timeout" + "$ref": "#/components/parameters/cat.component_templates-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.component_templates:200" + "$ref": "#/components/responses/cat.component_templates-200" } }, "x-state": "Added in 5.1.0" @@ -841,15 +841,15 @@ "operationId": "cat-count", "parameters": [ { - "$ref": "#/components/parameters/cat.count:h" + "$ref": "#/components/parameters/cat.count-h" }, { - "$ref": "#/components/parameters/cat.count:s" + "$ref": "#/components/parameters/cat.count-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.count:200" + "$ref": "#/components/responses/cat.count-200" } } } @@ -864,18 +864,18 @@ "operationId": "cat-count-1", "parameters": [ { - "$ref": "#/components/parameters/cat.count:index" + "$ref": "#/components/parameters/cat.count-index" }, { - "$ref": "#/components/parameters/cat.count:h" + "$ref": "#/components/parameters/cat.count-h" }, { - "$ref": "#/components/parameters/cat.count:s" + "$ref": "#/components/parameters/cat.count-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.count:200" + "$ref": "#/components/responses/cat.count-200" } } } @@ -912,36 +912,36 @@ "operationId": "cat-indices", "parameters": [ { - "$ref": "#/components/parameters/cat.indices:bytes" + "$ref": "#/components/parameters/cat.indices-bytes" }, { - "$ref": "#/components/parameters/cat.indices:expand_wildcards" + "$ref": "#/components/parameters/cat.indices-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.indices:health" + "$ref": "#/components/parameters/cat.indices-health" }, { - "$ref": "#/components/parameters/cat.indices:include_unloaded_segments" + "$ref": "#/components/parameters/cat.indices-include_unloaded_segments" }, { - "$ref": "#/components/parameters/cat.indices:pri" + "$ref": "#/components/parameters/cat.indices-pri" }, { - "$ref": "#/components/parameters/cat.indices:time" + "$ref": "#/components/parameters/cat.indices-time" }, { - "$ref": "#/components/parameters/cat.indices:master_timeout" + "$ref": "#/components/parameters/cat.indices-master_timeout" }, { - "$ref": "#/components/parameters/cat.indices:h" + "$ref": "#/components/parameters/cat.indices-h" }, { - "$ref": "#/components/parameters/cat.indices:s" + "$ref": "#/components/parameters/cat.indices-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.indices:200" + "$ref": "#/components/responses/cat.indices-200" } } } @@ -956,39 +956,39 @@ "operationId": "cat-indices-1", "parameters": [ { - "$ref": "#/components/parameters/cat.indices:index" + "$ref": "#/components/parameters/cat.indices-index" }, { - "$ref": "#/components/parameters/cat.indices:bytes" + "$ref": "#/components/parameters/cat.indices-bytes" }, { - "$ref": "#/components/parameters/cat.indices:expand_wildcards" + "$ref": "#/components/parameters/cat.indices-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.indices:health" + "$ref": "#/components/parameters/cat.indices-health" }, { - "$ref": "#/components/parameters/cat.indices:include_unloaded_segments" + "$ref": "#/components/parameters/cat.indices-include_unloaded_segments" }, { - "$ref": "#/components/parameters/cat.indices:pri" + "$ref": "#/components/parameters/cat.indices-pri" }, { - "$ref": "#/components/parameters/cat.indices:time" + "$ref": "#/components/parameters/cat.indices-time" }, { - "$ref": "#/components/parameters/cat.indices:master_timeout" + "$ref": "#/components/parameters/cat.indices-master_timeout" }, { - "$ref": "#/components/parameters/cat.indices:h" + "$ref": "#/components/parameters/cat.indices-h" }, { - "$ref": "#/components/parameters/cat.indices:s" + "$ref": "#/components/parameters/cat.indices-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.indices:200" + "$ref": "#/components/responses/cat.indices-200" } } } @@ -1003,24 +1003,24 @@ "operationId": "cat-ml-data-frame-analytics", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:bytes" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-bytes" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:h" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-h" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:s" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-s" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:time" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_data_frame_analytics:200" + "$ref": "#/components/responses/cat.ml_data_frame_analytics-200" } }, "x-state": "Added in 7.7.0" @@ -1036,27 +1036,27 @@ "operationId": "cat-ml-data-frame-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:id" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-id" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:bytes" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-bytes" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:h" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-h" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:s" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-s" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:time" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_data_frame_analytics:200" + "$ref": "#/components/responses/cat.ml_data_frame_analytics-200" } }, "x-state": "Added in 7.7.0" @@ -1072,21 +1072,21 @@ "operationId": "cat-ml-datafeeds", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_datafeeds:allow_no_match" + "$ref": "#/components/parameters/cat.ml_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:h" + "$ref": "#/components/parameters/cat.ml_datafeeds-h" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:s" + "$ref": "#/components/parameters/cat.ml_datafeeds-s" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:time" + "$ref": "#/components/parameters/cat.ml_datafeeds-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_datafeeds:200" + "$ref": "#/components/responses/cat.ml_datafeeds-200" } }, "x-state": "Added in 7.7.0" @@ -1102,24 +1102,24 @@ "operationId": "cat-ml-datafeeds-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_datafeeds:datafeed_id" + "$ref": "#/components/parameters/cat.ml_datafeeds-datafeed_id" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:allow_no_match" + "$ref": "#/components/parameters/cat.ml_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:h" + "$ref": "#/components/parameters/cat.ml_datafeeds-h" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:s" + "$ref": "#/components/parameters/cat.ml_datafeeds-s" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:time" + "$ref": "#/components/parameters/cat.ml_datafeeds-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_datafeeds:200" + "$ref": "#/components/responses/cat.ml_datafeeds-200" } }, "x-state": "Added in 7.7.0" @@ -1135,24 +1135,24 @@ "operationId": "cat-ml-jobs", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_jobs:allow_no_match" + "$ref": "#/components/parameters/cat.ml_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_jobs:bytes" + "$ref": "#/components/parameters/cat.ml_jobs-bytes" }, { - "$ref": "#/components/parameters/cat.ml_jobs:h" + "$ref": "#/components/parameters/cat.ml_jobs-h" }, { - "$ref": "#/components/parameters/cat.ml_jobs:s" + "$ref": "#/components/parameters/cat.ml_jobs-s" }, { - "$ref": "#/components/parameters/cat.ml_jobs:time" + "$ref": "#/components/parameters/cat.ml_jobs-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_jobs:200" + "$ref": "#/components/responses/cat.ml_jobs-200" } }, "x-state": "Added in 7.7.0" @@ -1168,27 +1168,27 @@ "operationId": "cat-ml-jobs-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_jobs:job_id" + "$ref": "#/components/parameters/cat.ml_jobs-job_id" }, { - "$ref": "#/components/parameters/cat.ml_jobs:allow_no_match" + "$ref": "#/components/parameters/cat.ml_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_jobs:bytes" + "$ref": "#/components/parameters/cat.ml_jobs-bytes" }, { - "$ref": "#/components/parameters/cat.ml_jobs:h" + "$ref": "#/components/parameters/cat.ml_jobs-h" }, { - "$ref": "#/components/parameters/cat.ml_jobs:s" + "$ref": "#/components/parameters/cat.ml_jobs-s" }, { - "$ref": "#/components/parameters/cat.ml_jobs:time" + "$ref": "#/components/parameters/cat.ml_jobs-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_jobs:200" + "$ref": "#/components/responses/cat.ml_jobs-200" } }, "x-state": "Added in 7.7.0" @@ -1204,30 +1204,30 @@ "operationId": "cat-ml-trained-models", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_trained_models:allow_no_match" + "$ref": "#/components/parameters/cat.ml_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:bytes" + "$ref": "#/components/parameters/cat.ml_trained_models-bytes" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:h" + "$ref": "#/components/parameters/cat.ml_trained_models-h" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:s" + "$ref": "#/components/parameters/cat.ml_trained_models-s" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:from" + "$ref": "#/components/parameters/cat.ml_trained_models-from" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:size" + "$ref": "#/components/parameters/cat.ml_trained_models-size" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:time" + "$ref": "#/components/parameters/cat.ml_trained_models-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_trained_models:200" + "$ref": "#/components/responses/cat.ml_trained_models-200" } }, "x-state": "Added in 7.7.0" @@ -1243,33 +1243,33 @@ "operationId": "cat-ml-trained-models-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_trained_models:model_id" + "$ref": "#/components/parameters/cat.ml_trained_models-model_id" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:allow_no_match" + "$ref": "#/components/parameters/cat.ml_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:bytes" + "$ref": "#/components/parameters/cat.ml_trained_models-bytes" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:h" + "$ref": "#/components/parameters/cat.ml_trained_models-h" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:s" + "$ref": "#/components/parameters/cat.ml_trained_models-s" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:from" + "$ref": "#/components/parameters/cat.ml_trained_models-from" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:size" + "$ref": "#/components/parameters/cat.ml_trained_models-size" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:time" + "$ref": "#/components/parameters/cat.ml_trained_models-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_trained_models:200" + "$ref": "#/components/responses/cat.ml_trained_models-200" } }, "x-state": "Added in 7.7.0" @@ -1285,27 +1285,27 @@ "operationId": "cat-transforms", "parameters": [ { - "$ref": "#/components/parameters/cat.transforms:allow_no_match" + "$ref": "#/components/parameters/cat.transforms-allow_no_match" }, { - "$ref": "#/components/parameters/cat.transforms:from" + "$ref": "#/components/parameters/cat.transforms-from" }, { - "$ref": "#/components/parameters/cat.transforms:h" + "$ref": "#/components/parameters/cat.transforms-h" }, { - "$ref": "#/components/parameters/cat.transforms:s" + "$ref": "#/components/parameters/cat.transforms-s" }, { - "$ref": "#/components/parameters/cat.transforms:time" + "$ref": "#/components/parameters/cat.transforms-time" }, { - "$ref": "#/components/parameters/cat.transforms:size" + "$ref": "#/components/parameters/cat.transforms-size" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.transforms:200" + "$ref": "#/components/responses/cat.transforms-200" } }, "x-state": "Added in 7.7.0" @@ -1321,30 +1321,30 @@ "operationId": "cat-transforms-1", "parameters": [ { - "$ref": "#/components/parameters/cat.transforms:transform_id" + "$ref": "#/components/parameters/cat.transforms-transform_id" }, { - "$ref": "#/components/parameters/cat.transforms:allow_no_match" + "$ref": "#/components/parameters/cat.transforms-allow_no_match" }, { - "$ref": "#/components/parameters/cat.transforms:from" + "$ref": "#/components/parameters/cat.transforms-from" }, { - "$ref": "#/components/parameters/cat.transforms:h" + "$ref": "#/components/parameters/cat.transforms-h" }, { - "$ref": "#/components/parameters/cat.transforms:s" + "$ref": "#/components/parameters/cat.transforms-s" }, { - "$ref": "#/components/parameters/cat.transforms:time" + "$ref": "#/components/parameters/cat.transforms-time" }, { - "$ref": "#/components/parameters/cat.transforms:size" + "$ref": "#/components/parameters/cat.transforms-size" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.transforms:200" + "$ref": "#/components/responses/cat.transforms-200" } }, "x-state": "Added in 7.7.0" @@ -1363,13 +1363,13 @@ "operationId": "scroll", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -1377,7 +1377,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -1393,13 +1393,13 @@ "operationId": "scroll-1", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -1407,7 +1407,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -1426,7 +1426,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/clear_scroll:200" + "$ref": "#/components/responses/clear_scroll-200" } } } @@ -1444,16 +1444,16 @@ "operationId": "scroll-2", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll_id" + "$ref": "#/components/parameters/scroll-scroll_id" }, { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -1461,7 +1461,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -1477,16 +1477,16 @@ "operationId": "scroll-3", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll_id" + "$ref": "#/components/parameters/scroll-scroll_id" }, { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -1494,7 +1494,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -1510,7 +1510,7 @@ "operationId": "clear-scroll-1", "parameters": [ { - "$ref": "#/components/parameters/clear_scroll:scroll_id" + "$ref": "#/components/parameters/clear_scroll-scroll_id" } ], "requestBody": { @@ -1518,7 +1518,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/clear_scroll:200" + "$ref": "#/components/responses/clear_scroll-200" } } } @@ -1538,7 +1538,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -1599,24 +1599,24 @@ "operationId": "cluster-get-component-template-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.get_component_template:name" + "$ref": "#/components/parameters/cluster.get_component_template-name" }, { - "$ref": "#/components/parameters/cluster.get_component_template:flat_settings" + "$ref": "#/components/parameters/cluster.get_component_template-flat_settings" }, { - "$ref": "#/components/parameters/cluster.get_component_template:include_defaults" + "$ref": "#/components/parameters/cluster.get_component_template-include_defaults" }, { - "$ref": "#/components/parameters/cluster.get_component_template:local" + "$ref": "#/components/parameters/cluster.get_component_template-local" }, { - "$ref": "#/components/parameters/cluster.get_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.get_component_template-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.get_component_template:200" + "$ref": "#/components/responses/cluster.get_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -1630,13 +1630,13 @@ "operationId": "cluster-put-component-template", "parameters": [ { - "$ref": "#/components/parameters/cluster.put_component_template:name" + "$ref": "#/components/parameters/cluster.put_component_template-name" }, { - "$ref": "#/components/parameters/cluster.put_component_template:create" + "$ref": "#/components/parameters/cluster.put_component_template-create" }, { - "$ref": "#/components/parameters/cluster.put_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.put_component_template-master_timeout" } ], "requestBody": { @@ -1644,7 +1644,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.put_component_template:200" + "$ref": "#/components/responses/cluster.put_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -1658,13 +1658,13 @@ "operationId": "cluster-put-component-template-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.put_component_template:name" + "$ref": "#/components/parameters/cluster.put_component_template-name" }, { - "$ref": "#/components/parameters/cluster.put_component_template:create" + "$ref": "#/components/parameters/cluster.put_component_template-create" }, { - "$ref": "#/components/parameters/cluster.put_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.put_component_template-master_timeout" } ], "requestBody": { @@ -1672,7 +1672,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.put_component_template:200" + "$ref": "#/components/responses/cluster.put_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -1692,7 +1692,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -1702,7 +1702,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -1712,7 +1712,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -1723,7 +1723,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -1746,7 +1746,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -1756,7 +1756,7 @@ "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -1792,21 +1792,21 @@ "operationId": "cluster-get-component-template", "parameters": [ { - "$ref": "#/components/parameters/cluster.get_component_template:flat_settings" + "$ref": "#/components/parameters/cluster.get_component_template-flat_settings" }, { - "$ref": "#/components/parameters/cluster.get_component_template:include_defaults" + "$ref": "#/components/parameters/cluster.get_component_template-include_defaults" }, { - "$ref": "#/components/parameters/cluster.get_component_template:local" + "$ref": "#/components/parameters/cluster.get_component_template-local" }, { - "$ref": "#/components/parameters/cluster.get_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.get_component_template-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.get_component_template:200" + "$ref": "#/components/responses/cluster.get_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -1828,7 +1828,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ClusterInfoTargets" + "$ref": "#/components/schemas/_types.ClusterInfoTargets" }, "style": "simple" } @@ -1842,22 +1842,22 @@ "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "http": { - "$ref": "#/components/schemas/nodes._types:Http" + "$ref": "#/components/schemas/nodes._types.Http" }, "ingest": { - "$ref": "#/components/schemas/nodes._types:Ingest" + "$ref": "#/components/schemas/nodes._types.Ingest" }, "thread_pool": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:ThreadCount" + "$ref": "#/components/schemas/nodes._types.ThreadCount" } }, "script": { - "$ref": "#/components/schemas/nodes._types:Scripting" + "$ref": "#/components/schemas/nodes._types.Scripting" } }, "required": [ @@ -1887,7 +1887,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -1901,7 +1901,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -1936,7 +1936,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -1957,7 +1957,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/connector._types:Connector" + "$ref": "#/components/schemas/connector._types.Connector" } } } @@ -1973,7 +1973,7 @@ "operationId": "connector-put", "parameters": [ { - "$ref": "#/components/parameters/connector.put:connector_id" + "$ref": "#/components/parameters/connector.put-connector_id" } ], "requestBody": { @@ -1981,7 +1981,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/connector.put:200" + "$ref": "#/components/responses/connector.put-200" } }, "x-beta": true @@ -2001,7 +2001,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -2032,7 +2032,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ConnectorDeleteResponseExample1": { @@ -2081,7 +2081,7 @@ "description": "A comma-separated list of connector index names to fetch connector documents for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "form" }, @@ -2091,7 +2091,7 @@ "description": "A comma-separated list of connector names to fetch connector documents for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2101,7 +2101,7 @@ "description": "A comma-separated list of connector service types to fetch connector documents for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2140,7 +2140,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:Connector" + "$ref": "#/components/schemas/connector._types.Connector" } } }, @@ -2166,7 +2166,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/connector.put:200" + "$ref": "#/components/responses/connector.put-200" } }, "x-beta": true @@ -2188,7 +2188,7 @@ "type": "string" }, "index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "is_native": { "type": "boolean" @@ -2216,10 +2216,10 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -2250,7 +2250,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2264,7 +2264,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -2293,7 +2293,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2304,7 +2304,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/connector._types:ConnectorSyncJob" + "$ref": "#/components/schemas/connector._types.ConnectorSyncJob" } } } @@ -2327,7 +2327,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2338,7 +2338,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "SyncJobDeleteResponseExample1": { @@ -2387,7 +2387,7 @@ "description": "A sync job status to fetch connector sync jobs for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "style": "form" }, @@ -2397,7 +2397,7 @@ "description": "A connector id to fetch connector sync jobs for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "form" }, @@ -2409,12 +2409,12 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" }, { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" } } ] @@ -2436,7 +2436,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:ConnectorSyncJob" + "$ref": "#/components/schemas/connector._types.ConnectorSyncJob" } } }, @@ -2465,13 +2465,13 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" }, "trigger_method": { - "$ref": "#/components/schemas/connector._types:SyncJobTriggerMethod" + "$ref": "#/components/schemas/connector._types.SyncJobTriggerMethod" } }, "required": [ @@ -2496,7 +2496,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -2526,7 +2526,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2540,7 +2540,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -2570,7 +2570,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2607,7 +2607,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -2642,7 +2642,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2654,7 +2654,7 @@ "type": "object", "properties": { "configuration": { - "$ref": "#/components/schemas/connector._types:ConnectorConfiguration" + "$ref": "#/components/schemas/connector._types.ConnectorConfiguration" }, "values": { "type": "object", @@ -2685,7 +2685,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -2720,7 +2720,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2737,7 +2737,7 @@ "type": "string" }, { - "$ref": "#/components/schemas/_spec_utils:NullValue" + "$ref": "#/components/schemas/_spec_utils.NullValue" } ] } @@ -2764,7 +2764,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -2799,7 +2799,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2813,17 +2813,17 @@ "filtering": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringConfig" + "$ref": "#/components/schemas/connector._types.FilteringConfig" } }, "rules": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringRule" + "$ref": "#/components/schemas/connector._types.FilteringRule" } }, "advanced_snippet": { - "$ref": "#/components/schemas/connector._types:FilteringAdvancedSnippet" + "$ref": "#/components/schemas/connector._types.FilteringAdvancedSnippet" } } }, @@ -2848,7 +2848,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -2883,7 +2883,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2895,7 +2895,7 @@ "type": "object", "properties": { "validation": { - "$ref": "#/components/schemas/connector._types:FilteringRulesValidation" + "$ref": "#/components/schemas/connector._types.FilteringRulesValidation" } }, "required": [ @@ -2915,7 +2915,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -2945,7 +2945,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2959,10 +2959,10 @@ "index_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { - "$ref": "#/components/schemas/_spec_utils:NullValue" + "$ref": "#/components/schemas/_spec_utils.NullValue" } ] } @@ -2989,7 +2989,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -3023,7 +3023,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -3060,7 +3060,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -3094,7 +3094,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -3126,7 +3126,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -3156,7 +3156,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -3168,7 +3168,7 @@ "type": "object", "properties": { "pipeline": { - "$ref": "#/components/schemas/connector._types:IngestPipelineParams" + "$ref": "#/components/schemas/connector._types.IngestPipelineParams" } }, "required": [ @@ -3193,7 +3193,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -3227,7 +3227,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -3239,7 +3239,7 @@ "type": "object", "properties": { "scheduling": { - "$ref": "#/components/schemas/connector._types:SchedulingConfiguration" + "$ref": "#/components/schemas/connector._types.SchedulingConfiguration" } }, "required": [ @@ -3267,7 +3267,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -3301,7 +3301,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -3338,7 +3338,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -3372,7 +3372,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -3384,7 +3384,7 @@ "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/connector._types:ConnectorStatus" + "$ref": "#/components/schemas/connector._types.ConnectorStatus" } }, "required": [ @@ -3409,7 +3409,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -3438,46 +3438,46 @@ "operationId": "count-1", "parameters": [ { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -3485,7 +3485,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } }, @@ -3498,46 +3498,46 @@ "operationId": "count", "parameters": [ { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -3545,7 +3545,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } } @@ -3560,49 +3560,49 @@ "operationId": "count-3", "parameters": [ { - "$ref": "#/components/parameters/count:index" + "$ref": "#/components/parameters/count-index" }, { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -3610,7 +3610,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } }, @@ -3623,49 +3623,49 @@ "operationId": "count-2", "parameters": [ { - "$ref": "#/components/parameters/count:index" + "$ref": "#/components/parameters/count-index" }, { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -3673,7 +3673,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } } @@ -3691,49 +3691,49 @@ "operationId": "create", "parameters": [ { - "$ref": "#/components/parameters/create:index" + "$ref": "#/components/parameters/create-index" }, { - "$ref": "#/components/parameters/create:id" + "$ref": "#/components/parameters/create-id" }, { - "$ref": "#/components/parameters/create:if_primary_term" + "$ref": "#/components/parameters/create-if_primary_term" }, { - "$ref": "#/components/parameters/create:if_seq_no" + "$ref": "#/components/parameters/create-if_seq_no" }, { - "$ref": "#/components/parameters/create:include_source_on_error" + "$ref": "#/components/parameters/create-include_source_on_error" }, { - "$ref": "#/components/parameters/create:op_type" + "$ref": "#/components/parameters/create-op_type" }, { - "$ref": "#/components/parameters/create:pipeline" + "$ref": "#/components/parameters/create-pipeline" }, { - "$ref": "#/components/parameters/create:refresh" + "$ref": "#/components/parameters/create-refresh" }, { - "$ref": "#/components/parameters/create:require_alias" + "$ref": "#/components/parameters/create-require_alias" }, { - "$ref": "#/components/parameters/create:require_data_stream" + "$ref": "#/components/parameters/create-require_data_stream" }, { - "$ref": "#/components/parameters/create:routing" + "$ref": "#/components/parameters/create-routing" }, { - "$ref": "#/components/parameters/create:timeout" + "$ref": "#/components/parameters/create-timeout" }, { - "$ref": "#/components/parameters/create:version" + "$ref": "#/components/parameters/create-version" }, { - "$ref": "#/components/parameters/create:version_type" + "$ref": "#/components/parameters/create-version_type" }, { - "$ref": "#/components/parameters/create:wait_for_active_shards" + "$ref": "#/components/parameters/create-wait_for_active_shards" } ], "requestBody": { @@ -3741,7 +3741,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/create:200" + "$ref": "#/components/responses/create-200" } }, "x-state": "Added in 5.0.0" @@ -3758,49 +3758,49 @@ "operationId": "create-1", "parameters": [ { - "$ref": "#/components/parameters/create:index" + "$ref": "#/components/parameters/create-index" }, { - "$ref": "#/components/parameters/create:id" + "$ref": "#/components/parameters/create-id" }, { - "$ref": "#/components/parameters/create:if_primary_term" + "$ref": "#/components/parameters/create-if_primary_term" }, { - "$ref": "#/components/parameters/create:if_seq_no" + "$ref": "#/components/parameters/create-if_seq_no" }, { - "$ref": "#/components/parameters/create:include_source_on_error" + "$ref": "#/components/parameters/create-include_source_on_error" }, { - "$ref": "#/components/parameters/create:op_type" + "$ref": "#/components/parameters/create-op_type" }, { - "$ref": "#/components/parameters/create:pipeline" + "$ref": "#/components/parameters/create-pipeline" }, { - "$ref": "#/components/parameters/create:refresh" + "$ref": "#/components/parameters/create-refresh" }, { - "$ref": "#/components/parameters/create:require_alias" + "$ref": "#/components/parameters/create-require_alias" }, { - "$ref": "#/components/parameters/create:require_data_stream" + "$ref": "#/components/parameters/create-require_data_stream" }, { - "$ref": "#/components/parameters/create:routing" + "$ref": "#/components/parameters/create-routing" }, { - "$ref": "#/components/parameters/create:timeout" + "$ref": "#/components/parameters/create-timeout" }, { - "$ref": "#/components/parameters/create:version" + "$ref": "#/components/parameters/create-version" }, { - "$ref": "#/components/parameters/create:version_type" + "$ref": "#/components/parameters/create-version_type" }, { - "$ref": "#/components/parameters/create:wait_for_active_shards" + "$ref": "#/components/parameters/create-wait_for_active_shards" } ], "requestBody": { @@ -3808,7 +3808,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/create:200" + "$ref": "#/components/responses/create-200" } }, "x-state": "Added in 5.0.0" @@ -3830,7 +3830,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -3841,7 +3841,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -3881,7 +3881,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -3891,7 +3891,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -3901,7 +3901,7 @@ "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -3911,7 +3911,7 @@ "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -3921,7 +3921,7 @@ "description": "A comma-separated list of stored fields to return as part of a hit.\nIf no fields are specified, no stored fields are included in the response.\nIf this field is specified, the `_source` parameter defaults to `false`.\nOnly leaf fields can be retrieved with the `stored_field` option.\nObject fields can't be returned;​if specified, the request fails.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -3931,7 +3931,7 @@ "description": "The version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -3941,7 +3941,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -3952,7 +3952,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.get:GetResult" + "$ref": "#/components/schemas/_global.get.GetResult" }, "examples": { "GetResponseExample1": { @@ -3988,46 +3988,46 @@ "operationId": "index", "parameters": [ { - "$ref": "#/components/parameters/index:index" + "$ref": "#/components/parameters/index-index" }, { - "$ref": "#/components/parameters/index:id" + "$ref": "#/components/parameters/index-id" }, { - "$ref": "#/components/parameters/index:if_primary_term" + "$ref": "#/components/parameters/index-if_primary_term" }, { - "$ref": "#/components/parameters/index:if_seq_no" + "$ref": "#/components/parameters/index-if_seq_no" }, { - "$ref": "#/components/parameters/index:include_source_on_error" + "$ref": "#/components/parameters/index-include_source_on_error" }, { - "$ref": "#/components/parameters/index:op_type" + "$ref": "#/components/parameters/index-op_type" }, { - "$ref": "#/components/parameters/index:pipeline" + "$ref": "#/components/parameters/index-pipeline" }, { - "$ref": "#/components/parameters/index:refresh" + "$ref": "#/components/parameters/index-refresh" }, { - "$ref": "#/components/parameters/index:routing" + "$ref": "#/components/parameters/index-routing" }, { - "$ref": "#/components/parameters/index:timeout" + "$ref": "#/components/parameters/index-timeout" }, { - "$ref": "#/components/parameters/index:version" + "$ref": "#/components/parameters/index-version" }, { - "$ref": "#/components/parameters/index:version_type" + "$ref": "#/components/parameters/index-version_type" }, { - "$ref": "#/components/parameters/index:wait_for_active_shards" + "$ref": "#/components/parameters/index-wait_for_active_shards" }, { - "$ref": "#/components/parameters/index:require_alias" + "$ref": "#/components/parameters/index-require_alias" } ], "requestBody": { @@ -4035,7 +4035,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index:200" + "$ref": "#/components/responses/index-200" } } }, @@ -4051,46 +4051,46 @@ "operationId": "index-1", "parameters": [ { - "$ref": "#/components/parameters/index:index" + "$ref": "#/components/parameters/index-index" }, { - "$ref": "#/components/parameters/index:id" + "$ref": "#/components/parameters/index-id" }, { - "$ref": "#/components/parameters/index:if_primary_term" + "$ref": "#/components/parameters/index-if_primary_term" }, { - "$ref": "#/components/parameters/index:if_seq_no" + "$ref": "#/components/parameters/index-if_seq_no" }, { - "$ref": "#/components/parameters/index:include_source_on_error" + "$ref": "#/components/parameters/index-include_source_on_error" }, { - "$ref": "#/components/parameters/index:op_type" + "$ref": "#/components/parameters/index-op_type" }, { - "$ref": "#/components/parameters/index:pipeline" + "$ref": "#/components/parameters/index-pipeline" }, { - "$ref": "#/components/parameters/index:refresh" + "$ref": "#/components/parameters/index-refresh" }, { - "$ref": "#/components/parameters/index:routing" + "$ref": "#/components/parameters/index-routing" }, { - "$ref": "#/components/parameters/index:timeout" + "$ref": "#/components/parameters/index-timeout" }, { - "$ref": "#/components/parameters/index:version" + "$ref": "#/components/parameters/index-version" }, { - "$ref": "#/components/parameters/index:version_type" + "$ref": "#/components/parameters/index-version_type" }, { - "$ref": "#/components/parameters/index:wait_for_active_shards" + "$ref": "#/components/parameters/index-wait_for_active_shards" }, { - "$ref": "#/components/parameters/index:require_alias" + "$ref": "#/components/parameters/index-require_alias" } ], "requestBody": { @@ -4098,7 +4098,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index:200" + "$ref": "#/components/responses/index-200" } } }, @@ -4117,7 +4117,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -4128,7 +4128,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -4148,7 +4148,7 @@ "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, @@ -4158,7 +4158,7 @@ "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, @@ -4168,7 +4168,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -4178,7 +4178,7 @@ "description": "The period to wait for active shards.\n\nThis parameter is useful for situations where the primary shard assigned to perform the delete operation might not be available when the delete operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a store or undergoing relocation.\nBy default, the delete operation will wait on the primary shard to become available for up to 1 minute before failing and responding with an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4188,7 +4188,7 @@ "description": "An explicit version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -4198,7 +4198,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, @@ -4208,7 +4208,7 @@ "description": "The minimum number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" } @@ -4219,7 +4219,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" }, "examples": { "DeleteResponseExample1": { @@ -4247,7 +4247,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -4258,7 +4258,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -4298,7 +4298,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -4308,7 +4308,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -4318,7 +4318,7 @@ "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -4328,7 +4328,7 @@ "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -4338,7 +4338,7 @@ "description": "A comma-separated list of stored fields to return as part of a hit.\nIf no fields are specified, no stored fields are included in the response.\nIf this field is specified, the `_source` parameter defaults to `false`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -4348,7 +4348,7 @@ "description": "Explicit version number for concurrency control.\nThe specified version must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -4358,7 +4358,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -4389,7 +4389,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -4429,7 +4429,7 @@ "description": "What to do if delete by query hits version conflicts: `abort` or `proceed`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" }, "style": "form" }, @@ -4439,7 +4439,7 @@ "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, @@ -4459,7 +4459,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -4549,7 +4549,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -4569,7 +4569,7 @@ "description": "The period to retain the search context for scrolling.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4589,7 +4589,7 @@ "description": "The explicit timeout for each search request.\nIt defaults to no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4599,7 +4599,7 @@ "description": "The type of the search operation.\nAvailable options include `query_then_fetch` and `dfs_query_then_fetch`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, @@ -4609,7 +4609,7 @@ "description": "The number of slices this task should be divided into.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Slices" + "$ref": "#/components/schemas/_types.Slices" }, "style": "form" }, @@ -4655,7 +4655,7 @@ "description": "The period each deletion request waits for active shards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4675,7 +4675,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe `timeout` value controls how long each write request waits for unavailable shards to become available.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -4701,10 +4701,10 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" } } }, @@ -4754,7 +4754,7 @@ "description": "An array of failures if there were any unrecoverable errors during the process.\nIf this array is not empty, the request ended abnormally because of those failures.\nDelete by query is implemented using batches and any failures cause the entire process to end but all failures in the current batch are collected into the array.\nYou can use the `conflicts` option to prevent reindex from ending on version conflicts.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:BulkIndexByScrollFailure" + "$ref": "#/components/schemas/_types.BulkIndexByScrollFailure" } }, "noops": { @@ -4766,32 +4766,32 @@ "type": "number" }, "retries": { - "$ref": "#/components/schemas/_types:Retries" + "$ref": "#/components/schemas/_types.Retries" }, "slice_id": { "type": "number" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "throttled_until": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_until_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "timed_out": { "description": "If `true`, some requests run during the delete by query operation timed out.", "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "description": "The number of documents that were successfully processed.", @@ -4832,7 +4832,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -4842,7 +4842,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -4856,13 +4856,13 @@ "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "found": { "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:StoredScript" + "$ref": "#/components/schemas/_types.StoredScript" } }, "required": [ @@ -4887,16 +4887,16 @@ "operationId": "put-script", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -4904,7 +4904,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } }, @@ -4920,16 +4920,16 @@ "operationId": "put-script-1", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -4937,7 +4937,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } }, @@ -4956,7 +4956,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -4966,7 +4966,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4976,7 +4976,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -4987,7 +4987,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -5005,15 +5005,15 @@ "operationId": "enrich-get-policy", "parameters": [ { - "$ref": "#/components/parameters/enrich.get_policy:name" + "$ref": "#/components/parameters/enrich.get_policy-name" }, { - "$ref": "#/components/parameters/enrich.get_policy:master_timeout" + "$ref": "#/components/parameters/enrich.get_policy-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/enrich.get_policy:200" + "$ref": "#/components/responses/enrich.get_policy-200" } }, "x-state": "Added in 7.5.0" @@ -5033,7 +5033,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -5043,7 +5043,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -5055,13 +5055,13 @@ "type": "object", "properties": { "geo_match": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" }, "match": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" }, "range": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" } } } @@ -5075,7 +5075,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -5098,7 +5098,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -5108,7 +5108,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -5119,7 +5119,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -5144,7 +5144,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -5154,7 +5154,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -5178,10 +5178,10 @@ "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/enrich.execute_policy:ExecuteEnrichPolicyStatus" + "$ref": "#/components/schemas/enrich.execute_policy.ExecuteEnrichPolicyStatus" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" } } } @@ -5202,12 +5202,12 @@ "operationId": "enrich-get-policy-1", "parameters": [ { - "$ref": "#/components/parameters/enrich.get_policy:master_timeout" + "$ref": "#/components/parameters/enrich.get_policy-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/enrich.get_policy:200" + "$ref": "#/components/responses/enrich.get_policy-200" } }, "x-state": "Added in 7.5.0" @@ -5229,7 +5229,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -5239,7 +5239,7 @@ "description": "Period for which the search and its results are stored on the cluster.\nDefaults to the keep_alive value set by the search’s EQL search API request.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -5249,7 +5249,7 @@ "description": "Timeout duration to wait for the request to finish.\nDefaults to no timeout, meaning the request waits for complete search results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -5260,7 +5260,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/eql._types:EqlSearchResponseBase" + "$ref": "#/components/schemas/eql._types.EqlSearchResponseBase" } } } @@ -5283,7 +5283,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5294,7 +5294,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -5319,7 +5319,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5333,7 +5333,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_partial": { "description": "If true, the search request is still executing. If false, the search is completed.", @@ -5344,10 +5344,10 @@ "type": "boolean" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "expiration_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "completion_status": { "description": "For a completed search shows the http status code of the completed search.", @@ -5386,31 +5386,31 @@ "operationId": "eql-search", "parameters": [ { - "$ref": "#/components/parameters/eql.search:index" + "$ref": "#/components/parameters/eql.search-index" }, { - "$ref": "#/components/parameters/eql.search:allow_no_indices" + "$ref": "#/components/parameters/eql.search-allow_no_indices" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_search_results" + "$ref": "#/components/parameters/eql.search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_sequence_results" + "$ref": "#/components/parameters/eql.search-allow_partial_sequence_results" }, { - "$ref": "#/components/parameters/eql.search:expand_wildcards" + "$ref": "#/components/parameters/eql.search-expand_wildcards" }, { - "$ref": "#/components/parameters/eql.search:ignore_unavailable" + "$ref": "#/components/parameters/eql.search-ignore_unavailable" }, { - "$ref": "#/components/parameters/eql.search:keep_alive" + "$ref": "#/components/parameters/eql.search-keep_alive" }, { - "$ref": "#/components/parameters/eql.search:keep_on_completion" + "$ref": "#/components/parameters/eql.search-keep_on_completion" }, { - "$ref": "#/components/parameters/eql.search:wait_for_completion_timeout" + "$ref": "#/components/parameters/eql.search-wait_for_completion_timeout" } ], "requestBody": { @@ -5418,7 +5418,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/eql.search:200" + "$ref": "#/components/responses/eql.search-200" } }, "x-state": "Added in 7.9.0" @@ -5435,31 +5435,31 @@ "operationId": "eql-search-1", "parameters": [ { - "$ref": "#/components/parameters/eql.search:index" + "$ref": "#/components/parameters/eql.search-index" }, { - "$ref": "#/components/parameters/eql.search:allow_no_indices" + "$ref": "#/components/parameters/eql.search-allow_no_indices" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_search_results" + "$ref": "#/components/parameters/eql.search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_sequence_results" + "$ref": "#/components/parameters/eql.search-allow_partial_sequence_results" }, { - "$ref": "#/components/parameters/eql.search:expand_wildcards" + "$ref": "#/components/parameters/eql.search-expand_wildcards" }, { - "$ref": "#/components/parameters/eql.search:ignore_unavailable" + "$ref": "#/components/parameters/eql.search-ignore_unavailable" }, { - "$ref": "#/components/parameters/eql.search:keep_alive" + "$ref": "#/components/parameters/eql.search-keep_alive" }, { - "$ref": "#/components/parameters/eql.search:keep_on_completion" + "$ref": "#/components/parameters/eql.search-keep_on_completion" }, { - "$ref": "#/components/parameters/eql.search:wait_for_completion_timeout" + "$ref": "#/components/parameters/eql.search-wait_for_completion_timeout" } ], "requestBody": { @@ -5467,7 +5467,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/eql.search:200" + "$ref": "#/components/responses/eql.search-200" } }, "x-state": "Added in 7.9.0" @@ -5491,7 +5491,7 @@ "description": "A short version of the Accept header, e.g. json, yaml.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/esql._types:EsqlFormat" + "$ref": "#/components/schemas/esql._types.EsqlFormat" }, "style": "form" }, @@ -5537,7 +5537,7 @@ "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "locale": { "type": "string" @@ -5546,7 +5546,7 @@ "description": "To avoid any attempts of hacking or code injection, extract the values in a separate list of parameters. Use question mark placeholders (?) in the query string for each of the parameters.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "profile": { @@ -5563,7 +5563,7 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/esql._types:TableValuesContainer" + "$ref": "#/components/schemas/esql._types.TableValuesContainer" } } }, @@ -5592,7 +5592,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/esql._types:EsqlResult" + "$ref": "#/components/schemas/esql._types.EsqlResult" } } } @@ -5619,7 +5619,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -5630,7 +5630,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -5670,7 +5670,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -5680,7 +5680,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -5690,7 +5690,7 @@ "description": "A comma-separated list of source fields to exclude in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -5700,7 +5700,7 @@ "description": "A comma-separated list of source fields to include in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -5710,7 +5710,7 @@ "description": "A comma-separated list of stored fields to return as part of a hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -5720,7 +5720,7 @@ "description": "The version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -5730,7 +5730,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -5766,7 +5766,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -5777,7 +5777,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -5817,7 +5817,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -5827,7 +5827,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -5837,7 +5837,7 @@ "description": "A comma-separated list of source fields to exclude in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -5847,7 +5847,7 @@ "description": "A comma-separated list of source fields to include in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -5857,7 +5857,7 @@ "description": "The version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -5867,7 +5867,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -5893,46 +5893,46 @@ "operationId": "explain", "parameters": [ { - "$ref": "#/components/parameters/explain:index" + "$ref": "#/components/parameters/explain-index" }, { - "$ref": "#/components/parameters/explain:id" + "$ref": "#/components/parameters/explain-id" }, { - "$ref": "#/components/parameters/explain:analyzer" + "$ref": "#/components/parameters/explain-analyzer" }, { - "$ref": "#/components/parameters/explain:analyze_wildcard" + "$ref": "#/components/parameters/explain-analyze_wildcard" }, { - "$ref": "#/components/parameters/explain:default_operator" + "$ref": "#/components/parameters/explain-default_operator" }, { - "$ref": "#/components/parameters/explain:df" + "$ref": "#/components/parameters/explain-df" }, { - "$ref": "#/components/parameters/explain:lenient" + "$ref": "#/components/parameters/explain-lenient" }, { - "$ref": "#/components/parameters/explain:preference" + "$ref": "#/components/parameters/explain-preference" }, { - "$ref": "#/components/parameters/explain:routing" + "$ref": "#/components/parameters/explain-routing" }, { - "$ref": "#/components/parameters/explain:_source" + "$ref": "#/components/parameters/explain-_source" }, { - "$ref": "#/components/parameters/explain:_source_excludes" + "$ref": "#/components/parameters/explain-_source_excludes" }, { - "$ref": "#/components/parameters/explain:_source_includes" + "$ref": "#/components/parameters/explain-_source_includes" }, { - "$ref": "#/components/parameters/explain:stored_fields" + "$ref": "#/components/parameters/explain-stored_fields" }, { - "$ref": "#/components/parameters/explain:q" + "$ref": "#/components/parameters/explain-q" } ], "requestBody": { @@ -5940,7 +5940,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/explain:200" + "$ref": "#/components/responses/explain-200" } } }, @@ -5953,46 +5953,46 @@ "operationId": "explain-1", "parameters": [ { - "$ref": "#/components/parameters/explain:index" + "$ref": "#/components/parameters/explain-index" }, { - "$ref": "#/components/parameters/explain:id" + "$ref": "#/components/parameters/explain-id" }, { - "$ref": "#/components/parameters/explain:analyzer" + "$ref": "#/components/parameters/explain-analyzer" }, { - "$ref": "#/components/parameters/explain:analyze_wildcard" + "$ref": "#/components/parameters/explain-analyze_wildcard" }, { - "$ref": "#/components/parameters/explain:default_operator" + "$ref": "#/components/parameters/explain-default_operator" }, { - "$ref": "#/components/parameters/explain:df" + "$ref": "#/components/parameters/explain-df" }, { - "$ref": "#/components/parameters/explain:lenient" + "$ref": "#/components/parameters/explain-lenient" }, { - "$ref": "#/components/parameters/explain:preference" + "$ref": "#/components/parameters/explain-preference" }, { - "$ref": "#/components/parameters/explain:routing" + "$ref": "#/components/parameters/explain-routing" }, { - "$ref": "#/components/parameters/explain:_source" + "$ref": "#/components/parameters/explain-_source" }, { - "$ref": "#/components/parameters/explain:_source_excludes" + "$ref": "#/components/parameters/explain-_source_excludes" }, { - "$ref": "#/components/parameters/explain:_source_includes" + "$ref": "#/components/parameters/explain-_source_includes" }, { - "$ref": "#/components/parameters/explain:stored_fields" + "$ref": "#/components/parameters/explain-stored_fields" }, { - "$ref": "#/components/parameters/explain:q" + "$ref": "#/components/parameters/explain-q" } ], "requestBody": { @@ -6000,7 +6000,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/explain:200" + "$ref": "#/components/responses/explain-200" } } } @@ -6015,28 +6015,28 @@ "operationId": "field-caps", "parameters": [ { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -6044,7 +6044,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -6058,28 +6058,28 @@ "operationId": "field-caps-1", "parameters": [ { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -6087,7 +6087,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -6103,31 +6103,31 @@ "operationId": "field-caps-2", "parameters": [ { - "$ref": "#/components/parameters/field_caps:index" + "$ref": "#/components/parameters/field_caps-index" }, { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -6135,7 +6135,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -6149,31 +6149,31 @@ "operationId": "field-caps-3", "parameters": [ { - "$ref": "#/components/parameters/field_caps:index" + "$ref": "#/components/parameters/field_caps-index" }, { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -6181,7 +6181,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -6200,13 +6200,13 @@ "operationId": "graph-explore", "parameters": [ { - "$ref": "#/components/parameters/graph.explore:index" + "$ref": "#/components/parameters/graph.explore-index" }, { - "$ref": "#/components/parameters/graph.explore:routing" + "$ref": "#/components/parameters/graph.explore-routing" }, { - "$ref": "#/components/parameters/graph.explore:timeout" + "$ref": "#/components/parameters/graph.explore-timeout" } ], "requestBody": { @@ -6214,7 +6214,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/graph.explore:200" + "$ref": "#/components/responses/graph.explore-200" } } }, @@ -6230,13 +6230,13 @@ "operationId": "graph-explore-1", "parameters": [ { - "$ref": "#/components/parameters/graph.explore:index" + "$ref": "#/components/parameters/graph.explore-index" }, { - "$ref": "#/components/parameters/graph.explore:routing" + "$ref": "#/components/parameters/graph.explore-routing" }, { - "$ref": "#/components/parameters/graph.explore:timeout" + "$ref": "#/components/parameters/graph.explore-timeout" } ], "requestBody": { @@ -6244,7 +6244,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/graph.explore:200" + "$ref": "#/components/responses/graph.explore-200" } } } @@ -6262,43 +6262,43 @@ "operationId": "index-2", "parameters": [ { - "$ref": "#/components/parameters/index:index" + "$ref": "#/components/parameters/index-index" }, { - "$ref": "#/components/parameters/index:if_primary_term" + "$ref": "#/components/parameters/index-if_primary_term" }, { - "$ref": "#/components/parameters/index:if_seq_no" + "$ref": "#/components/parameters/index-if_seq_no" }, { - "$ref": "#/components/parameters/index:include_source_on_error" + "$ref": "#/components/parameters/index-include_source_on_error" }, { - "$ref": "#/components/parameters/index:op_type" + "$ref": "#/components/parameters/index-op_type" }, { - "$ref": "#/components/parameters/index:pipeline" + "$ref": "#/components/parameters/index-pipeline" }, { - "$ref": "#/components/parameters/index:refresh" + "$ref": "#/components/parameters/index-refresh" }, { - "$ref": "#/components/parameters/index:routing" + "$ref": "#/components/parameters/index-routing" }, { - "$ref": "#/components/parameters/index:timeout" + "$ref": "#/components/parameters/index-timeout" }, { - "$ref": "#/components/parameters/index:version" + "$ref": "#/components/parameters/index-version" }, { - "$ref": "#/components/parameters/index:version_type" + "$ref": "#/components/parameters/index-version_type" }, { - "$ref": "#/components/parameters/index:wait_for_active_shards" + "$ref": "#/components/parameters/index-wait_for_active_shards" }, { - "$ref": "#/components/parameters/index:require_alias" + "$ref": "#/components/parameters/index-require_alias" } ], "requestBody": { @@ -6306,7 +6306,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index:200" + "$ref": "#/components/responses/index-200" } } } @@ -6327,7 +6327,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -6338,7 +6338,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/indices.add_block:IndicesBlockOptions" + "$ref": "#/components/schemas/indices.add_block.IndicesBlockOptions" }, "style": "simple" }, @@ -6358,7 +6358,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -6378,7 +6378,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -6388,7 +6388,7 @@ "description": "The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.\nIf no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -6410,7 +6410,7 @@ "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.add_block:IndicesBlockStatus" + "$ref": "#/components/schemas/indices.add_block.IndicesBlockStatus" } } }, @@ -6446,7 +6446,7 @@ "operationId": "indices-analyze", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -6454,7 +6454,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } }, @@ -6470,7 +6470,7 @@ "operationId": "indices-analyze-1", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -6478,7 +6478,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } } @@ -6496,10 +6496,10 @@ "operationId": "indices-analyze-2", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index" + "$ref": "#/components/parameters/indices.analyze-index" }, { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -6507,7 +6507,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } }, @@ -6523,10 +6523,10 @@ "operationId": "indices-analyze-3", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index" + "$ref": "#/components/parameters/indices.analyze-index" }, { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -6534,7 +6534,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } } @@ -6555,7 +6555,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -6575,7 +6575,7 @@ "description": "Type of index that wildcard expressions can match. If the request can target data streams, this argument\ndetermines whether wildcard expressions match hidden data streams. Supports comma-separated values,\nsuch as open,hidden.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -6625,7 +6625,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -6635,7 +6635,7 @@ "description": "Return only information on specified index features", "deprecated": false, "schema": { - "$ref": "#/components/schemas/indices.get:Features" + "$ref": "#/components/schemas/indices.get.Features" }, "style": "form" } @@ -6648,7 +6648,7 @@ "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" } } } @@ -6671,7 +6671,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -6681,7 +6681,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -6691,7 +6691,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -6701,7 +6701,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" } @@ -6716,14 +6716,14 @@ "description": "Aliases for the index.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } } }, @@ -6756,7 +6756,7 @@ "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shards_acknowledged": { "type": "boolean" @@ -6791,7 +6791,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -6811,7 +6811,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -6831,7 +6831,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -6841,7 +6841,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -6852,7 +6852,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:IndicesResponseBase" + "$ref": "#/components/schemas/_types.IndicesResponseBase" } } } @@ -6874,7 +6874,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -6894,7 +6894,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -6959,24 +6959,24 @@ "operationId": "indices-get-data-stream-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_data_stream:name" + "$ref": "#/components/parameters/indices.get_data_stream-name" }, { - "$ref": "#/components/parameters/indices.get_data_stream:expand_wildcards" + "$ref": "#/components/parameters/indices.get_data_stream-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_data_stream:include_defaults" + "$ref": "#/components/parameters/indices.get_data_stream-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_data_stream:master_timeout" + "$ref": "#/components/parameters/indices.get_data_stream-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_data_stream:verbose" + "$ref": "#/components/parameters/indices.get_data_stream-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_data_stream:200" + "$ref": "#/components/responses/indices.get_data_stream-200" } }, "x-state": "Added in 7.9.0" @@ -6996,7 +6996,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "style": "simple" }, @@ -7006,7 +7006,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -7016,7 +7016,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7027,7 +7027,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -7050,7 +7050,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, @@ -7060,7 +7060,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -7070,7 +7070,7 @@ "description": "Type of data stream that wildcard patterns can match. Supports comma-separated values,such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" } @@ -7081,7 +7081,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -7100,27 +7100,27 @@ "operationId": "indices-get-alias-2", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:index" + "$ref": "#/components/parameters/indices.get_alias-index" }, { - "$ref": "#/components/parameters/indices.get_alias:name" + "$ref": "#/components/parameters/indices.get_alias-name" }, { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } }, @@ -7133,16 +7133,16 @@ "operationId": "indices-put-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -7150,7 +7150,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -7163,16 +7163,16 @@ "operationId": "indices-put-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -7180,7 +7180,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -7193,21 +7193,21 @@ "operationId": "indices-delete-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.delete_alias:index" + "$ref": "#/components/parameters/indices.delete_alias-index" }, { - "$ref": "#/components/parameters/indices.delete_alias:name" + "$ref": "#/components/parameters/indices.delete_alias-name" }, { - "$ref": "#/components/parameters/indices.delete_alias:master_timeout" + "$ref": "#/components/parameters/indices.delete_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.delete_alias:timeout" + "$ref": "#/components/parameters/indices.delete_alias-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.delete_alias:200" + "$ref": "#/components/responses/indices.delete_alias-200" } } }, @@ -7220,27 +7220,27 @@ "operationId": "indices-exists-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.exists_alias:index" + "$ref": "#/components/parameters/indices.exists_alias-index" }, { - "$ref": "#/components/parameters/indices.exists_alias:name" + "$ref": "#/components/parameters/indices.exists_alias-name" }, { - "$ref": "#/components/parameters/indices.exists_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.exists_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.exists_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.exists_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.exists_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.exists_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.exists_alias:master_timeout" + "$ref": "#/components/parameters/indices.exists_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.exists_alias:200" + "$ref": "#/components/responses/indices.exists_alias-200" } } } @@ -7255,16 +7255,16 @@ "operationId": "indices-put-alias-2", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -7272,7 +7272,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -7285,16 +7285,16 @@ "operationId": "indices-put-alias-3", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -7302,7 +7302,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -7315,21 +7315,21 @@ "operationId": "indices-delete-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.delete_alias:index" + "$ref": "#/components/parameters/indices.delete_alias-index" }, { - "$ref": "#/components/parameters/indices.delete_alias:name" + "$ref": "#/components/parameters/indices.delete_alias-name" }, { - "$ref": "#/components/parameters/indices.delete_alias:master_timeout" + "$ref": "#/components/parameters/indices.delete_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.delete_alias:timeout" + "$ref": "#/components/parameters/indices.delete_alias-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.delete_alias:200" + "$ref": "#/components/responses/indices.delete_alias-200" } } } @@ -7344,24 +7344,24 @@ "operationId": "indices-get-index-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_index_template:name" + "$ref": "#/components/parameters/indices.get_index_template-name" }, { - "$ref": "#/components/parameters/indices.get_index_template:local" + "$ref": "#/components/parameters/indices.get_index_template-local" }, { - "$ref": "#/components/parameters/indices.get_index_template:flat_settings" + "$ref": "#/components/parameters/indices.get_index_template-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_index_template:master_timeout" + "$ref": "#/components/parameters/indices.get_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_index_template:include_defaults" + "$ref": "#/components/parameters/indices.get_index_template-include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_index_template:200" + "$ref": "#/components/responses/indices.get_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -7375,16 +7375,16 @@ "operationId": "indices-put-index-template", "parameters": [ { - "$ref": "#/components/parameters/indices.put_index_template:name" + "$ref": "#/components/parameters/indices.put_index_template-name" }, { - "$ref": "#/components/parameters/indices.put_index_template:create" + "$ref": "#/components/parameters/indices.put_index_template-create" }, { - "$ref": "#/components/parameters/indices.put_index_template:master_timeout" + "$ref": "#/components/parameters/indices.put_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_index_template:cause" + "$ref": "#/components/parameters/indices.put_index_template-cause" } ], "requestBody": { @@ -7392,7 +7392,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_index_template:200" + "$ref": "#/components/responses/indices.put_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -7406,16 +7406,16 @@ "operationId": "indices-put-index-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_index_template:name" + "$ref": "#/components/parameters/indices.put_index_template-name" }, { - "$ref": "#/components/parameters/indices.put_index_template:create" + "$ref": "#/components/parameters/indices.put_index_template-create" }, { - "$ref": "#/components/parameters/indices.put_index_template:master_timeout" + "$ref": "#/components/parameters/indices.put_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_index_template:cause" + "$ref": "#/components/parameters/indices.put_index_template-cause" } ], "requestBody": { @@ -7423,7 +7423,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_index_template:200" + "$ref": "#/components/responses/indices.put_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -7443,7 +7443,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -7453,7 +7453,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -7463,7 +7463,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7474,7 +7474,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -7497,7 +7497,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -7527,7 +7527,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7552,24 +7552,24 @@ "operationId": "indices-get-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:name" + "$ref": "#/components/parameters/indices.get_alias-name" }, { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } }, @@ -7582,24 +7582,24 @@ "operationId": "indices-exists-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.exists_alias:name" + "$ref": "#/components/parameters/indices.exists_alias-name" }, { - "$ref": "#/components/parameters/indices.exists_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.exists_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.exists_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.exists_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.exists_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.exists_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.exists_alias:master_timeout" + "$ref": "#/components/parameters/indices.exists_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.exists_alias:200" + "$ref": "#/components/responses/indices.exists_alias-200" } } } @@ -7620,7 +7620,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -7640,7 +7640,7 @@ "description": "Specify timeout for connection to master", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7656,7 +7656,7 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.explain_data_lifecycle:DataStreamLifecycleExplain" + "$ref": "#/components/schemas/indices.explain_data_lifecycle.DataStreamLifecycleExplain" } } }, @@ -7693,21 +7693,21 @@ "operationId": "indices-get-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } } @@ -7722,24 +7722,24 @@ "operationId": "indices-get-alias-3", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:index" + "$ref": "#/components/parameters/indices.get_alias-index" }, { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } } @@ -7760,7 +7760,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, @@ -7770,7 +7770,7 @@ "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -7790,7 +7790,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7806,7 +7806,7 @@ "data_streams": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get_data_lifecycle:DataStreamWithLifecycle" + "$ref": "#/components/schemas/indices.get_data_lifecycle.DataStreamWithLifecycle" } } }, @@ -7841,7 +7841,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, @@ -7851,7 +7851,7 @@ "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `hidden`, `open`, `closed`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -7861,7 +7861,7 @@ "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -7871,7 +7871,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7883,10 +7883,10 @@ "type": "object", "properties": { "data_retention": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "downsampling": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleDownsampling" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleDownsampling" }, "enabled": { "description": "If defined, it turns data stream lifecycle on/off (`true`/`false`) for this data stream. A data stream lifecycle\nthat's disabled (enabled: `false`) will have no effect on the data stream.", @@ -7914,7 +7914,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "IndicesPutDataLifecycleResponseExample1": { @@ -7939,21 +7939,21 @@ "operationId": "indices-get-data-stream", "parameters": [ { - "$ref": "#/components/parameters/indices.get_data_stream:expand_wildcards" + "$ref": "#/components/parameters/indices.get_data_stream-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_data_stream:include_defaults" + "$ref": "#/components/parameters/indices.get_data_stream-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_data_stream:master_timeout" + "$ref": "#/components/parameters/indices.get_data_stream-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_data_stream:verbose" + "$ref": "#/components/parameters/indices.get_data_stream-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_data_stream:200" + "$ref": "#/components/responses/indices.get_data_stream-200" } }, "x-state": "Added in 7.9.0" @@ -7969,21 +7969,21 @@ "operationId": "indices-get-index-template", "parameters": [ { - "$ref": "#/components/parameters/indices.get_index_template:local" + "$ref": "#/components/parameters/indices.get_index_template-local" }, { - "$ref": "#/components/parameters/indices.get_index_template:flat_settings" + "$ref": "#/components/parameters/indices.get_index_template-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_index_template:master_timeout" + "$ref": "#/components/parameters/indices.get_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_index_template:include_defaults" + "$ref": "#/components/parameters/indices.get_index_template-include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_index_template:200" + "$ref": "#/components/responses/indices.get_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -7999,24 +7999,24 @@ "operationId": "indices-get-mapping", "parameters": [ { - "$ref": "#/components/parameters/indices.get_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.get_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.get_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_mapping:local" + "$ref": "#/components/parameters/indices.get_mapping-local" }, { - "$ref": "#/components/parameters/indices.get_mapping:master_timeout" + "$ref": "#/components/parameters/indices.get_mapping-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_mapping:200" + "$ref": "#/components/responses/indices.get_mapping-200" } } } @@ -8031,27 +8031,27 @@ "operationId": "indices-get-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_mapping:index" + "$ref": "#/components/parameters/indices.get_mapping-index" }, { - "$ref": "#/components/parameters/indices.get_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.get_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.get_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_mapping:local" + "$ref": "#/components/parameters/indices.get_mapping-local" }, { - "$ref": "#/components/parameters/indices.get_mapping:master_timeout" + "$ref": "#/components/parameters/indices.get_mapping-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_mapping:200" + "$ref": "#/components/responses/indices.get_mapping-200" } } }, @@ -8067,25 +8067,25 @@ "operationId": "indices-put-mapping", "parameters": [ { - "$ref": "#/components/parameters/indices.put_mapping:index" + "$ref": "#/components/parameters/indices.put_mapping-index" }, { - "$ref": "#/components/parameters/indices.put_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.put_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.put_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_mapping:master_timeout" + "$ref": "#/components/parameters/indices.put_mapping-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:timeout" + "$ref": "#/components/parameters/indices.put_mapping-timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:write_index_only" + "$ref": "#/components/parameters/indices.put_mapping-write_index_only" } ], "requestBody": { @@ -8093,7 +8093,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_mapping:200" + "$ref": "#/components/responses/indices.put_mapping-200" } } }, @@ -8109,25 +8109,25 @@ "operationId": "indices-put-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_mapping:index" + "$ref": "#/components/parameters/indices.put_mapping-index" }, { - "$ref": "#/components/parameters/indices.put_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.put_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.put_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_mapping:master_timeout" + "$ref": "#/components/parameters/indices.put_mapping-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:timeout" + "$ref": "#/components/parameters/indices.put_mapping-timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:write_index_only" + "$ref": "#/components/parameters/indices.put_mapping-write_index_only" } ], "requestBody": { @@ -8135,7 +8135,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_mapping:200" + "$ref": "#/components/responses/indices.put_mapping-200" } } } @@ -8150,30 +8150,30 @@ "operationId": "indices-get-settings", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } }, @@ -8189,28 +8189,28 @@ "operationId": "indices-put-settings", "parameters": [ { - "$ref": "#/components/parameters/indices.put_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.put_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.put_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_settings:flat_settings" + "$ref": "#/components/parameters/indices.put_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.put_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_settings:master_timeout" + "$ref": "#/components/parameters/indices.put_settings-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_settings:preserve_existing" + "$ref": "#/components/parameters/indices.put_settings-preserve_existing" }, { - "$ref": "#/components/parameters/indices.put_settings:reopen" + "$ref": "#/components/parameters/indices.put_settings-reopen" }, { - "$ref": "#/components/parameters/indices.put_settings:timeout" + "$ref": "#/components/parameters/indices.put_settings-timeout" } ], "requestBody": { @@ -8218,7 +8218,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_settings:200" + "$ref": "#/components/responses/indices.put_settings-200" } } } @@ -8233,33 +8233,33 @@ "operationId": "indices-get-settings-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:index" + "$ref": "#/components/parameters/indices.get_settings-index" }, { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } }, @@ -8275,31 +8275,31 @@ "operationId": "indices-put-settings-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_settings:index" + "$ref": "#/components/parameters/indices.put_settings-index" }, { - "$ref": "#/components/parameters/indices.put_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.put_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.put_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_settings:flat_settings" + "$ref": "#/components/parameters/indices.put_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.put_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_settings:master_timeout" + "$ref": "#/components/parameters/indices.put_settings-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_settings:preserve_existing" + "$ref": "#/components/parameters/indices.put_settings-preserve_existing" }, { - "$ref": "#/components/parameters/indices.put_settings:reopen" + "$ref": "#/components/parameters/indices.put_settings-reopen" }, { - "$ref": "#/components/parameters/indices.put_settings:timeout" + "$ref": "#/components/parameters/indices.put_settings-timeout" } ], "requestBody": { @@ -8307,7 +8307,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_settings:200" + "$ref": "#/components/responses/indices.put_settings-200" } } } @@ -8322,36 +8322,36 @@ "operationId": "indices-get-settings-2", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:index" + "$ref": "#/components/parameters/indices.get_settings-index" }, { - "$ref": "#/components/parameters/indices.get_settings:name" + "$ref": "#/components/parameters/indices.get_settings-name" }, { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } } @@ -8366,33 +8366,33 @@ "operationId": "indices-get-settings-3", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:name" + "$ref": "#/components/parameters/indices.get_settings-name" }, { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } } @@ -8413,7 +8413,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -8423,7 +8423,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8433,7 +8433,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -8444,7 +8444,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -8471,7 +8471,7 @@ "description": "Actions to perform.", "type": "array", "items": { - "$ref": "#/components/schemas/indices.modify_data_stream:Action" + "$ref": "#/components/schemas/indices.modify_data_stream.Action" } } }, @@ -8489,7 +8489,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -8508,18 +8508,18 @@ "operationId": "indices-refresh-1", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } }, @@ -8532,18 +8532,18 @@ "operationId": "indices-refresh", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } } @@ -8558,21 +8558,21 @@ "operationId": "indices-refresh-3", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:index" + "$ref": "#/components/parameters/indices.refresh-index" }, { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } }, @@ -8585,21 +8585,21 @@ "operationId": "indices-refresh-2", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:index" + "$ref": "#/components/parameters/indices.refresh-index" }, { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } } @@ -8620,7 +8620,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -8630,7 +8630,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -8666,19 +8666,19 @@ "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.resolve_index:ResolveIndexItem" + "$ref": "#/components/schemas/indices.resolve_index.ResolveIndexItem" } }, "aliases": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.resolve_index:ResolveIndexAliasItem" + "$ref": "#/components/schemas/indices.resolve_index.ResolveIndexAliasItem" } }, "data_streams": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.resolve_index:ResolveIndexDataStreamsItem" + "$ref": "#/components/schemas/indices.resolve_index.ResolveIndexDataStreamsItem" } } }, @@ -8711,22 +8711,22 @@ "operationId": "indices-rollover", "parameters": [ { - "$ref": "#/components/parameters/indices.rollover:alias" + "$ref": "#/components/parameters/indices.rollover-alias" }, { - "$ref": "#/components/parameters/indices.rollover:dry_run" + "$ref": "#/components/parameters/indices.rollover-dry_run" }, { - "$ref": "#/components/parameters/indices.rollover:master_timeout" + "$ref": "#/components/parameters/indices.rollover-master_timeout" }, { - "$ref": "#/components/parameters/indices.rollover:timeout" + "$ref": "#/components/parameters/indices.rollover-timeout" }, { - "$ref": "#/components/parameters/indices.rollover:wait_for_active_shards" + "$ref": "#/components/parameters/indices.rollover-wait_for_active_shards" }, { - "$ref": "#/components/parameters/indices.rollover:lazy" + "$ref": "#/components/parameters/indices.rollover-lazy" } ], "requestBody": { @@ -8734,7 +8734,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.rollover:200" + "$ref": "#/components/responses/indices.rollover-200" } }, "x-state": "Added in 5.0.0" @@ -8750,25 +8750,25 @@ "operationId": "indices-rollover-1", "parameters": [ { - "$ref": "#/components/parameters/indices.rollover:alias" + "$ref": "#/components/parameters/indices.rollover-alias" }, { - "$ref": "#/components/parameters/indices.rollover:new_index" + "$ref": "#/components/parameters/indices.rollover-new_index" }, { - "$ref": "#/components/parameters/indices.rollover:dry_run" + "$ref": "#/components/parameters/indices.rollover-dry_run" }, { - "$ref": "#/components/parameters/indices.rollover:master_timeout" + "$ref": "#/components/parameters/indices.rollover-master_timeout" }, { - "$ref": "#/components/parameters/indices.rollover:timeout" + "$ref": "#/components/parameters/indices.rollover-timeout" }, { - "$ref": "#/components/parameters/indices.rollover:wait_for_active_shards" + "$ref": "#/components/parameters/indices.rollover-wait_for_active_shards" }, { - "$ref": "#/components/parameters/indices.rollover:lazy" + "$ref": "#/components/parameters/indices.rollover-lazy" } ], "requestBody": { @@ -8776,7 +8776,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.rollover:200" + "$ref": "#/components/responses/indices.rollover-200" } }, "x-state": "Added in 5.0.0" @@ -8798,7 +8798,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -8828,7 +8828,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8854,11 +8854,11 @@ "overlapping": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.simulate_template:Overlapping" + "$ref": "#/components/schemas/indices.simulate_template.Overlapping" } }, "template": { - "$ref": "#/components/schemas/indices.simulate_template:Template" + "$ref": "#/components/schemas/indices.simulate_template.Template" } }, "required": [ @@ -8888,16 +8888,16 @@ "operationId": "indices-simulate-template", "parameters": [ { - "$ref": "#/components/parameters/indices.simulate_template:create" + "$ref": "#/components/parameters/indices.simulate_template-create" }, { - "$ref": "#/components/parameters/indices.simulate_template:cause" + "$ref": "#/components/parameters/indices.simulate_template-cause" }, { - "$ref": "#/components/parameters/indices.simulate_template:master_timeout" + "$ref": "#/components/parameters/indices.simulate_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.simulate_template:include_defaults" + "$ref": "#/components/parameters/indices.simulate_template-include_defaults" } ], "requestBody": { @@ -8905,7 +8905,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.simulate_template:200" + "$ref": "#/components/responses/indices.simulate_template-200" } } } @@ -8920,19 +8920,19 @@ "operationId": "indices-simulate-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.simulate_template:name" + "$ref": "#/components/parameters/indices.simulate_template-name" }, { - "$ref": "#/components/parameters/indices.simulate_template:create" + "$ref": "#/components/parameters/indices.simulate_template-create" }, { - "$ref": "#/components/parameters/indices.simulate_template:cause" + "$ref": "#/components/parameters/indices.simulate_template-cause" }, { - "$ref": "#/components/parameters/indices.simulate_template:master_timeout" + "$ref": "#/components/parameters/indices.simulate_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.simulate_template:include_defaults" + "$ref": "#/components/parameters/indices.simulate_template-include_defaults" } ], "requestBody": { @@ -8940,7 +8940,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.simulate_template:200" + "$ref": "#/components/responses/indices.simulate_template-200" } } } @@ -8960,7 +8960,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8970,7 +8970,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -8985,7 +8985,7 @@ "description": "Actions to perform.", "type": "array", "items": { - "$ref": "#/components/schemas/indices.update_aliases:Action" + "$ref": "#/components/schemas/indices.update_aliases.Action" } } } @@ -9000,7 +9000,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -9019,40 +9019,40 @@ "operationId": "indices-validate-query", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -9060,7 +9060,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -9074,40 +9074,40 @@ "operationId": "indices-validate-query-1", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -9115,7 +9115,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -9131,43 +9131,43 @@ "operationId": "indices-validate-query-2", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:index" + "$ref": "#/components/parameters/indices.validate_query-index" }, { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -9175,7 +9175,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -9189,43 +9189,43 @@ "operationId": "indices-validate-query-3", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:index" + "$ref": "#/components/parameters/indices.validate_query-index" }, { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -9233,7 +9233,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -9254,7 +9254,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -9264,7 +9264,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9273,7 +9273,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:RequestChatCompletion" + "$ref": "#/components/schemas/inference._types.RequestChatCompletion" } } }, @@ -9285,7 +9285,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:StreamResult" + "$ref": "#/components/schemas/_types.StreamResult" } } } @@ -9309,7 +9309,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -9319,7 +9319,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9345,7 +9345,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -9368,7 +9368,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:CompletionInferenceResult" + "$ref": "#/components/schemas/inference._types.CompletionInferenceResult" }, "examples": { "CompletionResponseExample1": { @@ -9393,12 +9393,12 @@ "operationId": "inference-get-1", "parameters": [ { - "$ref": "#/components/parameters/inference.get:inference_id" + "$ref": "#/components/parameters/inference.get-inference_id" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.get:200" + "$ref": "#/components/responses/inference.get-200" } }, "x-state": "Added in 8.11.0" @@ -9412,7 +9412,7 @@ "operationId": "inference-put", "parameters": [ { - "$ref": "#/components/parameters/inference.put:inference_id" + "$ref": "#/components/parameters/inference.put-inference_id" } ], "requestBody": { @@ -9420,7 +9420,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.put:200" + "$ref": "#/components/responses/inference.put-200" } }, "x-state": "Added in 8.11.0" @@ -9433,18 +9433,18 @@ "operationId": "inference-delete", "parameters": [ { - "$ref": "#/components/parameters/inference.delete:inference_id" + "$ref": "#/components/parameters/inference.delete-inference_id" }, { - "$ref": "#/components/parameters/inference.delete:dry_run" + "$ref": "#/components/parameters/inference.delete-dry_run" }, { - "$ref": "#/components/parameters/inference.delete:force" + "$ref": "#/components/parameters/inference.delete-force" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.delete:200" + "$ref": "#/components/responses/inference.delete-200" } }, "x-state": "Added in 8.11.0" @@ -9459,15 +9459,15 @@ "operationId": "inference-get-2", "parameters": [ { - "$ref": "#/components/parameters/inference.get:task_type" + "$ref": "#/components/parameters/inference.get-task_type" }, { - "$ref": "#/components/parameters/inference.get:inference_id" + "$ref": "#/components/parameters/inference.get-inference_id" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.get:200" + "$ref": "#/components/responses/inference.get-200" } }, "x-state": "Added in 8.11.0" @@ -9481,10 +9481,10 @@ "operationId": "inference-put-1", "parameters": [ { - "$ref": "#/components/parameters/inference.put:task_type" + "$ref": "#/components/parameters/inference.put-task_type" }, { - "$ref": "#/components/parameters/inference.put:inference_id" + "$ref": "#/components/parameters/inference.put-inference_id" } ], "requestBody": { @@ -9492,7 +9492,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.put:200" + "$ref": "#/components/responses/inference.put-200" } }, "x-state": "Added in 8.11.0" @@ -9505,21 +9505,21 @@ "operationId": "inference-delete-1", "parameters": [ { - "$ref": "#/components/parameters/inference.delete:task_type" + "$ref": "#/components/parameters/inference.delete-task_type" }, { - "$ref": "#/components/parameters/inference.delete:inference_id" + "$ref": "#/components/parameters/inference.delete-inference_id" }, { - "$ref": "#/components/parameters/inference.delete:dry_run" + "$ref": "#/components/parameters/inference.delete-dry_run" }, { - "$ref": "#/components/parameters/inference.delete:force" + "$ref": "#/components/parameters/inference.delete-force" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.delete:200" + "$ref": "#/components/responses/inference.delete-200" } }, "x-state": "Added in 8.11.0" @@ -9534,7 +9534,7 @@ "operationId": "inference-get", "responses": { "200": { - "$ref": "#/components/responses/inference.get:200" + "$ref": "#/components/responses/inference.get-200" } }, "x-state": "Added in 8.11.0" @@ -9556,7 +9556,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudTaskType" + "$ref": "#/components/schemas/inference._types.AlibabaCloudTaskType" }, "style": "simple" }, @@ -9567,7 +9567,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9579,16 +9579,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudServiceType" + "$ref": "#/components/schemas/inference._types.AlibabaCloudServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudServiceSettings" + "$ref": "#/components/schemas/inference._types.AlibabaCloudServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudTaskSettings" + "$ref": "#/components/schemas/inference._types.AlibabaCloudTaskSettings" } }, "required": [ @@ -9627,7 +9627,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -9652,7 +9652,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockTaskType" + "$ref": "#/components/schemas/inference._types.AmazonBedrockTaskType" }, "style": "simple" }, @@ -9663,7 +9663,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9675,16 +9675,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockServiceType" + "$ref": "#/components/schemas/inference._types.AmazonBedrockServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockServiceSettings" + "$ref": "#/components/schemas/inference._types.AmazonBedrockServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockTaskSettings" + "$ref": "#/components/schemas/inference._types.AmazonBedrockTaskSettings" } }, "required": [ @@ -9713,7 +9713,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -9738,7 +9738,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AnthropicTaskType" + "$ref": "#/components/schemas/inference._types.AnthropicTaskType" }, "style": "simple" }, @@ -9749,7 +9749,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9761,16 +9761,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AnthropicServiceType" + "$ref": "#/components/schemas/inference._types.AnthropicServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AnthropicServiceSettings" + "$ref": "#/components/schemas/inference._types.AnthropicServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AnthropicTaskSettings" + "$ref": "#/components/schemas/inference._types.AnthropicTaskSettings" } }, "required": [ @@ -9793,7 +9793,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -9818,7 +9818,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioTaskType" + "$ref": "#/components/schemas/inference._types.AzureAiStudioTaskType" }, "style": "simple" }, @@ -9829,7 +9829,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9841,16 +9841,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioServiceType" + "$ref": "#/components/schemas/inference._types.AzureAiStudioServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioServiceSettings" + "$ref": "#/components/schemas/inference._types.AzureAiStudioServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioTaskSettings" + "$ref": "#/components/schemas/inference._types.AzureAiStudioTaskSettings" } }, "required": [ @@ -9879,7 +9879,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -9904,7 +9904,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AzureOpenAITaskType" + "$ref": "#/components/schemas/inference._types.AzureOpenAITaskType" }, "style": "simple" }, @@ -9915,7 +9915,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9927,16 +9927,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AzureOpenAIServiceType" + "$ref": "#/components/schemas/inference._types.AzureOpenAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AzureOpenAIServiceSettings" + "$ref": "#/components/schemas/inference._types.AzureOpenAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AzureOpenAITaskSettings" + "$ref": "#/components/schemas/inference._types.AzureOpenAITaskSettings" } }, "required": [ @@ -9965,7 +9965,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -9990,7 +9990,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:CohereTaskType" + "$ref": "#/components/schemas/inference._types.CohereTaskType" }, "style": "simple" }, @@ -10001,7 +10001,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10013,16 +10013,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:CohereServiceType" + "$ref": "#/components/schemas/inference._types.CohereServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:CohereServiceSettings" + "$ref": "#/components/schemas/inference._types.CohereServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:CohereTaskSettings" + "$ref": "#/components/schemas/inference._types.CohereTaskSettings" } }, "required": [ @@ -10051,7 +10051,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10076,7 +10076,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:ElasticsearchTaskType" + "$ref": "#/components/schemas/inference._types.ElasticsearchTaskType" }, "style": "simple" }, @@ -10087,7 +10087,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10099,16 +10099,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:ElasticsearchServiceType" + "$ref": "#/components/schemas/inference._types.ElasticsearchServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:ElasticsearchServiceSettings" + "$ref": "#/components/schemas/inference._types.ElasticsearchServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:ElasticsearchTaskSettings" + "$ref": "#/components/schemas/inference._types.ElasticsearchTaskSettings" } }, "required": [ @@ -10157,7 +10157,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" }, "examples": { "PutElasticsearchResponseExample1": { @@ -10188,7 +10188,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:ElserTaskType" + "$ref": "#/components/schemas/inference._types.ElserTaskType" }, "style": "simple" }, @@ -10199,7 +10199,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10211,13 +10211,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:ElserServiceType" + "$ref": "#/components/schemas/inference._types.ElserServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:ElserServiceSettings" + "$ref": "#/components/schemas/inference._types.ElserServiceSettings" } }, "required": [ @@ -10246,7 +10246,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" }, "examples": { "PutElserResponseExample1": { @@ -10278,7 +10278,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:GoogleAiStudioTaskType" + "$ref": "#/components/schemas/inference._types.GoogleAiStudioTaskType" }, "style": "simple" }, @@ -10289,7 +10289,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10301,13 +10301,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:GoogleAiServiceType" + "$ref": "#/components/schemas/inference._types.GoogleAiServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:GoogleAiStudioServiceSettings" + "$ref": "#/components/schemas/inference._types.GoogleAiStudioServiceSettings" } }, "required": [ @@ -10331,7 +10331,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10356,7 +10356,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAITaskType" + "$ref": "#/components/schemas/inference._types.GoogleVertexAITaskType" }, "style": "simple" }, @@ -10367,7 +10367,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10379,16 +10379,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAIServiceType" + "$ref": "#/components/schemas/inference._types.GoogleVertexAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAIServiceSettings" + "$ref": "#/components/schemas/inference._types.GoogleVertexAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAITaskSettings" + "$ref": "#/components/schemas/inference._types.GoogleVertexAITaskSettings" } }, "required": [ @@ -10417,7 +10417,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10442,7 +10442,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:HuggingFaceTaskType" + "$ref": "#/components/schemas/inference._types.HuggingFaceTaskType" }, "style": "simple" }, @@ -10453,7 +10453,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10465,13 +10465,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:HuggingFaceServiceType" + "$ref": "#/components/schemas/inference._types.HuggingFaceServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:HuggingFaceServiceSettings" + "$ref": "#/components/schemas/inference._types.HuggingFaceServiceSettings" } }, "required": [ @@ -10495,7 +10495,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10520,7 +10520,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:JinaAITaskType" + "$ref": "#/components/schemas/inference._types.JinaAITaskType" }, "style": "simple" }, @@ -10531,7 +10531,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10543,16 +10543,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:JinaAIServiceType" + "$ref": "#/components/schemas/inference._types.JinaAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:JinaAIServiceSettings" + "$ref": "#/components/schemas/inference._types.JinaAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:JinaAITaskSettings" + "$ref": "#/components/schemas/inference._types.JinaAITaskSettings" } }, "required": [ @@ -10581,7 +10581,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10606,7 +10606,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:MistralTaskType" + "$ref": "#/components/schemas/inference._types.MistralTaskType" }, "style": "simple" }, @@ -10617,7 +10617,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10629,13 +10629,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:MistralServiceType" + "$ref": "#/components/schemas/inference._types.MistralServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:MistralServiceSettings" + "$ref": "#/components/schemas/inference._types.MistralServiceSettings" } }, "required": [ @@ -10658,7 +10658,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10683,7 +10683,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:OpenAITaskType" + "$ref": "#/components/schemas/inference._types.OpenAITaskType" }, "style": "simple" }, @@ -10694,7 +10694,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10706,16 +10706,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:OpenAIServiceType" + "$ref": "#/components/schemas/inference._types.OpenAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:OpenAIServiceSettings" + "$ref": "#/components/schemas/inference._types.OpenAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:OpenAITaskSettings" + "$ref": "#/components/schemas/inference._types.OpenAITaskSettings" } }, "required": [ @@ -10744,7 +10744,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10769,7 +10769,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:VoyageAITaskType" + "$ref": "#/components/schemas/inference._types.VoyageAITaskType" }, "style": "simple" }, @@ -10780,7 +10780,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10792,16 +10792,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:VoyageAIServiceType" + "$ref": "#/components/schemas/inference._types.VoyageAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:VoyageAIServiceSettings" + "$ref": "#/components/schemas/inference._types.VoyageAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:VoyageAITaskSettings" + "$ref": "#/components/schemas/inference._types.VoyageAITaskSettings" } }, "required": [ @@ -10830,7 +10830,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10855,7 +10855,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:WatsonxTaskType" + "$ref": "#/components/schemas/inference._types.WatsonxTaskType" }, "style": "simple" }, @@ -10866,7 +10866,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10878,10 +10878,10 @@ "type": "object", "properties": { "service": { - "$ref": "#/components/schemas/inference._types:WatsonxServiceType" + "$ref": "#/components/schemas/inference._types.WatsonxServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:WatsonxServiceSettings" + "$ref": "#/components/schemas/inference._types.WatsonxServiceSettings" } }, "required": [ @@ -10904,7 +10904,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10928,7 +10928,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -10938,7 +10938,7 @@ "description": "The amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -10968,7 +10968,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -10992,7 +10992,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:RerankedInferenceResult" + "$ref": "#/components/schemas/inference._types.RerankedInferenceResult" }, "examples": { "RerankResponseExample1": { @@ -11023,7 +11023,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -11033,7 +11033,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -11059,7 +11059,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -11082,7 +11082,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:SparseEmbeddingInferenceResult" + "$ref": "#/components/schemas/inference._types.SparseEmbeddingInferenceResult" }, "examples": { "SparseEmbeddingResponseExample1": { @@ -11113,7 +11113,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -11123,7 +11123,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -11149,7 +11149,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -11172,7 +11172,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingInferenceResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingInferenceResult" }, "examples": { "TextEmbeddingResponseExample1": { @@ -11205,19 +11205,19 @@ "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "cluster_uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "tagline": { "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:ElasticsearchVersionInfo" + "$ref": "#/components/schemas/_types.ElasticsearchVersionInfo" } }, "required": [ @@ -11269,18 +11269,18 @@ "operationId": "ingest-get-pipeline-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_pipeline:id" + "$ref": "#/components/parameters/ingest.get_pipeline-id" }, { - "$ref": "#/components/parameters/ingest.get_pipeline:master_timeout" + "$ref": "#/components/parameters/ingest.get_pipeline-master_timeout" }, { - "$ref": "#/components/parameters/ingest.get_pipeline:summary" + "$ref": "#/components/parameters/ingest.get_pipeline-summary" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_pipeline:200" + "$ref": "#/components/responses/ingest.get_pipeline-200" } }, "x-state": "Added in 5.0.0" @@ -11303,7 +11303,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -11313,7 +11313,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -11323,7 +11323,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -11333,7 +11333,7 @@ "description": "Required version for optimistic concurrency control for pipeline updates", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" } @@ -11345,7 +11345,7 @@ "type": "object", "properties": { "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "description": { "description": "Description of the ingest pipeline.", @@ -11355,18 +11355,18 @@ "description": "Processors to run immediately after a processor failure. Each processor supports a processor-level `on_failure` value. If a processor without an `on_failure` value fails, Elasticsearch uses this pipeline-level parameter as a fallback. The processors in this parameter run sequentially in the order specified. Elasticsearch will not attempt to run the pipeline's remaining processors.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "processors": { "description": "Processors used to perform transformations on documents before indexing. Processors run sequentially in the order specified.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "deprecated": { "description": "Marks this ingest pipeline as deprecated.\nWhen a deprecated ingest pipeline is referenced as the default or final pipeline when creating or updating a non-deprecated index template, Elasticsearch will emit a deprecation warning.", @@ -11395,7 +11395,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -11421,7 +11421,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -11431,7 +11431,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -11441,7 +11441,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -11452,7 +11452,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -11474,15 +11474,15 @@ "operationId": "ingest-get-pipeline", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_pipeline:master_timeout" + "$ref": "#/components/parameters/ingest.get_pipeline-master_timeout" }, { - "$ref": "#/components/parameters/ingest.get_pipeline:summary" + "$ref": "#/components/parameters/ingest.get_pipeline-summary" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_pipeline:200" + "$ref": "#/components/responses/ingest.get_pipeline-200" } }, "x-state": "Added in 5.0.0" @@ -11535,7 +11535,7 @@ "operationId": "ingest-simulate", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -11543,7 +11543,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -11557,7 +11557,7 @@ "operationId": "ingest-simulate-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -11565,7 +11565,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -11581,10 +11581,10 @@ "operationId": "ingest-simulate-2", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:id" + "$ref": "#/components/parameters/ingest.simulate-id" }, { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -11592,7 +11592,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -11606,10 +11606,10 @@ "operationId": "ingest-simulate-3", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:id" + "$ref": "#/components/parameters/ingest.simulate-id" }, { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -11617,7 +11617,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -11662,7 +11662,7 @@ "type": "object", "properties": { "license": { - "$ref": "#/components/schemas/license.get:LicenseInformation" + "$ref": "#/components/schemas/license.get.LicenseInformation" } }, "required": [ @@ -11694,12 +11694,12 @@ "operationId": "logstash-get-pipeline-1", "parameters": [ { - "$ref": "#/components/parameters/logstash.get_pipeline:id" + "$ref": "#/components/parameters/logstash.get_pipeline-id" } ], "responses": { "200": { - "$ref": "#/components/responses/logstash.get_pipeline:200" + "$ref": "#/components/responses/logstash.get_pipeline-200" } }, "x-state": "Added in 7.12.0" @@ -11722,7 +11722,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -11731,7 +11731,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/logstash._types:Pipeline" + "$ref": "#/components/schemas/logstash._types.Pipeline" }, "examples": { "LogstashPutPipelineRequestExample1": { @@ -11772,7 +11772,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -11801,7 +11801,7 @@ "operationId": "logstash-get-pipeline", "responses": { "200": { - "$ref": "#/components/responses/logstash.get_pipeline:200" + "$ref": "#/components/responses/logstash.get_pipeline-200" } }, "x-state": "Added in 7.12.0" @@ -11817,28 +11817,28 @@ "operationId": "mget", "parameters": [ { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -11846,7 +11846,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -11860,28 +11860,28 @@ "operationId": "mget-1", "parameters": [ { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -11889,7 +11889,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -11905,31 +11905,31 @@ "operationId": "mget-2", "parameters": [ { - "$ref": "#/components/parameters/mget:index" + "$ref": "#/components/parameters/mget-index" }, { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -11937,7 +11937,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -11951,31 +11951,31 @@ "operationId": "mget-3", "parameters": [ { - "$ref": "#/components/parameters/mget:index" + "$ref": "#/components/parameters/mget-index" }, { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -11983,7 +11983,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -12005,7 +12005,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -12035,7 +12035,7 @@ "description": "Controls the time to wait until a job has closed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -12055,7 +12055,7 @@ "type": "boolean" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } } @@ -12100,13 +12100,13 @@ "operationId": "ml-get-calendars-2", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:calendar_id" + "$ref": "#/components/parameters/ml.get_calendars-calendar_id" }, { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -12114,7 +12114,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -12133,7 +12133,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -12148,7 +12148,7 @@ "description": "An array of anomaly detection job identifiers.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "description": { @@ -12169,14 +12169,14 @@ "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", "type": "string" }, "job_ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } }, "required": [ @@ -12198,13 +12198,13 @@ "operationId": "ml-get-calendars-3", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:calendar_id" + "$ref": "#/components/parameters/ml.get_calendars-calendar_id" }, { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -12212,7 +12212,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -12232,7 +12232,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -12243,7 +12243,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteCalendarResponseExample1": { @@ -12273,7 +12273,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -12284,7 +12284,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -12295,7 +12295,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteCalendarEventResponseExample1": { @@ -12325,7 +12325,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -12336,7 +12336,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" } @@ -12350,14 +12350,14 @@ "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", "type": "string" }, "job_ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } }, "required": [ @@ -12385,7 +12385,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -12396,7 +12396,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" } @@ -12410,14 +12410,14 @@ "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", "type": "string" }, "job_ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } }, "required": [ @@ -12448,24 +12448,24 @@ "operationId": "ml-get-data-frame-analytics", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-id" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:exclude_generated" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -12485,7 +12485,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -12501,37 +12501,37 @@ "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "description": { "description": "A description of the job.", "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "max_num_threads": { "description": "The maximum number of threads to be used by the analysis. Using more\nthreads may decrease the time necessary to complete the analysis at the\ncost of using more CPU. Note that the process may use additional threads\nfor operational functionality other than the analysis itself.", "type": "number" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "model_memory_limit": { "description": "The approximate maximum amount of memory resources that are permitted for\nanalytical processing. If your `elasticsearch.yml` file contains an\n`xpack.ml.max_model_memory_limit` setting, an error occurs when you try\nto create data frame analytics jobs that have `model_memory_limit` values\ngreater than that setting.", "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "headers": { - "$ref": "#/components/schemas/_types:HttpHeaders" + "$ref": "#/components/schemas/_types.HttpHeaders" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -12553,43 +12553,43 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsAuthorization" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsAuthorization" }, "allow_lazy_start": { "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "description": { "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_num_threads": { "type": "number" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "model_memory_limit": { "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -12624,7 +12624,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -12644,7 +12644,7 @@ "description": "The time to wait for the job to be deleted.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -12655,7 +12655,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteDataFrameAnalyticsResponseExample1": { @@ -12680,18 +12680,18 @@ "operationId": "ml-get-datafeeds", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeeds:datafeed_id" + "$ref": "#/components/parameters/ml.get_datafeeds-datafeed_id" }, { - "$ref": "#/components/parameters/ml.get_datafeeds:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_datafeeds:exclude_generated" + "$ref": "#/components/parameters/ml.get_datafeeds-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeeds:200" + "$ref": "#/components/responses/ml.get_datafeeds-200" } }, "x-state": "Added in 5.5.0" @@ -12711,7 +12711,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -12731,7 +12731,7 @@ "description": "Type of index that wildcard patterns can match. If the request can target data streams, this argument determines\nwhether wildcard expressions match hidden data streams. Supports comma-separated values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -12766,45 +12766,45 @@ "description": "If set, the datafeed performs aggregation searches.\nSupport for aggregations is limited and should be used only with low cardinality data.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "description": "If a real-time datafeed has never seen any data (including during any initial training period), it automatically\nstops and closes the associated job after this many real-time searches return no documents. In other words,\nit stops after `frequency` times `max_empty_searches` of real-time operation. If not set, a datafeed with no\nend time that sees no data remains started until it is explicitly stopped. By default, it is not set.", "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "description": "Specifies scripts that evaluate custom expressions and returns script fields to the datafeed.\nThe detector configuration objects in a job can contain functions that use these script fields.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -12812,7 +12812,7 @@ "type": "number" }, "headers": { - "$ref": "#/components/schemas/_types:HttpHeaders" + "$ref": "#/components/schemas/_types.HttpHeaders" } } } @@ -12831,23 +12831,23 @@ "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "authorization": { - "$ref": "#/components/schemas/ml._types:DatafeedAuthorization" + "$ref": "#/components/schemas/ml._types.DatafeedAuthorization" }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "type": "array", @@ -12856,27 +12856,27 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "max_empty_searches": { "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -12913,7 +12913,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -12934,7 +12934,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteDatafeedResponseExample1": { @@ -12959,18 +12959,18 @@ "operationId": "ml-get-filters-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_filters:filter_id" + "$ref": "#/components/parameters/ml.get_filters-filter_id" }, { - "$ref": "#/components/parameters/ml.get_filters:from" + "$ref": "#/components/parameters/ml.get_filters-from" }, { - "$ref": "#/components/parameters/ml.get_filters:size" + "$ref": "#/components/parameters/ml.get_filters-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_filters:200" + "$ref": "#/components/responses/ml.get_filters-200" } }, "x-state": "Added in 5.5.0" @@ -12990,7 +12990,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -13030,7 +13030,7 @@ "type": "string" }, "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "items": { "type": "array", @@ -13066,7 +13066,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -13077,7 +13077,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteFilterResponseExample1": { @@ -13102,18 +13102,18 @@ "operationId": "ml-get-jobs", "parameters": [ { - "$ref": "#/components/parameters/ml.get_jobs:job_id" + "$ref": "#/components/parameters/ml.get_jobs-job_id" }, { - "$ref": "#/components/parameters/ml.get_jobs:allow_no_match" + "$ref": "#/components/parameters/ml.get_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_jobs:exclude_generated" + "$ref": "#/components/parameters/ml.get_jobs-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_jobs:200" + "$ref": "#/components/responses/ml.get_jobs-200" } }, "x-state": "Added in 5.5.0" @@ -13133,7 +13133,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -13153,7 +13153,7 @@ "description": "Type of index that wildcard patterns can match. If the request can target data streams, this argument determines\nwhether wildcard expressions match hidden data streams. Supports comma-separated values. Valid values are:\n\n* `all`: Match any data stream or index, including hidden ones.\n* `closed`: Match closed, non-hidden indices. Also matches any non-hidden data stream. Data streams cannot be closed.\n* `hidden`: Match hidden data streams and hidden indices. Must be combined with `open`, `closed`, or both.\n* `none`: Wildcard patterns are not accepted.\n* `open`: Match open, non-hidden indices. Also matches any non-hidden data stream.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -13189,33 +13189,33 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job. It specifies a period of time (in days) after which only the first snapshot per day is retained. This period is relative to the timestamp of the most recent snapshot for this job. Valid values range from 0 to `model_snapshot_retention_days`.", "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:DatafeedConfig" + "$ref": "#/components/schemas/ml._types.DatafeedConfig" }, "description": { "description": "A description of the job.", "type": "string" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "groups": { "description": "A list of job groups. A job can belong to no groups or many.", @@ -13225,7 +13225,7 @@ } }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_retention_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job. It specifies the maximum period of time (in days) that snapshots are retained. This period is relative to the timestamp of the most recent snapshot for this job. By default, snapshots ten days older than the newest snapshot are deleted.", @@ -13236,7 +13236,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "description": "Advanced configuration option. The period of time (in days) that results are retained. Age is calculated relative to the timestamp of the latest bucket result. If this property has a non-null value, once per day at 00:30 (server time), results that are the specified number of days older than the latest bucket result are deleted from Elasticsearch. The default value is null, which means all results are retained. Annotations generated by the system also count as results for retention purposes; they are deleted after the same number of days as results. Annotations added by users are retained forever.", @@ -13270,28 +13270,28 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfigRead" + "$ref": "#/components/schemas/ml._types.AnalysisConfigRead" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" }, "description": { "type": "string" @@ -13303,7 +13303,7 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "type": "string" @@ -13312,10 +13312,10 @@ "type": "string" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_snapshot_retention_days": { "type": "number" @@ -13371,7 +13371,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -13412,7 +13412,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteJobResponseExample1": { @@ -13442,33 +13442,33 @@ "operationId": "ml-get-trained-models", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models:model_id" + "$ref": "#/components/parameters/ml.get_trained_models-model_id" }, { - "$ref": "#/components/parameters/ml.get_trained_models:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models:decompress_definition" + "$ref": "#/components/parameters/ml.get_trained_models-decompress_definition" }, { - "$ref": "#/components/parameters/ml.get_trained_models:exclude_generated" + "$ref": "#/components/parameters/ml.get_trained_models-exclude_generated" }, { - "$ref": "#/components/parameters/ml.get_trained_models:from" + "$ref": "#/components/parameters/ml.get_trained_models-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models:include" + "$ref": "#/components/parameters/ml.get_trained_models-include" }, { - "$ref": "#/components/parameters/ml.get_trained_models:size" + "$ref": "#/components/parameters/ml.get_trained_models-size" }, { - "$ref": "#/components/parameters/ml.get_trained_models:tags" + "$ref": "#/components/parameters/ml.get_trained_models-tags" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models:200" + "$ref": "#/components/responses/ml.get_trained_models-200" } }, "x-state": "Added in 7.10.0" @@ -13488,7 +13488,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -13524,24 +13524,24 @@ "type": "string" }, "definition": { - "$ref": "#/components/schemas/ml.put_trained_model:Definition" + "$ref": "#/components/schemas/ml.put_trained_model.Definition" }, "description": { "description": "A human-readable description of the inference trained model.", "type": "string" }, "inference_config": { - "$ref": "#/components/schemas/ml._types:InferenceConfigCreateContainer" + "$ref": "#/components/schemas/ml._types.InferenceConfigCreateContainer" }, "input": { - "$ref": "#/components/schemas/ml.put_trained_model:Input" + "$ref": "#/components/schemas/ml.put_trained_model.Input" }, "metadata": { "description": "An object map that contains metadata about the model.", "type": "object" }, "model_type": { - "$ref": "#/components/schemas/ml._types:TrainedModelType" + "$ref": "#/components/schemas/ml._types.TrainedModelType" }, "model_size_bytes": { "description": "The estimated memory usage in bytes to keep the trained model in memory.\nThis property is supported only if defer_definition_decompression is true\nor the model definition is not supplied.", @@ -13559,7 +13559,7 @@ } }, "prefix_strings": { - "$ref": "#/components/schemas/ml._types:TrainedModelPrefixStrings" + "$ref": "#/components/schemas/ml._types.TrainedModelPrefixStrings" } } } @@ -13573,7 +13573,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfig" + "$ref": "#/components/schemas/ml._types.TrainedModelConfig" } } } @@ -13596,7 +13596,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -13616,7 +13616,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -13627,7 +13627,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteTrainedModelResponseExample1": { @@ -13658,7 +13658,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -13669,7 +13669,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -13690,7 +13690,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -13713,7 +13713,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -13724,7 +13724,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -13735,7 +13735,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteTrainedModelAliasResponseExample1": { @@ -13765,7 +13765,7 @@ "type": "object", "properties": { "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "max_bucket_cardinality": { "description": "Estimates of the highest cardinality in a single bucket that is observed\nfor influencer fields over the time period that the job analyzes data.\nTo produce a good answer, values must be provided for all influencer\nfields. Providing values for fields that are not listed as `influencers`\nhas no effect on the estimation.", @@ -13837,13 +13837,13 @@ "type": "object", "properties": { "evaluation": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationContainer" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationContainer" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -13891,13 +13891,13 @@ "type": "object", "properties": { "classification": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummary" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummary" }, "outlier_detection": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeOutlierDetectionSummary" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeOutlierDetectionSummary" }, "regression": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeRegressionSummary" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeRegressionSummary" } } }, @@ -13941,7 +13941,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -13951,7 +13951,7 @@ "description": "Specifies to advance to a particular time value. Results are generated\nand the model is updated for data from the specified time interval.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -13971,7 +13971,7 @@ "description": "When used in conjunction with `calc_interim` and `start`, specifies the\nrange of buckets on which to calculate interim results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -13981,7 +13981,7 @@ "description": "Specifies to skip to a particular time value. Results are not generated\nand the model is not updated for data from the specified time interval.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -13991,7 +13991,7 @@ "description": "When used in conjunction with `calc_interim`, specifies the range of\nbuckets on which to calculate interim results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" } @@ -14003,20 +14003,20 @@ "type": "object", "properties": { "advance_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "calc_interim": { "description": "Refer to the description for the `calc_interim` query parameter.", "type": "boolean" }, "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "skip_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } } } @@ -14066,7 +14066,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -14076,7 +14076,7 @@ "description": "Specifies to get events with timestamps earlier than this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -14096,7 +14096,7 @@ "description": "Specifies to get events for a specific anomaly detection job identifier or job group. It must be used with a calendar identifier of `_all` or `*`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "form" }, @@ -14116,7 +14116,7 @@ "description": "Specifies to get events with timestamps after this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" } @@ -14135,7 +14135,7 @@ "events": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:CalendarEvent" + "$ref": "#/components/schemas/ml._types.CalendarEvent" } } }, @@ -14164,7 +14164,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -14179,7 +14179,7 @@ "description": "A list of one of more scheduled events. The event’s start and end times can be specified as integer milliseconds since the epoch or as a string in ISO 8601 format.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:CalendarEvent" + "$ref": "#/components/schemas/ml._types.CalendarEvent" } } }, @@ -14202,7 +14202,7 @@ "events": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:CalendarEvent" + "$ref": "#/components/schemas/ml._types.CalendarEvent" } } }, @@ -14226,10 +14226,10 @@ "operationId": "ml-get-calendars", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -14237,7 +14237,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -14250,10 +14250,10 @@ "operationId": "ml-get-calendars-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -14261,7 +14261,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -14277,21 +14277,21 @@ "operationId": "ml-get-data-frame-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:exclude_generated" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -14306,21 +14306,21 @@ "operationId": "ml-get-data-frame-analytics-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:verbose" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics_stats:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics_stats-200" } }, "x-state": "Added in 7.3.0" @@ -14335,24 +14335,24 @@ "operationId": "ml-get-data-frame-analytics-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:id" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-id" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:verbose" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics_stats:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics_stats-200" } }, "x-state": "Added in 7.3.0" @@ -14368,15 +14368,15 @@ "operationId": "ml-get-datafeed-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeed_stats:datafeed_id" + "$ref": "#/components/parameters/ml.get_datafeed_stats-datafeed_id" }, { - "$ref": "#/components/parameters/ml.get_datafeed_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeed_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeed_stats:200" + "$ref": "#/components/responses/ml.get_datafeed_stats-200" } }, "x-state": "Added in 5.5.0" @@ -14392,12 +14392,12 @@ "operationId": "ml-get-datafeed-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeed_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeed_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeed_stats:200" + "$ref": "#/components/responses/ml.get_datafeed_stats-200" } }, "x-state": "Added in 5.5.0" @@ -14413,15 +14413,15 @@ "operationId": "ml-get-datafeeds-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeeds:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_datafeeds:exclude_generated" + "$ref": "#/components/parameters/ml.get_datafeeds-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeeds:200" + "$ref": "#/components/responses/ml.get_datafeeds-200" } }, "x-state": "Added in 5.5.0" @@ -14437,15 +14437,15 @@ "operationId": "ml-get-filters", "parameters": [ { - "$ref": "#/components/parameters/ml.get_filters:from" + "$ref": "#/components/parameters/ml.get_filters-from" }, { - "$ref": "#/components/parameters/ml.get_filters:size" + "$ref": "#/components/parameters/ml.get_filters-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_filters:200" + "$ref": "#/components/responses/ml.get_filters-200" } }, "x-state": "Added in 5.5.0" @@ -14460,12 +14460,12 @@ "operationId": "ml-get-job-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_job_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_job_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_job_stats:200" + "$ref": "#/components/responses/ml.get_job_stats-200" } }, "x-state": "Added in 5.5.0" @@ -14480,15 +14480,15 @@ "operationId": "ml-get-job-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_job_stats:job_id" + "$ref": "#/components/parameters/ml.get_job_stats-job_id" }, { - "$ref": "#/components/parameters/ml.get_job_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_job_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_job_stats:200" + "$ref": "#/components/responses/ml.get_job_stats-200" } }, "x-state": "Added in 5.5.0" @@ -14504,15 +14504,15 @@ "operationId": "ml-get-jobs-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_jobs:allow_no_match" + "$ref": "#/components/parameters/ml.get_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_jobs:exclude_generated" + "$ref": "#/components/parameters/ml.get_jobs-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_jobs:200" + "$ref": "#/components/responses/ml.get_jobs-200" } }, "x-state": "Added in 5.5.0" @@ -14528,28 +14528,28 @@ "operationId": "ml-get-overall-buckets", "parameters": [ { - "$ref": "#/components/parameters/ml.get_overall_buckets:job_id" + "$ref": "#/components/parameters/ml.get_overall_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:allow_no_match" + "$ref": "#/components/parameters/ml.get_overall_buckets-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:bucket_span" + "$ref": "#/components/parameters/ml.get_overall_buckets-bucket_span" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:end" + "$ref": "#/components/parameters/ml.get_overall_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_overall_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:overall_score" + "$ref": "#/components/parameters/ml.get_overall_buckets-overall_score" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:start" + "$ref": "#/components/parameters/ml.get_overall_buckets-start" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:top_n" + "$ref": "#/components/parameters/ml.get_overall_buckets-top_n" } ], "requestBody": { @@ -14557,7 +14557,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_overall_buckets:200" + "$ref": "#/components/responses/ml.get_overall_buckets-200" } }, "x-state": "Added in 6.1.0" @@ -14571,28 +14571,28 @@ "operationId": "ml-get-overall-buckets-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_overall_buckets:job_id" + "$ref": "#/components/parameters/ml.get_overall_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:allow_no_match" + "$ref": "#/components/parameters/ml.get_overall_buckets-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:bucket_span" + "$ref": "#/components/parameters/ml.get_overall_buckets-bucket_span" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:end" + "$ref": "#/components/parameters/ml.get_overall_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_overall_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:overall_score" + "$ref": "#/components/parameters/ml.get_overall_buckets-overall_score" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:start" + "$ref": "#/components/parameters/ml.get_overall_buckets-start" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:top_n" + "$ref": "#/components/parameters/ml.get_overall_buckets-top_n" } ], "requestBody": { @@ -14600,7 +14600,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_overall_buckets:200" + "$ref": "#/components/responses/ml.get_overall_buckets-200" } }, "x-state": "Added in 6.1.0" @@ -14615,30 +14615,30 @@ "operationId": "ml-get-trained-models-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models:decompress_definition" + "$ref": "#/components/parameters/ml.get_trained_models-decompress_definition" }, { - "$ref": "#/components/parameters/ml.get_trained_models:exclude_generated" + "$ref": "#/components/parameters/ml.get_trained_models-exclude_generated" }, { - "$ref": "#/components/parameters/ml.get_trained_models:from" + "$ref": "#/components/parameters/ml.get_trained_models-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models:include" + "$ref": "#/components/parameters/ml.get_trained_models-include" }, { - "$ref": "#/components/parameters/ml.get_trained_models:size" + "$ref": "#/components/parameters/ml.get_trained_models-size" }, { - "$ref": "#/components/parameters/ml.get_trained_models:tags" + "$ref": "#/components/parameters/ml.get_trained_models-tags" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models:200" + "$ref": "#/components/responses/ml.get_trained_models-200" } }, "x-state": "Added in 7.10.0" @@ -14654,21 +14654,21 @@ "operationId": "ml-get-trained-models-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models_stats:model_id" + "$ref": "#/components/parameters/ml.get_trained_models_stats-model_id" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:from" + "$ref": "#/components/parameters/ml.get_trained_models_stats-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:size" + "$ref": "#/components/parameters/ml.get_trained_models_stats-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models_stats:200" + "$ref": "#/components/responses/ml.get_trained_models_stats-200" } }, "x-state": "Added in 7.10.0" @@ -14684,18 +14684,18 @@ "operationId": "ml-get-trained-models-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:from" + "$ref": "#/components/parameters/ml.get_trained_models_stats-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:size" + "$ref": "#/components/parameters/ml.get_trained_models_stats-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models_stats:200" + "$ref": "#/components/responses/ml.get_trained_models_stats-200" } }, "x-state": "Added in 7.10.0" @@ -14716,7 +14716,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -14726,7 +14726,7 @@ "description": "Controls the amount of time to wait for inference results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -14748,7 +14748,7 @@ } }, "inference_config": { - "$ref": "#/components/schemas/ml._types:InferenceConfigUpdateContainer" + "$ref": "#/components/schemas/ml._types.InferenceConfigUpdateContainer" } }, "required": [ @@ -14770,7 +14770,7 @@ "inference_results": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:InferenceResponseResult" + "$ref": "#/components/schemas/ml._types.InferenceResponseResult" } } }, @@ -14801,7 +14801,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -14811,7 +14811,7 @@ "description": "Controls the time to wait until a job has opened.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -14823,7 +14823,7 @@ "type": "object", "properties": { "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, @@ -14848,7 +14848,7 @@ "type": "boolean" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" } }, "required": [ @@ -14882,7 +14882,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -14899,7 +14899,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -14915,7 +14915,7 @@ "operationId": "ml-preview-data-frame-analytics-2", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.preview_data_frame_analytics-id" } ], "requestBody": { @@ -14923,7 +14923,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -14937,7 +14937,7 @@ "operationId": "ml-preview-data-frame-analytics-3", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.preview_data_frame_analytics-id" } ], "requestBody": { @@ -14945,7 +14945,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -14961,13 +14961,13 @@ "operationId": "ml-preview-datafeed", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:datafeed_id" + "$ref": "#/components/parameters/ml.preview_datafeed-datafeed_id" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -14975,7 +14975,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -14989,13 +14989,13 @@ "operationId": "ml-preview-datafeed-1", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:datafeed_id" + "$ref": "#/components/parameters/ml.preview_datafeed-datafeed_id" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -15003,7 +15003,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -15019,10 +15019,10 @@ "operationId": "ml-preview-datafeed-2", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -15030,7 +15030,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -15044,10 +15044,10 @@ "operationId": "ml-preview-datafeed-3", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -15055,7 +15055,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -15076,7 +15076,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15127,7 +15127,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -15152,7 +15152,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -15199,7 +15199,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -15224,7 +15224,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15255,7 +15255,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -15280,7 +15280,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15290,7 +15290,7 @@ "description": "Controls the amount of time to wait until the data frame analytics job\nstarts.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -15307,7 +15307,7 @@ "type": "boolean" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" } }, "required": [ @@ -15338,7 +15338,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15348,7 +15348,7 @@ "description": "The time that the datafeed should end, which can be specified by using one of the following formats:\n\n* ISO 8601 format with milliseconds, for example `2017-01-22T06:00:00.000Z`\n* ISO 8601 format without milliseconds, for example `2017-01-22T06:00:00+00:00`\n* Milliseconds since the epoch, for example `1485061200000`\n\nDate-time arguments using either of the ISO 8601 formats must have a time zone designator, where `Z` is accepted\nas an abbreviation for UTC time. When a URL is expected (for example, in browsers), the `+` used in time zone\ndesignators must be encoded as `%2B`.\nThe end time value is exclusive. If you do not specify an end time, the datafeed\nruns continuously.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -15358,7 +15358,7 @@ "description": "The time that the datafeed should begin, which can be specified by using the same formats as the `end` parameter.\nThis value is inclusive.\nIf you do not specify a start time and the datafeed is associated with a new anomaly detection job, the analysis\nstarts from the earliest time for which data is available.\nIf you restart a stopped datafeed and specify a start value that is earlier than the timestamp of the latest\nprocessed record, the datafeed continues from 1 millisecond after the timestamp of the latest processed record.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -15368,7 +15368,7 @@ "description": "Specifies the amount of time to wait until a datafeed starts.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -15380,13 +15380,13 @@ "type": "object", "properties": { "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } } @@ -15402,7 +15402,7 @@ "type": "object", "properties": { "node": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "started": { "description": "For a successful response, this value is always `true`. On failure, an exception is returned instead.", @@ -15437,7 +15437,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15447,7 +15447,7 @@ "description": "The inference cache size (in memory outside the JVM heap) per node for the model.\nThe default value is the same size as the `model_size_bytes`. To disable the cache,\n`0b` can be provided.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "style": "form" }, @@ -15467,7 +15467,7 @@ "description": "The deployment priority.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/ml._types:TrainingPriority" + "$ref": "#/components/schemas/ml._types.TrainingPriority" }, "style": "form" }, @@ -15497,7 +15497,7 @@ "description": "Specifies the amount of time to wait for the model to deploy.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -15507,7 +15507,7 @@ "description": "Specifies the allocation status to wait for before returning.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/ml._types:DeploymentAllocationState" + "$ref": "#/components/schemas/ml._types.DeploymentAllocationState" }, "style": "form" } @@ -15519,7 +15519,7 @@ "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" } } } @@ -15535,7 +15535,7 @@ "type": "object", "properties": { "assignment": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignment" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignment" } }, "required": [ @@ -15565,7 +15565,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15595,7 +15595,7 @@ "description": "Controls the amount of time to wait until the data frame analytics job\nstops. Defaults to 20 seconds.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -15639,7 +15639,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15669,7 +15669,7 @@ "description": "Specifies the amount of time to wait until a datafeed stops.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -15689,7 +15689,7 @@ "type": "boolean" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } } @@ -15734,7 +15734,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15797,7 +15797,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -15839,16 +15839,16 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsAuthorization" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsAuthorization" }, "allow_lazy_start": { "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "create_time": { "type": "number" @@ -15857,10 +15857,10 @@ "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_num_threads": { "type": "number" @@ -15869,10 +15869,10 @@ "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -15910,7 +15910,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15930,7 +15930,7 @@ "description": "Type of index that wildcard patterns can match. If the request can target data streams, this argument determines\nwhether wildcard expressions match hidden data streams. Supports comma-separated values. Valid values are:\n\n* `all`: Match any data stream or index, including hidden ones.\n* `closed`: Match closed, non-hidden indices. Also matches any non-hidden data stream. Data streams cannot be closed.\n* `hidden`: Match hidden data streams and hidden indices. Must be combined with `open`, `closed`, or both.\n* `none`: Wildcard patterns are not accepted.\n* `open`: Match open, non-hidden indices. Also matches any non-hidden data stream.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -15965,17 +15965,17 @@ "description": "If set, the datafeed performs aggregation searches. Support for aggregations is limited and should be used only\nwith low cardinality data.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "description": "An array of index names. Wildcards are supported. If any of the indices are in remote clusters, the machine\nlearning nodes must have the `remote_cluster_client` role.", @@ -15985,29 +15985,29 @@ } }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "description": "If a real-time datafeed has never seen any data (including during any initial training period), it automatically\nstops and closes the associated job after this many real-time searches return no documents. In other words,\nit stops after `frequency` times `max_empty_searches` of real-time operation. If not set, a datafeed with no\nend time that sees no data remains started until it is explicitly stopped. By default, it is not set.", "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "description": "Specifies scripts that evaluate custom expressions and returns script fields to the datafeed.\nThe detector configuration objects in a job can contain functions that use these script fields.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -16029,25 +16029,25 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:DatafeedAuthorization" + "$ref": "#/components/schemas/ml._types.DatafeedAuthorization" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "type": "array", @@ -16056,27 +16056,27 @@ } }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -16116,7 +16116,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -16163,7 +16163,7 @@ "type": "string" }, "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "items": { "type": "array", @@ -16201,7 +16201,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -16217,10 +16217,10 @@ "type": "boolean" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisMemoryLimit" + "$ref": "#/components/schemas/ml._types.AnalysisMemoryLimit" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "custom_settings": { "description": "Advanced configuration option. Contains custom meta data about the job.\nFor example, it can contain custom URL information as shown in Adding\ncustom URLs to machine learning results.", @@ -16240,10 +16240,10 @@ "type": "string" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_prune_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old\nmodel snapshots for this job. It specifies a period of time (in days)\nafter which only the first snapshot per day is retained. This period is\nrelative to the timestamp of the most recent snapshot for this job. Valid\nvalues range from 0 to `model_snapshot_retention_days`. For jobs created\nbefore version 7.8.0, the default value matches\n`model_snapshot_retention_days`.", @@ -16272,11 +16272,11 @@ "description": "An array of detector update objects.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectorUpdate" + "$ref": "#/components/schemas/ml._types.DetectorUpdate" } }, "per_partition_categorization": { - "$ref": "#/components/schemas/ml._types:PerPartitionCategorization" + "$ref": "#/components/schemas/ml._types.PerPartitionCategorization" } } } @@ -16296,19 +16296,19 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfigRead" + "$ref": "#/components/schemas/ml._types.AnalysisConfigRead" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "finished_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "custom_settings": { "type": "object", @@ -16320,10 +16320,10 @@ "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" }, "description": { "type": "string" @@ -16335,19 +16335,19 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "type": "string" }, "job_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_snapshot_retention_days": { "type": "number" @@ -16356,7 +16356,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "type": "number" @@ -16398,7 +16398,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -16424,7 +16424,7 @@ "type": "number" }, "adaptive_allocations": { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" } } } @@ -16440,7 +16440,7 @@ "type": "object", "properties": { "assignment": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignment" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignment" } }, "required": [ @@ -16465,43 +16465,43 @@ "operationId": "msearch", "parameters": [ { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -16509,7 +16509,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -16523,43 +16523,43 @@ "operationId": "msearch-1", "parameters": [ { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -16567,7 +16567,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -16583,46 +16583,46 @@ "operationId": "msearch-2", "parameters": [ { - "$ref": "#/components/parameters/msearch:index" + "$ref": "#/components/parameters/msearch-index" }, { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -16630,7 +16630,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -16644,46 +16644,46 @@ "operationId": "msearch-3", "parameters": [ { - "$ref": "#/components/parameters/msearch:index" + "$ref": "#/components/parameters/msearch-index" }, { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -16691,7 +16691,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -16710,19 +16710,19 @@ "operationId": "msearch-template", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -16730,7 +16730,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -16747,19 +16747,19 @@ "operationId": "msearch-template-1", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -16767,7 +16767,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -16786,22 +16786,22 @@ "operationId": "msearch-template-2", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:index" + "$ref": "#/components/parameters/msearch_template-index" }, { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -16809,7 +16809,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -16826,22 +16826,22 @@ "operationId": "msearch-template-3", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:index" + "$ref": "#/components/parameters/msearch_template-index" }, { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -16849,7 +16849,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -16865,40 +16865,40 @@ "operationId": "mtermvectors", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -16906,7 +16906,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } }, @@ -16919,40 +16919,40 @@ "operationId": "mtermvectors-1", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -16960,7 +16960,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } } @@ -16975,43 +16975,43 @@ "operationId": "mtermvectors-2", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:index" + "$ref": "#/components/parameters/mtermvectors-index" }, { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -17019,7 +17019,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } }, @@ -17032,43 +17032,43 @@ "operationId": "mtermvectors-3", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:index" + "$ref": "#/components/parameters/mtermvectors-index" }, { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -17076,7 +17076,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } } @@ -17097,7 +17097,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -17108,7 +17108,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -17138,7 +17138,7 @@ "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -17148,7 +17148,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`. Valid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -17180,7 +17180,7 @@ "type": "object", "properties": { "index_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } } @@ -17196,10 +17196,10 @@ "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -17233,19 +17233,19 @@ "operationId": "put-script-2", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context" + "$ref": "#/components/parameters/put_script-context" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -17253,7 +17253,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } }, @@ -17269,19 +17269,19 @@ "operationId": "put-script-3", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context" + "$ref": "#/components/parameters/put_script-context" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -17289,7 +17289,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } } @@ -17313,7 +17313,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -17324,7 +17324,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17335,7 +17335,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" }, "examples": { "QueryRuleGetResponseExample1": { @@ -17364,7 +17364,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -17375,7 +17375,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17387,24 +17387,24 @@ "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleType" + "$ref": "#/components/schemas/query_rules._types.QueryRuleType" }, "criteria": { "description": "The criteria that must be met for the rule to be applied.\nIf multiple criteria are specified for a rule, all criteria must be met for the rule to be applied.", "oneOf": [ { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" }, { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" } } ] }, "actions": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleActions" + "$ref": "#/components/schemas/query_rules._types.QueryRuleActions" }, "priority": { "type": "number" @@ -17435,7 +17435,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -17463,7 +17463,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -17474,7 +17474,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17485,7 +17485,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -17510,7 +17510,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17521,7 +17521,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleset" + "$ref": "#/components/schemas/query_rules._types.QueryRuleset" }, "examples": { "QueryRulesetGetResponseExample1": { @@ -17553,7 +17553,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17567,12 +17567,12 @@ "rules": { "oneOf": [ { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" }, { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" } } ] @@ -17601,7 +17601,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -17629,7 +17629,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17640,7 +17640,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -17693,7 +17693,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules.list_rulesets:QueryRulesetListItem" + "$ref": "#/components/schemas/query_rules.list_rulesets.QueryRulesetListItem" } } }, @@ -17731,7 +17731,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17778,7 +17778,7 @@ "matched_rules": { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules.test:QueryRulesetMatchedRule" + "$ref": "#/components/schemas/query_rules.test.QueryRulesetMatchedRule" } } }, @@ -17810,16 +17810,16 @@ "operationId": "rank-eval", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -17827,7 +17827,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -17841,16 +17841,16 @@ "operationId": "rank-eval-1", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -17858,7 +17858,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -17874,19 +17874,19 @@ "operationId": "rank-eval-2", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:index" + "$ref": "#/components/parameters/rank_eval-index" }, { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -17894,7 +17894,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -17908,19 +17908,19 @@ "operationId": "rank-eval-3", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:index" + "$ref": "#/components/parameters/rank_eval-index" }, { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -17928,7 +17928,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -17969,7 +17969,7 @@ "description": "The period of time that a consistent view of the index should be maintained for scrolled search.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -17979,7 +17979,7 @@ "description": "The number of slices this task should be divided into.\nIt defaults to one slice, which means the task isn't sliced into subtasks.\n\nReindex supports sliced scroll to parallelize the reindexing process.\nThis parallelization can improve efficiency and provide a convenient way to break the request down into smaller parts.\n\nNOTE: Reindexing from remote clusters does not support manual or automatic slicing.\n\nIf set to `auto`, Elasticsearch chooses the number of slices to use.\nThis setting will use one slice per shard, up to a certain limit.\nIf there are multiple sources, it will choose the number of slices based on the index or backing index with the smallest number of shards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Slices" + "$ref": "#/components/schemas/_types.Slices" }, "style": "form" }, @@ -17989,7 +17989,7 @@ "description": "The period each indexing waits for automatic index creation, dynamic mapping updates, and waiting for active shards.\nBy default, Elasticsearch waits for at least one minute before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -17999,7 +17999,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value is one, which means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -18031,23 +18031,23 @@ "type": "object", "properties": { "conflicts": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" }, "dest": { - "$ref": "#/components/schemas/_global.reindex:Destination" + "$ref": "#/components/schemas/_global.reindex.Destination" }, "max_docs": { "description": "The maximum number of documents to reindex.\nBy default, all documents are reindexed.\nIf it is a value less then or equal to `scroll_size`, a scroll will not be used to retrieve the results for the operation.\n\nIf `conflicts` is set to `proceed`, the reindex operation could attempt to reindex more documents from the source than `max_docs` until it has successfully indexed `max_docs` documents into the target or it has gone through every document in the source query.", "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "size": { "type": "number" }, "source": { - "$ref": "#/components/schemas/_global.reindex:Source" + "$ref": "#/components/schemas/_global.reindex.Source" } }, "required": [ @@ -18150,7 +18150,7 @@ "description": "If there were any unrecoverable errors during the process, it is an array of those failures.\nIf this array is not empty, the request ended because of those failures.\nReindex is implemented using batches and any failure causes the entire process to end but all failures in the current batch are collected into the array.\nYou can use the `conflicts` option to prevent the reindex from ending on version conflicts.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:BulkIndexByScrollFailure" + "$ref": "#/components/schemas/_types.BulkIndexByScrollFailure" } }, "noops": { @@ -18158,7 +18158,7 @@ "type": "number" }, "retries": { - "$ref": "#/components/schemas/_types:Retries" + "$ref": "#/components/schemas/_types.Retries" }, "requests_per_second": { "description": "The number of requests per second effectively run during the reindex.", @@ -18168,20 +18168,20 @@ "type": "number" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "throttled_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "throttled_until_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timed_out": { "description": "If any of the requests that ran during the reindex timed out, it is `true`.", "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "description": "The number of documents that were successfully processed.", @@ -18217,7 +18217,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } }, @@ -18233,7 +18233,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } } @@ -18248,7 +18248,7 @@ "operationId": "render-search-template-2", "parameters": [ { - "$ref": "#/components/parameters/render_search_template:id" + "$ref": "#/components/parameters/render_search_template-id" } ], "requestBody": { @@ -18256,7 +18256,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } }, @@ -18269,7 +18269,7 @@ "operationId": "render-search-template-3", "parameters": [ { - "$ref": "#/components/parameters/render_search_template:id" + "$ref": "#/components/parameters/render_search_template-id" } ], "requestBody": { @@ -18277,7 +18277,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } } @@ -18295,7 +18295,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scripts_painless_execute:200" + "$ref": "#/components/responses/scripts_painless_execute-200" } }, "x-state": "Technical preview" @@ -18312,7 +18312,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scripts_painless_execute:200" + "$ref": "#/components/responses/scripts_painless_execute-200" } }, "x-state": "Technical preview" @@ -18331,133 +18331,133 @@ "operationId": "search", "parameters": [ { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" } ], "requestBody": { @@ -18465,7 +18465,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } }, @@ -18481,133 +18481,133 @@ "operationId": "search-1", "parameters": [ { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" } ], "requestBody": { @@ -18615,7 +18615,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } } @@ -18633,136 +18633,136 @@ "operationId": "search-2", "parameters": [ { - "$ref": "#/components/parameters/search:index" + "$ref": "#/components/parameters/search-index" }, { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" } ], "requestBody": { @@ -18770,7 +18770,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } }, @@ -18786,136 +18786,136 @@ "operationId": "search-3", "parameters": [ { - "$ref": "#/components/parameters/search:index" + "$ref": "#/components/parameters/search-index" }, { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" } ], "requestBody": { @@ -18923,7 +18923,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } } @@ -18943,7 +18943,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -18954,7 +18954,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/search_application._types:SearchApplication" + "$ref": "#/components/schemas/search_application._types.SearchApplication" }, "examples": { "SearchApplicationGetResponseExample1": { @@ -18982,7 +18982,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -19001,7 +19001,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/search_application._types:SearchApplicationParameters" + "$ref": "#/components/schemas/search_application._types.SearchApplicationParameters" }, "examples": { "SearchApplicationPutRequestExample1": { @@ -19022,7 +19022,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -19050,7 +19050,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -19061,7 +19061,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -19079,12 +19079,12 @@ "operationId": "search-application-get-behavioral-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/search_application.get_behavioral_analytics:name" + "$ref": "#/components/parameters/search_application.get_behavioral_analytics-name" } ], "responses": { "200": { - "$ref": "#/components/responses/search_application.get_behavioral_analytics:200" + "$ref": "#/components/responses/search_application.get_behavioral_analytics-200" } }, "deprecated": true, @@ -19104,7 +19104,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -19115,7 +19115,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/search_application.put_behavioral_analytics:AnalyticsAcknowledgeResponseBase" + "$ref": "#/components/schemas/search_application.put_behavioral_analytics.AnalyticsAcknowledgeResponseBase" } } } @@ -19139,7 +19139,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -19150,7 +19150,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -19169,7 +19169,7 @@ "operationId": "search-application-get-behavioral-analytics", "responses": { "200": { - "$ref": "#/components/responses/search_application.get_behavioral_analytics:200" + "$ref": "#/components/responses/search_application.get_behavioral_analytics-200" } }, "deprecated": true, @@ -19230,7 +19230,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/search_application._types:SearchApplication" + "$ref": "#/components/schemas/search_application._types.SearchApplication" } } }, @@ -19262,10 +19262,10 @@ "operationId": "search-application-search", "parameters": [ { - "$ref": "#/components/parameters/search_application.search:name" + "$ref": "#/components/parameters/search_application.search-name" }, { - "$ref": "#/components/parameters/search_application.search:typed_keys" + "$ref": "#/components/parameters/search_application.search-typed_keys" } ], "requestBody": { @@ -19273,7 +19273,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_application.search:200" + "$ref": "#/components/responses/search_application.search-200" } }, "x-beta": true @@ -19287,10 +19287,10 @@ "operationId": "search-application-search-1", "parameters": [ { - "$ref": "#/components/parameters/search_application.search:name" + "$ref": "#/components/parameters/search_application.search-name" }, { - "$ref": "#/components/parameters/search_application.search:typed_keys" + "$ref": "#/components/parameters/search_application.search-typed_keys" } ], "requestBody": { @@ -19298,7 +19298,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_application.search:200" + "$ref": "#/components/responses/search_application.search-200" } }, "x-beta": true @@ -19317,40 +19317,40 @@ "operationId": "search-mvt-1", "parameters": [ { - "$ref": "#/components/parameters/search_mvt:index" + "$ref": "#/components/parameters/search_mvt-index" }, { - "$ref": "#/components/parameters/search_mvt:field" + "$ref": "#/components/parameters/search_mvt-field" }, { - "$ref": "#/components/parameters/search_mvt:zoom" + "$ref": "#/components/parameters/search_mvt-zoom" }, { - "$ref": "#/components/parameters/search_mvt:x" + "$ref": "#/components/parameters/search_mvt-x" }, { - "$ref": "#/components/parameters/search_mvt:y" + "$ref": "#/components/parameters/search_mvt-y" }, { - "$ref": "#/components/parameters/search_mvt:exact_bounds" + "$ref": "#/components/parameters/search_mvt-exact_bounds" }, { - "$ref": "#/components/parameters/search_mvt:extent" + "$ref": "#/components/parameters/search_mvt-extent" }, { - "$ref": "#/components/parameters/search_mvt:grid_agg" + "$ref": "#/components/parameters/search_mvt-grid_agg" }, { - "$ref": "#/components/parameters/search_mvt:grid_precision" + "$ref": "#/components/parameters/search_mvt-grid_precision" }, { - "$ref": "#/components/parameters/search_mvt:grid_type" + "$ref": "#/components/parameters/search_mvt-grid_type" }, { - "$ref": "#/components/parameters/search_mvt:size" + "$ref": "#/components/parameters/search_mvt-size" }, { - "$ref": "#/components/parameters/search_mvt:with_labels" + "$ref": "#/components/parameters/search_mvt-with_labels" } ], "requestBody": { @@ -19358,7 +19358,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_mvt:200" + "$ref": "#/components/responses/search_mvt-200" } }, "x-state": "Added in 7.15.0" @@ -19375,40 +19375,40 @@ "operationId": "search-mvt", "parameters": [ { - "$ref": "#/components/parameters/search_mvt:index" + "$ref": "#/components/parameters/search_mvt-index" }, { - "$ref": "#/components/parameters/search_mvt:field" + "$ref": "#/components/parameters/search_mvt-field" }, { - "$ref": "#/components/parameters/search_mvt:zoom" + "$ref": "#/components/parameters/search_mvt-zoom" }, { - "$ref": "#/components/parameters/search_mvt:x" + "$ref": "#/components/parameters/search_mvt-x" }, { - "$ref": "#/components/parameters/search_mvt:y" + "$ref": "#/components/parameters/search_mvt-y" }, { - "$ref": "#/components/parameters/search_mvt:exact_bounds" + "$ref": "#/components/parameters/search_mvt-exact_bounds" }, { - "$ref": "#/components/parameters/search_mvt:extent" + "$ref": "#/components/parameters/search_mvt-extent" }, { - "$ref": "#/components/parameters/search_mvt:grid_agg" + "$ref": "#/components/parameters/search_mvt-grid_agg" }, { - "$ref": "#/components/parameters/search_mvt:grid_precision" + "$ref": "#/components/parameters/search_mvt-grid_precision" }, { - "$ref": "#/components/parameters/search_mvt:grid_type" + "$ref": "#/components/parameters/search_mvt-grid_type" }, { - "$ref": "#/components/parameters/search_mvt:size" + "$ref": "#/components/parameters/search_mvt-size" }, { - "$ref": "#/components/parameters/search_mvt:with_labels" + "$ref": "#/components/parameters/search_mvt-with_labels" } ], "requestBody": { @@ -19416,7 +19416,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_mvt:200" + "$ref": "#/components/responses/search_mvt-200" } }, "x-state": "Added in 7.15.0" @@ -19434,43 +19434,43 @@ "operationId": "search-template", "parameters": [ { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -19478,7 +19478,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -19494,43 +19494,43 @@ "operationId": "search-template-1", "parameters": [ { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -19538,7 +19538,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -19556,46 +19556,46 @@ "operationId": "search-template-2", "parameters": [ { - "$ref": "#/components/parameters/search_template:index" + "$ref": "#/components/parameters/search_template-index" }, { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -19603,7 +19603,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -19619,46 +19619,46 @@ "operationId": "search-template-3", "parameters": [ { - "$ref": "#/components/parameters/search_template:index" + "$ref": "#/components/parameters/search_template-index" }, { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -19666,7 +19666,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -19689,10 +19689,10 @@ "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/security.authenticate:AuthenticateApiKey" + "$ref": "#/components/schemas/security.authenticate.AuthenticateApiKey" }, "authentication_realm": { - "$ref": "#/components/schemas/security._types:RealmInfo" + "$ref": "#/components/schemas/security._types.RealmInfo" }, "email": { "oneOf": [ @@ -19708,7 +19708,7 @@ "full_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, { "nullable": true, @@ -19717,10 +19717,10 @@ ] }, "lookup_realm": { - "$ref": "#/components/schemas/security._types:RealmInfo" + "$ref": "#/components/schemas/security._types.RealmInfo" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "roles": { "type": "array", @@ -19729,7 +19729,7 @@ } }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "enabled": { "type": "boolean" @@ -19738,7 +19738,7 @@ "type": "string" }, "token": { - "$ref": "#/components/schemas/security.authenticate:Token" + "$ref": "#/components/schemas/security.authenticate.Token" } }, "required": [ @@ -19779,7 +19779,7 @@ "description": "An API key id.\nThis parameter cannot be used with any of `name`, `realm_name` or `username`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "form" }, @@ -19789,7 +19789,7 @@ "description": "An API key name.\nThis parameter cannot be used with any of `id`, `realm_name` or `username`.\nIt supports prefix search with wildcard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, @@ -19809,7 +19809,7 @@ "description": "The name of an authentication realm.\nThis parameter cannot be used with either `id` or `name` or when `owner` flag is set to `true`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, @@ -19819,7 +19819,7 @@ "description": "The username of a user.\nThis parameter cannot be used with either `id` or `name` or when `owner` flag is set to `true`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "style": "form" }, @@ -19865,7 +19865,7 @@ "api_keys": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApiKey" + "$ref": "#/components/schemas/security._types.ApiKey" } } }, @@ -19903,7 +19903,7 @@ "operationId": "security-create-api-key", "parameters": [ { - "$ref": "#/components/parameters/security.create_api_key:refresh" + "$ref": "#/components/parameters/security.create_api_key-refresh" } ], "requestBody": { @@ -19911,7 +19911,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.create_api_key:200" + "$ref": "#/components/responses/security.create_api_key-200" } }, "x-state": "Added in 6.7.0" @@ -19928,7 +19928,7 @@ "operationId": "security-create-api-key-1", "parameters": [ { - "$ref": "#/components/parameters/security.create_api_key:refresh" + "$ref": "#/components/parameters/security.create_api_key-refresh" } ], "requestBody": { @@ -19936,7 +19936,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.create_api_key:200" + "$ref": "#/components/responses/security.create_api_key-200" } }, "x-state": "Added in 6.7.0" @@ -19955,17 +19955,17 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "ids": { "description": "A list of API key ids.\nThis parameter cannot be used with any of `name`, `realm_name`, or `username`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "owner": { "description": "Query API keys owned by the currently authenticated user.\nThe `realm_name` or `username` parameters cannot be specified when this parameter is set to `true` as they are assumed to be the currently authenticated ones.\n\nNOTE: At least one of `ids`, `name`, `username`, and `realm_name` must be specified if `owner` is `false`.", @@ -19976,7 +19976,7 @@ "type": "string" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } } }, @@ -20032,7 +20032,7 @@ "description": "Details about the errors.\nThis field is not present in the response when `error_count` is `0`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "invalidated_api_keys": { @@ -20079,12 +20079,12 @@ "operationId": "security-get-role", "parameters": [ { - "$ref": "#/components/parameters/security.get_role:name" + "$ref": "#/components/parameters/security.get_role-name" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_role:200" + "$ref": "#/components/responses/security.get_role-200" } } }, @@ -20100,10 +20100,10 @@ "operationId": "security-put-role", "parameters": [ { - "$ref": "#/components/parameters/security.put_role:name" + "$ref": "#/components/parameters/security.put_role-name" }, { - "$ref": "#/components/parameters/security.put_role:refresh" + "$ref": "#/components/parameters/security.put_role-refresh" } ], "requestBody": { @@ -20111,7 +20111,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role:200" + "$ref": "#/components/responses/security.put_role-200" } } }, @@ -20127,10 +20127,10 @@ "operationId": "security-put-role-1", "parameters": [ { - "$ref": "#/components/parameters/security.put_role:name" + "$ref": "#/components/parameters/security.put_role-name" }, { - "$ref": "#/components/parameters/security.put_role:refresh" + "$ref": "#/components/parameters/security.put_role-refresh" } ], "requestBody": { @@ -20138,7 +20138,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role:200" + "$ref": "#/components/responses/security.put_role-200" } } }, @@ -20157,7 +20157,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -20167,7 +20167,7 @@ "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -20224,14 +20224,14 @@ "description": "The list of cluster privileges that are understood by this version of Elasticsearch.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "index": { "description": "The list of index privileges that are understood by this version of Elasticsearch.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } }, @@ -20263,7 +20263,7 @@ "operationId": "security-get-role-1", "responses": { "200": { - "$ref": "#/components/responses/security.get_role:200" + "$ref": "#/components/responses/security.get_role-200" } } } @@ -20284,7 +20284,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -20304,7 +20304,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -20323,7 +20323,7 @@ "operationId": "security-has-privileges-2", "parameters": [ { - "$ref": "#/components/parameters/security.has_privileges:user" + "$ref": "#/components/parameters/security.has_privileges-user" } ], "requestBody": { @@ -20331,7 +20331,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -20348,7 +20348,7 @@ "operationId": "security-has-privileges-3", "parameters": [ { - "$ref": "#/components/parameters/security.has_privileges:user" + "$ref": "#/components/parameters/security.has_privileges-user" } ], "requestBody": { @@ -20356,7 +20356,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -20372,13 +20372,13 @@ "operationId": "security-query-api-keys", "parameters": [ { - "$ref": "#/components/parameters/security.query_api_keys:with_limited_by" + "$ref": "#/components/parameters/security.query_api_keys-with_limited_by" }, { - "$ref": "#/components/parameters/security.query_api_keys:with_profile_uid" + "$ref": "#/components/parameters/security.query_api_keys-with_profile_uid" }, { - "$ref": "#/components/parameters/security.query_api_keys:typed_keys" + "$ref": "#/components/parameters/security.query_api_keys-typed_keys" } ], "requestBody": { @@ -20386,7 +20386,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_api_keys:200" + "$ref": "#/components/responses/security.query_api_keys-200" } }, "x-state": "Added in 7.15.0" @@ -20400,13 +20400,13 @@ "operationId": "security-query-api-keys-1", "parameters": [ { - "$ref": "#/components/parameters/security.query_api_keys:with_limited_by" + "$ref": "#/components/parameters/security.query_api_keys-with_limited_by" }, { - "$ref": "#/components/parameters/security.query_api_keys:with_profile_uid" + "$ref": "#/components/parameters/security.query_api_keys-with_profile_uid" }, { - "$ref": "#/components/parameters/security.query_api_keys:typed_keys" + "$ref": "#/components/parameters/security.query_api_keys-typed_keys" } ], "requestBody": { @@ -20414,7 +20414,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_api_keys:200" + "$ref": "#/components/responses/security.query_api_keys-200" } }, "x-state": "Added in 7.15.0" @@ -20433,7 +20433,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_role:200" + "$ref": "#/components/responses/security.query_role-200" } }, "x-state": "Added in 8.15.0" @@ -20450,7 +20450,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_role:200" + "$ref": "#/components/responses/security.query_role-200" } }, "x-state": "Added in 8.15.0" @@ -20472,7 +20472,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -20487,14 +20487,14 @@ "description": "The role descriptors to assign to this API key.\nThe API key's effective permissions are an intersection of its assigned privileges and the point in time snapshot of permissions of the owner user.\nYou can assign new privileges by specifying them in this parameter.\nTo remove assigned privileges, you can supply an empty `role_descriptors` parameter, that is to say, an empty object `{}`.\nIf an API key has no assigned privileges, it inherits the owner user's full permissions.\nThe snapshot of the owner's permissions is always updated, whether you supply the `role_descriptors` parameter or not.\nThe structure of a role descriptor is the same as the request for the create API keys API.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "expiration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, @@ -20615,7 +20615,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -20626,7 +20626,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -20651,7 +20651,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -20681,7 +20681,7 @@ "description": "The retention period for the search and its results.\nIt defaults to the `keep_alive` period for the original SQL search.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -20691,7 +20691,7 @@ "description": "The period to wait for complete results.\nIt defaults to no timeout, meaning the request waits for complete search results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -20705,7 +20705,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_running": { "description": "If `true`, the search is still running.\nIf `false`, the search has finished.\nThis value is returned only for async and saved synchronous searches.\nFor CSV, TSV, and TXT responses, this value is returned in the `Async-partial` HTTP header.", @@ -20719,7 +20719,7 @@ "description": "Column headings for the search results. Each object is a column.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Column" + "$ref": "#/components/schemas/sql._types.Column" } }, "cursor": { @@ -20730,7 +20730,7 @@ "description": "The values for the search results.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Row" + "$ref": "#/components/schemas/sql._types.Row" } } }, @@ -20764,7 +20764,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -20778,7 +20778,7 @@ "type": "object", "properties": { "expiration_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "id": { "description": "The identifier for the search.", @@ -20793,10 +20793,10 @@ "type": "boolean" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "completion_status": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -20824,7 +20824,7 @@ "operationId": "sql-query-1", "parameters": [ { - "$ref": "#/components/parameters/sql.query:format" + "$ref": "#/components/parameters/sql.query-format" } ], "requestBody": { @@ -20832,7 +20832,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.query:200" + "$ref": "#/components/responses/sql.query-200" } }, "x-state": "Added in 6.3.0" @@ -20846,7 +20846,7 @@ "operationId": "sql-query", "parameters": [ { - "$ref": "#/components/parameters/sql.query:format" + "$ref": "#/components/parameters/sql.query-format" } ], "requestBody": { @@ -20854,7 +20854,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.query:200" + "$ref": "#/components/responses/sql.query-200" } }, "x-state": "Added in 6.3.0" @@ -20873,7 +20873,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.translate:200" + "$ref": "#/components/responses/sql.translate-200" } }, "x-state": "Added in 6.3.0" @@ -20890,7 +20890,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.translate:200" + "$ref": "#/components/responses/sql.translate-200" } }, "x-state": "Added in 6.3.0" @@ -20911,7 +20911,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -20952,7 +20952,7 @@ "description": "Synonym rule details.", "type": "array", "items": { - "$ref": "#/components/schemas/synonyms._types:SynonymRuleRead" + "$ref": "#/components/schemas/synonyms._types.SynonymRuleRead" } } }, @@ -20988,7 +20988,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21003,12 +21003,12 @@ "description": "The synonym rules definitions for the synonyms set.", "oneOf": [ { - "$ref": "#/components/schemas/synonyms._types:SynonymRule" + "$ref": "#/components/schemas/synonyms._types.SynonymRule" }, { "type": "array", "items": { - "$ref": "#/components/schemas/synonyms._types:SynonymRule" + "$ref": "#/components/schemas/synonyms._types.SynonymRule" } } ] @@ -21031,10 +21031,10 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "reload_analyzers_details": { - "$ref": "#/components/schemas/indices.reload_search_analyzers:ReloadResult" + "$ref": "#/components/schemas/indices.reload_search_analyzers.ReloadResult" } }, "required": [ @@ -21063,7 +21063,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21074,7 +21074,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -21099,7 +21099,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21110,7 +21110,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21121,7 +21121,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/synonyms._types:SynonymRuleRead" + "$ref": "#/components/schemas/synonyms._types.SynonymRuleRead" }, "examples": { "SynonymRuleGetResponseExample1": { @@ -21150,7 +21150,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21161,7 +21161,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21173,7 +21173,7 @@ "type": "object", "properties": { "synonyms": { - "$ref": "#/components/schemas/synonyms._types:SynonymString" + "$ref": "#/components/schemas/synonyms._types.SynonymString" } }, "required": [ @@ -21197,7 +21197,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/synonyms._types:SynonymsUpdateResult" + "$ref": "#/components/schemas/synonyms._types.SynonymsUpdateResult" }, "examples": { "SynonymRuleResponseExample1": { @@ -21226,7 +21226,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21237,7 +21237,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21248,7 +21248,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/synonyms._types:SynonymsUpdateResult" + "$ref": "#/components/schemas/synonyms._types.SynonymsUpdateResult" }, "examples": { "SynonymRuleDeleteResponseExample1": { @@ -21309,7 +21309,7 @@ "description": "The identifier and total number of defined synonym rules for each synonyms set.", "type": "array", "items": { - "$ref": "#/components/schemas/synonyms.get_synonyms_sets:SynonymsSetItem" + "$ref": "#/components/schemas/synonyms.get_synonyms_sets.SynonymsSetItem" } } }, @@ -21347,7 +21347,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21357,7 +21357,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -21384,13 +21384,13 @@ "type": "boolean" }, "task": { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" }, "response": { "type": "object" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -21427,7 +21427,7 @@ "operationId": "terms-enum", "parameters": [ { - "$ref": "#/components/parameters/terms_enum:index" + "$ref": "#/components/parameters/terms_enum-index" } ], "requestBody": { @@ -21435,7 +21435,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/terms_enum:200" + "$ref": "#/components/responses/terms_enum-200" } }, "x-state": "Added in 7.14.0" @@ -21449,7 +21449,7 @@ "operationId": "terms-enum-1", "parameters": [ { - "$ref": "#/components/parameters/terms_enum:index" + "$ref": "#/components/parameters/terms_enum-index" } ], "requestBody": { @@ -21457,7 +21457,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/terms_enum:200" + "$ref": "#/components/responses/terms_enum-200" } }, "x-state": "Added in 7.14.0" @@ -21473,43 +21473,43 @@ "operationId": "termvectors", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:id" + "$ref": "#/components/parameters/termvectors-id" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -21517,7 +21517,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } }, @@ -21530,43 +21530,43 @@ "operationId": "termvectors-1", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:id" + "$ref": "#/components/parameters/termvectors-id" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -21574,7 +21574,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } } @@ -21589,40 +21589,40 @@ "operationId": "termvectors-2", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -21630,7 +21630,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } }, @@ -21643,40 +21643,40 @@ "operationId": "termvectors-3", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -21684,7 +21684,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } } @@ -21699,24 +21699,24 @@ "operationId": "transform-get-transform", "parameters": [ { - "$ref": "#/components/parameters/transform.get_transform:transform_id" + "$ref": "#/components/parameters/transform.get_transform-transform_id" }, { - "$ref": "#/components/parameters/transform.get_transform:allow_no_match" + "$ref": "#/components/parameters/transform.get_transform-allow_no_match" }, { - "$ref": "#/components/parameters/transform.get_transform:from" + "$ref": "#/components/parameters/transform.get_transform-from" }, { - "$ref": "#/components/parameters/transform.get_transform:size" + "$ref": "#/components/parameters/transform.get_transform-size" }, { - "$ref": "#/components/parameters/transform.get_transform:exclude_generated" + "$ref": "#/components/parameters/transform.get_transform-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/transform.get_transform:200" + "$ref": "#/components/responses/transform.get_transform-200" } }, "x-state": "Added in 7.5.0" @@ -21736,7 +21736,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21756,7 +21756,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -21768,35 +21768,35 @@ "type": "object", "properties": { "dest": { - "$ref": "#/components/schemas/transform._types:Destination" + "$ref": "#/components/schemas/transform._types.Destination" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" } }, "required": [ @@ -21826,7 +21826,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "PutTransformResponseExample1": { @@ -21854,7 +21854,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21884,7 +21884,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -21895,7 +21895,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "DeleteTransformResponseExample1": { @@ -21920,21 +21920,21 @@ "operationId": "transform-get-transform-1", "parameters": [ { - "$ref": "#/components/parameters/transform.get_transform:allow_no_match" + "$ref": "#/components/parameters/transform.get_transform-allow_no_match" }, { - "$ref": "#/components/parameters/transform.get_transform:from" + "$ref": "#/components/parameters/transform.get_transform-from" }, { - "$ref": "#/components/parameters/transform.get_transform:size" + "$ref": "#/components/parameters/transform.get_transform-size" }, { - "$ref": "#/components/parameters/transform.get_transform:exclude_generated" + "$ref": "#/components/parameters/transform.get_transform-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/transform.get_transform:200" + "$ref": "#/components/responses/transform.get_transform-200" } }, "x-state": "Added in 7.5.0" @@ -21956,7 +21956,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -21996,7 +21996,7 @@ "description": "Controls the time to wait for the stats", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -22015,7 +22015,7 @@ "transforms": { "type": "array", "items": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformStats" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformStats" } } }, @@ -22047,10 +22047,10 @@ "operationId": "transform-preview-transform", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:transform_id" + "$ref": "#/components/parameters/transform.preview_transform-transform_id" }, { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -22058,7 +22058,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -22072,10 +22072,10 @@ "operationId": "transform-preview-transform-1", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:transform_id" + "$ref": "#/components/parameters/transform.preview_transform-transform_id" }, { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -22083,7 +22083,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -22099,7 +22099,7 @@ "operationId": "transform-preview-transform-2", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -22107,7 +22107,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -22121,7 +22121,7 @@ "operationId": "transform-preview-transform-3", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -22129,7 +22129,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -22151,7 +22151,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22171,7 +22171,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -22182,7 +22182,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ResetTransformResponseExample1": { @@ -22213,7 +22213,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22223,7 +22223,7 @@ "description": "Controls the time to wait for the scheduling to take place", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -22234,7 +22234,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ScheduleNowTransformResponseExample1": { @@ -22265,7 +22265,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22275,7 +22275,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -22296,7 +22296,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "StartTransformResponseExample1": { @@ -22327,7 +22327,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -22357,7 +22357,7 @@ "description": "Period to wait for a response when `wait_for_completion` is `true`. If no response is received before the\ntimeout expires, the request returns a timeout exception. However, the request continues processing and\neventually moves the transform to a STOPPED state.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -22388,7 +22388,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "StopTransformResponseExample1": { @@ -22419,7 +22419,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22439,7 +22439,7 @@ "description": "Period to wait for a response. If no response is received before the\ntimeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -22451,32 +22451,32 @@ "type": "object", "properties": { "dest": { - "$ref": "#/components/schemas/transform._types:Destination" + "$ref": "#/components/schemas/transform._types.Destination" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "retention_policy": { "description": "Defines a retention policy for the transform. Data that meets the defined\ncriteria is deleted from the destination index.", "oneOf": [ { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, { "nullable": true, @@ -22505,7 +22505,7 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:TransformAuthorization" + "$ref": "#/components/schemas/ml._types.TransformAuthorization" }, "create_time": { "type": "number" @@ -22514,37 +22514,37 @@ "type": "string" }, "dest": { - "$ref": "#/components/schemas/_global.reindex:Destination" + "$ref": "#/components/schemas/_global.reindex.Destination" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "source": { - "$ref": "#/components/schemas/_global.reindex:Source" + "$ref": "#/components/schemas/_global.reindex.Source" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ @@ -22586,7 +22586,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -22597,7 +22597,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22617,7 +22617,7 @@ "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, @@ -22647,7 +22647,7 @@ "description": "If 'true', Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf 'wait_for', it waits for a refresh to make this operation visible to search.\nIf 'false', it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, @@ -22677,7 +22677,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -22687,7 +22687,7 @@ "description": "The period to wait for the following operations: dynamic mapping updates and waiting for active shards.\nElasticsearch waits for at least the timeout period before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -22697,7 +22697,7 @@ "description": "The number of copies of each shard that must be active before proceeding with the operation.\nSet to 'all' or any positive integer up to the total number of shards in the index (`number_of_replicas`+1).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -22707,7 +22707,7 @@ "description": "If `false`, source retrieval is turned off.\nYou can also specify a comma-separated list of the fields you want to retrieve.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -22717,7 +22717,7 @@ "description": "The source fields you want to exclude.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -22727,7 +22727,7 @@ "description": "The source fields you want to retrieve.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" } @@ -22751,14 +22751,14 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "scripted_upsert": { "description": "If `true`, run the script whether or not the document exists.", "type": "boolean" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "upsert": { "description": "If the document does not already exist, the contents of 'upsert' are inserted as a new document.\nIf the document exists, the 'script' is run.", @@ -22833,7 +22833,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.update:UpdateWriteResponseBase" + "$ref": "#/components/schemas/_global.update.UpdateWriteResponseBase" }, "examples": { "UpdateResponseExample1": { @@ -22864,7 +22864,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -22904,7 +22904,7 @@ "description": "The preferred behavior when update by query hits version conflicts: `abort` or `proceed`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" }, "style": "form" }, @@ -22914,7 +22914,7 @@ "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, @@ -22934,7 +22934,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -23044,7 +23044,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -23054,7 +23054,7 @@ "description": "The period to retain the search context for scrolling.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -23074,7 +23074,7 @@ "description": "An explicit timeout for each search request.\nBy default, there is no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -23084,7 +23084,7 @@ "description": "The type of the search operation. Available options include `query_then_fetch` and `dfs_query_then_fetch`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, @@ -23094,7 +23094,7 @@ "description": "The number of slices this task should be divided into.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Slices" + "$ref": "#/components/schemas/_types.Slices" }, "style": "form" }, @@ -23140,7 +23140,7 @@ "description": "The period each update request waits for the following operations: dynamic mapping updates, waiting for active shards.\nBy default, it is one minute.\nThis guarantees Elasticsearch waits for at least the timeout before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -23170,7 +23170,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe `timeout` parameter controls how long each write request waits for unavailable shards to become available.\nBoth work exactly the way they work in the bulk API.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -23196,16 +23196,16 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "conflicts": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" } } }, @@ -23250,7 +23250,7 @@ "description": "Array of failures if there were any unrecoverable errors during the process.\nIf this is non-empty then the request ended because of those failures.\nUpdate by query is implemented using batches.\nAny failure causes the entire process to end, but all failures in the current batch are collected into the array.\nYou can use the `conflicts` option to prevent reindex from ending when version conflicts occur.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:BulkIndexByScrollFailure" + "$ref": "#/components/schemas/_types.BulkIndexByScrollFailure" } }, "noops": { @@ -23266,17 +23266,17 @@ "type": "number" }, "retries": { - "$ref": "#/components/schemas/_types:Retries" + "$ref": "#/components/schemas/_types.Retries" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "timed_out": { "description": "If true, some requests timed out during the update by query.", "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "description": "The number of documents that were successfully processed.", @@ -23291,16 +23291,16 @@ "type": "number" }, "throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "throttled_until": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_until_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } } } @@ -23314,10 +23314,10 @@ }, "components": { "schemas": { - "_types:Id": { + "_types.Id": { "type": "string" }, - "_types:AcknowledgedResponseBase": { + "_types.AcknowledgedResponseBase": { "type": "object", "properties": { "acknowledged": { @@ -23329,7 +23329,7 @@ "acknowledged" ] }, - "_types:Duration": { + "_types.Duration": { "description": "A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and\n`d` (days). Also accepts \"0\" without a unit and \"-1\" to indicate an unspecified value.", "oneOf": [ { @@ -23349,16 +23349,16 @@ } ] }, - "async_search._types:AsyncSearchDocumentResponseBase": { + "async_search._types.AsyncSearchDocumentResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/async_search._types:AsyncSearchResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchResponseBase" }, { "type": "object", "properties": { "response": { - "$ref": "#/components/schemas/async_search._types:AsyncSearch" + "$ref": "#/components/schemas/async_search._types.AsyncSearch" } }, "required": [ @@ -23367,18 +23367,18 @@ } ] }, - "async_search._types:AsyncSearch": { + "async_search._types.AsyncSearch": { "type": "object", "properties": { "aggregations": { "description": "Partial aggregations results, coming from the shards that have already completed running the query.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "fields": { "type": "object", @@ -23387,7 +23387,7 @@ } }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "max_score": { "type": "number" @@ -23397,23 +23397,23 @@ "type": "number" }, "profile": { - "$ref": "#/components/schemas/_global.search._types:Profile" + "$ref": "#/components/schemas/_global.search._types.Profile" }, "pit_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "suggest": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Suggest" + "$ref": "#/components/schemas/_global.search._types.Suggest" } } }, @@ -23434,227 +23434,227 @@ "took" ] }, - "_types.aggregations:Aggregate": { + "_types.aggregations.Aggregate": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregate" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:HdrPercentilesAggregate" + "$ref": "#/components/schemas/_types.aggregations.HdrPercentilesAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:HdrPercentileRanksAggregate" + "$ref": "#/components/schemas/_types.aggregations.HdrPercentileRanksAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TDigestPercentilesAggregate" + "$ref": "#/components/schemas/_types.aggregations.TDigestPercentilesAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TDigestPercentileRanksAggregate" + "$ref": "#/components/schemas/_types.aggregations.TDigestPercentileRanksAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:PercentilesBucketAggregate" + "$ref": "#/components/schemas/_types.aggregations.PercentilesBucketAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MedianAbsoluteDeviationAggregate" + "$ref": "#/components/schemas/_types.aggregations.MedianAbsoluteDeviationAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MinAggregate" + "$ref": "#/components/schemas/_types.aggregations.MinAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MaxAggregate" + "$ref": "#/components/schemas/_types.aggregations.MaxAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SumAggregate" + "$ref": "#/components/schemas/_types.aggregations.SumAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:AvgAggregate" + "$ref": "#/components/schemas/_types.aggregations.AvgAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:WeightedAvgAggregate" + "$ref": "#/components/schemas/_types.aggregations.WeightedAvgAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregate" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SimpleValueAggregate" + "$ref": "#/components/schemas/_types.aggregations.SimpleValueAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DerivativeAggregate" + "$ref": "#/components/schemas/_types.aggregations.DerivativeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:BucketMetricValueAggregate" + "$ref": "#/components/schemas/_types.aggregations.BucketMetricValueAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StatsBucketAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsBucketAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsBucketAggregate" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsBucketAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoBoundsAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoBoundsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoCentroidAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoCentroidAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:HistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.HistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:AutoDateHistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.AutoDateHistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:LongTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.LongTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:LongRareTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.LongRareTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringRareTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringRareTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedRareTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedRareTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregate" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:NestedAggregate" + "$ref": "#/components/schemas/_types.aggregations.NestedAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ReverseNestedAggregate" + "$ref": "#/components/schemas/_types.aggregations.ReverseNestedAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GlobalAggregate" + "$ref": "#/components/schemas/_types.aggregations.GlobalAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FilterAggregate" + "$ref": "#/components/schemas/_types.aggregations.FilterAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ChildrenAggregate" + "$ref": "#/components/schemas/_types.aggregations.ChildrenAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ParentAggregate" + "$ref": "#/components/schemas/_types.aggregations.ParentAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SamplerAggregate" + "$ref": "#/components/schemas/_types.aggregations.SamplerAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedSamplerAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedSamplerAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoHexGridAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoHexGridAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoDistanceAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoDistanceAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:IpRangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.IpRangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixAggregate" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FiltersAggregate" + "$ref": "#/components/schemas/_types.aggregations.FiltersAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixAggregate" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SignificantLongTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.SignificantLongTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SignificantStringTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.SignificantStringTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedSignificantTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedSignificantTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregate" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsAggregate" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesAggregate" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ScriptedMetricAggregate" + "$ref": "#/components/schemas/_types.aggregations.ScriptedMetricAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TopHitsAggregate" + "$ref": "#/components/schemas/_types.aggregations.TopHitsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:InferenceAggregate" + "$ref": "#/components/schemas/_types.aggregations.InferenceAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringStatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:BoxPlotAggregate" + "$ref": "#/components/schemas/_types.aggregations.BoxPlotAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsAggregate" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TTestAggregate" + "$ref": "#/components/schemas/_types.aggregations.TTestAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:RateAggregate" + "$ref": "#/components/schemas/_types.aggregations.RateAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:CumulativeCardinalityAggregate" + "$ref": "#/components/schemas/_types.aggregations.CumulativeCardinalityAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MatrixStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.MatrixStatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoLineAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoLineAggregate" } ] }, - "_types.aggregations:CardinalityAggregate": { + "_types.aggregations.CardinalityAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -23669,40 +23669,40 @@ } ] }, - "_types.aggregations:AggregateBase": { + "_types.aggregations.AggregateBase": { "type": "object", "properties": { "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, - "_types:Metadata": { + "_types.Metadata": { "type": "object", "additionalProperties": { "type": "object" } }, - "_types.aggregations:HdrPercentilesAggregate": { + "_types.aggregations.HdrPercentilesAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:PercentilesAggregateBase": { + "_types.aggregations.PercentilesAggregateBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "values": { - "$ref": "#/components/schemas/_types.aggregations:Percentiles" + "$ref": "#/components/schemas/_types.aggregations.Percentiles" } }, "required": [ @@ -23711,20 +23711,20 @@ } ] }, - "_types.aggregations:Percentiles": { + "_types.aggregations.Percentiles": { "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:KeyedPercentiles" + "$ref": "#/components/schemas/_types.aggregations.KeyedPercentiles" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:ArrayPercentilesItem" + "$ref": "#/components/schemas/_types.aggregations.ArrayPercentilesItem" } } ] }, - "_types.aggregations:KeyedPercentiles": { + "_types.aggregations.KeyedPercentiles": { "type": "object", "additionalProperties": { "oneOf": [ @@ -23741,7 +23741,7 @@ ] } }, - "_types.aggregations:ArrayPercentilesItem": { + "_types.aggregations.ArrayPercentilesItem": { "type": "object", "properties": { "key": { @@ -23767,60 +23767,60 @@ "value" ] }, - "_types.aggregations:HdrPercentileRanksAggregate": { + "_types.aggregations.HdrPercentileRanksAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:TDigestPercentilesAggregate": { + "_types.aggregations.TDigestPercentilesAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:TDigestPercentileRanksAggregate": { + "_types.aggregations.TDigestPercentileRanksAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:PercentilesBucketAggregate": { + "_types.aggregations.PercentilesBucketAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:MedianAbsoluteDeviationAggregate": { + "_types.aggregations.MedianAbsoluteDeviationAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SingleMetricAggregateBase": { + "_types.aggregations.SingleMetricAggregateBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -23847,80 +23847,80 @@ } ] }, - "_types.aggregations:MinAggregate": { + "_types.aggregations.MinAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:MaxAggregate": { + "_types.aggregations.MaxAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SumAggregate": { + "_types.aggregations.SumAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:AvgAggregate": { + "_types.aggregations.AvgAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:WeightedAvgAggregate": { + "_types.aggregations.WeightedAvgAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ValueCountAggregate": { + "_types.aggregations.ValueCountAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SimpleValueAggregate": { + "_types.aggregations.SimpleValueAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:DerivativeAggregate": { + "_types.aggregations.DerivativeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object", @@ -23935,10 +23935,10 @@ } ] }, - "_types.aggregations:BucketMetricValueAggregate": { + "_types.aggregations.BucketMetricValueAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object", @@ -23956,10 +23956,10 @@ } ] }, - "_types.aggregations:StatsAggregate": { + "_types.aggregations.StatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -24026,20 +24026,20 @@ } ] }, - "_types.aggregations:StatsBucketAggregate": { + "_types.aggregations.StatsBucketAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregate" }, { "type": "object" } ] }, - "_types.aggregations:ExtendedStatsAggregate": { + "_types.aggregations.ExtendedStatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregate" }, { "type": "object", @@ -24122,7 +24122,7 @@ ] }, "std_deviation_bounds": { - "$ref": "#/components/schemas/_types.aggregations:StandardDeviationBounds" + "$ref": "#/components/schemas/_types.aggregations.StandardDeviationBounds" }, "sum_of_squares_as_string": { "type": "string" @@ -24140,7 +24140,7 @@ "type": "string" }, "std_deviation_bounds_as_string": { - "$ref": "#/components/schemas/_types.aggregations:StandardDeviationBoundsAsString" + "$ref": "#/components/schemas/_types.aggregations.StandardDeviationBoundsAsString" } }, "required": [ @@ -24155,7 +24155,7 @@ } ] }, - "_types.aggregations:StandardDeviationBounds": { + "_types.aggregations.StandardDeviationBounds": { "type": "object", "properties": { "upper": { @@ -24234,7 +24234,7 @@ "lower_sampling" ] }, - "_types.aggregations:StandardDeviationBoundsAsString": { + "_types.aggregations.StandardDeviationBoundsAsString": { "type": "object", "properties": { "upper": { @@ -24265,49 +24265,49 @@ "lower_sampling" ] }, - "_types.aggregations:ExtendedStatsBucketAggregate": { + "_types.aggregations.ExtendedStatsBucketAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsAggregate" }, { "type": "object" } ] }, - "_types.aggregations:GeoBoundsAggregate": { + "_types.aggregations.GeoBoundsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" } } } ] }, - "_types:GeoBounds": { + "_types.GeoBounds": { "description": "A geo bounding box. It can be represented in various ways:\n- as 4 top/bottom/left/right coordinates\n- as 2 top_left / bottom_right points\n- as 2 top_right / bottom_left points\n- as a WKT bounding box", "oneOf": [ { - "$ref": "#/components/schemas/_types:CoordsGeoBounds" + "$ref": "#/components/schemas/_types.CoordsGeoBounds" }, { - "$ref": "#/components/schemas/_types:TopLeftBottomRightGeoBounds" + "$ref": "#/components/schemas/_types.TopLeftBottomRightGeoBounds" }, { - "$ref": "#/components/schemas/_types:TopRightBottomLeftGeoBounds" + "$ref": "#/components/schemas/_types.TopRightBottomLeftGeoBounds" }, { - "$ref": "#/components/schemas/_types:WktGeoBounds" + "$ref": "#/components/schemas/_types.WktGeoBounds" } ] }, - "_types:CoordsGeoBounds": { + "_types.CoordsGeoBounds": { "type": "object", "properties": { "top": { @@ -24330,14 +24330,14 @@ "right" ] }, - "_types:TopLeftBottomRightGeoBounds": { + "_types.TopLeftBottomRightGeoBounds": { "type": "object", "properties": { "top_left": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "bottom_right": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } }, "required": [ @@ -24345,14 +24345,14 @@ "bottom_right" ] }, - "_types:GeoLocation": { + "_types.GeoLocation": { "description": "A latitude/longitude as a 2 dimensional point. It can be represented in various ways:\n- as a `{lat, long}` object\n- as a geo hash value\n- as a `[lon, lat]` array\n- as a string in `\", \"` or WKT point formats", "oneOf": [ { - "$ref": "#/components/schemas/_types:LatLonGeoLocation" + "$ref": "#/components/schemas/_types.LatLonGeoLocation" }, { - "$ref": "#/components/schemas/_types:GeoHashLocation" + "$ref": "#/components/schemas/_types.GeoHashLocation" }, { "type": "array", @@ -24365,7 +24365,7 @@ } ] }, - "_types:LatLonGeoLocation": { + "_types.LatLonGeoLocation": { "type": "object", "properties": { "lat": { @@ -24382,28 +24382,28 @@ "lon" ] }, - "_types:GeoHashLocation": { + "_types.GeoHashLocation": { "type": "object", "properties": { "geohash": { - "$ref": "#/components/schemas/_types:GeoHash" + "$ref": "#/components/schemas/_types.GeoHash" } }, "required": [ "geohash" ] }, - "_types:GeoHash": { + "_types.GeoHash": { "type": "string" }, - "_types:TopRightBottomLeftGeoBounds": { + "_types.TopRightBottomLeftGeoBounds": { "type": "object", "properties": { "top_right": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "bottom_left": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } }, "required": [ @@ -24411,7 +24411,7 @@ "bottom_left" ] }, - "_types:WktGeoBounds": { + "_types.WktGeoBounds": { "type": "object", "properties": { "wkt": { @@ -24422,10 +24422,10 @@ "wkt" ] }, - "_types.aggregations:GeoCentroidAggregate": { + "_types.aggregations.GeoCentroidAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -24434,7 +24434,7 @@ "type": "number" }, "location": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } }, "required": [ @@ -24443,26 +24443,26 @@ } ] }, - "_types.aggregations:HistogramAggregate": { + "_types.aggregations.HistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseHistogramBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseHistogramBucket": { + "_types.aggregations.MultiBucketAggregateBaseHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsHistogramBucket" } }, "required": [ @@ -24471,27 +24471,27 @@ } ] }, - "_types.aggregations:BucketsHistogramBucket": { + "_types.aggregations.BucketsHistogramBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:HistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.HistogramBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:HistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.HistogramBucket" } } ] }, - "_types.aggregations:HistogramBucket": { + "_types.aggregations.HistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -24509,7 +24509,7 @@ } ] }, - "_types.aggregations:MultiBucketBase": { + "_types.aggregations.MultiBucketBase": { "type": "object", "properties": { "doc_count": { @@ -24520,26 +24520,26 @@ "doc_count" ] }, - "_types.aggregations:DateHistogramAggregate": { + "_types.aggregations.DateHistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseDateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseDateHistogramBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseDateHistogramBucket": { + "_types.aggregations.MultiBucketAggregateBaseDateHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsDateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsDateHistogramBucket" } }, "required": [ @@ -24548,27 +24548,27 @@ } ] }, - "_types.aggregations:BucketsDateHistogramBucket": { + "_types.aggregations.BucketsDateHistogramBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramBucket" } } ] }, - "_types.aggregations:DateHistogramBucket": { + "_types.aggregations.DateHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -24577,7 +24577,7 @@ "type": "string" }, "key": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -24586,27 +24586,27 @@ } ] }, - "_types:EpochTimeUnitMillis": { + "_types.EpochTimeUnitMillis": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitMillis" + "$ref": "#/components/schemas/_types.UnitMillis" } ] }, - "_types:UnitMillis": { + "_types.UnitMillis": { "description": "Time unit for milliseconds", "type": "number" }, - "_types.aggregations:AutoDateHistogramAggregate": { + "_types.aggregations.AutoDateHistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseDateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseDateHistogramBucket" }, { "type": "object", "properties": { "interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" } }, "required": [ @@ -24615,30 +24615,30 @@ } ] }, - "_types:DurationLarge": { + "_types.DurationLarge": { "description": "A date histogram interval. Similar to `Duration` with additional units: `w` (week), `M` (month), `q` (quarter) and\n`y` (year)", "type": "string" }, - "_types.aggregations:VariableWidthHistogramAggregate": { + "_types.aggregations.VariableWidthHistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVariableWidthHistogramBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseVariableWidthHistogramBucket": { + "_types.aggregations.MultiBucketAggregateBaseVariableWidthHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsVariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsVariableWidthHistogramBucket" } }, "required": [ @@ -24647,27 +24647,27 @@ } ] }, - "_types.aggregations:BucketsVariableWidthHistogramBucket": { + "_types.aggregations.BucketsVariableWidthHistogramBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramBucket" } } ] }, - "_types.aggregations:VariableWidthHistogramBucket": { + "_types.aggregations.VariableWidthHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -24699,20 +24699,20 @@ } ] }, - "_types.aggregations:StringTermsAggregate": { + "_types.aggregations.StringTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseStringTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseStringTermsBucket": { + "_types.aggregations.TermsAggregateBaseStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseStringTermsBucket" }, { "type": "object", @@ -24727,16 +24727,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseStringTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsStringTermsBucket" } }, "required": [ @@ -24745,33 +24745,33 @@ } ] }, - "_types.aggregations:BucketsStringTermsBucket": { + "_types.aggregations.BucketsStringTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:StringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:StringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringTermsBucket" } } ] }, - "_types.aggregations:StringTermsBucket": { + "_types.aggregations.StringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.TermsBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "required": [ @@ -24780,7 +24780,7 @@ } ] }, - "_types:FieldValue": { + "_types.FieldValue": { "description": "A field value.", "oneOf": [ { @@ -24801,10 +24801,10 @@ } ] }, - "_types.aggregations:TermsBucketBase": { + "_types.aggregations.TermsBucketBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -24816,20 +24816,20 @@ } ] }, - "_types.aggregations:LongTermsAggregate": { + "_types.aggregations.LongTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseLongTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseLongTermsBucket": { + "_types.aggregations.TermsAggregateBaseLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseLongTermsBucket" }, { "type": "object", @@ -24844,16 +24844,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseLongTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsLongTermsBucket" } }, "required": [ @@ -24862,27 +24862,27 @@ } ] }, - "_types.aggregations:BucketsLongTermsBucket": { + "_types.aggregations.BucketsLongTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:LongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:LongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongTermsBucket" } } ] }, - "_types.aggregations:LongTermsBucket": { + "_types.aggregations.LongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.TermsBucketBase" }, { "type": "object", @@ -24900,20 +24900,20 @@ } ] }, - "_types.aggregations:DoubleTermsAggregate": { + "_types.aggregations.DoubleTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseDoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseDoubleTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseDoubleTermsBucket": { + "_types.aggregations.TermsAggregateBaseDoubleTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseDoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseDoubleTermsBucket" }, { "type": "object", @@ -24928,16 +24928,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseDoubleTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseDoubleTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsDoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsDoubleTermsBucket" } }, "required": [ @@ -24946,27 +24946,27 @@ } ] }, - "_types.aggregations:BucketsDoubleTermsBucket": { + "_types.aggregations.BucketsDoubleTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsBucket" } } ] }, - "_types.aggregations:DoubleTermsBucket": { + "_types.aggregations.DoubleTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.TermsBucketBase" }, { "type": "object", @@ -24984,20 +24984,20 @@ } ] }, - "_types.aggregations:UnmappedTermsAggregate": { + "_types.aggregations.UnmappedTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseVoid" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseVoid": { + "_types.aggregations.TermsAggregateBaseVoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVoid" }, { "type": "object", @@ -25012,16 +25012,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseVoid": { + "_types.aggregations.MultiBucketAggregateBaseVoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsVoid" + "$ref": "#/components/schemas/_types.aggregations.BucketsVoid" } }, "required": [ @@ -25030,47 +25030,47 @@ } ] }, - "_types.aggregations:BucketsVoid": { + "_types.aggregations.BucketsVoid": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_spec_utils:Void" + "$ref": "#/components/schemas/_spec_utils.Void" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_spec_utils:Void" + "$ref": "#/components/schemas/_spec_utils.Void" } } ] }, - "_spec_utils:Void": { + "_spec_utils.Void": { "description": "The absence of any type. This is commonly used in APIs that don't return a body.\n\nAlthough \"void\" is generally used for the unit type that has only one value, this is to be interpreted as\nthe bottom type that has no value at all. Most languages have a unit type, but few have a bottom type.\n\nSee https://en.m.wikipedia.org/wiki/Unit_type and https://en.m.wikipedia.org/wiki/Bottom_type", "type": "object" }, - "_types.aggregations:LongRareTermsAggregate": { + "_types.aggregations.LongRareTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseLongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseLongRareTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseLongRareTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseLongRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsLongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsLongRareTermsBucket" } }, "required": [ @@ -25079,27 +25079,27 @@ } ] }, - "_types.aggregations:BucketsLongRareTermsBucket": { + "_types.aggregations.BucketsLongRareTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:LongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongRareTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:LongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongRareTermsBucket" } } ] }, - "_types.aggregations:LongRareTermsBucket": { + "_types.aggregations.LongRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -25117,26 +25117,26 @@ } ] }, - "_types.aggregations:StringRareTermsAggregate": { + "_types.aggregations.StringRareTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseStringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseStringRareTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseStringRareTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseStringRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsStringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsStringRareTermsBucket" } }, "required": [ @@ -25145,27 +25145,27 @@ } ] }, - "_types.aggregations:BucketsStringRareTermsBucket": { + "_types.aggregations.BucketsStringRareTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:StringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringRareTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:StringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringRareTermsBucket" } } ] }, - "_types.aggregations:StringRareTermsBucket": { + "_types.aggregations.StringRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -25180,30 +25180,30 @@ } ] }, - "_types.aggregations:UnmappedRareTermsAggregate": { + "_types.aggregations.UnmappedRareTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVoid" }, { "type": "object" } ] }, - "_types.aggregations:MultiTermsAggregate": { + "_types.aggregations.MultiTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseMultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseMultiTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseMultiTermsBucket": { + "_types.aggregations.TermsAggregateBaseMultiTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseMultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseMultiTermsBucket" }, { "type": "object", @@ -25218,16 +25218,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseMultiTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseMultiTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsMultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsMultiTermsBucket" } }, "required": [ @@ -25236,27 +25236,27 @@ } ] }, - "_types.aggregations:BucketsMultiTermsBucket": { + "_types.aggregations.BucketsMultiTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsBucket" } } ] }, - "_types.aggregations:MultiTermsBucket": { + "_types.aggregations.MultiTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -25264,7 +25264,7 @@ "key": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "key_as_string": { @@ -25280,20 +25280,20 @@ } ] }, - "_types.aggregations:MissingAggregate": { + "_types.aggregations.MissingAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SingleBucketAggregateBase": { + "_types.aggregations.SingleBucketAggregateBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -25308,106 +25308,106 @@ } ] }, - "_types.aggregations:NestedAggregate": { + "_types.aggregations.NestedAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ReverseNestedAggregate": { + "_types.aggregations.ReverseNestedAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:GlobalAggregate": { + "_types.aggregations.GlobalAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:FilterAggregate": { + "_types.aggregations.FilterAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ChildrenAggregate": { + "_types.aggregations.ChildrenAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ParentAggregate": { + "_types.aggregations.ParentAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SamplerAggregate": { + "_types.aggregations.SamplerAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:UnmappedSamplerAggregate": { + "_types.aggregations.UnmappedSamplerAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:GeoHashGridAggregate": { + "_types.aggregations.GeoHashGridAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseGeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseGeoHashGridBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseGeoHashGridBucket": { + "_types.aggregations.MultiBucketAggregateBaseGeoHashGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsGeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsGeoHashGridBucket" } }, "required": [ @@ -25416,33 +25416,33 @@ } ] }, - "_types.aggregations:BucketsGeoHashGridBucket": { + "_types.aggregations.BucketsGeoHashGridBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridBucket" } } ] }, - "_types.aggregations:GeoHashGridBucket": { + "_types.aggregations.GeoHashGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:GeoHash" + "$ref": "#/components/schemas/_types.GeoHash" } }, "required": [ @@ -25451,26 +25451,26 @@ } ] }, - "_types.aggregations:GeoTileGridAggregate": { + "_types.aggregations.GeoTileGridAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseGeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseGeoTileGridBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseGeoTileGridBucket": { + "_types.aggregations.MultiBucketAggregateBaseGeoTileGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsGeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsGeoTileGridBucket" } }, "required": [ @@ -25479,33 +25479,33 @@ } ] }, - "_types.aggregations:BucketsGeoTileGridBucket": { + "_types.aggregations.BucketsGeoTileGridBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridBucket" } } ] }, - "_types.aggregations:GeoTileGridBucket": { + "_types.aggregations.GeoTileGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:GeoTile" + "$ref": "#/components/schemas/_types.GeoTile" } }, "required": [ @@ -25514,30 +25514,30 @@ } ] }, - "_types:GeoTile": { + "_types.GeoTile": { "description": "A map tile reference, represented as `{zoom}/{x}/{y}`", "type": "string" }, - "_types.aggregations:GeoHexGridAggregate": { + "_types.aggregations.GeoHexGridAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseGeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseGeoHexGridBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseGeoHexGridBucket": { + "_types.aggregations.MultiBucketAggregateBaseGeoHexGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsGeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsGeoHexGridBucket" } }, "required": [ @@ -25546,33 +25546,33 @@ } ] }, - "_types.aggregations:BucketsGeoHexGridBucket": { + "_types.aggregations.BucketsGeoHexGridBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:GeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHexGridBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:GeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHexGridBucket" } } ] }, - "_types.aggregations:GeoHexGridBucket": { + "_types.aggregations.GeoHexGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:GeoHexCell" + "$ref": "#/components/schemas/_types.GeoHexCell" } }, "required": [ @@ -25581,30 +25581,30 @@ } ] }, - "_types:GeoHexCell": { + "_types.GeoHexCell": { "description": "A map hex cell (H3) reference", "type": "string" }, - "_types.aggregations:RangeAggregate": { + "_types.aggregations.RangeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseRangeBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseRangeBucket": { + "_types.aggregations.MultiBucketAggregateBaseRangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsRangeBucket" } }, "required": [ @@ -25613,27 +25613,27 @@ } ] }, - "_types.aggregations:BucketsRangeBucket": { + "_types.aggregations.BucketsRangeBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:RangeBucket" + "$ref": "#/components/schemas/_types.aggregations.RangeBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:RangeBucket" + "$ref": "#/components/schemas/_types.aggregations.RangeBucket" } } ] }, - "_types.aggregations:RangeBucket": { + "_types.aggregations.RangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -25658,46 +25658,46 @@ } ] }, - "_types.aggregations:DateRangeAggregate": { + "_types.aggregations.DateRangeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { "type": "object" } ] }, - "_types.aggregations:GeoDistanceAggregate": { + "_types.aggregations.GeoDistanceAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { "type": "object" } ] }, - "_types.aggregations:IpRangeAggregate": { + "_types.aggregations.IpRangeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseIpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseIpRangeBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseIpRangeBucket": { + "_types.aggregations.MultiBucketAggregateBaseIpRangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsIpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsIpRangeBucket" } }, "required": [ @@ -25706,27 +25706,27 @@ } ] }, - "_types.aggregations:BucketsIpRangeBucket": { + "_types.aggregations.BucketsIpRangeBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.IpRangeBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.IpRangeBucket" } } ] }, - "_types.aggregations:IpRangeBucket": { + "_types.aggregations.IpRangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -25744,26 +25744,26 @@ } ] }, - "_types.aggregations:IpPrefixAggregate": { + "_types.aggregations.IpPrefixAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseIpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseIpPrefixBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseIpPrefixBucket": { + "_types.aggregations.MultiBucketAggregateBaseIpPrefixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsIpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsIpPrefixBucket" } }, "required": [ @@ -25772,27 +25772,27 @@ } ] }, - "_types.aggregations:BucketsIpPrefixBucket": { + "_types.aggregations.BucketsIpPrefixBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixBucket" } } ] }, - "_types.aggregations:IpPrefixBucket": { + "_types.aggregations.IpPrefixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -25818,26 +25818,26 @@ } ] }, - "_types.aggregations:FiltersAggregate": { + "_types.aggregations.FiltersAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseFiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseFiltersBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseFiltersBucket": { + "_types.aggregations.MultiBucketAggregateBaseFiltersBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsFiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsFiltersBucket" } }, "required": [ @@ -25846,53 +25846,53 @@ } ] }, - "_types.aggregations:BucketsFiltersBucket": { + "_types.aggregations.BucketsFiltersBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:FiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.FiltersBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:FiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.FiltersBucket" } } ] }, - "_types.aggregations:FiltersBucket": { + "_types.aggregations.FiltersBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object" } ] }, - "_types.aggregations:AdjacencyMatrixAggregate": { + "_types.aggregations.AdjacencyMatrixAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseAdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseAdjacencyMatrixBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseAdjacencyMatrixBucket": { + "_types.aggregations.MultiBucketAggregateBaseAdjacencyMatrixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsAdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsAdjacencyMatrixBucket" } }, "required": [ @@ -25901,27 +25901,27 @@ } ] }, - "_types.aggregations:BucketsAdjacencyMatrixBucket": { + "_types.aggregations.BucketsAdjacencyMatrixBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixBucket" } } ] }, - "_types.aggregations:AdjacencyMatrixBucket": { + "_types.aggregations.AdjacencyMatrixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -25936,20 +25936,20 @@ } ] }, - "_types.aggregations:SignificantLongTermsAggregate": { + "_types.aggregations.SignificantLongTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregateBaseSignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregateBaseSignificantLongTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:SignificantTermsAggregateBaseSignificantLongTermsBucket": { + "_types.aggregations.SignificantTermsAggregateBaseSignificantLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseSignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseSignificantLongTermsBucket" }, { "type": "object", @@ -25964,16 +25964,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseSignificantLongTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseSignificantLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsSignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsSignificantLongTermsBucket" } }, "required": [ @@ -25982,27 +25982,27 @@ } ] }, - "_types.aggregations:BucketsSignificantLongTermsBucket": { + "_types.aggregations.BucketsSignificantLongTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:SignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantLongTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:SignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantLongTermsBucket" } } ] }, - "_types.aggregations:SignificantLongTermsBucket": { + "_types.aggregations.SignificantLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsBucketBase" }, { "type": "object", @@ -26020,10 +26020,10 @@ } ] }, - "_types.aggregations:SignificantTermsBucketBase": { + "_types.aggregations.SignificantTermsBucketBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -26042,20 +26042,20 @@ } ] }, - "_types.aggregations:SignificantStringTermsAggregate": { + "_types.aggregations.SignificantStringTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregateBaseSignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregateBaseSignificantStringTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:SignificantTermsAggregateBaseSignificantStringTermsBucket": { + "_types.aggregations.SignificantTermsAggregateBaseSignificantStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseSignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseSignificantStringTermsBucket" }, { "type": "object", @@ -26070,16 +26070,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseSignificantStringTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseSignificantStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsSignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsSignificantStringTermsBucket" } }, "required": [ @@ -26088,27 +26088,27 @@ } ] }, - "_types.aggregations:BucketsSignificantStringTermsBucket": { + "_types.aggregations.BucketsSignificantStringTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:SignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantStringTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:SignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantStringTermsBucket" } } ] }, - "_types.aggregations:SignificantStringTermsBucket": { + "_types.aggregations.SignificantStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsBucketBase" }, { "type": "object", @@ -26123,20 +26123,20 @@ } ] }, - "_types.aggregations:UnmappedSignificantTermsAggregate": { + "_types.aggregations.UnmappedSignificantTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregateBaseVoid" }, { "type": "object" } ] }, - "_types.aggregations:SignificantTermsAggregateBaseVoid": { + "_types.aggregations.SignificantTermsAggregateBaseVoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVoid" }, { "type": "object", @@ -26151,37 +26151,37 @@ } ] }, - "_types.aggregations:CompositeAggregate": { + "_types.aggregations.CompositeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseCompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseCompositeBucket" }, { "type": "object", "properties": { "after_key": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregateKey" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregateKey" } } } ] }, - "_types.aggregations:CompositeAggregateKey": { + "_types.aggregations.CompositeAggregateKey": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, - "_types.aggregations:MultiBucketAggregateBaseCompositeBucket": { + "_types.aggregations.MultiBucketAggregateBaseCompositeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsCompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsCompositeBucket" } }, "required": [ @@ -26190,33 +26190,33 @@ } ] }, - "_types.aggregations:BucketsCompositeBucket": { + "_types.aggregations.BucketsCompositeBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:CompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.CompositeBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:CompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.CompositeBucket" } } ] }, - "_types.aggregations:CompositeBucket": { + "_types.aggregations.CompositeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregateKey" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregateKey" } }, "required": [ @@ -26225,26 +26225,26 @@ } ] }, - "_types.aggregations:FrequentItemSetsAggregate": { + "_types.aggregations.FrequentItemSetsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseFrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseFrequentItemSetsBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseFrequentItemSetsBucket": { + "_types.aggregations.MultiBucketAggregateBaseFrequentItemSetsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsFrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsFrequentItemSetsBucket" } }, "required": [ @@ -26253,27 +26253,27 @@ } ] }, - "_types.aggregations:BucketsFrequentItemSetsBucket": { + "_types.aggregations.BucketsFrequentItemSetsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsBucket" } } ] }, - "_types.aggregations:FrequentItemSetsBucket": { + "_types.aggregations.FrequentItemSetsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -26298,26 +26298,26 @@ } ] }, - "_types.aggregations:TimeSeriesAggregate": { + "_types.aggregations.TimeSeriesAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseTimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseTimeSeriesBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseTimeSeriesBucket": { + "_types.aggregations.MultiBucketAggregateBaseTimeSeriesBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsTimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsTimeSeriesBucket" } }, "required": [ @@ -26326,27 +26326,27 @@ } ] }, - "_types.aggregations:BucketsTimeSeriesBucket": { + "_types.aggregations.BucketsTimeSeriesBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesBucket" } } ] }, - "_types.aggregations:TimeSeriesBucket": { + "_types.aggregations.TimeSeriesBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -26354,7 +26354,7 @@ "key": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } } }, @@ -26364,10 +26364,10 @@ } ] }, - "_types.aggregations:ScriptedMetricAggregate": { + "_types.aggregations.ScriptedMetricAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -26382,16 +26382,16 @@ } ] }, - "_types.aggregations:TopHitsAggregate": { + "_types.aggregations.TopHitsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" } }, "required": [ @@ -26400,14 +26400,14 @@ } ] }, - "_global.search._types:HitsMetadata": { + "_global.search._types.HitsMetadata": { "type": "object", "properties": { "total": { "description": "Total hit count information, present only if `track_total_hits` wasn't `false` in the search request.", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:TotalHits" + "$ref": "#/components/schemas/_global.search._types.TotalHits" }, { "type": "number" @@ -26417,7 +26417,7 @@ "hits": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Hit" + "$ref": "#/components/schemas/_global.search._types.Hit" } }, "max_score": { @@ -26436,11 +26436,11 @@ "hits" ] }, - "_global.search._types:TotalHits": { + "_global.search._types.TotalHits": { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_global.search._types:TotalHitsRelation" + "$ref": "#/components/schemas/_global.search._types.TotalHitsRelation" }, "value": { "type": "number" @@ -26451,21 +26451,21 @@ "value" ] }, - "_global.search._types:TotalHitsRelation": { + "_global.search._types.TotalHitsRelation": { "type": "string", "enum": [ "eq", "gte" ] }, - "_global.search._types:Hit": { + "_global.search._types.Hit": { "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_score": { "oneOf": [ @@ -26479,7 +26479,7 @@ ] }, "_explanation": { - "$ref": "#/components/schemas/_global.explain:Explanation" + "$ref": "#/components/schemas/_global.explain.Explanation" }, "fields": { "type": "object", @@ -26499,7 +26499,7 @@ "inner_hits": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.search._types:InnerHitsResult" + "$ref": "#/components/schemas/_global.search._types.InnerHitsResult" } }, "matched_queries": { @@ -26519,7 +26519,7 @@ ] }, "_nested": { - "$ref": "#/components/schemas/_global.search._types:NestedIdentity" + "$ref": "#/components/schemas/_global.search._types.NestedIdentity" }, "_ignored": { "type": "array", @@ -26552,26 +26552,26 @@ "type": "number" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_primary_term": { "type": "number" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "sort": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } }, "required": [ "_index" ] }, - "_types:IndexName": { + "_types.IndexName": { "type": "string" }, - "_global.explain:Explanation": { + "_global.explain.Explanation": { "type": "object", "properties": { "description": { @@ -26580,7 +26580,7 @@ "details": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.explain:ExplanationDetail" + "$ref": "#/components/schemas/_global.explain.ExplanationDetail" } }, "value": { @@ -26593,7 +26593,7 @@ "value" ] }, - "_global.explain:ExplanationDetail": { + "_global.explain.ExplanationDetail": { "type": "object", "properties": { "description": { @@ -26602,7 +26602,7 @@ "details": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.explain:ExplanationDetail" + "$ref": "#/components/schemas/_global.explain.ExplanationDetail" } }, "value": { @@ -26614,28 +26614,28 @@ "value" ] }, - "_global.search._types:InnerHitsResult": { + "_global.search._types.InnerHitsResult": { "type": "object", "properties": { "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" } }, "required": [ "hits" ] }, - "_global.search._types:NestedIdentity": { + "_global.search._types.NestedIdentity": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "offset": { "type": "number" }, "_nested": { - "$ref": "#/components/schemas/_global.search._types:NestedIdentity" + "$ref": "#/components/schemas/_global.search._types.NestedIdentity" } }, "required": [ @@ -26643,43 +26643,43 @@ "offset" ] }, - "_types:Field": { + "_types.Field": { "description": "Path to field or array of paths. Some API's support wildcards in the path to select multiple fields.", "type": "string" }, - "_types:SequenceNumber": { + "_types.SequenceNumber": { "type": "number" }, - "_types:VersionNumber": { + "_types.VersionNumber": { "type": "number" }, - "_types:SortResults": { + "_types.SortResults": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, - "_types.aggregations:InferenceAggregate": { + "_types.aggregations.InferenceAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "feature_importance": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:InferenceFeatureImportance" + "$ref": "#/components/schemas/_types.aggregations.InferenceFeatureImportance" } }, "top_classes": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:InferenceTopClassEntry" + "$ref": "#/components/schemas/_types.aggregations.InferenceTopClassEntry" } }, "warning": { @@ -26689,7 +26689,7 @@ } ] }, - "_types.aggregations:InferenceFeatureImportance": { + "_types.aggregations.InferenceFeatureImportance": { "type": "object", "properties": { "feature_name": { @@ -26701,7 +26701,7 @@ "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:InferenceClassImportance" + "$ref": "#/components/schemas/_types.aggregations.InferenceClassImportance" } } }, @@ -26709,7 +26709,7 @@ "feature_name" ] }, - "_types.aggregations:InferenceClassImportance": { + "_types.aggregations.InferenceClassImportance": { "type": "object", "properties": { "class_name": { @@ -26724,11 +26724,11 @@ "importance" ] }, - "_types.aggregations:InferenceTopClassEntry": { + "_types.aggregations.InferenceTopClassEntry": { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "class_probability": { "type": "number" @@ -26743,10 +26743,10 @@ "class_score" ] }, - "_types.aggregations:StringStatsAggregate": { + "_types.aggregations.StringStatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -26832,10 +26832,10 @@ } ] }, - "_types.aggregations:BoxPlotAggregate": { + "_types.aggregations.BoxPlotAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -26895,10 +26895,10 @@ } ] }, - "_types.aggregations:TopMetricsAggregate": { + "_types.aggregations.TopMetricsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -26906,7 +26906,7 @@ "top": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:TopMetrics" + "$ref": "#/components/schemas/_types.aggregations.TopMetrics" } } }, @@ -26916,7 +26916,7 @@ } ] }, - "_types.aggregations:TopMetrics": { + "_types.aggregations.TopMetrics": { "type": "object", "properties": { "sort": { @@ -26924,7 +26924,7 @@ "items": { "oneOf": [ { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, { "nullable": true, @@ -26938,7 +26938,7 @@ "additionalProperties": { "oneOf": [ { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, { "nullable": true, @@ -26953,10 +26953,10 @@ "metrics" ] }, - "_types.aggregations:TTestAggregate": { + "_types.aggregations.TTestAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -26982,10 +26982,10 @@ } ] }, - "_types.aggregations:RateAggregate": { + "_types.aggregations.RateAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -27003,10 +27003,10 @@ } ] }, - "_types.aggregations:CumulativeCardinalityAggregate": { + "_types.aggregations.CumulativeCardinalityAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -27024,10 +27024,10 @@ } ] }, - "_types.aggregations:MatrixStatsAggregate": { + "_types.aggregations.MatrixStatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -27038,7 +27038,7 @@ "fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:MatrixStatsFields" + "$ref": "#/components/schemas/_types.aggregations.MatrixStatsFields" } } }, @@ -27048,11 +27048,11 @@ } ] }, - "_types.aggregations:MatrixStatsFields": { + "_types.aggregations.MatrixStatsFields": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "count": { "type": "number" @@ -27093,10 +27093,10 @@ "correlation" ] }, - "_types.aggregations:GeoLineAggregate": { + "_types.aggregations.GeoLineAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -27105,7 +27105,7 @@ "type": "string" }, "geometry": { - "$ref": "#/components/schemas/_types:GeoLine" + "$ref": "#/components/schemas/_types.GeoLine" }, "properties": { "type": "object" @@ -27119,7 +27119,7 @@ } ] }, - "_types:GeoLine": { + "_types.GeoLine": { "type": "object", "properties": { "type": { @@ -27142,7 +27142,7 @@ "coordinates" ] }, - "_types:ClusterStatistics": { + "_types.ClusterStatistics": { "type": "object", "properties": { "skipped": { @@ -27166,7 +27166,7 @@ "details": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ClusterDetails" + "$ref": "#/components/schemas/_types.ClusterDetails" } } }, @@ -27179,28 +27179,28 @@ "failed" ] }, - "_types:ClusterDetails": { + "_types.ClusterDetails": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/_types:ClusterSearchStatus" + "$ref": "#/components/schemas/_types.ClusterSearchStatus" }, "indices": { "type": "string" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "timed_out": { "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } } }, @@ -27210,7 +27210,7 @@ "timed_out" ] }, - "_types:ClusterSearchStatus": { + "_types.ClusterSearchStatus": { "type": "string", "enum": [ "running", @@ -27220,33 +27220,33 @@ "failed" ] }, - "_types:DurationValueUnitMillis": { + "_types.DurationValueUnitMillis": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitMillis" + "$ref": "#/components/schemas/_types.UnitMillis" } ] }, - "_types:ShardStatistics": { + "_types.ShardStatistics": { "type": "object", "properties": { "failed": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "successful": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "total": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } }, "skipped": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -27255,20 +27255,20 @@ "total" ] }, - "_types:uint": { + "_types.uint": { "type": "number" }, - "_types:ShardFailure": { + "_types.ShardFailure": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node": { "type": "string" }, "reason": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "shard": { "type": "number" @@ -27282,7 +27282,7 @@ "shard" ] }, - "_types:ErrorCause": { + "_types.ErrorCause": { "type": "object", "properties": { "type": { @@ -27298,18 +27298,18 @@ "type": "string" }, "caused_by": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "root_cause": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "suppressed": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, @@ -27317,13 +27317,13 @@ "type" ] }, - "_global.search._types:Profile": { + "_global.search._types.Profile": { "type": "object", "properties": { "shards": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:ShardProfile" + "$ref": "#/components/schemas/_global.search._types.ShardProfile" } } }, @@ -27331,37 +27331,37 @@ "shards" ] }, - "_global.search._types:ShardProfile": { + "_global.search._types.ShardProfile": { "type": "object", "properties": { "aggregations": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfile" + "$ref": "#/components/schemas/_global.search._types.AggregationProfile" } }, "cluster": { "type": "string" }, "dfs": { - "$ref": "#/components/schemas/_global.search._types:DfsProfile" + "$ref": "#/components/schemas/_global.search._types.DfsProfile" }, "fetch": { - "$ref": "#/components/schemas/_global.search._types:FetchProfile" + "$ref": "#/components/schemas/_global.search._types.FetchProfile" }, "id": { "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "searches": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:SearchProfile" + "$ref": "#/components/schemas/_global.search._types.SearchProfile" } }, "shard_id": { @@ -27378,28 +27378,28 @@ "shard_id" ] }, - "_global.search._types:AggregationProfile": { + "_global.search._types.AggregationProfile": { "type": "object", "properties": { "breakdown": { - "$ref": "#/components/schemas/_global.search._types:AggregationBreakdown" + "$ref": "#/components/schemas/_global.search._types.AggregationBreakdown" }, "description": { "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "type": { "type": "string" }, "debug": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfileDebug" + "$ref": "#/components/schemas/_global.search._types.AggregationProfileDebug" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfile" + "$ref": "#/components/schemas/_global.search._types.AggregationProfile" } } }, @@ -27410,7 +27410,7 @@ "type" ] }, - "_global.search._types:AggregationBreakdown": { + "_global.search._types.AggregationBreakdown": { "type": "object", "properties": { "build_aggregation": { @@ -27463,18 +27463,18 @@ "reduce_count" ] }, - "_types:DurationValueUnitNanos": { + "_types.DurationValueUnitNanos": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitNanos" + "$ref": "#/components/schemas/_types.UnitNanos" } ] }, - "_types:UnitNanos": { + "_types.UnitNanos": { "description": "Time unit for nanoseconds", "type": "number" }, - "_global.search._types:AggregationProfileDebug": { + "_global.search._types.AggregationProfileDebug": { "type": "object", "properties": { "segments_with_multi_valued_ords": { @@ -27502,7 +27502,7 @@ "type": "string" }, "delegate_debug": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfileDebug" + "$ref": "#/components/schemas/_global.search._types.AggregationProfileDebug" }, "chars_fetched": { "type": "number" @@ -27555,7 +27555,7 @@ "filters": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfileDelegateDebugFilter" + "$ref": "#/components/schemas/_global.search._types.AggregationProfileDelegateDebugFilter" } }, "segments_counted": { @@ -27581,7 +27581,7 @@ } } }, - "_global.search._types:AggregationProfileDelegateDebugFilter": { + "_global.search._types.AggregationProfileDelegateDebugFilter": { "type": "object", "properties": { "results_from_metadata": { @@ -27598,21 +27598,21 @@ } } }, - "_global.search._types:DfsProfile": { + "_global.search._types.DfsProfile": { "type": "object", "properties": { "statistics": { - "$ref": "#/components/schemas/_global.search._types:DfsStatisticsProfile" + "$ref": "#/components/schemas/_global.search._types.DfsStatisticsProfile" }, "knn": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:DfsKnnProfile" + "$ref": "#/components/schemas/_global.search._types.DfsKnnProfile" } } } }, - "_global.search._types:DfsStatisticsProfile": { + "_global.search._types.DfsStatisticsProfile": { "type": "object", "properties": { "type": { @@ -27622,13 +27622,13 @@ "type": "string" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "breakdown": { - "$ref": "#/components/schemas/_global.search._types:DfsStatisticsBreakdown" + "$ref": "#/components/schemas/_global.search._types.DfsStatisticsBreakdown" }, "debug": { "type": "object", @@ -27639,7 +27639,7 @@ "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:DfsStatisticsProfile" + "$ref": "#/components/schemas/_global.search._types.DfsStatisticsProfile" } } }, @@ -27650,7 +27650,7 @@ "breakdown" ] }, - "_global.search._types:DfsStatisticsBreakdown": { + "_global.search._types.DfsStatisticsBreakdown": { "type": "object", "properties": { "collection_statistics": { @@ -27689,7 +27689,7 @@ "term_statistics_count" ] }, - "_global.search._types:DfsKnnProfile": { + "_global.search._types.DfsKnnProfile": { "type": "object", "properties": { "vector_operations_count": { @@ -27698,7 +27698,7 @@ "query": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnQueryProfileResult" + "$ref": "#/components/schemas/_global.search._types.KnnQueryProfileResult" } }, "rewrite_time": { @@ -27707,7 +27707,7 @@ "collector": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnCollectorResult" + "$ref": "#/components/schemas/_global.search._types.KnnCollectorResult" } } }, @@ -27717,7 +27717,7 @@ "collector" ] }, - "_global.search._types:KnnQueryProfileResult": { + "_global.search._types.KnnQueryProfileResult": { "type": "object", "properties": { "type": { @@ -27727,13 +27727,13 @@ "type": "string" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "breakdown": { - "$ref": "#/components/schemas/_global.search._types:KnnQueryProfileBreakdown" + "$ref": "#/components/schemas/_global.search._types.KnnQueryProfileBreakdown" }, "debug": { "type": "object", @@ -27744,7 +27744,7 @@ "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnQueryProfileResult" + "$ref": "#/components/schemas/_global.search._types.KnnQueryProfileResult" } } }, @@ -27755,7 +27755,7 @@ "breakdown" ] }, - "_global.search._types:KnnQueryProfileBreakdown": { + "_global.search._types.KnnQueryProfileBreakdown": { "type": "object", "properties": { "advance": { @@ -27842,7 +27842,7 @@ "shallow_advance_count" ] }, - "_global.search._types:KnnCollectorResult": { + "_global.search._types.KnnCollectorResult": { "type": "object", "properties": { "name": { @@ -27852,15 +27852,15 @@ "type": "string" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnCollectorResult" + "$ref": "#/components/schemas/_global.search._types.KnnCollectorResult" } } }, @@ -27870,7 +27870,7 @@ "time_in_nanos" ] }, - "_global.search._types:FetchProfile": { + "_global.search._types.FetchProfile": { "type": "object", "properties": { "type": { @@ -27880,18 +27880,18 @@ "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "breakdown": { - "$ref": "#/components/schemas/_global.search._types:FetchProfileBreakdown" + "$ref": "#/components/schemas/_global.search._types.FetchProfileBreakdown" }, "debug": { - "$ref": "#/components/schemas/_global.search._types:FetchProfileDebug" + "$ref": "#/components/schemas/_global.search._types.FetchProfileDebug" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:FetchProfile" + "$ref": "#/components/schemas/_global.search._types.FetchProfile" } } }, @@ -27902,7 +27902,7 @@ "breakdown" ] }, - "_global.search._types:FetchProfileBreakdown": { + "_global.search._types.FetchProfileBreakdown": { "type": "object", "properties": { "load_source": { @@ -27931,7 +27931,7 @@ } } }, - "_global.search._types:FetchProfileDebug": { + "_global.search._types.FetchProfileDebug": { "type": "object", "properties": { "stored_fields": { @@ -27945,22 +27945,22 @@ } } }, - "_types:NodeId": { + "_types.NodeId": { "type": "string" }, - "_global.search._types:SearchProfile": { + "_global.search._types.SearchProfile": { "type": "object", "properties": { "collector": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Collector" + "$ref": "#/components/schemas/_global.search._types.Collector" } }, "query": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:QueryProfile" + "$ref": "#/components/schemas/_global.search._types.QueryProfile" } }, "rewrite_time": { @@ -27973,7 +27973,7 @@ "rewrite_time" ] }, - "_global.search._types:Collector": { + "_global.search._types.Collector": { "type": "object", "properties": { "name": { @@ -27983,12 +27983,12 @@ "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Collector" + "$ref": "#/components/schemas/_global.search._types.Collector" } } }, @@ -27998,17 +27998,17 @@ "time_in_nanos" ] }, - "_global.search._types:QueryProfile": { + "_global.search._types.QueryProfile": { "type": "object", "properties": { "breakdown": { - "$ref": "#/components/schemas/_global.search._types:QueryBreakdown" + "$ref": "#/components/schemas/_global.search._types.QueryBreakdown" }, "description": { "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "type": { "type": "string" @@ -28016,7 +28016,7 @@ "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:QueryProfile" + "$ref": "#/components/schemas/_global.search._types.QueryProfile" } } }, @@ -28027,7 +28027,7 @@ "type" ] }, - "_global.search._types:QueryBreakdown": { + "_global.search._types.QueryBreakdown": { "type": "object", "properties": { "advance": { @@ -28114,26 +28114,26 @@ "set_min_competitive_score_count" ] }, - "_types:ScrollId": { + "_types.ScrollId": { "type": "string" }, - "_global.search._types:Suggest": { + "_global.search._types.Suggest": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:CompletionSuggest" + "$ref": "#/components/schemas/_global.search._types.CompletionSuggest" }, { - "$ref": "#/components/schemas/_global.search._types:PhraseSuggest" + "$ref": "#/components/schemas/_global.search._types.PhraseSuggest" }, { - "$ref": "#/components/schemas/_global.search._types:TermSuggest" + "$ref": "#/components/schemas/_global.search._types.TermSuggest" } ] }, - "_global.search._types:CompletionSuggest": { + "_global.search._types.CompletionSuggest": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:SuggestBase" + "$ref": "#/components/schemas/_global.search._types.SuggestBase" }, { "type": "object", @@ -28141,12 +28141,12 @@ "options": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:CompletionSuggestOption" + "$ref": "#/components/schemas/_global.search._types.CompletionSuggestOption" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:CompletionSuggestOption" + "$ref": "#/components/schemas/_global.search._types.CompletionSuggestOption" } } ] @@ -28158,7 +28158,7 @@ } ] }, - "_global.search._types:CompletionSuggestOption": { + "_global.search._types.CompletionSuggestOption": { "type": "object", "properties": { "collate_match": { @@ -28169,7 +28169,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Context" + "$ref": "#/components/schemas/_global.search._types.Context" } } }, @@ -28183,10 +28183,10 @@ "type": "string" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_score": { "type": "number" @@ -28205,21 +28205,21 @@ "text" ] }, - "_global.search._types:Context": { + "_global.search._types.Context": { "description": "Text or location that we want similar documents for or a lookup to a document's field for the text.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } ] }, - "_types:Routing": { + "_types.Routing": { "type": "string" }, - "_global.search._types:SuggestBase": { + "_global.search._types.SuggestBase": { "type": "object", "properties": { "length": { @@ -28238,10 +28238,10 @@ "text" ] }, - "_global.search._types:PhraseSuggest": { + "_global.search._types.PhraseSuggest": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:SuggestBase" + "$ref": "#/components/schemas/_global.search._types.SuggestBase" }, { "type": "object", @@ -28249,12 +28249,12 @@ "options": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:PhraseSuggestOption" + "$ref": "#/components/schemas/_global.search._types.PhraseSuggestOption" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:PhraseSuggestOption" + "$ref": "#/components/schemas/_global.search._types.PhraseSuggestOption" } } ] @@ -28266,7 +28266,7 @@ } ] }, - "_global.search._types:PhraseSuggestOption": { + "_global.search._types.PhraseSuggestOption": { "type": "object", "properties": { "text": { @@ -28287,10 +28287,10 @@ "score" ] }, - "_global.search._types:TermSuggest": { + "_global.search._types.TermSuggest": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:SuggestBase" + "$ref": "#/components/schemas/_global.search._types.SuggestBase" }, { "type": "object", @@ -28298,12 +28298,12 @@ "options": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:TermSuggestOption" + "$ref": "#/components/schemas/_global.search._types.TermSuggestOption" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:TermSuggestOption" + "$ref": "#/components/schemas/_global.search._types.TermSuggestOption" } } ] @@ -28315,7 +28315,7 @@ } ] }, - "_global.search._types:TermSuggestOption": { + "_global.search._types.TermSuggestOption": { "type": "object", "properties": { "text": { @@ -28340,11 +28340,11 @@ "freq" ] }, - "async_search._types:AsyncSearchResponseBase": { + "async_search._types.AsyncSearchResponseBase": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_partial": { "description": "When the query is no longer running, this property indicates whether the search failed or was successfully completed on all shards.\nWhile the query is running, `is_partial` is always set to `true`.", @@ -28355,22 +28355,22 @@ "type": "boolean" }, "expiration_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "expiration_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "completion_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "completion_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -28380,30 +28380,30 @@ "start_time_in_millis" ] }, - "_types:DateTime": { + "_types.DateTime": { "description": "A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a\nnumber of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string\nrepresentation.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } ] }, - "async_search.status:StatusResponseBase": { + "async_search.status.StatusResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/async_search._types:AsyncSearchResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchResponseBase" }, { "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "completion_status": { "description": "If the async search completed, this field shows the status code of the search.\nFor example, `200` indicates that the async search was successfully completed.\n`503` indicates that the async search was completed with an error.", @@ -28416,20 +28416,20 @@ } ] }, - "_types:Indices": { + "_types.Indices": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] }, - "_types.query_dsl:Operator": { + "_types.query_dsl.Operator": { "type": "string", "enum": [ "and", @@ -28438,33 +28438,33 @@ "OR" ] }, - "_types:Fields": { + "_types.Fields": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } ] }, - "_types:ExpandWildcards": { + "_types.ExpandWildcards": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ExpandWildcard" + "$ref": "#/components/schemas/_types.ExpandWildcard" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ExpandWildcard" + "$ref": "#/components/schemas/_types.ExpandWildcard" } } ] }, - "_types:ExpandWildcard": { + "_types.ExpandWildcard": { "type": "string", "enum": [ "all", @@ -28474,14 +28474,14 @@ "none" ] }, - "_types:SearchType": { + "_types.SearchType": { "type": "string", "enum": [ "query_then_fetch", "dfs_query_then_fetch" ] }, - "_types:SuggestMode": { + "_types.SuggestMode": { "type": "string", "enum": [ "missing", @@ -28489,7 +28489,7 @@ "always" ] }, - "_global.search._types:TrackHits": { + "_global.search._types.TrackHits": { "description": "Number of hits matching the query to count accurately. If true, the exact\nnumber of hits is returned at the cost of some performance. If false, the\nresponse does not include the total number of hits matching the query.\nDefaults to 10,000 hits.", "oneOf": [ { @@ -28500,18 +28500,18 @@ } ] }, - "_global.search._types:SourceConfigParam": { + "_global.search._types.SourceConfigParam": { "description": "Defines how to fetch a source. Fetching can be disabled entirely, or the source can be filtered.\nUsed as a query parameter along with the `_source_includes` and `_source_excludes` parameters.", "oneOf": [ { "type": "boolean" }, { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } ] }, - "_types.aggregations:AggregationContainer": { + "_types.aggregations.AggregationContainer": { "allOf": [ { "type": "object", @@ -28520,11 +28520,11 @@ "description": "Sub-aggregations for this aggregation.\nOnly applies to bucket aggregations.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, @@ -28532,235 +28532,235 @@ "type": "object", "properties": { "adjacency_matrix": { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixAggregation" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixAggregation" }, "auto_date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:AutoDateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.AutoDateHistogramAggregation" }, "avg": { - "$ref": "#/components/schemas/_types.aggregations:AverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.AverageAggregation" }, "avg_bucket": { - "$ref": "#/components/schemas/_types.aggregations:AverageBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.AverageBucketAggregation" }, "boxplot": { - "$ref": "#/components/schemas/_types.aggregations:BoxplotAggregation" + "$ref": "#/components/schemas/_types.aggregations.BoxplotAggregation" }, "bucket_script": { - "$ref": "#/components/schemas/_types.aggregations:BucketScriptAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketScriptAggregation" }, "bucket_selector": { - "$ref": "#/components/schemas/_types.aggregations:BucketSelectorAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketSelectorAggregation" }, "bucket_sort": { - "$ref": "#/components/schemas/_types.aggregations:BucketSortAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketSortAggregation" }, "bucket_count_ks_test": { - "$ref": "#/components/schemas/_types.aggregations:BucketKsAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketKsAggregation" }, "bucket_correlation": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationAggregation" }, "cardinality": { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregation" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregation" }, "categorize_text": { - "$ref": "#/components/schemas/_types.aggregations:CategorizeTextAggregation" + "$ref": "#/components/schemas/_types.aggregations.CategorizeTextAggregation" }, "children": { - "$ref": "#/components/schemas/_types.aggregations:ChildrenAggregation" + "$ref": "#/components/schemas/_types.aggregations.ChildrenAggregation" }, "composite": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregation" }, "cumulative_cardinality": { - "$ref": "#/components/schemas/_types.aggregations:CumulativeCardinalityAggregation" + "$ref": "#/components/schemas/_types.aggregations.CumulativeCardinalityAggregation" }, "cumulative_sum": { - "$ref": "#/components/schemas/_types.aggregations:CumulativeSumAggregation" + "$ref": "#/components/schemas/_types.aggregations.CumulativeSumAggregation" }, "date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramAggregation" }, "date_range": { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregation" }, "derivative": { - "$ref": "#/components/schemas/_types.aggregations:DerivativeAggregation" + "$ref": "#/components/schemas/_types.aggregations.DerivativeAggregation" }, "diversified_sampler": { - "$ref": "#/components/schemas/_types.aggregations:DiversifiedSamplerAggregation" + "$ref": "#/components/schemas/_types.aggregations.DiversifiedSamplerAggregation" }, "extended_stats": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsAggregation" }, "extended_stats_bucket": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsBucketAggregation" }, "frequent_item_sets": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsAggregation" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsAggregation" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "filters": { - "$ref": "#/components/schemas/_types.aggregations:FiltersAggregation" + "$ref": "#/components/schemas/_types.aggregations.FiltersAggregation" }, "geo_bounds": { - "$ref": "#/components/schemas/_types.aggregations:GeoBoundsAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoBoundsAggregation" }, "geo_centroid": { - "$ref": "#/components/schemas/_types.aggregations:GeoCentroidAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoCentroidAggregation" }, "geo_distance": { - "$ref": "#/components/schemas/_types.aggregations:GeoDistanceAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoDistanceAggregation" }, "geohash_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridAggregation" }, "geo_line": { - "$ref": "#/components/schemas/_types.aggregations:GeoLineAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoLineAggregation" }, "geotile_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridAggregation" }, "geohex_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeohexGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeohexGridAggregation" }, "global": { - "$ref": "#/components/schemas/_types.aggregations:GlobalAggregation" + "$ref": "#/components/schemas/_types.aggregations.GlobalAggregation" }, "histogram": { - "$ref": "#/components/schemas/_types.aggregations:HistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.HistogramAggregation" }, "ip_range": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.IpRangeAggregation" }, "ip_prefix": { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixAggregation" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixAggregation" }, "inference": { - "$ref": "#/components/schemas/_types.aggregations:InferenceAggregation" + "$ref": "#/components/schemas/_types.aggregations.InferenceAggregation" }, "line": { - "$ref": "#/components/schemas/_types.aggregations:GeoLineAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoLineAggregation" }, "matrix_stats": { - "$ref": "#/components/schemas/_types.aggregations:MatrixStatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.MatrixStatsAggregation" }, "max": { - "$ref": "#/components/schemas/_types.aggregations:MaxAggregation" + "$ref": "#/components/schemas/_types.aggregations.MaxAggregation" }, "max_bucket": { - "$ref": "#/components/schemas/_types.aggregations:MaxBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.MaxBucketAggregation" }, "median_absolute_deviation": { - "$ref": "#/components/schemas/_types.aggregations:MedianAbsoluteDeviationAggregation" + "$ref": "#/components/schemas/_types.aggregations.MedianAbsoluteDeviationAggregation" }, "min": { - "$ref": "#/components/schemas/_types.aggregations:MinAggregation" + "$ref": "#/components/schemas/_types.aggregations.MinAggregation" }, "min_bucket": { - "$ref": "#/components/schemas/_types.aggregations:MinBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.MinBucketAggregation" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregation" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregation" }, "moving_avg": { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregation" }, "moving_percentiles": { - "$ref": "#/components/schemas/_types.aggregations:MovingPercentilesAggregation" + "$ref": "#/components/schemas/_types.aggregations.MovingPercentilesAggregation" }, "moving_fn": { - "$ref": "#/components/schemas/_types.aggregations:MovingFunctionAggregation" + "$ref": "#/components/schemas/_types.aggregations.MovingFunctionAggregation" }, "multi_terms": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsAggregation" }, "nested": { - "$ref": "#/components/schemas/_types.aggregations:NestedAggregation" + "$ref": "#/components/schemas/_types.aggregations.NestedAggregation" }, "normalize": { - "$ref": "#/components/schemas/_types.aggregations:NormalizeAggregation" + "$ref": "#/components/schemas/_types.aggregations.NormalizeAggregation" }, "parent": { - "$ref": "#/components/schemas/_types.aggregations:ParentAggregation" + "$ref": "#/components/schemas/_types.aggregations.ParentAggregation" }, "percentile_ranks": { - "$ref": "#/components/schemas/_types.aggregations:PercentileRanksAggregation" + "$ref": "#/components/schemas/_types.aggregations.PercentileRanksAggregation" }, "percentiles": { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregation" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregation" }, "percentiles_bucket": { - "$ref": "#/components/schemas/_types.aggregations:PercentilesBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.PercentilesBucketAggregation" }, "range": { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregation" }, "rare_terms": { - "$ref": "#/components/schemas/_types.aggregations:RareTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.RareTermsAggregation" }, "rate": { - "$ref": "#/components/schemas/_types.aggregations:RateAggregation" + "$ref": "#/components/schemas/_types.aggregations.RateAggregation" }, "reverse_nested": { - "$ref": "#/components/schemas/_types.aggregations:ReverseNestedAggregation" + "$ref": "#/components/schemas/_types.aggregations.ReverseNestedAggregation" }, "sampler": { - "$ref": "#/components/schemas/_types.aggregations:SamplerAggregation" + "$ref": "#/components/schemas/_types.aggregations.SamplerAggregation" }, "scripted_metric": { - "$ref": "#/components/schemas/_types.aggregations:ScriptedMetricAggregation" + "$ref": "#/components/schemas/_types.aggregations.ScriptedMetricAggregation" }, "serial_diff": { - "$ref": "#/components/schemas/_types.aggregations:SerialDifferencingAggregation" + "$ref": "#/components/schemas/_types.aggregations.SerialDifferencingAggregation" }, "significant_terms": { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregation" }, "significant_text": { - "$ref": "#/components/schemas/_types.aggregations:SignificantTextAggregation" + "$ref": "#/components/schemas/_types.aggregations.SignificantTextAggregation" }, "stats": { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregation" }, "stats_bucket": { - "$ref": "#/components/schemas/_types.aggregations:StatsBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.StatsBucketAggregation" }, "string_stats": { - "$ref": "#/components/schemas/_types.aggregations:StringStatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.StringStatsAggregation" }, "sum": { - "$ref": "#/components/schemas/_types.aggregations:SumAggregation" + "$ref": "#/components/schemas/_types.aggregations.SumAggregation" }, "sum_bucket": { - "$ref": "#/components/schemas/_types.aggregations:SumBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.SumBucketAggregation" }, "terms": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregation" }, "time_series": { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesAggregation" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesAggregation" }, "top_hits": { - "$ref": "#/components/schemas/_types.aggregations:TopHitsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TopHitsAggregation" }, "t_test": { - "$ref": "#/components/schemas/_types.aggregations:TTestAggregation" + "$ref": "#/components/schemas/_types.aggregations.TTestAggregation" }, "top_metrics": { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsAggregation" }, "value_count": { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregation" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregation" }, "weighted_avg": { - "$ref": "#/components/schemas/_types.aggregations:WeightedAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.WeightedAverageAggregation" }, "variable_width_histogram": { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramAggregation" } }, "minProperties": 1, @@ -28768,10 +28768,10 @@ } ] }, - "_types.aggregations:AdjacencyMatrixAggregation": { + "_types.aggregations.AdjacencyMatrixAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -28780,7 +28780,7 @@ "description": "Filters used to create buckets.\nAt least one filter is required.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "separator": { @@ -28791,7 +28791,7 @@ } ] }, - "_types.query_dsl:QueryContainer": { + "_types.query_dsl.QueryContainer": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html" }, @@ -28799,37 +28799,37 @@ "type": "object", "properties": { "bool": { - "$ref": "#/components/schemas/_types.query_dsl:BoolQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoolQuery" }, "boosting": { - "$ref": "#/components/schemas/_types.query_dsl:BoostingQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoostingQuery" }, "common": { "deprecated": true, "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:CommonTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.CommonTermsQuery" }, "minProperties": 1, "maxProperties": 1 }, "combined_fields": { - "$ref": "#/components/schemas/_types.query_dsl:CombinedFieldsQuery" + "$ref": "#/components/schemas/_types.query_dsl.CombinedFieldsQuery" }, "constant_score": { - "$ref": "#/components/schemas/_types.query_dsl:ConstantScoreQuery" + "$ref": "#/components/schemas/_types.query_dsl.ConstantScoreQuery" }, "dis_max": { - "$ref": "#/components/schemas/_types.query_dsl:DisMaxQuery" + "$ref": "#/components/schemas/_types.query_dsl.DisMaxQuery" }, "distance_feature": { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQuery" }, "exists": { - "$ref": "#/components/schemas/_types.query_dsl:ExistsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ExistsQuery" }, "function_score": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionScoreQuery" + "$ref": "#/components/schemas/_types.query_dsl.FunctionScoreQuery" }, "fuzzy": { "externalDocs": { @@ -28838,40 +28838,40 @@ "description": "Returns documents that contain terms similar to the search term, as measured by a Levenshtein edit distance.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:FuzzyQuery" + "$ref": "#/components/schemas/_types.query_dsl.FuzzyQuery" }, "minProperties": 1, "maxProperties": 1 }, "geo_bounding_box": { - "$ref": "#/components/schemas/_types.query_dsl:GeoBoundingBoxQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoBoundingBoxQuery" }, "geo_distance": { - "$ref": "#/components/schemas/_types.query_dsl:GeoDistanceQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoDistanceQuery" }, "geo_grid": { "description": "Matches `geo_point` and `geo_shape` values that intersect a grid cell from a GeoGrid aggregation.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:GeoGridQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoGridQuery" }, "minProperties": 1, "maxProperties": 1 }, "geo_polygon": { - "$ref": "#/components/schemas/_types.query_dsl:GeoPolygonQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoPolygonQuery" }, "geo_shape": { - "$ref": "#/components/schemas/_types.query_dsl:GeoShapeQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoShapeQuery" }, "has_child": { - "$ref": "#/components/schemas/_types.query_dsl:HasChildQuery" + "$ref": "#/components/schemas/_types.query_dsl.HasChildQuery" }, "has_parent": { - "$ref": "#/components/schemas/_types.query_dsl:HasParentQuery" + "$ref": "#/components/schemas/_types.query_dsl.HasParentQuery" }, "ids": { - "$ref": "#/components/schemas/_types.query_dsl:IdsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IdsQuery" }, "intervals": { "externalDocs": { @@ -28880,13 +28880,13 @@ "description": "Returns documents based on the order and proximity of matching terms.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsQuery" }, "minProperties": 1, "maxProperties": 1 }, "knn": { - "$ref": "#/components/schemas/_types:KnnQuery" + "$ref": "#/components/schemas/_types.KnnQuery" }, "match": { "externalDocs": { @@ -28895,13 +28895,13 @@ "description": "Returns documents that match a provided text, number, date or boolean value.\nThe provided text is analyzed before matching.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_all": { - "$ref": "#/components/schemas/_types.query_dsl:MatchAllQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchAllQuery" }, "match_bool_prefix": { "externalDocs": { @@ -28910,13 +28910,13 @@ "description": "Analyzes its input and constructs a `bool` query from the terms.\nEach term except the last is used in a `term` query.\nThe last term is used in a prefix query.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchBoolPrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchBoolPrefixQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_none": { - "$ref": "#/components/schemas/_types.query_dsl:MatchNoneQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchNoneQuery" }, "match_phrase": { "externalDocs": { @@ -28925,7 +28925,7 @@ "description": "Analyzes the text and creates a phrase query out of the analyzed text.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchPhraseQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchPhraseQuery" }, "minProperties": 1, "maxProperties": 1 @@ -28937,28 +28937,28 @@ "description": "Returns documents that contain the words of a provided text, in the same order as provided.\nThe last term of the provided text is treated as a prefix, matching any words that begin with that term.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchPhrasePrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchPhrasePrefixQuery" }, "minProperties": 1, "maxProperties": 1 }, "more_like_this": { - "$ref": "#/components/schemas/_types.query_dsl:MoreLikeThisQuery" + "$ref": "#/components/schemas/_types.query_dsl.MoreLikeThisQuery" }, "multi_match": { - "$ref": "#/components/schemas/_types.query_dsl:MultiMatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MultiMatchQuery" }, "nested": { - "$ref": "#/components/schemas/_types.query_dsl:NestedQuery" + "$ref": "#/components/schemas/_types.query_dsl.NestedQuery" }, "parent_id": { - "$ref": "#/components/schemas/_types.query_dsl:ParentIdQuery" + "$ref": "#/components/schemas/_types.query_dsl.ParentIdQuery" }, "percolate": { - "$ref": "#/components/schemas/_types.query_dsl:PercolateQuery" + "$ref": "#/components/schemas/_types.query_dsl.PercolateQuery" }, "pinned": { - "$ref": "#/components/schemas/_types.query_dsl:PinnedQuery" + "$ref": "#/components/schemas/_types.query_dsl.PinnedQuery" }, "prefix": { "externalDocs": { @@ -28967,13 +28967,13 @@ "description": "Returns documents that contain a specific prefix in a provided field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:PrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.PrefixQuery" }, "minProperties": 1, "maxProperties": 1 }, "query_string": { - "$ref": "#/components/schemas/_types.query_dsl:QueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.QueryStringQuery" }, "range": { "externalDocs": { @@ -28982,13 +28982,13 @@ "description": "Returns documents that contain terms within a provided range.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.RangeQuery" }, "minProperties": 1, "maxProperties": 1 }, "rank_feature": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureQuery" }, "regexp": { "externalDocs": { @@ -28997,49 +28997,49 @@ "description": "Returns documents that contain terms matching a regular expression.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RegexpQuery" + "$ref": "#/components/schemas/_types.query_dsl.RegexpQuery" }, "minProperties": 1, "maxProperties": 1 }, "rule": { - "$ref": "#/components/schemas/_types.query_dsl:RuleQuery" + "$ref": "#/components/schemas/_types.query_dsl.RuleQuery" }, "script": { - "$ref": "#/components/schemas/_types.query_dsl:ScriptQuery" + "$ref": "#/components/schemas/_types.query_dsl.ScriptQuery" }, "script_score": { - "$ref": "#/components/schemas/_types.query_dsl:ScriptScoreQuery" + "$ref": "#/components/schemas/_types.query_dsl.ScriptScoreQuery" }, "semantic": { - "$ref": "#/components/schemas/_types.query_dsl:SemanticQuery" + "$ref": "#/components/schemas/_types.query_dsl.SemanticQuery" }, "shape": { - "$ref": "#/components/schemas/_types.query_dsl:ShapeQuery" + "$ref": "#/components/schemas/_types.query_dsl.ShapeQuery" }, "simple_query_string": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringQuery" }, "span_containing": { - "$ref": "#/components/schemas/_types.query_dsl:SpanContainingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanContainingQuery" }, "span_field_masking": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFieldMaskingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFieldMaskingQuery" }, "span_first": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFirstQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFirstQuery" }, "span_multi": { - "$ref": "#/components/schemas/_types.query_dsl:SpanMultiTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanMultiTermQuery" }, "span_near": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNearQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNearQuery" }, "span_not": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNotQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNotQuery" }, "span_or": { - "$ref": "#/components/schemas/_types.query_dsl:SpanOrQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanOrQuery" }, "span_term": { "externalDocs": { @@ -29048,16 +29048,16 @@ "description": "Matches spans containing a term.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:SpanTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanTermQuery" }, "minProperties": 1, "maxProperties": 1 }, "span_within": { - "$ref": "#/components/schemas/_types.query_dsl:SpanWithinQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanWithinQuery" }, "sparse_vector": { - "$ref": "#/components/schemas/_types.query_dsl:SparseVectorQuery" + "$ref": "#/components/schemas/_types.query_dsl.SparseVectorQuery" }, "term": { "externalDocs": { @@ -29066,13 +29066,13 @@ "description": "Returns documents that contain an exact term in a provided field.\nTo return a document, the query term must exactly match the queried field's value, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermQuery" }, "minProperties": 1, "maxProperties": 1 }, "terms": { - "$ref": "#/components/schemas/_types.query_dsl:TermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsQuery" }, "terms_set": { "externalDocs": { @@ -29081,7 +29081,7 @@ "description": "Returns documents that contain a minimum number of exact terms in a provided field.\nTo return a document, a required number of terms must exactly match the field values, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermsSetQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsSetQuery" }, "minProperties": 1, "maxProperties": 1 @@ -29094,7 +29094,7 @@ "description": "Uses a natural language processing model to convert the query text into a list of token-weight pairs which are then used in a query against a sparse vector or rank features field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TextExpansionQuery" + "$ref": "#/components/schemas/_types.query_dsl.TextExpansionQuery" }, "minProperties": 1, "maxProperties": 1 @@ -29107,7 +29107,7 @@ "description": "Supports returning text_expansion query results by sending in precomputed tokens with the query.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WeightedTokensQuery" + "$ref": "#/components/schemas/_types.query_dsl.WeightedTokensQuery" }, "minProperties": 1, "maxProperties": 1 @@ -29119,25 +29119,25 @@ "description": "Returns documents that contain terms matching a wildcard pattern.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WildcardQuery" + "$ref": "#/components/schemas/_types.query_dsl.WildcardQuery" }, "minProperties": 1, "maxProperties": 1 }, "wrapper": { - "$ref": "#/components/schemas/_types.query_dsl:WrapperQuery" + "$ref": "#/components/schemas/_types.query_dsl.WrapperQuery" }, "type": { - "$ref": "#/components/schemas/_types.query_dsl:TypeQuery" + "$ref": "#/components/schemas/_types.query_dsl.TypeQuery" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:BoolQuery": { + "_types.query_dsl.BoolQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -29146,29 +29146,29 @@ "description": "The clause (query) must appear in matching documents.\nHowever, unlike `must`, the score of the query will be ignored.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "must": { "description": "The clause (query) must appear in matching documents and will contribute to the score.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -29177,12 +29177,12 @@ "description": "The clause (query) must not appear in the matching documents.\nBecause scoring is ignored, a score of `0` is returned for all documents.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -29191,12 +29191,12 @@ "description": "The clause (query) should appear in the matching document.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -29205,7 +29205,7 @@ } ] }, - "_types:MinimumShouldMatch": { + "_types.MinimumShouldMatch": { "description": "The minimum number of terms that should match as integer, percentage or range", "oneOf": [ { @@ -29216,7 +29216,7 @@ } ] }, - "_types.query_dsl:QueryBase": { + "_types.query_dsl.QueryBase": { "type": "object", "properties": { "boost": { @@ -29228,10 +29228,10 @@ } } }, - "_types.query_dsl:BoostingQuery": { + "_types.query_dsl.BoostingQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -29241,10 +29241,10 @@ "type": "number" }, "negative": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "positive": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -29255,10 +29255,10 @@ } ] }, - "_types.query_dsl:CommonTermsQuery": { + "_types.query_dsl.CommonTermsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -29270,13 +29270,13 @@ "type": "number" }, "high_freq_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "low_freq_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "query": { "type": "string" @@ -29288,10 +29288,10 @@ } ] }, - "_types.query_dsl:CombinedFieldsQuery": { + "_types.query_dsl.CombinedFieldsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -29300,7 +29300,7 @@ "description": "List of fields to search. Field wildcard patterns are allowed. Only `text` fields are supported, and they must all have the same search `analyzer`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "query": { @@ -29312,13 +29312,13 @@ "type": "boolean" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:CombinedFieldsOperator" + "$ref": "#/components/schemas/_types.query_dsl.CombinedFieldsOperator" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:CombinedFieldsZeroTerms" + "$ref": "#/components/schemas/_types.query_dsl.CombinedFieldsZeroTerms" } }, "required": [ @@ -29328,30 +29328,30 @@ } ] }, - "_types.query_dsl:CombinedFieldsOperator": { + "_types.query_dsl.CombinedFieldsOperator": { "type": "string", "enum": [ "or", "and" ] }, - "_types.query_dsl:CombinedFieldsZeroTerms": { + "_types.query_dsl.CombinedFieldsZeroTerms": { "type": "string", "enum": [ "none", "all" ] }, - "_types.query_dsl:ConstantScoreQuery": { + "_types.query_dsl.ConstantScoreQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -29360,10 +29360,10 @@ } ] }, - "_types.query_dsl:DisMaxQuery": { + "_types.query_dsl.DisMaxQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -29372,7 +29372,7 @@ "description": "One or more query clauses.\nReturned documents must match one or more of these queries.\nIf a document matches multiple queries, Elasticsearch uses the highest relevance score.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "tie_breaker": { @@ -29386,36 +29386,36 @@ } ] }, - "_types.query_dsl:DistanceFeatureQuery": { + "_types.query_dsl.DistanceFeatureQuery": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-distance-feature-query.html" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:UntypedDistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.UntypedDistanceFeatureQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:GeoDistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoDistanceFeatureQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:DateDistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.DateDistanceFeatureQuery" } ] }, - "_types.query_dsl:UntypedDistanceFeatureQuery": { + "_types.query_dsl.UntypedDistanceFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQueryBase" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:DistanceFeatureQueryBase": { + "_types.query_dsl.DistanceFeatureQueryBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -29429,7 +29429,7 @@ "type": "object" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -29440,32 +29440,32 @@ } ] }, - "_types.query_dsl:GeoDistanceFeatureQuery": { + "_types.query_dsl.GeoDistanceFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQueryBaseGeoLocationDistance" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQueryBaseGeoLocationDistance" }, { "type": "object" } ] }, - "_types.query_dsl:DistanceFeatureQueryBaseGeoLocationDistance": { + "_types.query_dsl.DistanceFeatureQueryBaseGeoLocationDistance": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "origin": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "pivot": { - "$ref": "#/components/schemas/_types:Distance" + "$ref": "#/components/schemas/_types.Distance" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -29476,35 +29476,35 @@ } ] }, - "_types:Distance": { + "_types.Distance": { "type": "string" }, - "_types.query_dsl:DateDistanceFeatureQuery": { + "_types.query_dsl.DateDistanceFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQueryBaseDateMathDuration" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQueryBaseDateMathDuration" }, { "type": "object" } ] }, - "_types.query_dsl:DistanceFeatureQueryBaseDateMathDuration": { + "_types.query_dsl.DistanceFeatureQueryBaseDateMathDuration": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "origin": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "pivot": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -29515,19 +29515,19 @@ } ] }, - "_types:DateMath": { + "_types.DateMath": { "type": "string" }, - "_types.query_dsl:ExistsQuery": { + "_types.query_dsl.ExistsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -29536,22 +29536,22 @@ } ] }, - "_types.query_dsl:FunctionScoreQuery": { + "_types.query_dsl.FunctionScoreQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "boost_mode": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionBoostMode" + "$ref": "#/components/schemas/_types.query_dsl.FunctionBoostMode" }, "functions": { "description": "One or more functions that compute a new score for each document returned by the query.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionScoreContainer" + "$ref": "#/components/schemas/_types.query_dsl.FunctionScoreContainer" } }, "max_boost": { @@ -29563,16 +29563,16 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score_mode": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionScoreMode" + "$ref": "#/components/schemas/_types.query_dsl.FunctionScoreMode" } } } ] }, - "_types.query_dsl:FunctionBoostMode": { + "_types.query_dsl.FunctionBoostMode": { "type": "string", "enum": [ "multiply", @@ -29583,13 +29583,13 @@ "min" ] }, - "_types.query_dsl:FunctionScoreContainer": { + "_types.query_dsl.FunctionScoreContainer": { "allOf": [ { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "weight": { "type": "number" @@ -29600,22 +29600,22 @@ "type": "object", "properties": { "exp": { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunction" }, "gauss": { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunction" }, "linear": { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunction" }, "field_value_factor": { - "$ref": "#/components/schemas/_types.query_dsl:FieldValueFactorScoreFunction" + "$ref": "#/components/schemas/_types.query_dsl.FieldValueFactorScoreFunction" }, "random_score": { - "$ref": "#/components/schemas/_types.query_dsl:RandomScoreFunction" + "$ref": "#/components/schemas/_types.query_dsl.RandomScoreFunction" }, "script_score": { - "$ref": "#/components/schemas/_types.query_dsl:ScriptScoreFunction" + "$ref": "#/components/schemas/_types.query_dsl.ScriptScoreFunction" } }, "minProperties": 1, @@ -29623,41 +29623,41 @@ } ] }, - "_types.query_dsl:DecayFunction": { + "_types.query_dsl.DecayFunction": { "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:UntypedDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.UntypedDecayFunction" }, { - "$ref": "#/components/schemas/_types.query_dsl:DateDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DateDecayFunction" }, { - "$ref": "#/components/schemas/_types.query_dsl:NumericDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.NumericDecayFunction" }, { - "$ref": "#/components/schemas/_types.query_dsl:GeoDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.GeoDecayFunction" } ] }, - "_types.query_dsl:UntypedDecayFunction": { + "_types.query_dsl.UntypedDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBase" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBase" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBase": { + "_types.query_dsl.DecayFunctionBase": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:MultiValueMode": { + "_types.query_dsl.MultiValueMode": { "type": "string", "enum": [ "min", @@ -29666,65 +29666,65 @@ "sum" ] }, - "_types.query_dsl:DateDecayFunction": { + "_types.query_dsl.DateDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBaseDateMathDuration" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBaseDateMathDuration" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBaseDateMathDuration": { + "_types.query_dsl.DecayFunctionBaseDateMathDuration": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:NumericDecayFunction": { + "_types.query_dsl.NumericDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBasedoubledouble" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBasedoubledouble" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBasedoubledouble": { + "_types.query_dsl.DecayFunctionBasedoubledouble": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:GeoDecayFunction": { + "_types.query_dsl.GeoDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBaseGeoLocationDistance" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBaseGeoLocationDistance" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBaseGeoLocationDistance": { + "_types.query_dsl.DecayFunctionBaseGeoLocationDistance": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:FieldValueFactorScoreFunction": { + "_types.query_dsl.FieldValueFactorScoreFunction": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "factor": { "description": "Optional factor to multiply the field value with.", @@ -29735,14 +29735,14 @@ "type": "number" }, "modifier": { - "$ref": "#/components/schemas/_types.query_dsl:FieldValueFactorModifier" + "$ref": "#/components/schemas/_types.query_dsl.FieldValueFactorModifier" } }, "required": [ "field" ] }, - "_types.query_dsl:FieldValueFactorModifier": { + "_types.query_dsl.FieldValueFactorModifier": { "type": "string", "enum": [ "none", @@ -29757,11 +29757,11 @@ "reciprocal" ] }, - "_types.query_dsl:RandomScoreFunction": { + "_types.query_dsl.RandomScoreFunction": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "seed": { "oneOf": [ @@ -29775,25 +29775,25 @@ } } }, - "_types.query_dsl:ScriptScoreFunction": { + "_types.query_dsl.ScriptScoreFunction": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "script" ] }, - "_types:Script": { + "_types.Script": { "type": "object", "properties": { "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Specifies any named parameters that are passed into the script as variables.\nUse parameters instead of hard-coded values to decrease compile time.", @@ -29803,7 +29803,7 @@ } }, "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "options": { "type": "object", @@ -29813,28 +29813,28 @@ } } }, - "_types:ScriptSource": { + "_types.ScriptSource": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_global.search._types:SearchRequestBody" + "$ref": "#/components/schemas/_global.search._types.SearchRequestBody" } ] }, - "_global.search._types:SearchRequestBody": { + "_global.search._types.SearchRequestBody": { "type": "object", "properties": { "aggregations": { "description": "Defines the aggregations that are run as part of the search request.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "explain": { "description": "If `true`, the request returns detailed information about score computation as part of a hit.", @@ -29852,10 +29852,10 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "indices_boost": { "externalDocs": { @@ -29879,7 +29879,7 @@ "description": "An array of wildcard (`*`) field patterns.\nThe request returns doc values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "knn": { @@ -29889,12 +29889,12 @@ "description": "The approximate kNN search to run.", "oneOf": [ { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" } } ] @@ -29904,64 +29904,64 @@ "type": "number" }, "post_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "profile": { "description": "Set to `true` to return detailed timing information about the execution of individual components in a search request.\nNOTE: This is a debugging tool and adds significant overhead to search execution.", "type": "boolean" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "rescore": { "description": "Can be used to improve precision by reordering just the top (for example 100 - 500) documents returned by the `query` and `post_filter` phases.", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" } } ] }, "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "script_fields": { "description": "Retrieve a script evaluation (based on different fields) for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "size": { "description": "The number of hits to return, which must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` property.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "description": "An array of wildcard (`*`) field patterns.\nThe request returns values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "suggest": { - "$ref": "#/components/schemas/_global.search._types:Suggester" + "$ref": "#/components/schemas/_global.search._types.Suggester" }, "terminate_after": { "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this property to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this property for requests that target data streams with backing indices across multiple data tiers.\n\nIf set to `0` (default), the query does not terminate early.", @@ -29987,13 +29987,13 @@ "type": "boolean" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "pit": { - "$ref": "#/components/schemas/_global.search._types:PointInTimeReference" + "$ref": "#/components/schemas/_global.search._types.PointInTimeReference" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "stats": { "description": "The stats groups to associate with the search.\nEach group maintains a statistics aggregation for its associated searches.\nYou can retrieve these stats using the indices stats API.", @@ -30004,22 +30004,22 @@ } } }, - "_global.search._types:FieldCollapse": { + "_global.search._types.FieldCollapse": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "inner_hits": { "description": "The number of inner hits and their sort order", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" } } ] @@ -30029,18 +30029,18 @@ "type": "number" }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" } }, "required": [ "field" ] }, - "_global.search._types:InnerHits": { + "_global.search._types.InnerHits": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "size": { "description": "The maximum number of hits to return per `inner_hits`.", @@ -30051,19 +30051,19 @@ "type": "number" }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "docvalue_fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "explain": { "type": "boolean" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "ignore_unmapped": { "type": "boolean" @@ -30071,23 +30071,23 @@ "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "seq_no_primary_term": { "type": "boolean" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "track_scores": { "type": "boolean" @@ -30097,14 +30097,14 @@ } } }, - "_types:Name": { + "_types.Name": { "type": "string" }, - "_types.query_dsl:FieldAndFormat": { + "_types.query_dsl.FieldAndFormat": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "description": "The format in which the values are returned.", @@ -30118,21 +30118,21 @@ "field" ] }, - "_global.search._types:Highlight": { + "_global.search._types.Highlight": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:HighlightBase" + "$ref": "#/components/schemas/_global.search._types.HighlightBase" }, { "type": "object", "properties": { "encoder": { - "$ref": "#/components/schemas/_global.search._types:HighlighterEncoder" + "$ref": "#/components/schemas/_global.search._types.HighlighterEncoder" }, "fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.search._types:HighlightField" + "$ref": "#/components/schemas/_global.search._types.HighlightField" } } }, @@ -30142,17 +30142,17 @@ } ] }, - "_global.search._types:HighlighterEncoder": { + "_global.search._types.HighlighterEncoder": { "type": "string", "enum": [ "default", "html" ] }, - "_global.search._types:HighlightField": { + "_global.search._types.HighlightField": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:HighlightBase" + "$ref": "#/components/schemas/_global.search._types.HighlightBase" }, { "type": "object", @@ -30161,17 +30161,17 @@ "type": "number" }, "matched_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } } ] }, - "_global.search._types:HighlightBase": { + "_global.search._types.HighlightBase": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_global.search._types:HighlighterType" + "$ref": "#/components/schemas/_global.search._types.HighlighterType" }, "boundary_chars": { "description": "A string that contains each boundary character.", @@ -30182,7 +30182,7 @@ "type": "number" }, "boundary_scanner": { - "$ref": "#/components/schemas/_global.search._types:BoundaryScanner" + "$ref": "#/components/schemas/_global.search._types.BoundaryScanner" }, "boundary_scanner_locale": { "description": "Controls which locale is used to search for sentence and word boundaries.\nThis parameter takes a form of a language tag, for example: `\"en-US\"`, `\"fr-FR\"`, `\"ja-JP\"`.", @@ -30193,7 +30193,7 @@ "type": "boolean" }, "fragmenter": { - "$ref": "#/components/schemas/_global.search._types:HighlighterFragmenter" + "$ref": "#/components/schemas/_global.search._types.HighlighterFragmenter" }, "fragment_size": { "description": "The size of the highlighted fragment in characters.", @@ -30203,7 +30203,7 @@ "type": "boolean" }, "highlight_query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "max_fragment_length": { "type": "number" @@ -30227,7 +30227,7 @@ } }, "order": { - "$ref": "#/components/schemas/_global.search._types:HighlighterOrder" + "$ref": "#/components/schemas/_global.search._types.HighlighterOrder" }, "phrase_limit": { "description": "Controls the number of matching phrases in a document that are considered.\nPrevents the `fvh` highlighter from analyzing too many phrases and consuming too much memory.\nWhen using `matched_fields`, `phrase_limit` phrases per matched field are considered. Raising the limit increases query time and consumes more memory.\nOnly supported by the `fvh` highlighter.", @@ -30252,11 +30252,11 @@ "type": "boolean" }, "tags_schema": { - "$ref": "#/components/schemas/_global.search._types:HighlighterTagsSchema" + "$ref": "#/components/schemas/_global.search._types.HighlighterTagsSchema" } } }, - "_global.search._types:HighlighterType": { + "_global.search._types.HighlighterType": { "anyOf": [ { "type": "string", @@ -30271,7 +30271,7 @@ } ] }, - "_global.search._types:BoundaryScanner": { + "_global.search._types.BoundaryScanner": { "type": "string", "enum": [ "chars", @@ -30279,30 +30279,30 @@ "word" ] }, - "_global.search._types:HighlighterFragmenter": { + "_global.search._types.HighlighterFragmenter": { "type": "string", "enum": [ "simple", "span" ] }, - "_global.search._types:HighlighterOrder": { + "_global.search._types.HighlighterOrder": { "type": "string", "enum": [ "score" ] }, - "_global.search._types:HighlighterTagsSchema": { + "_global.search._types.HighlighterTagsSchema": { "type": "string", "enum": [ "styled" ] }, - "_types:ScriptField": { + "_types.ScriptField": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "ignore_failure": { "type": "boolean" @@ -30312,87 +30312,87 @@ "script" ] }, - "_types:Sort": { + "_types.Sort": { "oneOf": [ { - "$ref": "#/components/schemas/_types:SortCombinations" + "$ref": "#/components/schemas/_types.SortCombinations" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:SortCombinations" + "$ref": "#/components/schemas/_types.SortCombinations" } } ] }, - "_types:SortCombinations": { + "_types.SortCombinations": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, { - "$ref": "#/components/schemas/_types:SortOptions" + "$ref": "#/components/schemas/_types.SortOptions" } ] }, - "_types:SortOptions": { + "_types.SortOptions": { "type": "object", "properties": { "_score": { - "$ref": "#/components/schemas/_types:ScoreSort" + "$ref": "#/components/schemas/_types.ScoreSort" }, "_doc": { - "$ref": "#/components/schemas/_types:ScoreSort" + "$ref": "#/components/schemas/_types.ScoreSort" }, "_geo_distance": { - "$ref": "#/components/schemas/_types:GeoDistanceSort" + "$ref": "#/components/schemas/_types.GeoDistanceSort" }, "_script": { - "$ref": "#/components/schemas/_types:ScriptSort" + "$ref": "#/components/schemas/_types.ScriptSort" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:ScoreSort": { + "_types.ScoreSort": { "type": "object", "properties": { "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" } } }, - "_types:SortOrder": { + "_types.SortOrder": { "type": "string", "enum": [ "asc", "desc" ] }, - "_types:GeoDistanceSort": { + "_types.GeoDistanceSort": { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/_types:SortMode" + "$ref": "#/components/schemas/_types.SortMode" }, "distance_type": { - "$ref": "#/components/schemas/_types:GeoDistanceType" + "$ref": "#/components/schemas/_types.GeoDistanceType" }, "ignore_unmapped": { "type": "boolean" }, "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "unit": { - "$ref": "#/components/schemas/_types:DistanceUnit" + "$ref": "#/components/schemas/_types.DistanceUnit" }, "nested": { - "$ref": "#/components/schemas/_types:NestedSortValue" + "$ref": "#/components/schemas/_types.NestedSortValue" } } }, - "_types:SortMode": { + "_types.SortMode": { "type": "string", "enum": [ "min", @@ -30402,14 +30402,14 @@ "median" ] }, - "_types:GeoDistanceType": { + "_types.GeoDistanceType": { "type": "string", "enum": [ "arc", "plane" ] }, - "_types:DistanceUnit": { + "_types.DistanceUnit": { "type": "string", "enum": [ "in", @@ -30423,50 +30423,50 @@ "mm" ] }, - "_types:NestedSortValue": { + "_types.NestedSortValue": { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "max_children": { "type": "number" }, "nested": { - "$ref": "#/components/schemas/_types:NestedSortValue" + "$ref": "#/components/schemas/_types.NestedSortValue" }, "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "path" ] }, - "_types:ScriptSort": { + "_types.ScriptSort": { "type": "object", "properties": { "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "type": { - "$ref": "#/components/schemas/_types:ScriptSortType" + "$ref": "#/components/schemas/_types.ScriptSortType" }, "mode": { - "$ref": "#/components/schemas/_types:SortMode" + "$ref": "#/components/schemas/_types.SortMode" }, "nested": { - "$ref": "#/components/schemas/_types:NestedSortValue" + "$ref": "#/components/schemas/_types.NestedSortValue" } }, "required": [ "script" ] }, - "_types:ScriptSortType": { + "_types.ScriptSortType": { "type": "string", "enum": [ "string", @@ -30474,39 +30474,39 @@ "version" ] }, - "_global.search._types:SourceConfig": { + "_global.search._types.SourceConfig": { "description": "Defines how to fetch a source. Fetching can be disabled entirely, or the source can be filtered.", "oneOf": [ { "type": "boolean" }, { - "$ref": "#/components/schemas/_global.search._types:SourceFilter" + "$ref": "#/components/schemas/_global.search._types.SourceFilter" } ] }, - "_global.search._types:SourceFilter": { + "_global.search._types.SourceFilter": { "type": "object", "properties": { "excludes": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "includes": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } }, - "_types:KnnSearch": { + "_types.KnnSearch": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query_vector": { - "$ref": "#/components/schemas/_types:QueryVector" + "$ref": "#/components/schemas/_types.QueryVector" }, "query_vector_builder": { - "$ref": "#/components/schemas/_types:QueryVectorBuilder" + "$ref": "#/components/schemas/_types.QueryVectorBuilder" }, "k": { "description": "The final number of nearest neighbors to return as top hits", @@ -30524,12 +30524,12 @@ "description": "Filters for the kNN search query", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -30539,33 +30539,33 @@ "type": "number" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "rescore_vector": { - "$ref": "#/components/schemas/_types:RescoreVector" + "$ref": "#/components/schemas/_types.RescoreVector" } }, "required": [ "field" ] }, - "_types:QueryVector": { + "_types.QueryVector": { "type": "array", "items": { "type": "number" } }, - "_types:QueryVectorBuilder": { + "_types.QueryVectorBuilder": { "type": "object", "properties": { "text_embedding": { - "$ref": "#/components/schemas/_types:TextEmbedding" + "$ref": "#/components/schemas/_types.TextEmbedding" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:TextEmbedding": { + "_types.TextEmbedding": { "type": "object", "properties": { "model_id": { @@ -30580,7 +30580,7 @@ "model_text" ] }, - "_types:RescoreVector": { + "_types.RescoreVector": { "type": "object", "properties": { "oversample": { @@ -30592,7 +30592,7 @@ "oversample" ] }, - "_global.search._types:Rescore": { + "_global.search._types.Rescore": { "allOf": [ { "type": "object", @@ -30606,10 +30606,10 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_global.search._types:RescoreQuery" + "$ref": "#/components/schemas/_global.search._types.RescoreQuery" }, "learning_to_rank": { - "$ref": "#/components/schemas/_global.search._types:LearningToRank" + "$ref": "#/components/schemas/_global.search._types.LearningToRank" } }, "minProperties": 1, @@ -30617,11 +30617,11 @@ } ] }, - "_global.search._types:RescoreQuery": { + "_global.search._types.RescoreQuery": { "type": "object", "properties": { "rescore_query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_weight": { "description": "Relative importance of the original query versus the rescore query.", @@ -30632,14 +30632,14 @@ "type": "number" }, "score_mode": { - "$ref": "#/components/schemas/_global.search._types:ScoreMode" + "$ref": "#/components/schemas/_global.search._types.ScoreMode" } }, "required": [ "rescore_query" ] }, - "_global.search._types:ScoreMode": { + "_global.search._types.ScoreMode": { "type": "string", "enum": [ "avg", @@ -30649,7 +30649,7 @@ "total" ] }, - "_global.search._types:LearningToRank": { + "_global.search._types.LearningToRank": { "type": "object", "properties": { "model_id": { @@ -30668,69 +30668,69 @@ "model_id" ] }, - "_types:RetrieverContainer": { + "_types.RetrieverContainer": { "type": "object", "properties": { "standard": { - "$ref": "#/components/schemas/_types:StandardRetriever" + "$ref": "#/components/schemas/_types.StandardRetriever" }, "knn": { - "$ref": "#/components/schemas/_types:KnnRetriever" + "$ref": "#/components/schemas/_types.KnnRetriever" }, "rrf": { - "$ref": "#/components/schemas/_types:RRFRetriever" + "$ref": "#/components/schemas/_types.RRFRetriever" }, "text_similarity_reranker": { - "$ref": "#/components/schemas/_types:TextSimilarityReranker" + "$ref": "#/components/schemas/_types.TextSimilarityReranker" }, "rule": { - "$ref": "#/components/schemas/_types:RuleRetriever" + "$ref": "#/components/schemas/_types.RuleRetriever" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:StandardRetriever": { + "_types.StandardRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "terminate_after": { "description": "Maximum number of documents to collect for each shard.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" } } } ] }, - "_types:RetrieverBase": { + "_types.RetrieverBase": { "type": "object", "properties": { "filter": { "description": "Query to filter the documents that can match.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -30741,10 +30741,10 @@ } } }, - "_types:KnnRetriever": { + "_types.KnnRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", @@ -30754,10 +30754,10 @@ "type": "string" }, "query_vector": { - "$ref": "#/components/schemas/_types:QueryVector" + "$ref": "#/components/schemas/_types.QueryVector" }, "query_vector_builder": { - "$ref": "#/components/schemas/_types:QueryVectorBuilder" + "$ref": "#/components/schemas/_types.QueryVectorBuilder" }, "k": { "description": "Number of nearest neighbors to return as top hits.", @@ -30772,7 +30772,7 @@ "type": "number" }, "rescore_vector": { - "$ref": "#/components/schemas/_types:RescoreVector" + "$ref": "#/components/schemas/_types.RescoreVector" } }, "required": [ @@ -30783,10 +30783,10 @@ } ] }, - "_types:RRFRetriever": { + "_types.RRFRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", @@ -30795,7 +30795,7 @@ "description": "A list of child retrievers to specify which sets of returned top documents will have the RRF formula applied to them.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" } }, "rank_constant": { @@ -30813,16 +30813,16 @@ } ] }, - "_types:TextSimilarityReranker": { + "_types.TextSimilarityReranker": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", "properties": { "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "rank_window_size": { "description": "This value determines how many documents we will consider from the nested retriever.", @@ -30847,10 +30847,10 @@ } ] }, - "_types:RuleRetriever": { + "_types.RuleRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", @@ -30859,7 +30859,7 @@ "description": "The ruleset IDs containing the rules this retriever is evaluating against.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "match_criteria": { @@ -30867,7 +30867,7 @@ "type": "object" }, "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "rank_window_size": { "description": "This value determines the size of the individual result set.", @@ -30882,14 +30882,14 @@ } ] }, - "_types:SlicedScroll": { + "_types.SlicedScroll": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max": { "type": "number" @@ -30900,7 +30900,7 @@ "max" ] }, - "_global.search._types:Suggester": { + "_global.search._types.Suggester": { "type": "object", "properties": { "text": { @@ -30909,41 +30909,41 @@ } } }, - "_global.search._types:PointInTimeReference": { + "_global.search._types.PointInTimeReference": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "keep_alive": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "id" ] }, - "_types.mapping:RuntimeFields": { + "_types.mapping.RuntimeFields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:RuntimeField" + "$ref": "#/components/schemas/_types.mapping.RuntimeField" } }, - "_types.mapping:RuntimeField": { + "_types.mapping.RuntimeField": { "type": "object", "properties": { "fields": { "description": "For type `composite`", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:CompositeSubField" + "$ref": "#/components/schemas/_types.mapping.CompositeSubField" } }, "fetch_fields": { "description": "For type `lookup`", "type": "array", "items": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFieldFetchFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFieldFetchFields" } }, "format": { @@ -30951,37 +30951,37 @@ "type": "string" }, "input_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "type": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFieldType" + "$ref": "#/components/schemas/_types.mapping.RuntimeFieldType" } }, "required": [ "type" ] }, - "_types.mapping:CompositeSubField": { + "_types.mapping.CompositeSubField": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFieldType" + "$ref": "#/components/schemas/_types.mapping.RuntimeFieldType" } }, "required": [ "type" ] }, - "_types.mapping:RuntimeFieldType": { + "_types.mapping.RuntimeFieldType": { "type": "string", "enum": [ "boolean", @@ -30996,11 +30996,11 @@ "lookup" ] }, - "_types.mapping:RuntimeFieldFetchFields": { + "_types.mapping.RuntimeFieldFetchFields": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "type": "string" @@ -31010,7 +31010,7 @@ "field" ] }, - "_types:ScriptLanguage": { + "_types.ScriptLanguage": { "anyOf": [ { "type": "string", @@ -31026,7 +31026,7 @@ } ] }, - "_types.query_dsl:FunctionScoreMode": { + "_types.query_dsl.FunctionScoreMode": { "type": "string", "enum": [ "multiply", @@ -31037,10 +31037,10 @@ "min" ] }, - "_types.query_dsl:FuzzyQuery": { + "_types.query_dsl.FuzzyQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31054,14 +31054,14 @@ "type": "number" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "transpositions": { "description": "Indicates whether edits include transpositions of two adjacent characters (for example `ab` to `ba`).", "type": "boolean" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "value": { "description": "Term you wish to find in the provided field.", @@ -31084,10 +31084,10 @@ } ] }, - "_types:MultiTermQueryRewrite": { + "_types.MultiTermQueryRewrite": { "type": "string" }, - "_types:Fuzziness": { + "_types.Fuzziness": { "oneOf": [ { "type": "string" @@ -31097,19 +31097,19 @@ } ] }, - "_types.query_dsl:GeoBoundingBoxQuery": { + "_types.query_dsl.GeoBoundingBoxQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types.query_dsl:GeoExecution" + "$ref": "#/components/schemas/_types.query_dsl.GeoExecution" }, "validation_method": { - "$ref": "#/components/schemas/_types.query_dsl:GeoValidationMethod" + "$ref": "#/components/schemas/_types.query_dsl.GeoValidationMethod" }, "ignore_unmapped": { "description": "Set to `true` to ignore an unmapped field and not match any documents for this query.\nSet to `false` to throw an exception if the field is not mapped.", @@ -31119,14 +31119,14 @@ } ] }, - "_types.query_dsl:GeoExecution": { + "_types.query_dsl.GeoExecution": { "type": "string", "enum": [ "memory", "indexed" ] }, - "_types.query_dsl:GeoValidationMethod": { + "_types.query_dsl.GeoValidationMethod": { "type": "string", "enum": [ "coerce", @@ -31134,22 +31134,22 @@ "strict" ] }, - "_types.query_dsl:GeoDistanceQuery": { + "_types.query_dsl.GeoDistanceQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "distance": { - "$ref": "#/components/schemas/_types:Distance" + "$ref": "#/components/schemas/_types.Distance" }, "distance_type": { - "$ref": "#/components/schemas/_types:GeoDistanceType" + "$ref": "#/components/schemas/_types.GeoDistanceType" }, "validation_method": { - "$ref": "#/components/schemas/_types.query_dsl:GeoValidationMethod" + "$ref": "#/components/schemas/_types.query_dsl.GeoValidationMethod" }, "ignore_unmapped": { "description": "Set to `true` to ignore an unmapped field and not match any documents for this query.\nSet to `false` to throw an exception if the field is not mapped.", @@ -31162,22 +31162,22 @@ } ] }, - "_types.query_dsl:GeoGridQuery": { + "_types.query_dsl.GeoGridQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "geogrid": { - "$ref": "#/components/schemas/_types:GeoTile" + "$ref": "#/components/schemas/_types.GeoTile" }, "geohash": { - "$ref": "#/components/schemas/_types:GeoHash" + "$ref": "#/components/schemas/_types.GeoHash" }, "geohex": { - "$ref": "#/components/schemas/_types:GeoHexCell" + "$ref": "#/components/schemas/_types.GeoHexCell" } }, "minProperties": 1, @@ -31185,16 +31185,16 @@ } ] }, - "_types.query_dsl:GeoPolygonQuery": { + "_types.query_dsl.GeoPolygonQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "validation_method": { - "$ref": "#/components/schemas/_types.query_dsl:GeoValidationMethod" + "$ref": "#/components/schemas/_types.query_dsl.GeoValidationMethod" }, "ignore_unmapped": { "type": "boolean" @@ -31203,10 +31203,10 @@ } ] }, - "_types.query_dsl:GeoShapeQuery": { + "_types.query_dsl.GeoShapeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31219,10 +31219,10 @@ } ] }, - "_types.query_dsl:HasChildQuery": { + "_types.query_dsl.HasChildQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31232,7 +31232,7 @@ "type": "boolean" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "max_children": { "description": "Maximum number of child documents that match the query allowed for a returned parent document.\nIf the parent document exceeds this limit, it is excluded from the search results.", @@ -31243,13 +31243,13 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score_mode": { - "$ref": "#/components/schemas/_types.query_dsl:ChildScoreMode" + "$ref": "#/components/schemas/_types.query_dsl.ChildScoreMode" }, "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } }, "required": [ @@ -31259,7 +31259,7 @@ } ] }, - "_types.query_dsl:ChildScoreMode": { + "_types.query_dsl.ChildScoreMode": { "type": "string", "enum": [ "none", @@ -31269,13 +31269,13 @@ "min" ] }, - "_types:RelationName": { + "_types.RelationName": { "type": "string" }, - "_types.query_dsl:HasParentQuery": { + "_types.query_dsl.HasParentQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31285,13 +31285,13 @@ "type": "boolean" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "parent_type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score": { "description": "Indicates whether the relevance score of a matching parent document is aggregated into its child documents.", @@ -31305,38 +31305,38 @@ } ] }, - "_types.query_dsl:IdsQuery": { + "_types.query_dsl.IdsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "values": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } } } ] }, - "_types:Ids": { + "_types.Ids": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } ] }, - "_types.query_dsl:IntervalsQuery": { + "_types.query_dsl.IntervalsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "externalDocs": { @@ -31345,22 +31345,22 @@ "type": "object", "properties": { "all_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAllOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAllOf" }, "any_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAnyOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAnyOf" }, "fuzzy": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFuzzy" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFuzzy" }, "match": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsMatch" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsMatch" }, "prefix": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsPrefix" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsPrefix" }, "wildcard": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsWildcard" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsWildcard" } }, "minProperties": 1, @@ -31368,14 +31368,14 @@ } ] }, - "_types.query_dsl:IntervalsAllOf": { + "_types.query_dsl.IntervalsAllOf": { "type": "object", "properties": { "intervals": { "description": "An array of rules to combine. All rules must produce a match in a document for the overall source to match.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" } }, "max_gaps": { @@ -31387,91 +31387,91 @@ "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFilter" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFilter" } }, "required": [ "intervals" ] }, - "_types.query_dsl:IntervalsContainer": { + "_types.query_dsl.IntervalsContainer": { "type": "object", "properties": { "all_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAllOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAllOf" }, "any_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAnyOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAnyOf" }, "fuzzy": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFuzzy" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFuzzy" }, "match": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsMatch" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsMatch" }, "prefix": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsPrefix" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsPrefix" }, "wildcard": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsWildcard" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsWildcard" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:IntervalsAnyOf": { + "_types.query_dsl.IntervalsAnyOf": { "type": "object", "properties": { "intervals": { "description": "An array of rules to match.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" } }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFilter" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFilter" } }, "required": [ "intervals" ] }, - "_types.query_dsl:IntervalsFilter": { + "_types.query_dsl.IntervalsFilter": { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "before": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "contained_by": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "containing": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "not_contained_by": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "not_containing": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "not_overlapping": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "overlapping": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:IntervalsFuzzy": { + "_types.query_dsl.IntervalsFuzzy": { "type": "object", "properties": { "analyzer": { @@ -31479,7 +31479,7 @@ "type": "string" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "prefix_length": { "description": "Number of beginning characters left unchanged when creating expansions.", @@ -31494,14 +31494,14 @@ "type": "boolean" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "term" ] }, - "_types.query_dsl:IntervalsMatch": { + "_types.query_dsl.IntervalsMatch": { "type": "object", "properties": { "analyzer": { @@ -31521,17 +31521,17 @@ "type": "string" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFilter" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFilter" } }, "required": [ "query" ] }, - "_types.query_dsl:IntervalsPrefix": { + "_types.query_dsl.IntervalsPrefix": { "type": "object", "properties": { "analyzer": { @@ -31543,14 +31543,14 @@ "type": "string" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "prefix" ] }, - "_types.query_dsl:IntervalsWildcard": { + "_types.query_dsl.IntervalsWildcard": { "type": "object", "properties": { "analyzer": { @@ -31562,29 +31562,29 @@ "type": "string" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "pattern" ] }, - "_types:KnnQuery": { + "_types.KnnQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query_vector": { - "$ref": "#/components/schemas/_types:QueryVector" + "$ref": "#/components/schemas/_types.QueryVector" }, "query_vector_builder": { - "$ref": "#/components/schemas/_types:QueryVectorBuilder" + "$ref": "#/components/schemas/_types.QueryVectorBuilder" }, "num_candidates": { "description": "The number of nearest neighbor candidates to consider per shard", @@ -31598,12 +31598,12 @@ "description": "Filters for the kNN search query", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -31613,7 +31613,7 @@ "type": "number" }, "rescore_vector": { - "$ref": "#/components/schemas/_types:RescoreVector" + "$ref": "#/components/schemas/_types.RescoreVector" } }, "required": [ @@ -31622,10 +31622,10 @@ } ] }, - "_types.query_dsl:MatchQuery": { + "_types.query_dsl.MatchQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31643,10 +31643,10 @@ "type": "number" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).", @@ -31661,10 +31661,10 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "prefix_length": { "description": "Number of beginning characters left unchanged for fuzzy matching.", @@ -31685,7 +31685,7 @@ ] }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -31694,27 +31694,27 @@ } ] }, - "_types.query_dsl:ZeroTermsQuery": { + "_types.query_dsl.ZeroTermsQuery": { "type": "string", "enum": [ "all", "none" ] }, - "_types.query_dsl:MatchAllQuery": { + "_types.query_dsl.MatchAllQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:MatchBoolPrefixQuery": { + "_types.query_dsl.MatchBoolPrefixQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31724,10 +31724,10 @@ "type": "string" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).\nCan be applied to the term subqueries constructed for all terms but the final term.", @@ -31738,10 +31738,10 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "prefix_length": { "description": "Number of beginning characters left unchanged for fuzzy matching.\nCan be applied to the term subqueries constructed for all terms but the final term.", @@ -31758,20 +31758,20 @@ } ] }, - "_types.query_dsl:MatchNoneQuery": { + "_types.query_dsl.MatchNoneQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:MatchPhraseQuery": { + "_types.query_dsl.MatchPhraseQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31789,7 +31789,7 @@ "type": "number" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -31798,10 +31798,10 @@ } ] }, - "_types.query_dsl:MatchPhrasePrefixQuery": { + "_types.query_dsl.MatchPhrasePrefixQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31823,7 +31823,7 @@ "type": "number" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -31832,10 +31832,10 @@ } ] }, - "_types.query_dsl:MoreLikeThisQuery": { + "_types.query_dsl.MoreLikeThisQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31859,7 +31859,7 @@ "description": "A list of fields to fetch and analyze the text from.\nDefaults to the `index.query.default_field` index setting, which has a default value of `*`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "include": { @@ -31870,12 +31870,12 @@ "description": "Specifies free form text and/or a single or multiple documents for which you want to find similar documents.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" } } ] @@ -31897,7 +31897,7 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "min_term_freq": { "description": "The minimum term frequency below which the terms are ignored from the input document.", @@ -31908,30 +31908,30 @@ "type": "number" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "stop_words": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "unlike": { "description": "Used in combination with `like` to exclude documents that match a set of terms.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" } } ] }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ @@ -31940,18 +31940,18 @@ } ] }, - "_types.query_dsl:Like": { + "_types.query_dsl.Like": { "description": "Text that we want similar documents for or a lookup to a document's field for the text.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.query_dsl:LikeDocument" + "$ref": "#/components/schemas/_types.query_dsl.LikeDocument" } ] }, - "_types.query_dsl:LikeDocument": { + "_types.query_dsl.LikeDocument": { "type": "object", "properties": { "doc": { @@ -31961,14 +31961,14 @@ "fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "per_field_analyzer": { "description": "Overrides the default analyzer.", @@ -31978,17 +31978,17 @@ } }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, - "_types:VersionType": { + "_types.VersionType": { "type": "string", "enum": [ "internal", @@ -31997,7 +31997,7 @@ "force" ] }, - "_types.analysis:StopWords": { + "_types.analysis.StopWords": { "description": "Language value, such as _arabic_ or _thai_. Defaults to _english_.\nEach language value corresponds to a predefined list of stop words in Lucene. See Stop words by language for supported language values and their stop words.\nAlso accepts an array of stop words.", "oneOf": [ { @@ -32011,10 +32011,10 @@ } ] }, - "_types.query_dsl:MultiMatchQuery": { + "_types.query_dsl.MultiMatchQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32032,13 +32032,13 @@ "type": "number" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).\nCan be applied to the term subqueries constructed for all terms but the final term.", @@ -32053,10 +32053,10 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "prefix_length": { "description": "Number of beginning characters left unchanged for fuzzy matching.", @@ -32075,10 +32075,10 @@ "type": "number" }, "type": { - "$ref": "#/components/schemas/_types.query_dsl:TextQueryType" + "$ref": "#/components/schemas/_types.query_dsl.TextQueryType" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -32087,7 +32087,7 @@ } ] }, - "_types.query_dsl:TextQueryType": { + "_types.query_dsl.TextQueryType": { "type": "string", "enum": [ "best_fields", @@ -32098,10 +32098,10 @@ "bool_prefix" ] }, - "_types.query_dsl:NestedQuery": { + "_types.query_dsl.NestedQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32111,16 +32111,16 @@ "type": "boolean" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score_mode": { - "$ref": "#/components/schemas/_types.query_dsl:ChildScoreMode" + "$ref": "#/components/schemas/_types.query_dsl.ChildScoreMode" } }, "required": [ @@ -32130,32 +32130,32 @@ } ] }, - "_types.query_dsl:ParentIdQuery": { + "_types.query_dsl.ParentIdQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "ignore_unmapped": { "description": "Indicates whether to ignore an unmapped `type` and not return any documents instead of an error.", "type": "boolean" }, "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } } ] }, - "_types.query_dsl:PercolateQuery": { + "_types.query_dsl.PercolateQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32172,13 +32172,13 @@ } }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "name": { "description": "The suffix used for the `_percolator_document_slot` field when multiple `percolate` queries are specified.", @@ -32189,10 +32189,10 @@ "type": "string" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -32201,10 +32201,10 @@ } ] }, - "_types.query_dsl:PinnedQuery": { + "_types.query_dsl.PinnedQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "externalDocs": { @@ -32215,7 +32215,7 @@ "type": "object", "properties": { "organic": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -32229,14 +32229,14 @@ "description": "Document IDs listed in the order they are to appear in results.\nRequired if `docs` is not specified.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "docs": { "description": "Documents listed in the order they are to appear in results.\nRequired if `ids` is not specified.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:PinnedDoc" + "$ref": "#/components/schemas/_types.query_dsl.PinnedDoc" } } }, @@ -32247,30 +32247,30 @@ } ] }, - "_types.query_dsl:PinnedDoc": { + "_types.query_dsl.PinnedDoc": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "_id" ] }, - "_types.query_dsl:PrefixQuery": { + "_types.query_dsl.PrefixQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "value": { "description": "Beginning characters of terms you wish to find in the provided field.", @@ -32287,10 +32287,10 @@ } ] }, - "_types.query_dsl:QueryStringQuery": { + "_types.query_dsl.QueryStringQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32312,10 +32312,10 @@ "type": "boolean" }, "default_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "default_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "enable_position_increments": { "description": "If `true`, enable position increments in queries constructed from a `query_string` search.", @@ -32328,11 +32328,11 @@ "description": "Array of fields to search. Supports wildcards (`*`).", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_max_expansions": { "description": "Maximum number of terms to which the query expands for fuzzy matching.", @@ -32343,7 +32343,7 @@ "type": "number" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).", @@ -32358,7 +32358,7 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "phrase_slop": { "description": "Maximum number of positions allowed between matching tokens for phrases.", @@ -32377,17 +32377,17 @@ "type": "string" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "tie_breaker": { "description": "How to combine the queries generated from the individual search terms in the resulting `dis_max` query.", "type": "number" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "type": { - "$ref": "#/components/schemas/_types.query_dsl:TextQueryType" + "$ref": "#/components/schemas/_types.query_dsl.TextQueryType" } }, "required": [ @@ -32396,59 +32396,59 @@ } ] }, - "_types:TimeZone": { + "_types.TimeZone": { "type": "string" }, - "_types.query_dsl:RangeQuery": { + "_types.query_dsl.RangeQuery": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:UntypedRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.UntypedRangeQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:DateRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.DateRangeQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:NumberRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.NumberRangeQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:TermRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermRangeQuery" } ] }, - "_types.query_dsl:UntypedRangeQuery": { + "_types.query_dsl.UntypedRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBase" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBase" }, { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/_types:DateFormat" + "$ref": "#/components/schemas/_types.DateFormat" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types:DateFormat": { + "_types.DateFormat": { "type": "string" }, - "_types.query_dsl:RangeQueryBase": { + "_types.query_dsl.RangeQueryBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { "description": "Greater than.", @@ -32494,7 +32494,7 @@ } ] }, - "_types.query_dsl:RangeRelation": { + "_types.query_dsl.RangeRelation": { "type": "string", "enum": [ "within", @@ -32502,52 +32502,52 @@ "intersects" ] }, - "_types.query_dsl:DateRangeQuery": { + "_types.query_dsl.DateRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBaseDateMath" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBaseDateMath" }, { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/_types:DateFormat" + "$ref": "#/components/schemas/_types.DateFormat" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types.query_dsl:RangeQueryBaseDateMath": { + "_types.query_dsl.RangeQueryBaseDateMath": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "gte": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "lt": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "lte": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "from": { "deprecated": true, "oneOf": [ { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, { "nullable": true, @@ -32559,7 +32559,7 @@ "deprecated": true, "oneOf": [ { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, { "nullable": true, @@ -32571,26 +32571,26 @@ } ] }, - "_types.query_dsl:NumberRangeQuery": { + "_types.query_dsl.NumberRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBasedouble" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBasedouble" }, { "type": "object" } ] }, - "_types.query_dsl:RangeQueryBasedouble": { + "_types.query_dsl.RangeQueryBasedouble": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { "description": "Greater than.", @@ -32636,26 +32636,26 @@ } ] }, - "_types.query_dsl:TermRangeQuery": { + "_types.query_dsl.TermRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBasestring" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBasestring" }, { "type": "object" } ] }, - "_types.query_dsl:RangeQueryBasestring": { + "_types.query_dsl.RangeQueryBasestring": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { "description": "Greater than.", @@ -32701,28 +32701,28 @@ } ] }, - "_types.query_dsl:RankFeatureQuery": { + "_types.query_dsl.RankFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "saturation": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionSaturation" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionSaturation" }, "log": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionLogarithm" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionLogarithm" }, "linear": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionLinear" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionLinear" }, "sigmoid": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionSigmoid" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionSigmoid" } }, "required": [ @@ -32731,10 +32731,10 @@ } ] }, - "_types.query_dsl:RankFeatureFunctionSaturation": { + "_types.query_dsl.RankFeatureFunctionSaturation": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object", @@ -32747,13 +32747,13 @@ } ] }, - "_types.query_dsl:RankFeatureFunction": { + "_types.query_dsl.RankFeatureFunction": { "type": "object" }, - "_types.query_dsl:RankFeatureFunctionLogarithm": { + "_types.query_dsl.RankFeatureFunctionLogarithm": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object", @@ -32769,20 +32769,20 @@ } ] }, - "_types.query_dsl:RankFeatureFunctionLinear": { + "_types.query_dsl.RankFeatureFunctionLinear": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object" } ] }, - "_types.query_dsl:RankFeatureFunctionSigmoid": { + "_types.query_dsl.RankFeatureFunctionSigmoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object", @@ -32803,10 +32803,10 @@ } ] }, - "_types.query_dsl:RegexpQuery": { + "_types.query_dsl.RegexpQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32824,7 +32824,7 @@ "type": "number" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "value": { "description": "Regular expression for terms you wish to find in the provided field.", @@ -32837,21 +32837,21 @@ } ] }, - "_types.query_dsl:RuleQuery": { + "_types.query_dsl.RuleQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "organic": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "ruleset_ids": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "match_criteria": { @@ -32866,16 +32866,16 @@ } ] }, - "_types.query_dsl:ScriptQuery": { + "_types.query_dsl.ScriptQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -32884,10 +32884,10 @@ } ] }, - "_types.query_dsl:ScriptScoreQuery": { + "_types.query_dsl.ScriptScoreQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32897,10 +32897,10 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -32910,10 +32910,10 @@ } ] }, - "_types.query_dsl:SemanticQuery": { + "_types.query_dsl.SemanticQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32934,10 +32934,10 @@ } ] }, - "_types.query_dsl:ShapeQuery": { + "_types.query_dsl.ShapeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32950,10 +32950,10 @@ } ] }, - "_types.query_dsl:SimpleQueryStringQuery": { + "_types.query_dsl.SimpleQueryStringQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32971,17 +32971,17 @@ "type": "boolean" }, "default_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "fields": { "description": "Array of fields you wish to search.\nAccepts wildcard expressions.\nYou also can boost relevance scores for matches to particular fields using a caret (`^`) notation.\nDefaults to the `index.query.default_field index` setting, which has a default value of `*`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "flags": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringFlags" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringFlags" }, "fuzzy_max_expansions": { "description": "Maximum number of terms to which the query expands for fuzzy matching.", @@ -33000,7 +33000,7 @@ "type": "boolean" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "query": { "description": "Query string in the simple query string syntax you wish to parse and use for search.", @@ -33017,26 +33017,26 @@ } ] }, - "_types.query_dsl:SimpleQueryStringFlags": { + "_types.query_dsl.SimpleQueryStringFlags": { "description": "Query flags can be either a single flag or a combination of flags, e.g. `OR|AND|PREFIX`", "allOf": [ { - "$ref": "#/components/schemas/_spec_utils:PipeSeparatedFlagsSimpleQueryStringFlag" + "$ref": "#/components/schemas/_spec_utils.PipeSeparatedFlagsSimpleQueryStringFlag" } ] }, - "_spec_utils:PipeSeparatedFlagsSimpleQueryStringFlag": { + "_spec_utils.PipeSeparatedFlagsSimpleQueryStringFlag": { "description": "A set of flags that can be represented as a single enum value or a set of values that are encoded\nas a pipe-separated string\n\nDepending on the target language, code generators can use this hint to generate language specific\nflags enum constructs and the corresponding (de-)serialization code.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringFlag" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringFlag" }, { "type": "string" } ] }, - "_types.query_dsl:SimpleQueryStringFlag": { + "_types.query_dsl.SimpleQueryStringFlag": { "type": "string", "enum": [ "NONE", @@ -33054,19 +33054,19 @@ "ALL" ] }, - "_types.query_dsl:SpanContainingQuery": { + "_types.query_dsl.SpanContainingQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "big": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "little": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -33076,62 +33076,62 @@ } ] }, - "_types.query_dsl:SpanQuery": { + "_types.query_dsl.SpanQuery": { "type": "object", "properties": { "span_containing": { - "$ref": "#/components/schemas/_types.query_dsl:SpanContainingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanContainingQuery" }, "span_field_masking": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFieldMaskingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFieldMaskingQuery" }, "span_first": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFirstQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFirstQuery" }, "span_gap": { - "$ref": "#/components/schemas/_types.query_dsl:SpanGapQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanGapQuery" }, "span_multi": { - "$ref": "#/components/schemas/_types.query_dsl:SpanMultiTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanMultiTermQuery" }, "span_near": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNearQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNearQuery" }, "span_not": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNotQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNotQuery" }, "span_or": { - "$ref": "#/components/schemas/_types.query_dsl:SpanOrQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanOrQuery" }, "span_term": { "description": "The equivalent of the `term` query but for use with other span queries.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:SpanTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanTermQuery" }, "minProperties": 1, "maxProperties": 1 }, "span_within": { - "$ref": "#/components/schemas/_types.query_dsl:SpanWithinQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanWithinQuery" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:SpanFieldMaskingQuery": { + "_types.query_dsl.SpanFieldMaskingQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -33141,10 +33141,10 @@ } ] }, - "_types.query_dsl:SpanFirstQuery": { + "_types.query_dsl.SpanFirstQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33154,7 +33154,7 @@ "type": "number" }, "match": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -33164,7 +33164,7 @@ } ] }, - "_types.query_dsl:SpanGapQuery": { + "_types.query_dsl.SpanGapQuery": { "description": "Can only be used as a clause in a span_near query.", "type": "object", "additionalProperties": { @@ -33173,16 +33173,16 @@ "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:SpanMultiTermQuery": { + "_types.query_dsl.SpanMultiTermQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "match": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -33191,10 +33191,10 @@ } ] }, - "_types.query_dsl:SpanNearQuery": { + "_types.query_dsl.SpanNearQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33203,7 +33203,7 @@ "description": "Array of one or more other span type queries.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "in_order": { @@ -33221,10 +33221,10 @@ } ] }, - "_types.query_dsl:SpanNotQuery": { + "_types.query_dsl.SpanNotQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33234,10 +33234,10 @@ "type": "number" }, "exclude": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "include": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "post": { "description": "The number of tokens after the include span that can’t have overlap with the exclude span.", @@ -33255,10 +33255,10 @@ } ] }, - "_types.query_dsl:SpanOrQuery": { + "_types.query_dsl.SpanOrQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33267,7 +33267,7 @@ "description": "Array of one or more other span type queries.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } } }, @@ -33277,16 +33277,16 @@ } ] }, - "_types.query_dsl:SpanTermQuery": { + "_types.query_dsl.SpanTermQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "required": [ @@ -33295,19 +33295,19 @@ } ] }, - "_types.query_dsl:SpanWithinQuery": { + "_types.query_dsl.SpanWithinQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "big": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "little": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -33317,10 +33317,10 @@ } ] }, - "_types.query_dsl:SparseVectorQuery": { + "_types.query_dsl.SparseVectorQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "externalDocs": { @@ -33331,7 +33331,7 @@ "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { "description": "The query text you want to use for search.\nIf inference_id is specified, query must also be specified.", @@ -33343,7 +33343,7 @@ "type": "boolean" }, "pruning_config": { - "$ref": "#/components/schemas/_types.query_dsl:TokenPruningConfig" + "$ref": "#/components/schemas/_types.query_dsl.TokenPruningConfig" } }, "required": [ @@ -33361,7 +33361,7 @@ } }, "inference_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "minProperties": 1, @@ -33371,7 +33371,7 @@ } ] }, - "_types.query_dsl:TokenPruningConfig": { + "_types.query_dsl.TokenPruningConfig": { "type": "object", "properties": { "tokens_freq_ratio_threshold": { @@ -33388,16 +33388,16 @@ } } }, - "_types.query_dsl:TermQuery": { + "_types.query_dsl.TermQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "case_insensitive": { "description": "Allows ASCII case insensitive matching of the value with the indexed field values when set to `true`.\nWhen `false`, the case sensitivity of matching depends on the underlying field’s mapping.", @@ -33410,38 +33410,38 @@ } ] }, - "_types.query_dsl:TermsQuery": { + "_types.query_dsl.TermsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:TermsSetQuery": { + "_types.query_dsl.TermsSetQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "minimum_should_match_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "minimum_should_match_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "terms": { "description": "Array of terms you wish to find in the provided field.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } } }, @@ -33451,10 +33451,10 @@ } ] }, - "_types.query_dsl:TextExpansionQuery": { + "_types.query_dsl.TextExpansionQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33468,7 +33468,7 @@ "type": "string" }, "pruning_config": { - "$ref": "#/components/schemas/_types.query_dsl:TokenPruningConfig" + "$ref": "#/components/schemas/_types.query_dsl.TokenPruningConfig" } }, "required": [ @@ -33478,10 +33478,10 @@ } ] }, - "_types.query_dsl:WeightedTokensQuery": { + "_types.query_dsl.WeightedTokensQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33494,7 +33494,7 @@ } }, "pruning_config": { - "$ref": "#/components/schemas/_types.query_dsl:TokenPruningConfig" + "$ref": "#/components/schemas/_types.query_dsl.TokenPruningConfig" } }, "required": [ @@ -33503,10 +33503,10 @@ } ] }, - "_types.query_dsl:WildcardQuery": { + "_types.query_dsl.WildcardQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33516,7 +33516,7 @@ "type": "boolean" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "value": { "description": "Wildcard pattern for terms you wish to find in the provided field. Required, when wildcard is not set.", @@ -33530,10 +33530,10 @@ } ] }, - "_types.query_dsl:WrapperQuery": { + "_types.query_dsl.WrapperQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33549,10 +33549,10 @@ } ] }, - "_types.query_dsl:TypeQuery": { + "_types.query_dsl.TypeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33567,23 +33567,23 @@ } ] }, - "_types.aggregations:BucketAggregationBase": { + "_types.aggregations.BucketAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object" } ] }, - "_types.aggregations:Aggregation": { + "_types.aggregations.Aggregation": { "type": "object" }, - "_types.aggregations:AutoDateHistogramAggregation": { + "_types.aggregations.AutoDateHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -33593,17 +33593,17 @@ "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "description": "The date format used to format `key_as_string` in the response.\nIf no `format` is specified, the first date format specified in the field mapping is used.", "type": "string" }, "minimum_interval": { - "$ref": "#/components/schemas/_types.aggregations:MinimumInterval" + "$ref": "#/components/schemas/_types.aggregations.MinimumInterval" }, "missing": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "offset": { "description": "Time zone specified as a ISO 8601 UTC offset.", @@ -33616,16 +33616,16 @@ } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types.aggregations:MinimumInterval": { + "_types.aggregations.MinimumInterval": { "type": "string", "enum": [ "second", @@ -33636,20 +33636,20 @@ "year" ] }, - "_types.aggregations:AverageAggregation": { + "_types.aggregations.AverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:FormatMetricAggregationBase": { + "_types.aggregations.FormatMetricAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -33661,21 +33661,21 @@ } ] }, - "_types.aggregations:MetricAggregationBase": { + "_types.aggregations.MetricAggregationBase": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, - "_types.aggregations:Missing": { + "_types.aggregations.Missing": { "oneOf": [ { "type": "string" @@ -33691,20 +33691,20 @@ } ] }, - "_types.aggregations:AverageBucketAggregation": { + "_types.aggregations.AverageBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:PipelineAggregationBase": { + "_types.aggregations.PipelineAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketPathAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketPathAggregation" }, { "type": "object", @@ -33714,13 +33714,13 @@ "type": "string" }, "gap_policy": { - "$ref": "#/components/schemas/_types.aggregations:GapPolicy" + "$ref": "#/components/schemas/_types.aggregations.GapPolicy" } } } ] }, - "_types.aggregations:GapPolicy": { + "_types.aggregations.GapPolicy": { "type": "string", "enum": [ "skip", @@ -33728,22 +33728,22 @@ "keep_values" ] }, - "_types.aggregations:BucketPathAggregation": { + "_types.aggregations.BucketPathAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "buckets_path": { - "$ref": "#/components/schemas/_types.aggregations:BucketsPath" + "$ref": "#/components/schemas/_types.aggregations.BucketsPath" } } } ] }, - "_types.aggregations:BucketsPath": { + "_types.aggregations.BucketsPath": { "description": "Buckets path can be expressed in different ways, and an aggregation may accept some or all of these\nforms depending on its type. Please refer to each aggregation's documentation to know what buckets\npath forms they accept.", "oneOf": [ { @@ -33763,10 +33763,10 @@ } ] }, - "_types.aggregations:BoxplotAggregation": { + "_types.aggregations.BoxplotAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -33779,40 +33779,40 @@ } ] }, - "_types.aggregations:BucketScriptAggregation": { + "_types.aggregations.BucketScriptAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } } ] }, - "_types.aggregations:BucketSelectorAggregation": { + "_types.aggregations.BucketSelectorAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } } ] }, - "_types.aggregations:BucketSortAggregation": { + "_types.aggregations.BucketSortAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", @@ -33822,23 +33822,23 @@ "type": "number" }, "gap_policy": { - "$ref": "#/components/schemas/_types.aggregations:GapPolicy" + "$ref": "#/components/schemas/_types.aggregations.GapPolicy" }, "size": { "description": "The number of buckets to return.\nDefaults to all buckets of the parent aggregation.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" } } } ] }, - "_types.aggregations:BucketKsAggregation": { + "_types.aggregations.BucketKsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketPathAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketPathAggregation" }, { "type": "object", @@ -33865,16 +33865,16 @@ } ] }, - "_types.aggregations:BucketCorrelationAggregation": { + "_types.aggregations.BucketCorrelationAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketPathAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketPathAggregation" }, { "type": "object", "properties": { "function": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationFunction" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationFunction" } }, "required": [ @@ -33883,29 +33883,29 @@ } ] }, - "_types.aggregations:BucketCorrelationFunction": { + "_types.aggregations.BucketCorrelationFunction": { "type": "object", "properties": { "count_correlation": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationFunctionCountCorrelation" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationFunctionCountCorrelation" } }, "required": [ "count_correlation" ] }, - "_types.aggregations:BucketCorrelationFunctionCountCorrelation": { + "_types.aggregations.BucketCorrelationFunctionCountCorrelation": { "type": "object", "properties": { "indicator": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationFunctionCountCorrelationIndicator" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationFunctionCountCorrelationIndicator" } }, "required": [ "indicator" ] }, - "_types.aggregations:BucketCorrelationFunctionCountCorrelationIndicator": { + "_types.aggregations.BucketCorrelationFunctionCountCorrelationIndicator": { "type": "object", "properties": { "doc_count": { @@ -33932,10 +33932,10 @@ "expectations" ] }, - "_types.aggregations:CardinalityAggregation": { + "_types.aggregations.CardinalityAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -33948,13 +33948,13 @@ "type": "boolean" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:CardinalityExecutionMode" + "$ref": "#/components/schemas/_types.aggregations.CardinalityExecutionMode" } } } ] }, - "_types.aggregations:CardinalityExecutionMode": { + "_types.aggregations.CardinalityExecutionMode": { "type": "string", "enum": [ "global_ordinals", @@ -33964,16 +33964,16 @@ "save_time_heuristic" ] }, - "_types.aggregations:CategorizeTextAggregation": { + "_types.aggregations.CategorizeTextAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "max_unique_tokens": { "description": "The maximum number of unique tokens at any position up to max_matched_tokens. Must be larger than 1.\nSmaller values use less memory and create fewer categories. Larger values will use more memory and\ncreate narrower categories. Max allowed value is 100.", @@ -33995,7 +33995,7 @@ } }, "categorization_analyzer": { - "$ref": "#/components/schemas/_types.aggregations:CategorizeTextAnalyzer" + "$ref": "#/components/schemas/_types.aggregations.CategorizeTextAnalyzer" }, "shard_size": { "description": "The number of categorization buckets to return from each shard before merging all the results.", @@ -34020,17 +34020,17 @@ } ] }, - "_types.aggregations:CategorizeTextAnalyzer": { + "_types.aggregations.CategorizeTextAnalyzer": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.aggregations:CustomCategorizeTextAnalyzer" + "$ref": "#/components/schemas/_types.aggregations.CustomCategorizeTextAnalyzer" } ] }, - "_types.aggregations:CustomCategorizeTextAnalyzer": { + "_types.aggregations.CustomCategorizeTextAnalyzer": { "type": "object", "properties": { "char_filter": { @@ -34050,31 +34050,31 @@ } } }, - "_types.aggregations:ChildrenAggregation": { + "_types.aggregations.ChildrenAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } } ] }, - "_types.aggregations:CompositeAggregation": { + "_types.aggregations.CompositeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregateKey" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregateKey" }, "size": { "description": "The number of composite buckets that should be returned.", @@ -34086,7 +34086,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationSource" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationSource" } } } @@ -34094,57 +34094,57 @@ } ] }, - "_types.aggregations:CompositeAggregationSource": { + "_types.aggregations.CompositeAggregationSource": { "type": "object", "properties": { "terms": { - "$ref": "#/components/schemas/_types.aggregations:CompositeTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeTermsAggregation" }, "histogram": { - "$ref": "#/components/schemas/_types.aggregations:CompositeHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeHistogramAggregation" }, "date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:CompositeDateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeDateHistogramAggregation" }, "geotile_grid": { - "$ref": "#/components/schemas/_types.aggregations:CompositeGeoTileGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeGeoTileGridAggregation" } } }, - "_types.aggregations:CompositeTermsAggregation": { + "_types.aggregations.CompositeTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:CompositeAggregationBase": { + "_types.aggregations.CompositeAggregationBase": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing_bucket": { "type": "boolean" }, "missing_order": { - "$ref": "#/components/schemas/_types.aggregations:MissingOrder" + "$ref": "#/components/schemas/_types.aggregations.MissingOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "value_type": { - "$ref": "#/components/schemas/_types.aggregations:ValueType" + "$ref": "#/components/schemas/_types.aggregations.ValueType" }, "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" } } }, - "_types.aggregations:MissingOrder": { + "_types.aggregations.MissingOrder": { "type": "string", "enum": [ "first", @@ -34152,7 +34152,7 @@ "default" ] }, - "_types.aggregations:ValueType": { + "_types.aggregations.ValueType": { "type": "string", "enum": [ "string", @@ -34167,10 +34167,10 @@ "boolean" ] }, - "_types.aggregations:CompositeHistogramAggregation": { + "_types.aggregations.CompositeHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object", @@ -34185,10 +34185,10 @@ } ] }, - "_types.aggregations:CompositeDateHistogramAggregation": { + "_types.aggregations.CompositeDateHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object", @@ -34197,25 +34197,25 @@ "type": "string" }, "calendar_interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" }, "fixed_interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" }, "offset": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types.aggregations:CompositeGeoTileGridAggregation": { + "_types.aggregations.CompositeGeoTileGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object", @@ -34224,74 +34224,74 @@ "type": "number" }, "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" } } } ] }, - "_types.aggregations:CumulativeCardinalityAggregation": { + "_types.aggregations.CumulativeCardinalityAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:CumulativeSumAggregation": { + "_types.aggregations.CumulativeSumAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:DateHistogramAggregation": { + "_types.aggregations.DateHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "calendar_interval": { - "$ref": "#/components/schemas/_types.aggregations:CalendarInterval" + "$ref": "#/components/schemas/_types.aggregations.CalendarInterval" }, "extended_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsFieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsFieldDateMath" }, "hard_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsFieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsFieldDateMath" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "fixed_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "format": { "description": "The date format used to format `key_as_string` in the response.\nIf no `format` is specified, the first date format specified in the field mapping is used.", "type": "string" }, "interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "min_doc_count": { "description": "Only returns buckets that have `min_doc_count` number of documents.\nBy default, all buckets between the first bucket that matches documents and the last one are returned.", "type": "number" }, "missing": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "offset": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "params": { "type": "object", @@ -34300,10 +34300,10 @@ } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "keyed": { "description": "Set to `true` to associate a unique string key with each bucket and return the ranges as a hash rather than an array.", @@ -34313,7 +34313,7 @@ } ] }, - "_types.aggregations:CalendarInterval": { + "_types.aggregations.CalendarInterval": { "type": "string", "enum": [ "second", @@ -34334,34 +34334,34 @@ "1y" ] }, - "_types.aggregations:ExtendedBoundsFieldDateMath": { + "_types.aggregations.ExtendedBoundsFieldDateMath": { "type": "object", "properties": { "max": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" }, "min": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" } } }, - "_types.aggregations:FieldDateMath": { + "_types.aggregations.FieldDateMath": { "description": "A date range limit, represented either as a DateMath expression or a number expressed\naccording to the target field's precision.", "oneOf": [ { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, { "type": "number" } ] }, - "_types.aggregations:AggregateOrder": { + "_types.aggregations.AggregateOrder": { "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "minProperties": 1, "maxProperties": 1 @@ -34371,7 +34371,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "minProperties": 1, "maxProperties": 1 @@ -34379,33 +34379,33 @@ } ] }, - "_types.aggregations:DateRangeAggregation": { + "_types.aggregations.DateRangeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "description": "The date format used to format `from` and `to` in the response.", "type": "string" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "ranges": { "description": "Array of date ranges.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:DateRangeExpression" + "$ref": "#/components/schemas/_types.aggregations.DateRangeExpression" } }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "keyed": { "description": "Set to `true` to associate a unique string key with each bucket and returns the ranges as a hash rather than an array.", @@ -34415,61 +34415,61 @@ } ] }, - "_types.aggregations:DateRangeExpression": { + "_types.aggregations.DateRangeExpression": { "type": "object", "properties": { "from": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" }, "key": { "description": "Custom key to return the range with.", "type": "string" }, "to": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" } } }, - "_types.aggregations:DerivativeAggregation": { + "_types.aggregations.DerivativeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:DiversifiedSamplerAggregation": { + "_types.aggregations.DiversifiedSamplerAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:SamplerAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.SamplerAggregationExecutionHint" }, "max_docs_per_value": { "description": "Limits how many documents are permitted per choice of de-duplicating value.", "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "shard_size": { "description": "Limits how many top-scoring documents are collected in the sample processed on each shard.", "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } } ] }, - "_types.aggregations:SamplerAggregationExecutionHint": { + "_types.aggregations.SamplerAggregationExecutionHint": { "type": "string", "enum": [ "map", @@ -34477,10 +34477,10 @@ "bytes_hash" ] }, - "_types.aggregations:ExtendedStatsAggregation": { + "_types.aggregations.ExtendedStatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -34493,10 +34493,10 @@ } ] }, - "_types.aggregations:ExtendedStatsBucketAggregation": { + "_types.aggregations.ExtendedStatsBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -34509,14 +34509,14 @@ } ] }, - "_types.aggregations:FrequentItemSetsAggregation": { + "_types.aggregations.FrequentItemSetsAggregation": { "type": "object", "properties": { "fields": { "description": "Fields to analyze.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsField" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsField" } }, "minimum_set_size": { @@ -34532,31 +34532,31 @@ "type": "number" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ "fields" ] }, - "_types.aggregations:FrequentItemSetsField": { + "_types.aggregations.FrequentItemSetsField": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" } }, "required": [ "field" ] }, - "_types.aggregations:TermsExclude": { + "_types.aggregations.TermsExclude": { "oneOf": [ { "type": "string" @@ -34569,7 +34569,7 @@ } ] }, - "_types.aggregations:TermsInclude": { + "_types.aggregations.TermsInclude": { "oneOf": [ { "type": "string" @@ -34581,11 +34581,11 @@ } }, { - "$ref": "#/components/schemas/_types.aggregations:TermsPartition" + "$ref": "#/components/schemas/_types.aggregations.TermsPartition" } ] }, - "_types.aggregations:TermsPartition": { + "_types.aggregations.TermsPartition": { "type": "object", "properties": { "num_partitions": { @@ -34602,16 +34602,16 @@ "partition" ] }, - "_types.aggregations:FiltersAggregation": { + "_types.aggregations.FiltersAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "filters": { - "$ref": "#/components/schemas/_types.aggregations:BucketsQueryContainer" + "$ref": "#/components/schemas/_types.aggregations.BucketsQueryContainer" }, "other_bucket": { "description": "Set to `true` to add a bucket to the response which will contain all documents that do not match any of the given filters.", @@ -34629,27 +34629,27 @@ } ] }, - "_types.aggregations:BucketsQueryContainer": { + "_types.aggregations.BucketsQueryContainer": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] }, - "_types.aggregations:GeoBoundsAggregation": { + "_types.aggregations.GeoBoundsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -34662,10 +34662,10 @@ } ] }, - "_types.aggregations:GeoCentroidAggregation": { + "_types.aggregations.GeoCentroidAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -34674,44 +34674,44 @@ "type": "number" }, "location": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } } } ] }, - "_types.aggregations:GeoDistanceAggregation": { + "_types.aggregations.GeoDistanceAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "distance_type": { - "$ref": "#/components/schemas/_types:GeoDistanceType" + "$ref": "#/components/schemas/_types.GeoDistanceType" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "origin": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "ranges": { "description": "An array of ranges used to bucket documents.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:AggregationRange" + "$ref": "#/components/schemas/_types.aggregations.AggregationRange" } }, "unit": { - "$ref": "#/components/schemas/_types:DistanceUnit" + "$ref": "#/components/schemas/_types.DistanceUnit" } } } ] }, - "_types.aggregations:AggregationRange": { + "_types.aggregations.AggregationRange": { "type": "object", "properties": { "from": { @@ -34744,22 +34744,22 @@ } } }, - "_types.aggregations:GeoHashGridAggregation": { + "_types.aggregations.GeoHashGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision": { - "$ref": "#/components/schemas/_types:GeoHashPrecision" + "$ref": "#/components/schemas/_types.GeoHashPrecision" }, "shard_size": { "description": "Allows for more accurate counting of the top cells returned in the final result the aggregation.\nDefaults to returning `max(10,(size x number-of-shards))` buckets from each shard.", @@ -34773,7 +34773,7 @@ } ] }, - "_types:GeoHashPrecision": { + "_types.GeoHashPrecision": { "description": "A precision that can be expressed as a geohash length between 1 and 12, or a distance measure like \"1km\", \"10m\".", "oneOf": [ { @@ -34784,21 +34784,21 @@ } ] }, - "_types.aggregations:GeoLineAggregation": { + "_types.aggregations.GeoLineAggregation": { "type": "object", "properties": { "point": { - "$ref": "#/components/schemas/_types.aggregations:GeoLinePoint" + "$ref": "#/components/schemas/_types.aggregations.GeoLinePoint" }, "sort": { - "$ref": "#/components/schemas/_types.aggregations:GeoLineSort" + "$ref": "#/components/schemas/_types.aggregations.GeoLineSort" }, "include_sort": { "description": "When `true`, returns an additional array of the sort values in the feature properties.", "type": "boolean" }, "sort_order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "size": { "description": "The maximum length of the line represented in the aggregation.\nValid sizes are between 1 and 10000.", @@ -34810,41 +34810,41 @@ "sort" ] }, - "_types.aggregations:GeoLinePoint": { + "_types.aggregations.GeoLinePoint": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "_types.aggregations:GeoLineSort": { + "_types.aggregations.GeoLineSort": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "_types.aggregations:GeoTileGridAggregation": { + "_types.aggregations.GeoTileGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision": { - "$ref": "#/components/schemas/_types:GeoTilePrecision" + "$ref": "#/components/schemas/_types.GeoTilePrecision" }, "shard_size": { "description": "Allows for more accurate counting of the top cells returned in the final result the aggregation.\nDefaults to returning `max(10,(size x number-of-shards))` buckets from each shard.", @@ -34855,32 +34855,32 @@ "type": "number" }, "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" } } } ] }, - "_types:GeoTilePrecision": { + "_types.GeoTilePrecision": { "type": "number" }, - "_types.aggregations:GeohexGridAggregation": { + "_types.aggregations.GeohexGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision": { "description": "Integer zoom of the key used to defined cells or buckets\nin the results. Value should be between 0-15.", "type": "number" }, "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" }, "size": { "description": "Maximum number of buckets to return.", @@ -34897,32 +34897,32 @@ } ] }, - "_types.aggregations:GlobalAggregation": { + "_types.aggregations.GlobalAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:HistogramAggregation": { + "_types.aggregations.HistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "extended_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsdouble" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsdouble" }, "hard_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsdouble" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsdouble" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "interval": { "description": "The interval for the buckets.\nMust be a positive decimal.", @@ -34941,10 +34941,10 @@ "type": "number" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "format": { "type": "string" @@ -34957,7 +34957,7 @@ } ] }, - "_types.aggregations:ExtendedBoundsdouble": { + "_types.aggregations.ExtendedBoundsdouble": { "type": "object", "properties": { "max": { @@ -34970,29 +34970,29 @@ } } }, - "_types.aggregations:IpRangeAggregation": { + "_types.aggregations.IpRangeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ranges": { "description": "Array of IP ranges.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeAggregationRange" + "$ref": "#/components/schemas/_types.aggregations.IpRangeAggregationRange" } } } } ] }, - "_types.aggregations:IpRangeAggregationRange": { + "_types.aggregations.IpRangeAggregationRange": { "type": "object", "properties": { "from": { @@ -35025,16 +35025,16 @@ } } }, - "_types.aggregations:IpPrefixAggregation": { + "_types.aggregations.IpPrefixAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "prefix_length": { "description": "Length of the network prefix. For IPv4 addresses the accepted range is [0, 32].\nFor IPv6 addresses the accepted range is [0, 128].", @@ -35064,19 +35064,19 @@ } ] }, - "_types.aggregations:InferenceAggregation": { + "_types.aggregations.InferenceAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "model_id": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "inference_config": { - "$ref": "#/components/schemas/_types.aggregations:InferenceConfigContainer" + "$ref": "#/components/schemas/_types.aggregations.InferenceConfigContainer" } }, "required": [ @@ -35085,24 +35085,24 @@ } ] }, - "_types.aggregations:InferenceConfigContainer": { + "_types.aggregations.InferenceConfigContainer": { "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ml._types:RegressionInferenceOptions" + "$ref": "#/components/schemas/ml._types.RegressionInferenceOptions" }, "classification": { - "$ref": "#/components/schemas/ml._types:ClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ClassificationInferenceOptions" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:RegressionInferenceOptions": { + "ml._types.RegressionInferenceOptions": { "type": "object", "properties": { "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "num_top_feature_importance_values": { "description": "Specifies the maximum number of feature importance values per document.", @@ -35110,7 +35110,7 @@ } } }, - "ml._types:ClassificationInferenceOptions": { + "ml._types.ClassificationInferenceOptions": { "type": "object", "properties": { "num_top_classes": { @@ -35135,31 +35135,31 @@ } } }, - "_types.aggregations:MatrixStatsAggregation": { + "_types.aggregations.MatrixStatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MatrixAggregation" + "$ref": "#/components/schemas/_types.aggregations.MatrixAggregation" }, { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/_types:SortMode" + "$ref": "#/components/schemas/_types.SortMode" } } } ] }, - "_types.aggregations:MatrixAggregation": { + "_types.aggregations.MatrixAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "missing": { "description": "The value to apply to documents that do not have a value.\nBy default, documents without a value are ignored.", @@ -35172,30 +35172,30 @@ } ] }, - "_types.aggregations:MaxAggregation": { + "_types.aggregations.MaxAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MaxBucketAggregation": { + "_types.aggregations.MaxBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MedianAbsoluteDeviationAggregation": { + "_types.aggregations.MedianAbsoluteDeviationAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -35208,70 +35208,70 @@ } ] }, - "_types.aggregations:MinAggregation": { + "_types.aggregations.MinAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MinBucketAggregation": { + "_types.aggregations.MinBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MissingAggregation": { + "_types.aggregations.MissingAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" } } } ] }, - "_types.aggregations:MovingAverageAggregation": { + "_types.aggregations.MovingAverageAggregation": { "discriminator": { "propertyName": "model" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:LinearMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.LinearMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:SimpleMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.SimpleMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:EwmaMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.EwmaMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:HoltMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.HoltMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:HoltWintersMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.HoltWintersMovingAverageAggregation" } ] }, - "_types.aggregations:LinearMovingAverageAggregation": { + "_types.aggregations.LinearMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -35283,7 +35283,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" } }, "required": [ @@ -35293,13 +35293,13 @@ } ] }, - "_types:EmptyObject": { + "_types.EmptyObject": { "type": "object" }, - "_types.aggregations:MovingAverageAggregationBase": { + "_types.aggregations.MovingAverageAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -35317,10 +35317,10 @@ } ] }, - "_types.aggregations:SimpleMovingAverageAggregation": { + "_types.aggregations.SimpleMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -35332,7 +35332,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" } }, "required": [ @@ -35342,10 +35342,10 @@ } ] }, - "_types.aggregations:EwmaMovingAverageAggregation": { + "_types.aggregations.EwmaMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -35357,7 +35357,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types.aggregations:EwmaModelSettings" + "$ref": "#/components/schemas/_types.aggregations.EwmaModelSettings" } }, "required": [ @@ -35367,7 +35367,7 @@ } ] }, - "_types.aggregations:EwmaModelSettings": { + "_types.aggregations.EwmaModelSettings": { "type": "object", "properties": { "alpha": { @@ -35375,10 +35375,10 @@ } } }, - "_types.aggregations:HoltMovingAverageAggregation": { + "_types.aggregations.HoltMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -35390,7 +35390,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types.aggregations:HoltLinearModelSettings" + "$ref": "#/components/schemas/_types.aggregations.HoltLinearModelSettings" } }, "required": [ @@ -35400,7 +35400,7 @@ } ] }, - "_types.aggregations:HoltLinearModelSettings": { + "_types.aggregations.HoltLinearModelSettings": { "type": "object", "properties": { "alpha": { @@ -35411,10 +35411,10 @@ } } }, - "_types.aggregations:HoltWintersMovingAverageAggregation": { + "_types.aggregations.HoltWintersMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -35426,7 +35426,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types.aggregations:HoltWintersModelSettings" + "$ref": "#/components/schemas/_types.aggregations.HoltWintersModelSettings" } }, "required": [ @@ -35436,7 +35436,7 @@ } ] }, - "_types.aggregations:HoltWintersModelSettings": { + "_types.aggregations.HoltWintersModelSettings": { "type": "object", "properties": { "alpha": { @@ -35455,21 +35455,21 @@ "type": "number" }, "type": { - "$ref": "#/components/schemas/_types.aggregations:HoltWintersType" + "$ref": "#/components/schemas/_types.aggregations.HoltWintersType" } } }, - "_types.aggregations:HoltWintersType": { + "_types.aggregations.HoltWintersType": { "type": "string", "enum": [ "add", "mult" ] }, - "_types.aggregations:MovingPercentilesAggregation": { + "_types.aggregations.MovingPercentilesAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -35489,10 +35489,10 @@ } ] }, - "_types.aggregations:MovingFunctionAggregation": { + "_types.aggregations.MovingFunctionAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -35513,19 +35513,19 @@ } ] }, - "_types.aggregations:MultiTermsAggregation": { + "_types.aggregations.MultiTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "collect_mode": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationCollectMode" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationCollectMode" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "min_doc_count": { "description": "The minimum number of documents in a bucket for it to be returned.", @@ -35551,7 +35551,7 @@ "description": "The field from which to generate sets of terms.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermLookup" + "$ref": "#/components/schemas/_types.aggregations.MultiTermLookup" } } }, @@ -35561,58 +35561,58 @@ } ] }, - "_types.aggregations:TermsAggregationCollectMode": { + "_types.aggregations.TermsAggregationCollectMode": { "type": "string", "enum": [ "depth_first", "breadth_first" ] }, - "_types.aggregations:MultiTermLookup": { + "_types.aggregations.MultiTermLookup": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" } }, "required": [ "field" ] }, - "_types.aggregations:NestedAggregation": { + "_types.aggregations.NestedAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } } ] }, - "_types.aggregations:NormalizeAggregation": { + "_types.aggregations.NormalizeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "method": { - "$ref": "#/components/schemas/_types.aggregations:NormalizeMethod" + "$ref": "#/components/schemas/_types.aggregations.NormalizeMethod" } } } ] }, - "_types.aggregations:NormalizeMethod": { + "_types.aggregations.NormalizeMethod": { "type": "string", "enum": [ "rescale_0_1", @@ -35623,25 +35623,25 @@ "softmax" ] }, - "_types.aggregations:ParentAggregation": { + "_types.aggregations.ParentAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } } ] }, - "_types.aggregations:PercentileRanksAggregation": { + "_types.aggregations.PercentileRanksAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -35666,16 +35666,16 @@ ] }, "hdr": { - "$ref": "#/components/schemas/_types.aggregations:HdrMethod" + "$ref": "#/components/schemas/_types.aggregations.HdrMethod" }, "tdigest": { - "$ref": "#/components/schemas/_types.aggregations:TDigest" + "$ref": "#/components/schemas/_types.aggregations.TDigest" } } } ] }, - "_types.aggregations:HdrMethod": { + "_types.aggregations.HdrMethod": { "type": "object", "properties": { "number_of_significant_value_digits": { @@ -35684,7 +35684,7 @@ } } }, - "_types.aggregations:TDigest": { + "_types.aggregations.TDigest": { "type": "object", "properties": { "compression": { @@ -35693,10 +35693,10 @@ } } }, - "_types.aggregations:PercentilesAggregation": { + "_types.aggregations.PercentilesAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -35713,19 +35713,19 @@ } }, "hdr": { - "$ref": "#/components/schemas/_types.aggregations:HdrMethod" + "$ref": "#/components/schemas/_types.aggregations.HdrMethod" }, "tdigest": { - "$ref": "#/components/schemas/_types.aggregations:TDigest" + "$ref": "#/components/schemas/_types.aggregations.TDigest" } } } ] }, - "_types.aggregations:PercentilesBucketAggregation": { + "_types.aggregations.PercentilesBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -35741,16 +35741,16 @@ } ] }, - "_types.aggregations:RangeAggregation": { + "_types.aggregations.RangeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { "description": "The value to apply to documents that do not have a value.\nBy default, documents without a value are ignored.", @@ -35760,11 +35760,11 @@ "description": "An array of ranges used to bucket documents.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:AggregationRange" + "$ref": "#/components/schemas/_types.aggregations.AggregationRange" } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "keyed": { "description": "Set to `true` to associate a unique string key with each bucket and return the ranges as a hash rather than an array.", @@ -35777,29 +35777,29 @@ } ] }, - "_types.aggregations:RareTermsAggregation": { + "_types.aggregations.RareTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "max_doc_count": { "description": "The maximum number of documents a term should appear in.", "type": "number" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "precision": { "description": "The precision of the internal CuckooFilters.\nSmaller precision leads to better approximation, but higher memory usage.", @@ -35812,50 +35812,50 @@ } ] }, - "_types.aggregations:RateAggregation": { + "_types.aggregations.RateAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", "properties": { "unit": { - "$ref": "#/components/schemas/_types.aggregations:CalendarInterval" + "$ref": "#/components/schemas/_types.aggregations.CalendarInterval" }, "mode": { - "$ref": "#/components/schemas/_types.aggregations:RateMode" + "$ref": "#/components/schemas/_types.aggregations.RateMode" } } } ] }, - "_types.aggregations:RateMode": { + "_types.aggregations.RateMode": { "type": "string", "enum": [ "sum", "value_count" ] }, - "_types.aggregations:ReverseNestedAggregation": { + "_types.aggregations.ReverseNestedAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } } ] }, - "_types.aggregations:SamplerAggregation": { + "_types.aggregations.SamplerAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -35868,22 +35868,22 @@ } ] }, - "_types.aggregations:ScriptedMetricAggregation": { + "_types.aggregations.ScriptedMetricAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", "properties": { "combine_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "init_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "map_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "params": { "description": "A global object with script parameters for `init`, `map` and `combine` scripts.\nIt is shared between the scripts.", @@ -35893,16 +35893,16 @@ } }, "reduce_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } } ] }, - "_types.aggregations:SerialDifferencingAggregation": { + "_types.aggregations.SerialDifferencingAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -35915,50 +35915,50 @@ } ] }, - "_types.aggregations:SignificantTermsAggregation": { + "_types.aggregations.SignificantTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "background_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "chi_square": { - "$ref": "#/components/schemas/_types.aggregations:ChiSquareHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ChiSquareHeuristic" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationExecutionHint" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "gnd": { - "$ref": "#/components/schemas/_types.aggregations:GoogleNormalizedDistanceHeuristic" + "$ref": "#/components/schemas/_types.aggregations.GoogleNormalizedDistanceHeuristic" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "jlh": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" }, "min_doc_count": { "description": "Only return terms that are found in more than `min_doc_count` hits.", "type": "number" }, "mutual_information": { - "$ref": "#/components/schemas/_types.aggregations:MutualInformationHeuristic" + "$ref": "#/components/schemas/_types.aggregations.MutualInformationHeuristic" }, "percentage": { - "$ref": "#/components/schemas/_types.aggregations:PercentageScoreHeuristic" + "$ref": "#/components/schemas/_types.aggregations.PercentageScoreHeuristic" }, "script_heuristic": { - "$ref": "#/components/schemas/_types.aggregations:ScriptedHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ScriptedHeuristic" }, "shard_min_doc_count": { "description": "Regulates the certainty a shard has if the term should actually be added to the candidate list or not with respect to the `min_doc_count`.\nTerms will only be considered if their local shard frequency within the set is higher than the `shard_min_doc_count`.", @@ -35976,7 +35976,7 @@ } ] }, - "_types.aggregations:ChiSquareHeuristic": { + "_types.aggregations.ChiSquareHeuristic": { "type": "object", "properties": { "background_is_superset": { @@ -35993,7 +35993,7 @@ "include_negatives" ] }, - "_types.aggregations:TermsAggregationExecutionHint": { + "_types.aggregations.TermsAggregationExecutionHint": { "type": "string", "enum": [ "map", @@ -36002,7 +36002,7 @@ "global_ordinals_low_cardinality" ] }, - "_types.aggregations:GoogleNormalizedDistanceHeuristic": { + "_types.aggregations.GoogleNormalizedDistanceHeuristic": { "type": "object", "properties": { "background_is_superset": { @@ -36011,7 +36011,7 @@ } } }, - "_types.aggregations:MutualInformationHeuristic": { + "_types.aggregations.MutualInformationHeuristic": { "type": "object", "properties": { "background_is_superset": { @@ -36024,68 +36024,68 @@ } } }, - "_types.aggregations:PercentageScoreHeuristic": { + "_types.aggregations.PercentageScoreHeuristic": { "type": "object" }, - "_types.aggregations:ScriptedHeuristic": { + "_types.aggregations.ScriptedHeuristic": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "script" ] }, - "_types.aggregations:SignificantTextAggregation": { + "_types.aggregations.SignificantTextAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "background_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "chi_square": { - "$ref": "#/components/schemas/_types.aggregations:ChiSquareHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ChiSquareHeuristic" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationExecutionHint" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "filter_duplicate_text": { "description": "Whether to out duplicate text to deal with noisy data.", "type": "boolean" }, "gnd": { - "$ref": "#/components/schemas/_types.aggregations:GoogleNormalizedDistanceHeuristic" + "$ref": "#/components/schemas/_types.aggregations.GoogleNormalizedDistanceHeuristic" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "jlh": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" }, "min_doc_count": { "description": "Only return values that are found in more than `min_doc_count` hits.", "type": "number" }, "mutual_information": { - "$ref": "#/components/schemas/_types.aggregations:MutualInformationHeuristic" + "$ref": "#/components/schemas/_types.aggregations.MutualInformationHeuristic" }, "percentage": { - "$ref": "#/components/schemas/_types.aggregations:PercentageScoreHeuristic" + "$ref": "#/components/schemas/_types.aggregations.PercentageScoreHeuristic" }, "script_heuristic": { - "$ref": "#/components/schemas/_types.aggregations:ScriptedHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ScriptedHeuristic" }, "shard_min_doc_count": { "description": "Regulates the certainty a shard has if the values should actually be added to the candidate list or not with respect to the min_doc_count.\nValues will only be considered if their local shard frequency within the set is higher than the `shard_min_doc_count`.", @@ -36100,36 +36100,36 @@ "type": "number" }, "source_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } } ] }, - "_types.aggregations:StatsAggregation": { + "_types.aggregations.StatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:StatsBucketAggregation": { + "_types.aggregations.StatsBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:StringStatsAggregation": { + "_types.aggregations.StringStatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -36142,58 +36142,58 @@ } ] }, - "_types.aggregations:SumAggregation": { + "_types.aggregations.SumAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:SumBucketAggregation": { + "_types.aggregations.SumBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregation": { + "_types.aggregations.TermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "collect_mode": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationCollectMode" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationCollectMode" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationExecutionHint" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "min_doc_count": { "description": "Only return values that are found in more than `min_doc_count` hits.", "type": "number" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "missing_order": { - "$ref": "#/components/schemas/_types.aggregations:MissingOrder" + "$ref": "#/components/schemas/_types.aggregations.MissingOrder" }, "missing_bucket": { "type": "boolean" @@ -36203,10 +36203,10 @@ "type": "string" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "shard_min_doc_count": { "description": "Regulates the certainty a shard has if the term should actually be added to the candidate list or not with respect to the `min_doc_count`.\nTerms will only be considered if their local shard frequency within the set is higher than the `shard_min_doc_count`.", @@ -36231,10 +36231,10 @@ } ] }, - "_types.aggregations:TimeSeriesAggregation": { + "_types.aggregations.TimeSeriesAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -36251,10 +36251,10 @@ } ] }, - "_types.aggregations:TopHitsAggregation": { + "_types.aggregations.TopHitsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -36263,7 +36263,7 @@ "description": "Fields for which to return doc values.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "explain": { @@ -36274,7 +36274,7 @@ "description": "Array of wildcard (*) patterns. The request returns values for field names\nmatching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "from": { @@ -36282,13 +36282,13 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "script_fields": { "description": "Returns the result of one or more script evaluations for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "size": { @@ -36296,13 +36296,13 @@ "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "track_scores": { "description": "If `true`, calculates and returns document scores, even if the scores are not used for sorting.", @@ -36320,45 +36320,45 @@ } ] }, - "_types.aggregations:TTestAggregation": { + "_types.aggregations.TTestAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "a": { - "$ref": "#/components/schemas/_types.aggregations:TestPopulation" + "$ref": "#/components/schemas/_types.aggregations.TestPopulation" }, "b": { - "$ref": "#/components/schemas/_types.aggregations:TestPopulation" + "$ref": "#/components/schemas/_types.aggregations.TestPopulation" }, "type": { - "$ref": "#/components/schemas/_types.aggregations:TTestType" + "$ref": "#/components/schemas/_types.aggregations.TTestType" } } } ] }, - "_types.aggregations:TestPopulation": { + "_types.aggregations.TestPopulation": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ "field" ] }, - "_types.aggregations:TTestType": { + "_types.aggregations.TTestType": { "type": "string", "enum": [ "paired", @@ -36366,10 +36366,10 @@ "heteroscedastic" ] }, - "_types.aggregations:TopMetricsAggregation": { + "_types.aggregations.TopMetricsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -36378,12 +36378,12 @@ "description": "The fields of the top document to return.", "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsValue" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsValue" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsValue" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsValue" } } ] @@ -36393,37 +36393,37 @@ "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" } } } ] }, - "_types.aggregations:TopMetricsValue": { + "_types.aggregations.TopMetricsValue": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "_types.aggregations:ValueCountAggregation": { + "_types.aggregations.ValueCountAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormattableMetricAggregation" + "$ref": "#/components/schemas/_types.aggregations.FormattableMetricAggregation" }, { "type": "object" } ] }, - "_types.aggregations:FormattableMetricAggregation": { + "_types.aggregations.FormattableMetricAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -36435,10 +36435,10 @@ } ] }, - "_types.aggregations:WeightedAverageAggregation": { + "_types.aggregations.WeightedAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", @@ -36448,38 +36448,38 @@ "type": "string" }, "value": { - "$ref": "#/components/schemas/_types.aggregations:WeightedAverageValue" + "$ref": "#/components/schemas/_types.aggregations.WeightedAverageValue" }, "value_type": { - "$ref": "#/components/schemas/_types.aggregations:ValueType" + "$ref": "#/components/schemas/_types.aggregations.ValueType" }, "weight": { - "$ref": "#/components/schemas/_types.aggregations:WeightedAverageValue" + "$ref": "#/components/schemas/_types.aggregations.WeightedAverageValue" } } } ] }, - "_types.aggregations:WeightedAverageValue": { + "_types.aggregations.WeightedAverageValue": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { "description": "A value or weight to use if the field is missing.", "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, - "_types.aggregations:VariableWidthHistogramAggregation": { + "_types.aggregations.VariableWidthHistogramAggregation": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "buckets": { "description": "The target number of buckets.", @@ -36494,11 +36494,11 @@ "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, - "_types:Refresh": { + "_types.Refresh": { "type": "string", "enum": [ "true", @@ -36506,56 +36506,56 @@ "wait_for" ] }, - "_types:WaitForActiveShards": { + "_types.WaitForActiveShards": { "oneOf": [ { "type": "number" }, { - "$ref": "#/components/schemas/_types:WaitForActiveShardOptions" + "$ref": "#/components/schemas/_types.WaitForActiveShardOptions" } ] }, - "_types:WaitForActiveShardOptions": { + "_types.WaitForActiveShardOptions": { "type": "string", "enum": [ "all", "index-setting" ] }, - "_global.bulk:OperationContainer": { + "_global.bulk.OperationContainer": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_global.bulk:IndexOperation" + "$ref": "#/components/schemas/_global.bulk.IndexOperation" }, "create": { - "$ref": "#/components/schemas/_global.bulk:CreateOperation" + "$ref": "#/components/schemas/_global.bulk.CreateOperation" }, "update": { - "$ref": "#/components/schemas/_global.bulk:UpdateOperation" + "$ref": "#/components/schemas/_global.bulk.UpdateOperation" }, "delete": { - "$ref": "#/components/schemas/_global.bulk:DeleteOperation" + "$ref": "#/components/schemas/_global.bulk.DeleteOperation" } }, "minProperties": 1, "maxProperties": 1 }, - "_global.bulk:IndexOperation": { + "_global.bulk.IndexOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:WriteOperation" + "$ref": "#/components/schemas/_global.bulk.WriteOperation" }, { "type": "object" } ] }, - "_global.bulk:WriteOperation": { + "_global.bulk.WriteOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationBase" + "$ref": "#/components/schemas/_global.bulk.OperationBase" }, { "type": "object", @@ -36579,46 +36579,46 @@ } ] }, - "_global.bulk:OperationBase": { + "_global.bulk.OperationBase": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "if_primary_term": { "type": "number" }, "if_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, - "_global.bulk:CreateOperation": { + "_global.bulk.CreateOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:WriteOperation" + "$ref": "#/components/schemas/_global.bulk.WriteOperation" }, { "type": "object" } ] }, - "_global.bulk:UpdateOperation": { + "_global.bulk.UpdateOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationBase" + "$ref": "#/components/schemas/_global.bulk.OperationBase" }, { "type": "object", @@ -36635,17 +36635,17 @@ } ] }, - "_global.bulk:DeleteOperation": { + "_global.bulk.DeleteOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationBase" + "$ref": "#/components/schemas/_global.bulk.OperationBase" }, { "type": "object" } ] }, - "_global.bulk:UpdateAction": { + "_global.bulk.UpdateAction": { "type": "object", "properties": { "detect_noop": { @@ -36661,14 +36661,14 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "scripted_upsert": { "description": "Set to `true` to run the script whether or not the document exists.", "type": "boolean" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "upsert": { "description": "If the document does not already exist, the contents of `upsert` are inserted as a new document.\nIf the document exists, the `script` is run.", @@ -36676,7 +36676,7 @@ } } }, - "_global.bulk:ResponseItem": { + "_global.bulk.ResponseItem": { "type": "object", "properties": { "_id": { @@ -36700,10 +36700,10 @@ "type": "number" }, "failure_store": { - "$ref": "#/components/schemas/_global.bulk:FailureStoreStatus" + "$ref": "#/components/schemas/_global.bulk.FailureStoreStatus" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "_primary_term": { "description": "The primary term assigned to the document for the operation.\nThis property is returned only for successful operations.", @@ -36714,19 +36714,19 @@ "type": "string" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "forced_refresh": { "type": "boolean" }, "get": { - "$ref": "#/components/schemas/_types:InlineGetDictUserDefined" + "$ref": "#/components/schemas/_types.InlineGetDictUserDefined" } }, "required": [ @@ -36734,7 +36734,7 @@ "status" ] }, - "_global.bulk:FailureStoreStatus": { + "_global.bulk.FailureStoreStatus": { "type": "string", "enum": [ "not_applicable_or_unknown", @@ -36743,7 +36743,7 @@ "failed" ] }, - "_types:InlineGetDictUserDefined": { + "_types.InlineGetDictUserDefined": { "type": "object", "properties": { "fields": { @@ -36756,13 +36756,13 @@ "type": "boolean" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_primary_term": { "type": "number" }, "_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_source": { "type": "object", @@ -36775,20 +36775,20 @@ "found" ] }, - "_types:Names": { + "_types.Names": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } } ] }, - "cat.aliases:AliasesRecord": { + "cat.aliases.AliasesRecord": { "type": "object", "properties": { "alias": { @@ -36796,7 +36796,7 @@ "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "filter": { "description": "filter", @@ -36816,7 +36816,7 @@ } } }, - "cat.component_templates:ComponentTemplate": { + "cat.component_templates.ComponentTemplate": { "type": "object", "properties": { "name": { @@ -36859,14 +36859,14 @@ "included_in" ] }, - "cat.count:CountRecord": { + "cat.count.CountRecord": { "type": "object", "properties": { "epoch": { - "$ref": "#/components/schemas/_spec_utils:StringifiedEpochTimeUnitSeconds" + "$ref": "#/components/schemas/_spec_utils.StringifiedEpochTimeUnitSeconds" }, "timestamp": { - "$ref": "#/components/schemas/_types:TimeOfDay" + "$ref": "#/components/schemas/_types.TimeOfDay" }, "count": { "description": "the document count", @@ -36874,33 +36874,33 @@ } } }, - "_spec_utils:StringifiedEpochTimeUnitSeconds": { + "_spec_utils.StringifiedEpochTimeUnitSeconds": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { - "$ref": "#/components/schemas/_types:EpochTimeUnitSeconds" + "$ref": "#/components/schemas/_types.EpochTimeUnitSeconds" }, { "type": "string" } ] }, - "_types:EpochTimeUnitSeconds": { + "_types.EpochTimeUnitSeconds": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitSeconds" + "$ref": "#/components/schemas/_types.UnitSeconds" } ] }, - "_types:UnitSeconds": { + "_types.UnitSeconds": { "description": "Time unit for seconds", "type": "number" }, - "_types:TimeOfDay": { + "_types.TimeOfDay": { "description": "Time of day, expressed as HH:MM:SS", "type": "string" }, - "_types:Bytes": { + "_types.Bytes": { "type": "string", "enum": [ "b", @@ -36911,7 +36911,7 @@ "pb" ] }, - "_types:HealthStatus": { + "_types.HealthStatus": { "type": "string", "enum": [ "green", @@ -36922,7 +36922,7 @@ "RED" ] }, - "_types:TimeUnit": { + "_types.TimeUnit": { "type": "string", "enum": [ "nanos", @@ -36934,7 +36934,7 @@ "d" ] }, - "cat.indices:IndicesRecord": { + "cat.indices.IndicesRecord": { "type": "object", "properties": { "health": { @@ -37548,20 +37548,20 @@ } } }, - "cat._types:CatDfaColumns": { + "cat._types.CatDfaColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatDfaColumn" + "$ref": "#/components/schemas/cat._types.CatDfaColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatDfaColumn" + "$ref": "#/components/schemas/cat._types.CatDfaColumn" } } ] }, - "cat._types:CatDfaColumn": { + "cat._types.CatDfaColumn": { "type": "string", "enum": [ "assignment_explanation", @@ -37606,11 +37606,11 @@ "v" ] }, - "cat.ml_data_frame_analytics:DataFrameAnalyticsRecord": { + "cat.ml_data_frame_analytics.DataFrameAnalyticsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "type": { "description": "The type of analysis that the job performs.", @@ -37621,13 +37621,13 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "source_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "dest_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "description": { "description": "A description of the job.", @@ -37654,13 +37654,13 @@ "type": "string" }, "node.id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "node.name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "node.ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "node.address": { "description": "The network address of the assigned node.", @@ -37668,23 +37668,23 @@ } } }, - "_types:VersionString": { + "_types.VersionString": { "type": "string" }, - "cat._types:CatDatafeedColumns": { + "cat._types.CatDatafeedColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumn" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumn" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumn" } } ] }, - "cat._types:CatDatafeedColumn": { + "cat._types.CatDatafeedColumn": { "type": "string", "enum": [ "ae", @@ -37721,7 +37721,7 @@ "state" ] }, - "cat.ml_datafeeds:DatafeedsRecord": { + "cat.ml_datafeeds.DatafeedsRecord": { "type": "object", "properties": { "id": { @@ -37729,7 +37729,7 @@ "type": "string" }, "state": { - "$ref": "#/components/schemas/ml._types:DatafeedState" + "$ref": "#/components/schemas/ml._types.DatafeedState" }, "assignment_explanation": { "description": "For started datafeeds only, contains messages relating to the selection of a node.", @@ -37773,7 +37773,7 @@ } } }, - "ml._types:DatafeedState": { + "ml._types.DatafeedState": { "type": "string", "enum": [ "started", @@ -37782,20 +37782,20 @@ "stopping" ] }, - "cat._types:CatAnonalyDetectorColumns": { + "cat._types.CatAnonalyDetectorColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatAnomalyDetectorColumn" + "$ref": "#/components/schemas/cat._types.CatAnomalyDetectorColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatAnomalyDetectorColumn" + "$ref": "#/components/schemas/cat._types.CatAnomalyDetectorColumn" } } ] }, - "cat._types:CatAnomalyDetectorColumn": { + "cat._types.CatAnomalyDetectorColumn": { "type": "string", "enum": [ "assignment_explanation", @@ -37975,14 +37975,14 @@ "s" ] }, - "cat.ml_jobs:JobsRecord": { + "cat.ml_jobs.JobsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "state": { - "$ref": "#/components/schemas/ml._types:JobState" + "$ref": "#/components/schemas/ml._types.JobState" }, "opened_time": { "description": "For open jobs only, the amount of time the job has been opened.", @@ -38001,7 +38001,7 @@ "type": "string" }, "data.input_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "data.input_records": { "description": "The number of input documents posted to the anomaly detection job.", @@ -38056,13 +38056,13 @@ "type": "string" }, "model.bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model.memory_status": { - "$ref": "#/components/schemas/ml._types:MemoryStatus" + "$ref": "#/components/schemas/ml._types.MemoryStatus" }, "model.bytes_exceeded": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model.memory_limit": { "description": "The upper limit for model memory usage, checked on increasing values.", @@ -38085,7 +38085,7 @@ "type": "string" }, "model.categorization_status": { - "$ref": "#/components/schemas/ml._types:CategorizationStatus" + "$ref": "#/components/schemas/ml._types.CategorizationStatus" }, "model.categorized_doc_count": { "description": "The number of documents that have had a field categorized.", @@ -38172,14 +38172,14 @@ "type": "string" }, "node.id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "node.name": { "description": "The name of the assigned node.", "type": "string" }, "node.ephemeral_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "node.address": { "description": "The network address of the assigned node.", @@ -38211,7 +38211,7 @@ } } }, - "ml._types:JobState": { + "ml._types.JobState": { "type": "string", "enum": [ "closing", @@ -38221,7 +38221,7 @@ "opening" ] }, - "_types:ByteSize": { + "_types.ByteSize": { "oneOf": [ { "type": "number" @@ -38231,7 +38231,7 @@ } ] }, - "ml._types:MemoryStatus": { + "ml._types.MemoryStatus": { "type": "string", "enum": [ "ok", @@ -38239,27 +38239,27 @@ "hard_limit" ] }, - "ml._types:CategorizationStatus": { + "ml._types.CategorizationStatus": { "type": "string", "enum": [ "ok", "warn" ] }, - "cat._types:CatTrainedModelsColumns": { + "cat._types.CatTrainedModelsColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumn" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumn" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumn" } } ] }, - "cat._types:CatTrainedModelsColumn": { + "cat._types.CatTrainedModelsColumn": { "type": "string", "enum": [ "create_time", @@ -38301,18 +38301,18 @@ "v" ] }, - "cat.ml_trained_models:TrainedModelsRecord": { + "cat.ml_trained_models.TrainedModelsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "created_by": { "description": "Information about the creator of the model.", "type": "string" }, "heap_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "operations": { "description": "The estimated number of operations to use the model.\nThis number helps to measure the computational complexity of the model.", @@ -38323,10 +38323,10 @@ "type": "string" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "description": { "description": "A description of the model.", @@ -38373,20 +38373,20 @@ } } }, - "cat._types:CatTransformColumns": { + "cat._types.CatTransformColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatTransformColumn" + "$ref": "#/components/schemas/cat._types.CatTransformColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatTransformColumn" + "$ref": "#/components/schemas/cat._types.CatTransformColumn" } } ] }, - "cat._types:CatTransformColumn": { + "cat._types.CatTransformColumn": { "type": "string", "enum": [ "changes_last_detection_time", @@ -38462,11 +38462,11 @@ "v" ] }, - "cat.transforms:TransformsRecord": { + "cat.transforms.TransformsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "state": { "description": "The status of the transform.\nReturned values include:\n`aborting`: The transform is aborting.\n`failed: The transform failed. For more information about the failure, check the `reason` field.\n`indexing`: The transform is actively processing data and creating new documents.\n`started`: The transform is running but not actively indexing data.\n`stopped`: The transform is stopped.\n`stopping`: The transform is stopping.", @@ -38521,7 +38521,7 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "source_index": { "description": "The source indices for the transform.", @@ -38621,27 +38621,27 @@ } } }, - "_types:ScrollIds": { + "_types.ScrollIds": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" } } ] }, - "cluster._types:ComponentTemplate": { + "cluster._types.ComponentTemplate": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "component_template": { - "$ref": "#/components/schemas/cluster._types:ComponentTemplateNode" + "$ref": "#/components/schemas/cluster._types.ComponentTemplateNode" } }, "required": [ @@ -38649,17 +38649,17 @@ "component_template" ] }, - "cluster._types:ComponentTemplateNode": { + "cluster._types.ComponentTemplateNode": { "type": "object", "properties": { "template": { - "$ref": "#/components/schemas/cluster._types:ComponentTemplateSummary" + "$ref": "#/components/schemas/cluster._types.ComponentTemplateSummary" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "deprecated": { "type": "boolean" @@ -38669,40 +38669,40 @@ "template" ] }, - "cluster._types:ComponentTemplateSummary": { + "cluster._types.ComponentTemplateSummary": { "type": "object", "properties": { "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "settings": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:AliasDefinition" + "$ref": "#/components/schemas/indices._types.AliasDefinition" } }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" } } }, - "indices._types:IndexSettings": { + "indices._types.IndexSettings": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "mode": { "type": "string" @@ -38721,22 +38721,22 @@ ] }, "soft_deletes": { - "$ref": "#/components/schemas/indices._types:SoftDeletes" + "$ref": "#/components/schemas/indices._types.SoftDeletes" }, "sort": { - "$ref": "#/components/schemas/indices._types:IndexSegmentSort" + "$ref": "#/components/schemas/indices._types.IndexSegmentSort" }, "number_of_routing_shards": { "type": "number" }, "check_on_startup": { - "$ref": "#/components/schemas/indices._types:IndexCheckOnStartup" + "$ref": "#/components/schemas/indices._types.IndexCheckOnStartup" }, "codec": { "type": "string" }, "routing_partition_size": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" }, "load_fixed_bitset_filters_eagerly": { "type": "boolean" @@ -38757,18 +38757,18 @@ "type": "string" }, { - "$ref": "#/components/schemas/_spec_utils:NullValue" + "$ref": "#/components/schemas/_spec_utils.NullValue" } ] }, "merge": { - "$ref": "#/components/schemas/indices._types:Merge" + "$ref": "#/components/schemas/indices._types.Merge" }, "search": { - "$ref": "#/components/schemas/indices._types:SettingsSearch" + "$ref": "#/components/schemas/indices._types.SettingsSearch" }, "refresh_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_result_window": { "type": "number" @@ -38792,16 +38792,16 @@ "type": "number" }, "blocks": { - "$ref": "#/components/schemas/indices._types:IndexSettingBlocks" + "$ref": "#/components/schemas/indices._types.IndexSettingBlocks" }, "max_refresh_listeners": { "type": "number" }, "analyze": { - "$ref": "#/components/schemas/indices._types:SettingsAnalyze" + "$ref": "#/components/schemas/indices._types.SettingsAnalyze" }, "highlight": { - "$ref": "#/components/schemas/indices._types:SettingsHighlight" + "$ref": "#/components/schemas/indices._types.SettingsHighlight" }, "max_terms_count": { "type": "number" @@ -38810,34 +38810,34 @@ "type": "number" }, "routing": { - "$ref": "#/components/schemas/indices._types:IndexRouting" + "$ref": "#/components/schemas/indices._types.IndexRouting" }, "gc_deletes": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "default_pipeline": { - "$ref": "#/components/schemas/_types:PipelineName" + "$ref": "#/components/schemas/_types.PipelineName" }, "final_pipeline": { - "$ref": "#/components/schemas/_types:PipelineName" + "$ref": "#/components/schemas/_types.PipelineName" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:IndexSettingsLifecycle" + "$ref": "#/components/schemas/indices._types.IndexSettingsLifecycle" }, "provided_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "creation_date": { - "$ref": "#/components/schemas/_spec_utils:StringifiedEpochTimeUnitMillis" + "$ref": "#/components/schemas/_spec_utils.StringifiedEpochTimeUnitMillis" }, "creation_date_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "version": { - "$ref": "#/components/schemas/indices._types:IndexVersioning" + "$ref": "#/components/schemas/indices._types.IndexVersioning" }, "verified_before_close": { "oneOf": [ @@ -38863,10 +38863,10 @@ "type": "number" }, "translog": { - "$ref": "#/components/schemas/indices._types:Translog" + "$ref": "#/components/schemas/indices._types.Translog" }, "query_string": { - "$ref": "#/components/schemas/indices._types:SettingsQueryString" + "$ref": "#/components/schemas/indices._types.SettingsQueryString" }, "priority": { "oneOf": [ @@ -38882,39 +38882,39 @@ "type": "number" }, "analysis": { - "$ref": "#/components/schemas/indices._types:IndexSettingsAnalysis" + "$ref": "#/components/schemas/indices._types.IndexSettingsAnalysis" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "time_series": { - "$ref": "#/components/schemas/indices._types:IndexSettingsTimeSeries" + "$ref": "#/components/schemas/indices._types.IndexSettingsTimeSeries" }, "queries": { - "$ref": "#/components/schemas/indices._types:Queries" + "$ref": "#/components/schemas/indices._types.Queries" }, "similarity": { "description": "Configure custom similarity settings to customize how search results are scored.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:SettingsSimilarity" + "$ref": "#/components/schemas/indices._types.SettingsSimilarity" } }, "mapping": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettings" + "$ref": "#/components/schemas/indices._types.MappingLimitSettings" }, "indexing.slowlog": { - "$ref": "#/components/schemas/indices._types:IndexingSlowlogSettings" + "$ref": "#/components/schemas/indices._types.IndexingSlowlogSettings" }, "indexing_pressure": { - "$ref": "#/components/schemas/indices._types:IndexingPressure" + "$ref": "#/components/schemas/indices._types.IndexingPressure" }, "store": { - "$ref": "#/components/schemas/indices._types:Storage" + "$ref": "#/components/schemas/indices._types.Storage" } } }, - "indices._types:SoftDeletes": { + "indices._types.SoftDeletes": { "type": "object", "properties": { "enabled": { @@ -38922,36 +38922,36 @@ "type": "boolean" }, "retention_lease": { - "$ref": "#/components/schemas/indices._types:RetentionLease" + "$ref": "#/components/schemas/indices._types.RetentionLease" } } }, - "indices._types:RetentionLease": { + "indices._types.RetentionLease": { "type": "object", "properties": { "period": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "period" ] }, - "indices._types:IndexSegmentSort": { + "indices._types.IndexSegmentSort": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "order": { "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SegmentSortOrder" + "$ref": "#/components/schemas/indices._types.SegmentSortOrder" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:SegmentSortOrder" + "$ref": "#/components/schemas/indices._types.SegmentSortOrder" } } ] @@ -38959,12 +38959,12 @@ "mode": { "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SegmentSortMode" + "$ref": "#/components/schemas/indices._types.SegmentSortMode" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:SegmentSortMode" + "$ref": "#/components/schemas/indices._types.SegmentSortMode" } } ] @@ -38972,19 +38972,19 @@ "missing": { "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SegmentSortMissing" + "$ref": "#/components/schemas/indices._types.SegmentSortMissing" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:SegmentSortMissing" + "$ref": "#/components/schemas/indices._types.SegmentSortMissing" } } ] } } }, - "indices._types:SegmentSortOrder": { + "indices._types.SegmentSortOrder": { "type": "string", "enum": [ "asc", @@ -38993,7 +38993,7 @@ "DESC" ] }, - "indices._types:SegmentSortMode": { + "indices._types.SegmentSortMode": { "type": "string", "enum": [ "min", @@ -39002,14 +39002,14 @@ "MAX" ] }, - "indices._types:SegmentSortMissing": { + "indices._types.SegmentSortMissing": { "type": "string", "enum": [ "_last", "_first" ] }, - "indices._types:IndexCheckOnStartup": { + "indices._types.IndexCheckOnStartup": { "type": "string", "enum": [ "true", @@ -39017,7 +39017,7 @@ "checksum" ] }, - "_spec_utils:Stringifiedinteger": { + "_spec_utils.Stringifiedinteger": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { @@ -39028,50 +39028,50 @@ } ] }, - "_spec_utils:NullValue": { + "_spec_utils.NullValue": { "nullable": true, "description": "A `null` value that is to be interpreted as an actual value, unless other uses of `null` that are equivalent\nto a missing value. It is used for exemple in settings, where using the `NullValue` for a setting will reset\nit to its default value.", "type": "string" }, - "indices._types:Merge": { + "indices._types.Merge": { "type": "object", "properties": { "scheduler": { - "$ref": "#/components/schemas/indices._types:MergeScheduler" + "$ref": "#/components/schemas/indices._types.MergeScheduler" } } }, - "indices._types:MergeScheduler": { + "indices._types.MergeScheduler": { "type": "object", "properties": { "max_thread_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" }, "max_merge_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } } }, - "indices._types:SettingsSearch": { + "indices._types.SettingsSearch": { "type": "object", "properties": { "idle": { - "$ref": "#/components/schemas/indices._types:SearchIdle" + "$ref": "#/components/schemas/indices._types.SearchIdle" }, "slowlog": { - "$ref": "#/components/schemas/indices._types:SlowlogSettings" + "$ref": "#/components/schemas/indices._types.SlowlogSettings" } } }, - "indices._types:SearchIdle": { + "indices._types.SearchIdle": { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "indices._types:SlowlogSettings": { + "indices._types.SlowlogSettings": { "type": "object", "properties": { "level": { @@ -39084,59 +39084,59 @@ "type": "boolean" }, "threshold": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholds" + "$ref": "#/components/schemas/indices._types.SlowlogTresholds" } } }, - "indices._types:SlowlogTresholds": { + "indices._types.SlowlogTresholds": { "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholdLevels" + "$ref": "#/components/schemas/indices._types.SlowlogTresholdLevels" }, "fetch": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholdLevels" + "$ref": "#/components/schemas/indices._types.SlowlogTresholdLevels" } } }, - "indices._types:SlowlogTresholdLevels": { + "indices._types.SlowlogTresholdLevels": { "type": "object", "properties": { "warn": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "info": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "debug": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "trace": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "indices._types:IndexSettingBlocks": { + "indices._types.IndexSettingBlocks": { "type": "object", "properties": { "read_only": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "read_only_allow_delete": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "read": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "write": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "metadata": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } } }, - "_spec_utils:Stringifiedboolean": { + "_spec_utils.Stringifiedboolean": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { @@ -39147,15 +39147,15 @@ } ] }, - "indices._types:SettingsAnalyze": { + "indices._types.SettingsAnalyze": { "type": "object", "properties": { "max_token_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } } }, - "indices._types:SettingsHighlight": { + "indices._types.SettingsHighlight": { "type": "object", "properties": { "max_analyzed_offset": { @@ -39163,35 +39163,35 @@ } } }, - "indices._types:IndexRouting": { + "indices._types.IndexRouting": { "type": "object", "properties": { "allocation": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocation" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocation" }, "rebalance": { - "$ref": "#/components/schemas/indices._types:IndexRoutingRebalance" + "$ref": "#/components/schemas/indices._types.IndexRoutingRebalance" } } }, - "indices._types:IndexRoutingAllocation": { + "indices._types.IndexRoutingAllocation": { "type": "object", "properties": { "enable": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationOptions" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationOptions" }, "include": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationInclude" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationInclude" }, "initial_recovery": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationInitialRecovery" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationInitialRecovery" }, "disk": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationDisk" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationDisk" } } }, - "indices._types:IndexRoutingAllocationOptions": { + "indices._types.IndexRoutingAllocationOptions": { "type": "string", "enum": [ "all", @@ -39200,26 +39200,26 @@ "none" ] }, - "indices._types:IndexRoutingAllocationInclude": { + "indices._types.IndexRoutingAllocationInclude": { "type": "object", "properties": { "_tier_preference": { "type": "string" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } }, - "indices._types:IndexRoutingAllocationInitialRecovery": { + "indices._types.IndexRoutingAllocationInitialRecovery": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } }, - "indices._types:IndexRoutingAllocationDisk": { + "indices._types.IndexRoutingAllocationDisk": { "type": "object", "properties": { "threshold_enabled": { @@ -39234,18 +39234,18 @@ } } }, - "indices._types:IndexRoutingRebalance": { + "indices._types.IndexRoutingRebalance": { "type": "object", "properties": { "enable": { - "$ref": "#/components/schemas/indices._types:IndexRoutingRebalanceOptions" + "$ref": "#/components/schemas/indices._types.IndexRoutingRebalanceOptions" } }, "required": [ "enable" ] }, - "indices._types:IndexRoutingRebalanceOptions": { + "indices._types.IndexRoutingRebalanceOptions": { "type": "string", "enum": [ "all", @@ -39254,17 +39254,17 @@ "none" ] }, - "_types:PipelineName": { + "_types.PipelineName": { "type": "string" }, - "indices._types:IndexSettingsLifecycle": { + "indices._types.IndexSettingsLifecycle": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "indexing_complete": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "origination_date": { "description": "If specified, this is the timestamp used to calculate the index age for its phase transitions. Use this setting\nif you create a new index that contains old data and want to use the original creation date to calculate the index\nage. Specified as a Unix epoch value in milliseconds.", @@ -39275,7 +39275,7 @@ "type": "boolean" }, "step": { - "$ref": "#/components/schemas/indices._types:IndexSettingsLifecycleStep" + "$ref": "#/components/schemas/indices._types.IndexSettingsLifecycleStep" }, "rollover_alias": { "description": "The index alias to update when the index rolls over. Specify when using a policy that contains a rollover action.\nWhen the index rolls over, the alias is updated to reflect that the index is no longer the write index. For more\ninformation about rolling indices, see Rollover.", @@ -39294,57 +39294,57 @@ } } }, - "indices._types:IndexSettingsLifecycleStep": { + "indices._types.IndexSettingsLifecycleStep": { "type": "object", "properties": { "wait_time_threshold": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "_spec_utils:StringifiedEpochTimeUnitMillis": { + "_spec_utils.StringifiedEpochTimeUnitMillis": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, { "type": "string" } ] }, - "_types:Uuid": { + "_types.Uuid": { "type": "string" }, - "indices._types:IndexVersioning": { + "indices._types.IndexVersioning": { "type": "object", "properties": { "created": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "created_string": { "type": "string" } } }, - "indices._types:Translog": { + "indices._types.Translog": { "type": "object", "properties": { "sync_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "durability": { - "$ref": "#/components/schemas/indices._types:TranslogDurability" + "$ref": "#/components/schemas/indices._types.TranslogDurability" }, "flush_threshold_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "retention": { - "$ref": "#/components/schemas/indices._types:TranslogRetention" + "$ref": "#/components/schemas/indices._types.TranslogRetention" } } }, - "indices._types:TranslogDurability": { + "indices._types.TranslogDurability": { "type": "string", "enum": [ "request", @@ -39353,218 +39353,218 @@ "ASYNC" ] }, - "indices._types:TranslogRetention": { + "indices._types.TranslogRetention": { "type": "object", "properties": { "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "indices._types:SettingsQueryString": { + "indices._types.SettingsQueryString": { "type": "object", "properties": { "lenient": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ "lenient" ] }, - "indices._types:IndexSettingsAnalysis": { + "indices._types.IndexSettingsAnalysis": { "type": "object", "properties": { "analyzer": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:Analyzer" + "$ref": "#/components/schemas/_types.analysis.Analyzer" } }, "char_filter": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:CharFilter" + "$ref": "#/components/schemas/_types.analysis.CharFilter" } }, "filter": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:TokenFilter" + "$ref": "#/components/schemas/_types.analysis.TokenFilter" } }, "normalizer": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:Normalizer" + "$ref": "#/components/schemas/_types.analysis.Normalizer" } }, "tokenizer": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:Tokenizer" + "$ref": "#/components/schemas/_types.analysis.Tokenizer" } } } }, - "_types.analysis:Analyzer": { + "_types.analysis.Analyzer": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:CustomAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CustomAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:FingerprintAnalyzer" + "$ref": "#/components/schemas/_types.analysis.FingerprintAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:KeywordAnalyzer" + "$ref": "#/components/schemas/_types.analysis.KeywordAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:NoriAnalyzer" + "$ref": "#/components/schemas/_types.analysis.NoriAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:PatternAnalyzer" + "$ref": "#/components/schemas/_types.analysis.PatternAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SimpleAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SimpleAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:StandardAnalyzer" + "$ref": "#/components/schemas/_types.analysis.StandardAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:StopAnalyzer" + "$ref": "#/components/schemas/_types.analysis.StopAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:WhitespaceAnalyzer" + "$ref": "#/components/schemas/_types.analysis.WhitespaceAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:IcuAnalyzer" + "$ref": "#/components/schemas/_types.analysis.IcuAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiAnalyzer" + "$ref": "#/components/schemas/_types.analysis.KuromojiAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SnowballAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SnowballAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ArabicAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ArabicAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ArmenianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ArmenianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BasqueAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BasqueAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BengaliAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BengaliAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BrazilianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BrazilianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BulgarianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BulgarianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:CatalanAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CatalanAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ChineseAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ChineseAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:CjkAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CjkAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:CzechAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CzechAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:DanishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.DanishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:DutchAnalyzer" + "$ref": "#/components/schemas/_types.analysis.DutchAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:EnglishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.EnglishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:EstonianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.EstonianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:FinnishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.FinnishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:FrenchAnalyzer" + "$ref": "#/components/schemas/_types.analysis.FrenchAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:GalicianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.GalicianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:GermanAnalyzer" + "$ref": "#/components/schemas/_types.analysis.GermanAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:GreekAnalyzer" + "$ref": "#/components/schemas/_types.analysis.GreekAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:HindiAnalyzer" + "$ref": "#/components/schemas/_types.analysis.HindiAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:HungarianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.HungarianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:IndonesianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.IndonesianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:IrishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.IrishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ItalianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ItalianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:LatvianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.LatvianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:LithuanianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.LithuanianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:NorwegianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.NorwegianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:PersianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.PersianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:PortugueseAnalyzer" + "$ref": "#/components/schemas/_types.analysis.PortugueseAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:RomanianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.RomanianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:RussianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.RussianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SerbianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SerbianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SoraniAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SoraniAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SpanishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SpanishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SwedishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SwedishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:TurkishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.TurkishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ThaiAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ThaiAnalyzer" } ] }, - "_types.analysis:CustomAnalyzer": { + "_types.analysis.CustomAnalyzer": { "type": "object", "properties": { "type": { @@ -39614,7 +39614,7 @@ "tokenizer" ] }, - "_types.analysis:FingerprintAnalyzer": { + "_types.analysis.FingerprintAnalyzer": { "type": "object", "properties": { "type": { @@ -39624,7 +39624,7 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "max_output_size": { "description": "The maximum token size to emit. Tokens larger than this size will be discarded.\nDefaults to `255`", @@ -39635,7 +39635,7 @@ "type": "string" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -39646,7 +39646,7 @@ "type" ] }, - "_types.analysis:KeywordAnalyzer": { + "_types.analysis.KeywordAnalyzer": { "type": "object", "properties": { "type": { @@ -39656,14 +39656,14 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ "type" ] }, - "_types.analysis:NoriAnalyzer": { + "_types.analysis.NoriAnalyzer": { "type": "object", "properties": { "type": { @@ -39673,10 +39673,10 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "decompound_mode": { - "$ref": "#/components/schemas/_types.analysis:NoriDecompoundMode" + "$ref": "#/components/schemas/_types.analysis.NoriDecompoundMode" }, "stoptags": { "type": "array", @@ -39692,7 +39692,7 @@ "type" ] }, - "_types.analysis:NoriDecompoundMode": { + "_types.analysis.NoriDecompoundMode": { "type": "string", "enum": [ "discard", @@ -39700,7 +39700,7 @@ "mixed" ] }, - "_types.analysis:PatternAnalyzer": { + "_types.analysis.PatternAnalyzer": { "type": "object", "properties": { "type": { @@ -39710,7 +39710,7 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "flags": { "description": "Java regular expression flags. Flags should be pipe-separated, eg \"CASE_INSENSITIVE|COMMENTS\".", @@ -39725,7 +39725,7 @@ "type": "string" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -39736,7 +39736,7 @@ "type" ] }, - "_types.analysis:SimpleAnalyzer": { + "_types.analysis.SimpleAnalyzer": { "type": "object", "properties": { "type": { @@ -39746,14 +39746,14 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ "type" ] }, - "_types.analysis:StandardAnalyzer": { + "_types.analysis.StandardAnalyzer": { "type": "object", "properties": { "type": { @@ -39767,7 +39767,7 @@ "type": "number" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -39778,7 +39778,7 @@ "type" ] }, - "_types.analysis:StopAnalyzer": { + "_types.analysis.StopAnalyzer": { "type": "object", "properties": { "type": { @@ -39788,10 +39788,10 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -39802,7 +39802,7 @@ "type" ] }, - "_types.analysis:WhitespaceAnalyzer": { + "_types.analysis.WhitespaceAnalyzer": { "type": "object", "properties": { "type": { @@ -39812,14 +39812,14 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ "type" ] }, - "_types.analysis:IcuAnalyzer": { + "_types.analysis.IcuAnalyzer": { "type": "object", "properties": { "type": { @@ -39829,10 +39829,10 @@ ] }, "method": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationType" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationType" }, "mode": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationMode" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationMode" } }, "required": [ @@ -39841,7 +39841,7 @@ "mode" ] }, - "_types.analysis:IcuNormalizationType": { + "_types.analysis.IcuNormalizationType": { "type": "string", "enum": [ "nfc", @@ -39849,14 +39849,14 @@ "nfkc_cf" ] }, - "_types.analysis:IcuNormalizationMode": { + "_types.analysis.IcuNormalizationMode": { "type": "string", "enum": [ "decompose", "compose" ] }, - "_types.analysis:KuromojiAnalyzer": { + "_types.analysis.KuromojiAnalyzer": { "type": "object", "properties": { "type": { @@ -39866,7 +39866,7 @@ ] }, "mode": { - "$ref": "#/components/schemas/_types.analysis:KuromojiTokenizationMode" + "$ref": "#/components/schemas/_types.analysis.KuromojiTokenizationMode" }, "user_dictionary": { "type": "string" @@ -39877,7 +39877,7 @@ "mode" ] }, - "_types.analysis:KuromojiTokenizationMode": { + "_types.analysis.KuromojiTokenizationMode": { "type": "string", "enum": [ "normal", @@ -39885,7 +39885,7 @@ "extended" ] }, - "_types.analysis:SnowballAnalyzer": { + "_types.analysis.SnowballAnalyzer": { "type": "object", "properties": { "type": { @@ -39895,13 +39895,13 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "language": { - "$ref": "#/components/schemas/_types.analysis:SnowballLanguage" + "$ref": "#/components/schemas/_types.analysis.SnowballLanguage" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" } }, "required": [ @@ -39909,7 +39909,7 @@ "language" ] }, - "_types.analysis:SnowballLanguage": { + "_types.analysis.SnowballLanguage": { "type": "string", "enum": [ "Armenian", @@ -39936,7 +39936,7 @@ "Turkish" ] }, - "_types.analysis:ArabicAnalyzer": { + "_types.analysis.ArabicAnalyzer": { "type": "object", "properties": { "type": { @@ -39946,7 +39946,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -39962,7 +39962,7 @@ "type" ] }, - "_types.analysis:ArmenianAnalyzer": { + "_types.analysis.ArmenianAnalyzer": { "type": "object", "properties": { "type": { @@ -39972,7 +39972,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -39988,7 +39988,7 @@ "type" ] }, - "_types.analysis:BasqueAnalyzer": { + "_types.analysis.BasqueAnalyzer": { "type": "object", "properties": { "type": { @@ -39998,7 +39998,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40014,7 +40014,7 @@ "type" ] }, - "_types.analysis:BengaliAnalyzer": { + "_types.analysis.BengaliAnalyzer": { "type": "object", "properties": { "type": { @@ -40024,7 +40024,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40040,7 +40040,7 @@ "type" ] }, - "_types.analysis:BrazilianAnalyzer": { + "_types.analysis.BrazilianAnalyzer": { "type": "object", "properties": { "type": { @@ -40050,7 +40050,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40060,7 +40060,7 @@ "type" ] }, - "_types.analysis:BulgarianAnalyzer": { + "_types.analysis.BulgarianAnalyzer": { "type": "object", "properties": { "type": { @@ -40070,7 +40070,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40086,7 +40086,7 @@ "type" ] }, - "_types.analysis:CatalanAnalyzer": { + "_types.analysis.CatalanAnalyzer": { "type": "object", "properties": { "type": { @@ -40096,7 +40096,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40112,7 +40112,7 @@ "type" ] }, - "_types.analysis:ChineseAnalyzer": { + "_types.analysis.ChineseAnalyzer": { "type": "object", "properties": { "type": { @@ -40122,7 +40122,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40132,7 +40132,7 @@ "type" ] }, - "_types.analysis:CjkAnalyzer": { + "_types.analysis.CjkAnalyzer": { "type": "object", "properties": { "type": { @@ -40142,7 +40142,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40152,7 +40152,7 @@ "type" ] }, - "_types.analysis:CzechAnalyzer": { + "_types.analysis.CzechAnalyzer": { "type": "object", "properties": { "type": { @@ -40162,7 +40162,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40178,7 +40178,7 @@ "type" ] }, - "_types.analysis:DanishAnalyzer": { + "_types.analysis.DanishAnalyzer": { "type": "object", "properties": { "type": { @@ -40188,7 +40188,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40198,7 +40198,7 @@ "type" ] }, - "_types.analysis:DutchAnalyzer": { + "_types.analysis.DutchAnalyzer": { "type": "object", "properties": { "type": { @@ -40208,7 +40208,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40224,7 +40224,7 @@ "type" ] }, - "_types.analysis:EnglishAnalyzer": { + "_types.analysis.EnglishAnalyzer": { "type": "object", "properties": { "type": { @@ -40234,7 +40234,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40250,7 +40250,7 @@ "type" ] }, - "_types.analysis:EstonianAnalyzer": { + "_types.analysis.EstonianAnalyzer": { "type": "object", "properties": { "type": { @@ -40260,7 +40260,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40270,7 +40270,7 @@ "type" ] }, - "_types.analysis:FinnishAnalyzer": { + "_types.analysis.FinnishAnalyzer": { "type": "object", "properties": { "type": { @@ -40280,7 +40280,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40296,7 +40296,7 @@ "type" ] }, - "_types.analysis:FrenchAnalyzer": { + "_types.analysis.FrenchAnalyzer": { "type": "object", "properties": { "type": { @@ -40306,7 +40306,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40322,7 +40322,7 @@ "type" ] }, - "_types.analysis:GalicianAnalyzer": { + "_types.analysis.GalicianAnalyzer": { "type": "object", "properties": { "type": { @@ -40332,7 +40332,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40348,7 +40348,7 @@ "type" ] }, - "_types.analysis:GermanAnalyzer": { + "_types.analysis.GermanAnalyzer": { "type": "object", "properties": { "type": { @@ -40358,7 +40358,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40374,7 +40374,7 @@ "type" ] }, - "_types.analysis:GreekAnalyzer": { + "_types.analysis.GreekAnalyzer": { "type": "object", "properties": { "type": { @@ -40384,7 +40384,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40394,7 +40394,7 @@ "type" ] }, - "_types.analysis:HindiAnalyzer": { + "_types.analysis.HindiAnalyzer": { "type": "object", "properties": { "type": { @@ -40404,7 +40404,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40420,7 +40420,7 @@ "type" ] }, - "_types.analysis:HungarianAnalyzer": { + "_types.analysis.HungarianAnalyzer": { "type": "object", "properties": { "type": { @@ -40430,7 +40430,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40446,7 +40446,7 @@ "type" ] }, - "_types.analysis:IndonesianAnalyzer": { + "_types.analysis.IndonesianAnalyzer": { "type": "object", "properties": { "type": { @@ -40456,7 +40456,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40472,7 +40472,7 @@ "type" ] }, - "_types.analysis:IrishAnalyzer": { + "_types.analysis.IrishAnalyzer": { "type": "object", "properties": { "type": { @@ -40482,7 +40482,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40498,7 +40498,7 @@ "type" ] }, - "_types.analysis:ItalianAnalyzer": { + "_types.analysis.ItalianAnalyzer": { "type": "object", "properties": { "type": { @@ -40508,7 +40508,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40524,7 +40524,7 @@ "type" ] }, - "_types.analysis:LatvianAnalyzer": { + "_types.analysis.LatvianAnalyzer": { "type": "object", "properties": { "type": { @@ -40534,7 +40534,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40550,7 +40550,7 @@ "type" ] }, - "_types.analysis:LithuanianAnalyzer": { + "_types.analysis.LithuanianAnalyzer": { "type": "object", "properties": { "type": { @@ -40560,7 +40560,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40576,7 +40576,7 @@ "type" ] }, - "_types.analysis:NorwegianAnalyzer": { + "_types.analysis.NorwegianAnalyzer": { "type": "object", "properties": { "type": { @@ -40586,7 +40586,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40602,7 +40602,7 @@ "type" ] }, - "_types.analysis:PersianAnalyzer": { + "_types.analysis.PersianAnalyzer": { "type": "object", "properties": { "type": { @@ -40612,7 +40612,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40622,7 +40622,7 @@ "type" ] }, - "_types.analysis:PortugueseAnalyzer": { + "_types.analysis.PortugueseAnalyzer": { "type": "object", "properties": { "type": { @@ -40632,7 +40632,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40648,7 +40648,7 @@ "type" ] }, - "_types.analysis:RomanianAnalyzer": { + "_types.analysis.RomanianAnalyzer": { "type": "object", "properties": { "type": { @@ -40658,7 +40658,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40674,7 +40674,7 @@ "type" ] }, - "_types.analysis:RussianAnalyzer": { + "_types.analysis.RussianAnalyzer": { "type": "object", "properties": { "type": { @@ -40684,7 +40684,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40700,7 +40700,7 @@ "type" ] }, - "_types.analysis:SerbianAnalyzer": { + "_types.analysis.SerbianAnalyzer": { "type": "object", "properties": { "type": { @@ -40710,7 +40710,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40726,7 +40726,7 @@ "type" ] }, - "_types.analysis:SoraniAnalyzer": { + "_types.analysis.SoraniAnalyzer": { "type": "object", "properties": { "type": { @@ -40736,7 +40736,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40752,7 +40752,7 @@ "type" ] }, - "_types.analysis:SpanishAnalyzer": { + "_types.analysis.SpanishAnalyzer": { "type": "object", "properties": { "type": { @@ -40762,7 +40762,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40778,7 +40778,7 @@ "type" ] }, - "_types.analysis:SwedishAnalyzer": { + "_types.analysis.SwedishAnalyzer": { "type": "object", "properties": { "type": { @@ -40788,7 +40788,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40804,7 +40804,7 @@ "type" ] }, - "_types.analysis:TurkishAnalyzer": { + "_types.analysis.TurkishAnalyzer": { "type": "object", "properties": { "type": { @@ -40814,7 +40814,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40830,7 +40830,7 @@ "type" ] }, - "_types.analysis:ThaiAnalyzer": { + "_types.analysis.ThaiAnalyzer": { "type": "object", "properties": { "type": { @@ -40840,7 +40840,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40850,7 +40850,7 @@ "type" ] }, - "_types.analysis:CharFilter": { + "_types.analysis.CharFilter": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-charfilters.html" }, @@ -40859,36 +40859,36 @@ "type": "string" }, { - "$ref": "#/components/schemas/_types.analysis:CharFilterDefinition" + "$ref": "#/components/schemas/_types.analysis.CharFilterDefinition" } ] }, - "_types.analysis:CharFilterDefinition": { + "_types.analysis.CharFilterDefinition": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:HtmlStripCharFilter" + "$ref": "#/components/schemas/_types.analysis.HtmlStripCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:MappingCharFilter" + "$ref": "#/components/schemas/_types.analysis.MappingCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PatternReplaceCharFilter" + "$ref": "#/components/schemas/_types.analysis.PatternReplaceCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationCharFilter" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiIterationMarkCharFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiIterationMarkCharFilter" } ] }, - "_types.analysis:HtmlStripCharFilter": { + "_types.analysis.HtmlStripCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -40912,18 +40912,18 @@ } ] }, - "_types.analysis:CharFilterBase": { + "_types.analysis.CharFilterBase": { "type": "object", "properties": { "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } } }, - "_types.analysis:MappingCharFilter": { + "_types.analysis.MappingCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -40950,10 +40950,10 @@ } ] }, - "_types.analysis:PatternReplaceCharFilter": { + "_types.analysis.PatternReplaceCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -40981,10 +40981,10 @@ } ] }, - "_types.analysis:IcuNormalizationCharFilter": { + "_types.analysis.IcuNormalizationCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -40996,10 +40996,10 @@ ] }, "mode": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationMode" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationMode" }, "name": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationType" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationType" } }, "required": [ @@ -41008,10 +41008,10 @@ } ] }, - "_types.analysis:KuromojiIterationMarkCharFilter": { + "_types.analysis.KuromojiIterationMarkCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -41037,7 +41037,7 @@ } ] }, - "_types.analysis:TokenFilter": { + "_types.analysis.TokenFilter": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-tokenfilters.html" }, @@ -41046,162 +41046,162 @@ "type": "string" }, { - "$ref": "#/components/schemas/_types.analysis:TokenFilterDefinition" + "$ref": "#/components/schemas/_types.analysis.TokenFilterDefinition" } ] }, - "_types.analysis:TokenFilterDefinition": { + "_types.analysis.TokenFilterDefinition": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:AsciiFoldingTokenFilter" + "$ref": "#/components/schemas/_types.analysis.AsciiFoldingTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:CommonGramsTokenFilter" + "$ref": "#/components/schemas/_types.analysis.CommonGramsTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ConditionTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ConditionTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:DelimitedPayloadTokenFilter" + "$ref": "#/components/schemas/_types.analysis.DelimitedPayloadTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:EdgeNGramTokenFilter" + "$ref": "#/components/schemas/_types.analysis.EdgeNGramTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ElisionTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ElisionTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:FingerprintTokenFilter" + "$ref": "#/components/schemas/_types.analysis.FingerprintTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:HunspellTokenFilter" + "$ref": "#/components/schemas/_types.analysis.HunspellTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:HyphenationDecompounderTokenFilter" + "$ref": "#/components/schemas/_types.analysis.HyphenationDecompounderTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KeepTypesTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KeepTypesTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KeepWordsTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KeepWordsTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KeywordMarkerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KeywordMarkerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KStemTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KStemTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:LengthTokenFilter" + "$ref": "#/components/schemas/_types.analysis.LengthTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:LimitTokenCountTokenFilter" + "$ref": "#/components/schemas/_types.analysis.LimitTokenCountTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:LowercaseTokenFilter" + "$ref": "#/components/schemas/_types.analysis.LowercaseTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:MultiplexerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.MultiplexerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:NGramTokenFilter" + "$ref": "#/components/schemas/_types.analysis.NGramTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:NoriPartOfSpeechTokenFilter" + "$ref": "#/components/schemas/_types.analysis.NoriPartOfSpeechTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PatternCaptureTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PatternCaptureTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PatternReplaceTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PatternReplaceTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PorterStemTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PorterStemTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PredicateTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PredicateTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:RemoveDuplicatesTokenFilter" + "$ref": "#/components/schemas/_types.analysis.RemoveDuplicatesTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ReverseTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ReverseTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ShingleTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ShingleTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:SnowballTokenFilter" + "$ref": "#/components/schemas/_types.analysis.SnowballTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:StemmerOverrideTokenFilter" + "$ref": "#/components/schemas/_types.analysis.StemmerOverrideTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:StemmerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.StemmerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:StopTokenFilter" + "$ref": "#/components/schemas/_types.analysis.StopTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:SynonymGraphTokenFilter" + "$ref": "#/components/schemas/_types.analysis.SynonymGraphTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:SynonymTokenFilter" + "$ref": "#/components/schemas/_types.analysis.SynonymTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:TrimTokenFilter" + "$ref": "#/components/schemas/_types.analysis.TrimTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:TruncateTokenFilter" + "$ref": "#/components/schemas/_types.analysis.TruncateTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:UniqueTokenFilter" + "$ref": "#/components/schemas/_types.analysis.UniqueTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:UppercaseTokenFilter" + "$ref": "#/components/schemas/_types.analysis.UppercaseTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:WordDelimiterGraphTokenFilter" + "$ref": "#/components/schemas/_types.analysis.WordDelimiterGraphTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:WordDelimiterTokenFilter" + "$ref": "#/components/schemas/_types.analysis.WordDelimiterTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiStemmerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiStemmerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiReadingFormTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiReadingFormTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiPartOfSpeechTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiPartOfSpeechTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuCollationTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuCollationTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuFoldingTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuFoldingTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuTransformTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuTransformTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PhoneticTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PhoneticTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:DictionaryDecompounderTokenFilter" + "$ref": "#/components/schemas/_types.analysis.DictionaryDecompounderTokenFilter" } ] }, - "_types.analysis:AsciiFoldingTokenFilter": { + "_types.analysis.AsciiFoldingTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41213,7 +41213,7 @@ ] }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -41222,18 +41222,18 @@ } ] }, - "_types.analysis:TokenFilterBase": { + "_types.analysis.TokenFilterBase": { "type": "object", "properties": { "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } } }, - "_types.analysis:CommonGramsTokenFilter": { + "_types.analysis.CommonGramsTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41266,10 +41266,10 @@ } ] }, - "_types.analysis:ConditionTokenFilter": { + "_types.analysis.ConditionTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41287,7 +41287,7 @@ } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -41298,10 +41298,10 @@ } ] }, - "_types.analysis:DelimitedPayloadTokenFilter": { + "_types.analysis.DelimitedPayloadTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41316,7 +41316,7 @@ "type": "string" }, "encoding": { - "$ref": "#/components/schemas/_types.analysis:DelimitedPayloadEncoding" + "$ref": "#/components/schemas/_types.analysis.DelimitedPayloadEncoding" } }, "required": [ @@ -41325,7 +41325,7 @@ } ] }, - "_types.analysis:DelimitedPayloadEncoding": { + "_types.analysis.DelimitedPayloadEncoding": { "type": "string", "enum": [ "int", @@ -41333,10 +41333,10 @@ "identity" ] }, - "_types.analysis:EdgeNGramTokenFilter": { + "_types.analysis.EdgeNGramTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41354,10 +41354,10 @@ "type": "number" }, "side": { - "$ref": "#/components/schemas/_types.analysis:EdgeNGramSide" + "$ref": "#/components/schemas/_types.analysis.EdgeNGramSide" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -41366,17 +41366,17 @@ } ] }, - "_types.analysis:EdgeNGramSide": { + "_types.analysis.EdgeNGramSide": { "type": "string", "enum": [ "front", "back" ] }, - "_types.analysis:ElisionTokenFilter": { + "_types.analysis.ElisionTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41397,7 +41397,7 @@ "type": "string" }, "articles_case": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -41406,10 +41406,10 @@ } ] }, - "_types.analysis:FingerprintTokenFilter": { + "_types.analysis.FingerprintTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41433,10 +41433,10 @@ } ] }, - "_types.analysis:HunspellTokenFilter": { + "_types.analysis.HunspellTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41467,10 +41467,10 @@ } ] }, - "_types.analysis:HyphenationDecompounderTokenFilter": { + "_types.analysis.HyphenationDecompounderTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CompoundWordTokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.CompoundWordTokenFilterBase" }, { "type": "object", @@ -41488,10 +41488,10 @@ } ] }, - "_types.analysis:CompoundWordTokenFilterBase": { + "_types.analysis.CompoundWordTokenFilterBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41524,10 +41524,10 @@ } ] }, - "_types.analysis:KeepTypesTokenFilter": { + "_types.analysis.KeepTypesTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41539,7 +41539,7 @@ ] }, "mode": { - "$ref": "#/components/schemas/_types.analysis:KeepTypesMode" + "$ref": "#/components/schemas/_types.analysis.KeepTypesMode" }, "types": { "type": "array", @@ -41554,17 +41554,17 @@ } ] }, - "_types.analysis:KeepTypesMode": { + "_types.analysis.KeepTypesMode": { "type": "string", "enum": [ "include", "exclude" ] }, - "_types.analysis:KeepWordsTokenFilter": { + "_types.analysis.KeepWordsTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41594,10 +41594,10 @@ } ] }, - "_types.analysis:KeywordMarkerTokenFilter": { + "_types.analysis.KeywordMarkerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41637,10 +41637,10 @@ } ] }, - "_types.analysis:KStemTokenFilter": { + "_types.analysis.KStemTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41658,10 +41658,10 @@ } ] }, - "_types.analysis:LengthTokenFilter": { + "_types.analysis.LengthTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41685,10 +41685,10 @@ } ] }, - "_types.analysis:LimitTokenCountTokenFilter": { + "_types.analysis.LimitTokenCountTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41703,7 +41703,7 @@ "type": "boolean" }, "max_token_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } }, "required": [ @@ -41712,10 +41712,10 @@ } ] }, - "_types.analysis:LowercaseTokenFilter": { + "_types.analysis.LowercaseTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41736,10 +41736,10 @@ } ] }, - "_types.analysis:MultiplexerTokenFilter": { + "_types.analysis.MultiplexerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41757,7 +41757,7 @@ } }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -41767,10 +41767,10 @@ } ] }, - "_types.analysis:NGramTokenFilter": { + "_types.analysis.NGramTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41788,7 +41788,7 @@ "type": "number" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -41797,10 +41797,10 @@ } ] }, - "_types.analysis:NoriPartOfSpeechTokenFilter": { + "_types.analysis.NoriPartOfSpeechTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41824,10 +41824,10 @@ } ] }, - "_types.analysis:PatternCaptureTokenFilter": { + "_types.analysis.PatternCaptureTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41845,7 +41845,7 @@ } }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -41855,10 +41855,10 @@ } ] }, - "_types.analysis:PatternReplaceTokenFilter": { + "_types.analysis.PatternReplaceTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41889,10 +41889,10 @@ } ] }, - "_types.analysis:PorterStemTokenFilter": { + "_types.analysis.PorterStemTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41910,10 +41910,10 @@ } ] }, - "_types.analysis:PredicateTokenFilter": { + "_types.analysis.PredicateTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41925,7 +41925,7 @@ ] }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -41935,10 +41935,10 @@ } ] }, - "_types.analysis:RemoveDuplicatesTokenFilter": { + "_types.analysis.RemoveDuplicatesTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41956,10 +41956,10 @@ } ] }, - "_types.analysis:ReverseTokenFilter": { + "_types.analysis.ReverseTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41977,10 +41977,10 @@ } ] }, - "_types.analysis:ShingleTokenFilter": { + "_types.analysis.ShingleTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42030,10 +42030,10 @@ } ] }, - "_types.analysis:SnowballTokenFilter": { + "_types.analysis.SnowballTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42045,7 +42045,7 @@ ] }, "language": { - "$ref": "#/components/schemas/_types.analysis:SnowballLanguage" + "$ref": "#/components/schemas/_types.analysis.SnowballLanguage" } }, "required": [ @@ -42054,10 +42054,10 @@ } ] }, - "_types.analysis:StemmerOverrideTokenFilter": { + "_types.analysis.StemmerOverrideTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42084,10 +42084,10 @@ } ] }, - "_types.analysis:StemmerTokenFilter": { + "_types.analysis.StemmerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42108,10 +42108,10 @@ } ] }, - "_types.analysis:StopTokenFilter": { + "_types.analysis.StopTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42129,7 +42129,7 @@ "type": "boolean" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -42141,10 +42141,10 @@ } ] }, - "_types.analysis:SynonymGraphTokenFilter": { + "_types.analysis.SynonymGraphTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42159,7 +42159,7 @@ "type": "boolean" }, "format": { - "$ref": "#/components/schemas/_types.analysis:SynonymFormat" + "$ref": "#/components/schemas/_types.analysis.SynonymFormat" }, "lenient": { "type": "boolean" @@ -42189,17 +42189,17 @@ } ] }, - "_types.analysis:SynonymFormat": { + "_types.analysis.SynonymFormat": { "type": "string", "enum": [ "solr", "wordnet" ] }, - "_types.analysis:SynonymTokenFilter": { + "_types.analysis.SynonymTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42214,7 +42214,7 @@ "type": "boolean" }, "format": { - "$ref": "#/components/schemas/_types.analysis:SynonymFormat" + "$ref": "#/components/schemas/_types.analysis.SynonymFormat" }, "lenient": { "type": "boolean" @@ -42244,10 +42244,10 @@ } ] }, - "_types.analysis:TrimTokenFilter": { + "_types.analysis.TrimTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42265,10 +42265,10 @@ } ] }, - "_types.analysis:TruncateTokenFilter": { + "_types.analysis.TruncateTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42289,10 +42289,10 @@ } ] }, - "_types.analysis:UniqueTokenFilter": { + "_types.analysis.UniqueTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42313,10 +42313,10 @@ } ] }, - "_types.analysis:UppercaseTokenFilter": { + "_types.analysis.UppercaseTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42334,10 +42334,10 @@ } ] }, - "_types.analysis:WordDelimiterGraphTokenFilter": { + "_types.analysis.WordDelimiterGraphTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42370,7 +42370,7 @@ "type": "boolean" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "protected_words": { "type": "array", @@ -42406,10 +42406,10 @@ } ] }, - "_types.analysis:WordDelimiterTokenFilter": { + "_types.analysis.WordDelimiterTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42436,7 +42436,7 @@ "type": "boolean" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "protected_words": { "type": "array", @@ -42472,10 +42472,10 @@ } ] }, - "_types.analysis:KuromojiStemmerTokenFilter": { + "_types.analysis.KuromojiStemmerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42497,10 +42497,10 @@ } ] }, - "_types.analysis:KuromojiReadingFormTokenFilter": { + "_types.analysis.KuromojiReadingFormTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42522,10 +42522,10 @@ } ] }, - "_types.analysis:KuromojiPartOfSpeechTokenFilter": { + "_types.analysis.KuromojiPartOfSpeechTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42550,10 +42550,10 @@ } ] }, - "_types.analysis:IcuCollationTokenFilter": { + "_types.analysis.IcuCollationTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42565,10 +42565,10 @@ ] }, "alternate": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationAlternate" + "$ref": "#/components/schemas/_types.analysis.IcuCollationAlternate" }, "case_first": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationCaseFirst" + "$ref": "#/components/schemas/_types.analysis.IcuCollationCaseFirst" }, "case_level": { "type": "boolean" @@ -42577,7 +42577,7 @@ "type": "string" }, "decomposition": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationDecomposition" + "$ref": "#/components/schemas/_types.analysis.IcuCollationDecomposition" }, "hiragana_quaternary_mode": { "type": "boolean" @@ -42592,7 +42592,7 @@ "type": "string" }, "strength": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationStrength" + "$ref": "#/components/schemas/_types.analysis.IcuCollationStrength" }, "variable_top": { "type": "string" @@ -42607,28 +42607,28 @@ } ] }, - "_types.analysis:IcuCollationAlternate": { + "_types.analysis.IcuCollationAlternate": { "type": "string", "enum": [ "shifted", "non-ignorable" ] }, - "_types.analysis:IcuCollationCaseFirst": { + "_types.analysis.IcuCollationCaseFirst": { "type": "string", "enum": [ "lower", "upper" ] }, - "_types.analysis:IcuCollationDecomposition": { + "_types.analysis.IcuCollationDecomposition": { "type": "string", "enum": [ "no", "identical" ] }, - "_types.analysis:IcuCollationStrength": { + "_types.analysis.IcuCollationStrength": { "type": "string", "enum": [ "primary", @@ -42638,10 +42638,10 @@ "identical" ] }, - "_types.analysis:IcuFoldingTokenFilter": { + "_types.analysis.IcuFoldingTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42663,10 +42663,10 @@ } ] }, - "_types.analysis:IcuNormalizationTokenFilter": { + "_types.analysis.IcuNormalizationTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42678,7 +42678,7 @@ ] }, "name": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationType" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationType" } }, "required": [ @@ -42688,10 +42688,10 @@ } ] }, - "_types.analysis:IcuTransformTokenFilter": { + "_types.analysis.IcuTransformTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42703,7 +42703,7 @@ ] }, "dir": { - "$ref": "#/components/schemas/_types.analysis:IcuTransformDirection" + "$ref": "#/components/schemas/_types.analysis.IcuTransformDirection" }, "id": { "type": "string" @@ -42716,17 +42716,17 @@ } ] }, - "_types.analysis:IcuTransformDirection": { + "_types.analysis.IcuTransformDirection": { "type": "string", "enum": [ "forward", "reverse" ] }, - "_types.analysis:PhoneticTokenFilter": { + "_types.analysis.PhoneticTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42738,17 +42738,17 @@ ] }, "encoder": { - "$ref": "#/components/schemas/_types.analysis:PhoneticEncoder" + "$ref": "#/components/schemas/_types.analysis.PhoneticEncoder" }, "languageset": { "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:PhoneticLanguage" + "$ref": "#/components/schemas/_types.analysis.PhoneticLanguage" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:PhoneticLanguage" + "$ref": "#/components/schemas/_types.analysis.PhoneticLanguage" } } ] @@ -42757,13 +42757,13 @@ "type": "number" }, "name_type": { - "$ref": "#/components/schemas/_types.analysis:PhoneticNameType" + "$ref": "#/components/schemas/_types.analysis.PhoneticNameType" }, "replace": { "type": "boolean" }, "rule_type": { - "$ref": "#/components/schemas/_types.analysis:PhoneticRuleType" + "$ref": "#/components/schemas/_types.analysis.PhoneticRuleType" } }, "required": [ @@ -42773,7 +42773,7 @@ } ] }, - "_types.analysis:PhoneticEncoder": { + "_types.analysis.PhoneticEncoder": { "type": "string", "enum": [ "metaphone", @@ -42790,7 +42790,7 @@ "daitch_mokotoff" ] }, - "_types.analysis:PhoneticLanguage": { + "_types.analysis.PhoneticLanguage": { "type": "string", "enum": [ "any", @@ -42807,7 +42807,7 @@ "spanish" ] }, - "_types.analysis:PhoneticNameType": { + "_types.analysis.PhoneticNameType": { "type": "string", "enum": [ "generic", @@ -42815,17 +42815,17 @@ "sephardic" ] }, - "_types.analysis:PhoneticRuleType": { + "_types.analysis.PhoneticRuleType": { "type": "string", "enum": [ "approx", "exact" ] }, - "_types.analysis:DictionaryDecompounderTokenFilter": { + "_types.analysis.DictionaryDecompounderTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CompoundWordTokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.CompoundWordTokenFilterBase" }, { "type": "object", @@ -42843,20 +42843,20 @@ } ] }, - "_types.analysis:Normalizer": { + "_types.analysis.Normalizer": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:LowercaseNormalizer" + "$ref": "#/components/schemas/_types.analysis.LowercaseNormalizer" }, { - "$ref": "#/components/schemas/_types.analysis:CustomNormalizer" + "$ref": "#/components/schemas/_types.analysis.CustomNormalizer" } ] }, - "_types.analysis:LowercaseNormalizer": { + "_types.analysis.LowercaseNormalizer": { "type": "object", "properties": { "type": { @@ -42870,7 +42870,7 @@ "type" ] }, - "_types.analysis:CustomNormalizer": { + "_types.analysis.CustomNormalizer": { "type": "object", "properties": { "type": { @@ -42896,7 +42896,7 @@ "type" ] }, - "_types.analysis:Tokenizer": { + "_types.analysis.Tokenizer": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-tokenizers.html" }, @@ -42905,75 +42905,75 @@ "type": "string" }, { - "$ref": "#/components/schemas/_types.analysis:TokenizerDefinition" + "$ref": "#/components/schemas/_types.analysis.TokenizerDefinition" } ] }, - "_types.analysis:TokenizerDefinition": { + "_types.analysis.TokenizerDefinition": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharGroupTokenizer" + "$ref": "#/components/schemas/_types.analysis.CharGroupTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:ClassicTokenizer" + "$ref": "#/components/schemas/_types.analysis.ClassicTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:EdgeNGramTokenizer" + "$ref": "#/components/schemas/_types.analysis.EdgeNGramTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:KeywordTokenizer" + "$ref": "#/components/schemas/_types.analysis.KeywordTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:LetterTokenizer" + "$ref": "#/components/schemas/_types.analysis.LetterTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:LowercaseTokenizer" + "$ref": "#/components/schemas/_types.analysis.LowercaseTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:NGramTokenizer" + "$ref": "#/components/schemas/_types.analysis.NGramTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:PathHierarchyTokenizer" + "$ref": "#/components/schemas/_types.analysis.PathHierarchyTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:PatternTokenizer" + "$ref": "#/components/schemas/_types.analysis.PatternTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:SimplePatternTokenizer" + "$ref": "#/components/schemas/_types.analysis.SimplePatternTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:SimplePatternSplitTokenizer" + "$ref": "#/components/schemas/_types.analysis.SimplePatternSplitTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:StandardTokenizer" + "$ref": "#/components/schemas/_types.analysis.StandardTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:ThaiTokenizer" + "$ref": "#/components/schemas/_types.analysis.ThaiTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:UaxEmailUrlTokenizer" + "$ref": "#/components/schemas/_types.analysis.UaxEmailUrlTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:WhitespaceTokenizer" + "$ref": "#/components/schemas/_types.analysis.WhitespaceTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:IcuTokenizer" + "$ref": "#/components/schemas/_types.analysis.IcuTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiTokenizer" + "$ref": "#/components/schemas/_types.analysis.KuromojiTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:NoriTokenizer" + "$ref": "#/components/schemas/_types.analysis.NoriTokenizer" } ] }, - "_types.analysis:CharGroupTokenizer": { + "_types.analysis.CharGroupTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43001,18 +43001,18 @@ } ] }, - "_types.analysis:TokenizerBase": { + "_types.analysis.TokenizerBase": { "type": "object", "properties": { "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } } }, - "_types.analysis:ClassicTokenizer": { + "_types.analysis.ClassicTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43033,10 +43033,10 @@ } ] }, - "_types.analysis:EdgeNGramTokenizer": { + "_types.analysis.EdgeNGramTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43059,7 +43059,7 @@ "token_chars": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenChar" + "$ref": "#/components/schemas/_types.analysis.TokenChar" } } }, @@ -43069,7 +43069,7 @@ } ] }, - "_types.analysis:TokenChar": { + "_types.analysis.TokenChar": { "type": "string", "enum": [ "letter", @@ -43080,10 +43080,10 @@ "custom" ] }, - "_types.analysis:KeywordTokenizer": { + "_types.analysis.KeywordTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43104,10 +43104,10 @@ } ] }, - "_types.analysis:LetterTokenizer": { + "_types.analysis.LetterTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43125,10 +43125,10 @@ } ] }, - "_types.analysis:LowercaseTokenizer": { + "_types.analysis.LowercaseTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43146,10 +43146,10 @@ } ] }, - "_types.analysis:NGramTokenizer": { + "_types.analysis.NGramTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43172,7 +43172,7 @@ "token_chars": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenChar" + "$ref": "#/components/schemas/_types.analysis.TokenChar" } } }, @@ -43182,10 +43182,10 @@ } ] }, - "_types.analysis:PathHierarchyTokenizer": { + "_types.analysis.PathHierarchyTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43197,7 +43197,7 @@ ] }, "buffer_size": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" }, "delimiter": { "type": "string" @@ -43206,10 +43206,10 @@ "type": "string" }, "reverse": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "skip": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } }, "required": [ @@ -43218,10 +43218,10 @@ } ] }, - "_types.analysis:PatternTokenizer": { + "_types.analysis.PatternTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43248,10 +43248,10 @@ } ] }, - "_types.analysis:SimplePatternTokenizer": { + "_types.analysis.SimplePatternTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43272,10 +43272,10 @@ } ] }, - "_types.analysis:SimplePatternSplitTokenizer": { + "_types.analysis.SimplePatternSplitTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43296,10 +43296,10 @@ } ] }, - "_types.analysis:StandardTokenizer": { + "_types.analysis.StandardTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43320,10 +43320,10 @@ } ] }, - "_types.analysis:ThaiTokenizer": { + "_types.analysis.ThaiTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43341,10 +43341,10 @@ } ] }, - "_types.analysis:UaxEmailUrlTokenizer": { + "_types.analysis.UaxEmailUrlTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43365,10 +43365,10 @@ } ] }, - "_types.analysis:WhitespaceTokenizer": { + "_types.analysis.WhitespaceTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43389,10 +43389,10 @@ } ] }, - "_types.analysis:IcuTokenizer": { + "_types.analysis.IcuTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43414,10 +43414,10 @@ } ] }, - "_types.analysis:KuromojiTokenizer": { + "_types.analysis.KuromojiTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43432,7 +43432,7 @@ "type": "boolean" }, "mode": { - "$ref": "#/components/schemas/_types.analysis:KuromojiTokenizationMode" + "$ref": "#/components/schemas/_types.analysis.KuromojiTokenizationMode" }, "nbest_cost": { "type": "number" @@ -43460,10 +43460,10 @@ } ] }, - "_types.analysis:NoriTokenizer": { + "_types.analysis.NoriTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43475,7 +43475,7 @@ ] }, "decompound_mode": { - "$ref": "#/components/schemas/_types.analysis:NoriDecompoundMode" + "$ref": "#/components/schemas/_types.analysis.NoriDecompoundMode" }, "discard_punctuation": { "type": "boolean" @@ -43496,26 +43496,26 @@ } ] }, - "indices._types:IndexSettingsTimeSeries": { + "indices._types.IndexSettingsTimeSeries": { "type": "object", "properties": { "end_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } } }, - "indices._types:Queries": { + "indices._types.Queries": { "type": "object", "properties": { "cache": { - "$ref": "#/components/schemas/indices._types:CacheQueries" + "$ref": "#/components/schemas/indices._types.CacheQueries" } } }, - "indices._types:CacheQueries": { + "indices._types.CacheQueries": { "type": "object", "properties": { "enabled": { @@ -43526,38 +43526,38 @@ "enabled" ] }, - "indices._types:SettingsSimilarity": { + "indices._types.SettingsSimilarity": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityBm25" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityBm25" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityBoolean" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityBoolean" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityDfi" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityDfi" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityDfr" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityDfr" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityIb" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityIb" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityLmd" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityLmd" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityLmj" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityLmj" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityScripted" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityScripted" } ] }, - "indices._types:SettingsSimilarityBm25": { + "indices._types.SettingsSimilarityBm25": { "type": "object", "properties": { "type": { @@ -43580,7 +43580,7 @@ "type" ] }, - "indices._types:SettingsSimilarityBoolean": { + "indices._types.SettingsSimilarityBoolean": { "type": "object", "properties": { "type": { @@ -43594,7 +43594,7 @@ "type" ] }, - "indices._types:SettingsSimilarityDfi": { + "indices._types.SettingsSimilarityDfi": { "type": "object", "properties": { "type": { @@ -43604,7 +43604,7 @@ ] }, "independence_measure": { - "$ref": "#/components/schemas/_types:DFIIndependenceMeasure" + "$ref": "#/components/schemas/_types.DFIIndependenceMeasure" } }, "required": [ @@ -43612,7 +43612,7 @@ "independence_measure" ] }, - "_types:DFIIndependenceMeasure": { + "_types.DFIIndependenceMeasure": { "type": "string", "enum": [ "standardized", @@ -43620,7 +43620,7 @@ "chisquared" ] }, - "indices._types:SettingsSimilarityDfr": { + "indices._types.SettingsSimilarityDfr": { "type": "object", "properties": { "type": { @@ -43630,13 +43630,13 @@ ] }, "after_effect": { - "$ref": "#/components/schemas/_types:DFRAfterEffect" + "$ref": "#/components/schemas/_types.DFRAfterEffect" }, "basic_model": { - "$ref": "#/components/schemas/_types:DFRBasicModel" + "$ref": "#/components/schemas/_types.DFRBasicModel" }, "normalization": { - "$ref": "#/components/schemas/_types:Normalization" + "$ref": "#/components/schemas/_types.Normalization" } }, "required": [ @@ -43646,7 +43646,7 @@ "normalization" ] }, - "_types:DFRAfterEffect": { + "_types.DFRAfterEffect": { "type": "string", "enum": [ "no", @@ -43654,7 +43654,7 @@ "l" ] }, - "_types:DFRBasicModel": { + "_types.DFRBasicModel": { "type": "string", "enum": [ "be", @@ -43666,7 +43666,7 @@ "p" ] }, - "_types:Normalization": { + "_types.Normalization": { "type": "string", "enum": [ "no", @@ -43676,7 +43676,7 @@ "z" ] }, - "indices._types:SettingsSimilarityIb": { + "indices._types.SettingsSimilarityIb": { "type": "object", "properties": { "type": { @@ -43686,13 +43686,13 @@ ] }, "distribution": { - "$ref": "#/components/schemas/_types:IBDistribution" + "$ref": "#/components/schemas/_types.IBDistribution" }, "lambda": { - "$ref": "#/components/schemas/_types:IBLambda" + "$ref": "#/components/schemas/_types.IBLambda" }, "normalization": { - "$ref": "#/components/schemas/_types:Normalization" + "$ref": "#/components/schemas/_types.Normalization" } }, "required": [ @@ -43702,21 +43702,21 @@ "normalization" ] }, - "_types:IBDistribution": { + "_types.IBDistribution": { "type": "string", "enum": [ "ll", "spl" ] }, - "_types:IBLambda": { + "_types.IBLambda": { "type": "string", "enum": [ "df", "ttf" ] }, - "indices._types:SettingsSimilarityLmd": { + "indices._types.SettingsSimilarityLmd": { "type": "object", "properties": { "type": { @@ -43733,7 +43733,7 @@ "type" ] }, - "indices._types:SettingsSimilarityLmj": { + "indices._types.SettingsSimilarityLmj": { "type": "object", "properties": { "type": { @@ -43750,7 +43750,7 @@ "type" ] }, - "indices._types:SettingsSimilarityScripted": { + "indices._types.SettingsSimilarityScripted": { "type": "object", "properties": { "type": { @@ -43760,10 +43760,10 @@ ] }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "weight_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -43771,32 +43771,32 @@ "script" ] }, - "indices._types:MappingLimitSettings": { + "indices._types.MappingLimitSettings": { "type": "object", "properties": { "coerce": { "type": "boolean" }, "total_fields": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsTotalFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsTotalFields" }, "depth": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsDepth" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsDepth" }, "nested_fields": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsNestedFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsNestedFields" }, "nested_objects": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsNestedObjects" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsNestedObjects" }, "field_name_length": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsFieldNameLength" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsFieldNameLength" }, "dimension_fields": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsDimensionFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsDimensionFields" }, "source": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsSourceFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsSourceFields" }, "ignore_malformed": { "oneOf": [ @@ -43810,7 +43810,7 @@ } } }, - "indices._types:MappingLimitSettingsTotalFields": { + "indices._types.MappingLimitSettingsTotalFields": { "type": "object", "properties": { "limit": { @@ -43837,7 +43837,7 @@ } } }, - "indices._types:MappingLimitSettingsDepth": { + "indices._types.MappingLimitSettingsDepth": { "type": "object", "properties": { "limit": { @@ -43846,7 +43846,7 @@ } } }, - "indices._types:MappingLimitSettingsNestedFields": { + "indices._types.MappingLimitSettingsNestedFields": { "type": "object", "properties": { "limit": { @@ -43855,7 +43855,7 @@ } } }, - "indices._types:MappingLimitSettingsNestedObjects": { + "indices._types.MappingLimitSettingsNestedObjects": { "type": "object", "properties": { "limit": { @@ -43864,7 +43864,7 @@ } } }, - "indices._types:MappingLimitSettingsFieldNameLength": { + "indices._types.MappingLimitSettingsFieldNameLength": { "type": "object", "properties": { "limit": { @@ -43873,7 +43873,7 @@ } } }, - "indices._types:MappingLimitSettingsDimensionFields": { + "indices._types.MappingLimitSettingsDimensionFields": { "type": "object", "properties": { "limit": { @@ -43882,18 +43882,18 @@ } } }, - "indices._types:MappingLimitSettingsSourceFields": { + "indices._types.MappingLimitSettingsSourceFields": { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/indices._types:SourceMode" + "$ref": "#/components/schemas/indices._types.SourceMode" } }, "required": [ "mode" ] }, - "indices._types:SourceMode": { + "indices._types.SourceMode": { "type": "string", "enum": [ "disabled", @@ -43901,7 +43901,7 @@ "synthetic" ] }, - "indices._types:IndexingSlowlogSettings": { + "indices._types.IndexingSlowlogSettings": { "type": "object", "properties": { "level": { @@ -43914,30 +43914,30 @@ "type": "boolean" }, "threshold": { - "$ref": "#/components/schemas/indices._types:IndexingSlowlogTresholds" + "$ref": "#/components/schemas/indices._types.IndexingSlowlogTresholds" } } }, - "indices._types:IndexingSlowlogTresholds": { + "indices._types.IndexingSlowlogTresholds": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholdLevels" + "$ref": "#/components/schemas/indices._types.SlowlogTresholdLevels" } } }, - "indices._types:IndexingPressure": { + "indices._types.IndexingPressure": { "type": "object", "properties": { "memory": { - "$ref": "#/components/schemas/indices._types:IndexingPressureMemory" + "$ref": "#/components/schemas/indices._types.IndexingPressureMemory" } }, "required": [ "memory" ] }, - "indices._types:IndexingPressureMemory": { + "indices._types.IndexingPressureMemory": { "type": "object", "properties": { "limit": { @@ -43946,11 +43946,11 @@ } } }, - "indices._types:Storage": { + "indices._types.Storage": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/indices._types:StorageType" + "$ref": "#/components/schemas/indices._types.StorageType" }, "allow_mmap": { "description": "You can restrict the use of the mmapfs and the related hybridfs store type via the setting node.store.allow_mmap.\nThis is a boolean setting indicating whether or not memory-mapping is allowed. The default is to allow it. This\nsetting is useful, for example, if you are in an environment where you can not control the ability to create a lot\nof memory maps so you need disable the ability to use memory-mapping.", @@ -43961,7 +43961,7 @@ "type" ] }, - "indices._types:StorageType": { + "indices._types.StorageType": { "anyOf": [ { "type": "string", @@ -43977,17 +43977,17 @@ } ] }, - "_types.mapping:TypeMapping": { + "_types.mapping.TypeMapping": { "type": "object", "properties": { "all_field": { - "$ref": "#/components/schemas/_types.mapping:AllField" + "$ref": "#/components/schemas/_types.mapping.AllField" }, "date_detection": { "type": "boolean" }, "dynamic": { - "$ref": "#/components/schemas/_types.mapping:DynamicMapping" + "$ref": "#/components/schemas/_types.mapping.DynamicMapping" }, "dynamic_date_formats": { "type": "array", @@ -44000,20 +44000,20 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:DynamicTemplate" + "$ref": "#/components/schemas/_types.mapping.DynamicTemplate" }, "minProperties": 1, "maxProperties": 1 } }, "_field_names": { - "$ref": "#/components/schemas/_types.mapping:FieldNamesField" + "$ref": "#/components/schemas/_types.mapping.FieldNamesField" }, "index_field": { - "$ref": "#/components/schemas/_types.mapping:IndexField" + "$ref": "#/components/schemas/_types.mapping.IndexField" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "numeric_detection": { "type": "boolean" @@ -44021,36 +44021,36 @@ "properties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "_routing": { - "$ref": "#/components/schemas/_types.mapping:RoutingField" + "$ref": "#/components/schemas/_types.mapping.RoutingField" }, "_size": { - "$ref": "#/components/schemas/_types.mapping:SizeField" + "$ref": "#/components/schemas/_types.mapping.SizeField" }, "_source": { - "$ref": "#/components/schemas/_types.mapping:SourceField" + "$ref": "#/components/schemas/_types.mapping.SourceField" }, "runtime": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:RuntimeField" + "$ref": "#/components/schemas/_types.mapping.RuntimeField" } }, "enabled": { "type": "boolean" }, "subobjects": { - "$ref": "#/components/schemas/_types.mapping:Subobjects" + "$ref": "#/components/schemas/_types.mapping.Subobjects" }, "_data_stream_timestamp": { - "$ref": "#/components/schemas/_types.mapping:DataStreamTimestamp" + "$ref": "#/components/schemas/_types.mapping.DataStreamTimestamp" } } }, - "_types.mapping:AllField": { + "_types.mapping.AllField": { "type": "object", "properties": { "analyzer": { @@ -44097,7 +44097,7 @@ "store_term_vectors" ] }, - "_types.mapping:DynamicMapping": { + "_types.mapping.DynamicMapping": { "type": "string", "enum": [ "strict", @@ -44106,7 +44106,7 @@ "false" ] }, - "_types.mapping:DynamicTemplate": { + "_types.mapping.DynamicTemplate": { "allOf": [ { "type": "object", @@ -44190,7 +44190,7 @@ ] }, "match_pattern": { - "$ref": "#/components/schemas/_types.mapping:MatchType" + "$ref": "#/components/schemas/_types.mapping.MatchType" } } }, @@ -44198,10 +44198,10 @@ "type": "object", "properties": { "mapping": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" }, "runtime": { - "$ref": "#/components/schemas/_types.mapping:RuntimeField" + "$ref": "#/components/schemas/_types.mapping.RuntimeField" } }, "minProperties": 1, @@ -44209,170 +44209,170 @@ } ] }, - "_types.mapping:Property": { + "_types.mapping.Property": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.mapping:BinaryProperty" + "$ref": "#/components/schemas/_types.mapping.BinaryProperty" }, { - "$ref": "#/components/schemas/_types.mapping:BooleanProperty" + "$ref": "#/components/schemas/_types.mapping.BooleanProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DynamicProperty" + "$ref": "#/components/schemas/_types.mapping.DynamicProperty" }, { - "$ref": "#/components/schemas/_types.mapping:JoinProperty" + "$ref": "#/components/schemas/_types.mapping.JoinProperty" }, { - "$ref": "#/components/schemas/_types.mapping:KeywordProperty" + "$ref": "#/components/schemas/_types.mapping.KeywordProperty" }, { - "$ref": "#/components/schemas/_types.mapping:MatchOnlyTextProperty" + "$ref": "#/components/schemas/_types.mapping.MatchOnlyTextProperty" }, { - "$ref": "#/components/schemas/_types.mapping:PercolatorProperty" + "$ref": "#/components/schemas/_types.mapping.PercolatorProperty" }, { - "$ref": "#/components/schemas/_types.mapping:RankFeatureProperty" + "$ref": "#/components/schemas/_types.mapping.RankFeatureProperty" }, { - "$ref": "#/components/schemas/_types.mapping:RankFeaturesProperty" + "$ref": "#/components/schemas/_types.mapping.RankFeaturesProperty" }, { - "$ref": "#/components/schemas/_types.mapping:SearchAsYouTypeProperty" + "$ref": "#/components/schemas/_types.mapping.SearchAsYouTypeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:TextProperty" + "$ref": "#/components/schemas/_types.mapping.TextProperty" }, { - "$ref": "#/components/schemas/_types.mapping:VersionProperty" + "$ref": "#/components/schemas/_types.mapping.VersionProperty" }, { - "$ref": "#/components/schemas/_types.mapping:WildcardProperty" + "$ref": "#/components/schemas/_types.mapping.WildcardProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DateNanosProperty" + "$ref": "#/components/schemas/_types.mapping.DateNanosProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DateProperty" + "$ref": "#/components/schemas/_types.mapping.DateProperty" }, { - "$ref": "#/components/schemas/_types.mapping:AggregateMetricDoubleProperty" + "$ref": "#/components/schemas/_types.mapping.AggregateMetricDoubleProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DenseVectorProperty" + "$ref": "#/components/schemas/_types.mapping.DenseVectorProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FlattenedProperty" + "$ref": "#/components/schemas/_types.mapping.FlattenedProperty" }, { - "$ref": "#/components/schemas/_types.mapping:NestedProperty" + "$ref": "#/components/schemas/_types.mapping.NestedProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ObjectProperty" + "$ref": "#/components/schemas/_types.mapping.ObjectProperty" }, { - "$ref": "#/components/schemas/_types.mapping:PassthroughObjectProperty" + "$ref": "#/components/schemas/_types.mapping.PassthroughObjectProperty" }, { - "$ref": "#/components/schemas/_types.mapping:SemanticTextProperty" + "$ref": "#/components/schemas/_types.mapping.SemanticTextProperty" }, { - "$ref": "#/components/schemas/_types.mapping:SparseVectorProperty" + "$ref": "#/components/schemas/_types.mapping.SparseVectorProperty" }, { - "$ref": "#/components/schemas/_types.mapping:CompletionProperty" + "$ref": "#/components/schemas/_types.mapping.CompletionProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ConstantKeywordProperty" + "$ref": "#/components/schemas/_types.mapping.ConstantKeywordProperty" }, { - "$ref": "#/components/schemas/_types.mapping:CountedKeywordProperty" + "$ref": "#/components/schemas/_types.mapping.CountedKeywordProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FieldAliasProperty" + "$ref": "#/components/schemas/_types.mapping.FieldAliasProperty" }, { - "$ref": "#/components/schemas/_types.mapping:HistogramProperty" + "$ref": "#/components/schemas/_types.mapping.HistogramProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IpProperty" + "$ref": "#/components/schemas/_types.mapping.IpProperty" }, { - "$ref": "#/components/schemas/_types.mapping:Murmur3HashProperty" + "$ref": "#/components/schemas/_types.mapping.Murmur3HashProperty" }, { - "$ref": "#/components/schemas/_types.mapping:TokenCountProperty" + "$ref": "#/components/schemas/_types.mapping.TokenCountProperty" }, { - "$ref": "#/components/schemas/_types.mapping:GeoPointProperty" + "$ref": "#/components/schemas/_types.mapping.GeoPointProperty" }, { - "$ref": "#/components/schemas/_types.mapping:GeoShapeProperty" + "$ref": "#/components/schemas/_types.mapping.GeoShapeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:PointProperty" + "$ref": "#/components/schemas/_types.mapping.PointProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ShapeProperty" + "$ref": "#/components/schemas/_types.mapping.ShapeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ByteNumberProperty" + "$ref": "#/components/schemas/_types.mapping.ByteNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DoubleNumberProperty" + "$ref": "#/components/schemas/_types.mapping.DoubleNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FloatNumberProperty" + "$ref": "#/components/schemas/_types.mapping.FloatNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:HalfFloatNumberProperty" + "$ref": "#/components/schemas/_types.mapping.HalfFloatNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IntegerNumberProperty" + "$ref": "#/components/schemas/_types.mapping.IntegerNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:LongNumberProperty" + "$ref": "#/components/schemas/_types.mapping.LongNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ScaledFloatNumberProperty" + "$ref": "#/components/schemas/_types.mapping.ScaledFloatNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ShortNumberProperty" + "$ref": "#/components/schemas/_types.mapping.ShortNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:UnsignedLongNumberProperty" + "$ref": "#/components/schemas/_types.mapping.UnsignedLongNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DateRangeProperty" + "$ref": "#/components/schemas/_types.mapping.DateRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DoubleRangeProperty" + "$ref": "#/components/schemas/_types.mapping.DoubleRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FloatRangeProperty" + "$ref": "#/components/schemas/_types.mapping.FloatRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IntegerRangeProperty" + "$ref": "#/components/schemas/_types.mapping.IntegerRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IpRangeProperty" + "$ref": "#/components/schemas/_types.mapping.IpRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:LongRangeProperty" + "$ref": "#/components/schemas/_types.mapping.LongRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IcuCollationProperty" + "$ref": "#/components/schemas/_types.mapping.IcuCollationProperty" } ] }, - "_types.mapping:BinaryProperty": { + "_types.mapping.BinaryProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -44390,10 +44390,10 @@ } ] }, - "_types.mapping:DocValuesPropertyBase": { + "_types.mapping.DocValuesPropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -44405,16 +44405,16 @@ } ] }, - "_types.mapping:CorePropertyBase": { + "_types.mapping.CorePropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", "properties": { "copy_to": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "store": { "type": "boolean" @@ -44423,7 +44423,7 @@ } ] }, - "_types.mapping:PropertyBase": { + "_types.mapping.PropertyBase": { "type": "object", "properties": { "meta": { @@ -44436,27 +44436,27 @@ "properties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "ignore_above": { "type": "number" }, "dynamic": { - "$ref": "#/components/schemas/_types.mapping:DynamicMapping" + "$ref": "#/components/schemas/_types.mapping.DynamicMapping" }, "fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "synthetic_source_keep": { - "$ref": "#/components/schemas/_types.mapping:SyntheticSourceKeepEnum" + "$ref": "#/components/schemas/_types.mapping.SyntheticSourceKeepEnum" } } }, - "_types.mapping:SyntheticSourceKeepEnum": { + "_types.mapping.SyntheticSourceKeepEnum": { "type": "string", "enum": [ "none", @@ -44464,10 +44464,10 @@ "all" ] }, - "_types.mapping:BooleanProperty": { + "_types.mapping.BooleanProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -44476,7 +44476,7 @@ "type": "number" }, "fielddata": { - "$ref": "#/components/schemas/indices._types:NumericFielddata" + "$ref": "#/components/schemas/indices._types.NumericFielddata" }, "index": { "type": "boolean" @@ -44488,10 +44488,10 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "time_series_dimension": { "description": "For internal use by Elastic only. Marks the field as a time series dimension. Defaults to false.", @@ -44511,35 +44511,35 @@ } ] }, - "indices._types:NumericFielddata": { + "indices._types.NumericFielddata": { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/indices._types:NumericFielddataFormat" + "$ref": "#/components/schemas/indices._types.NumericFielddataFormat" } }, "required": [ "format" ] }, - "indices._types:NumericFielddataFormat": { + "indices._types.NumericFielddataFormat": { "type": "string", "enum": [ "array", "disabled" ] }, - "_types.mapping:OnScriptError": { + "_types.mapping.OnScriptError": { "type": "string", "enum": [ "fail", "continue" ] }, - "_types.mapping:DynamicProperty": { + "_types.mapping.DynamicProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -44554,7 +44554,7 @@ "type": "boolean" }, "null_value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "boost": { "type": "number" @@ -44563,16 +44563,16 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "ignore_malformed": { "type": "boolean" }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" }, "analyzer": { "type": "string" @@ -44584,7 +44584,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "index_phrases": { "type": "boolean" @@ -44592,7 +44592,7 @@ "index_prefixes": { "oneOf": [ { - "$ref": "#/components/schemas/_types.mapping:TextIndexPrefixes" + "$ref": "#/components/schemas/_types.mapping.TextIndexPrefixes" }, { "nullable": true, @@ -44613,7 +44613,7 @@ "type": "string" }, "term_vector": { - "$ref": "#/components/schemas/_types.mapping:TermVectorOption" + "$ref": "#/components/schemas/_types.mapping.TermVectorOption" }, "format": { "type": "string" @@ -44631,7 +44631,7 @@ } ] }, - "_types.mapping:TimeSeriesMetricType": { + "_types.mapping.TimeSeriesMetricType": { "type": "string", "enum": [ "gauge", @@ -44641,7 +44641,7 @@ "position" ] }, - "_types.mapping:IndexOptions": { + "_types.mapping.IndexOptions": { "type": "string", "enum": [ "docs", @@ -44650,7 +44650,7 @@ "offsets" ] }, - "_types.mapping:TextIndexPrefixes": { + "_types.mapping.TextIndexPrefixes": { "type": "object", "properties": { "max_chars": { @@ -44665,7 +44665,7 @@ "min_chars" ] }, - "_types.mapping:TermVectorOption": { + "_types.mapping.TermVectorOption": { "type": "string", "enum": [ "no", @@ -44677,10 +44677,10 @@ "with_positions_payloads" ] }, - "_types.mapping:JoinProperty": { + "_types.mapping.JoinProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -44690,12 +44690,12 @@ "additionalProperties": { "oneOf": [ { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } ] @@ -44717,10 +44717,10 @@ } ] }, - "_types.mapping:KeywordProperty": { + "_types.mapping.KeywordProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -44735,13 +44735,13 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "normalizer": { "type": "string" @@ -44784,7 +44784,7 @@ } ] }, - "_types.mapping:MatchOnlyTextProperty": { + "_types.mapping.MatchOnlyTextProperty": { "type": "object", "properties": { "type": { @@ -44797,7 +44797,7 @@ "description": "Multi-fields allow the same string value to be indexed in multiple ways for different purposes, such as one\nfield for search and a multi-field for sorting and aggregations, or the same string value analyzed by different analyzers.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "meta": { @@ -44808,17 +44808,17 @@ } }, "copy_to": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } }, "required": [ "type" ] }, - "_types.mapping:PercolatorProperty": { + "_types.mapping.PercolatorProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -44836,10 +44836,10 @@ } ] }, - "_types.mapping:RankFeatureProperty": { + "_types.mapping.RankFeatureProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -44860,10 +44860,10 @@ } ] }, - "_types.mapping:RankFeaturesProperty": { + "_types.mapping.RankFeaturesProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -44884,10 +44884,10 @@ } ] }, - "_types.mapping:SearchAsYouTypeProperty": { + "_types.mapping.SearchAsYouTypeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -44899,7 +44899,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "max_shingle_size": { "type": "number" @@ -44925,7 +44925,7 @@ ] }, "term_vector": { - "$ref": "#/components/schemas/_types.mapping:TermVectorOption" + "$ref": "#/components/schemas/_types.mapping.TermVectorOption" }, "type": { "type": "string", @@ -44940,10 +44940,10 @@ } ] }, - "_types.mapping:TextProperty": { + "_types.mapping.TextProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -44961,13 +44961,13 @@ "type": "boolean" }, "fielddata_frequency_filter": { - "$ref": "#/components/schemas/indices._types:FielddataFrequencyFilter" + "$ref": "#/components/schemas/indices._types.FielddataFrequencyFilter" }, "index": { "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "index_phrases": { "type": "boolean" @@ -44975,7 +44975,7 @@ "index_prefixes": { "oneOf": [ { - "$ref": "#/components/schemas/_types.mapping:TextIndexPrefixes" + "$ref": "#/components/schemas/_types.mapping.TextIndexPrefixes" }, { "nullable": true, @@ -45007,7 +45007,7 @@ ] }, "term_vector": { - "$ref": "#/components/schemas/_types.mapping:TermVectorOption" + "$ref": "#/components/schemas/_types.mapping.TermVectorOption" }, "type": { "type": "string", @@ -45022,7 +45022,7 @@ } ] }, - "indices._types:FielddataFrequencyFilter": { + "indices._types.FielddataFrequencyFilter": { "type": "object", "properties": { "max": { @@ -45041,10 +45041,10 @@ "min_segment_size" ] }, - "_types.mapping:VersionProperty": { + "_types.mapping.VersionProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45062,10 +45062,10 @@ } ] }, - "_types.mapping:WildcardProperty": { + "_types.mapping.WildcardProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45086,10 +45086,10 @@ } ] }, - "_types.mapping:DateNanosProperty": { + "_types.mapping.DateNanosProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45107,13 +45107,13 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "null_value": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "precision_step": { "type": "number" @@ -45131,10 +45131,10 @@ } ] }, - "_types.mapping:DateProperty": { + "_types.mapping.DateProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45143,7 +45143,7 @@ "type": "number" }, "fielddata": { - "$ref": "#/components/schemas/indices._types:NumericFielddata" + "$ref": "#/components/schemas/indices._types.NumericFielddata" }, "format": { "type": "string" @@ -45155,13 +45155,13 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "null_value": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "precision_step": { "type": "number" @@ -45182,10 +45182,10 @@ } ] }, - "_types.mapping:AggregateMetricDoubleProperty": { + "_types.mapping.AggregateMetricDoubleProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -45206,7 +45206,7 @@ } }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" } }, "required": [ @@ -45217,10 +45217,10 @@ } ] }, - "_types.mapping:DenseVectorProperty": { + "_types.mapping.DenseVectorProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -45236,17 +45236,17 @@ "type": "number" }, "element_type": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorElementType" + "$ref": "#/components/schemas/_types.mapping.DenseVectorElementType" }, "index": { "description": "If `true`, you can search this field using the kNN search API.", "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorIndexOptions" + "$ref": "#/components/schemas/_types.mapping.DenseVectorIndexOptions" }, "similarity": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorSimilarity" + "$ref": "#/components/schemas/_types.mapping.DenseVectorSimilarity" } }, "required": [ @@ -45255,7 +45255,7 @@ } ] }, - "_types.mapping:DenseVectorElementType": { + "_types.mapping.DenseVectorElementType": { "type": "string", "enum": [ "bit", @@ -45263,7 +45263,7 @@ "float" ] }, - "_types.mapping:DenseVectorIndexOptions": { + "_types.mapping.DenseVectorIndexOptions": { "type": "object", "properties": { "confidence_interval": { @@ -45279,17 +45279,17 @@ "type": "number" }, "type": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorIndexOptionsType" + "$ref": "#/components/schemas/_types.mapping.DenseVectorIndexOptionsType" }, "rescore_vector": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorIndexOptionsRescoreVector" + "$ref": "#/components/schemas/_types.mapping.DenseVectorIndexOptionsRescoreVector" } }, "required": [ "type" ] }, - "_types.mapping:DenseVectorIndexOptionsType": { + "_types.mapping.DenseVectorIndexOptionsType": { "type": "string", "enum": [ "bbq_flat", @@ -45302,7 +45302,7 @@ "int8_hnsw" ] }, - "_types.mapping:DenseVectorIndexOptionsRescoreVector": { + "_types.mapping.DenseVectorIndexOptionsRescoreVector": { "type": "object", "properties": { "oversample": { @@ -45314,7 +45314,7 @@ "oversample" ] }, - "_types.mapping:DenseVectorSimilarity": { + "_types.mapping.DenseVectorSimilarity": { "type": "string", "enum": [ "cosine", @@ -45323,10 +45323,10 @@ "max_inner_product" ] }, - "_types.mapping:FlattenedProperty": { + "_types.mapping.FlattenedProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -45347,7 +45347,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "null_value": { "type": "string" @@ -45371,10 +45371,10 @@ } ] }, - "_types.mapping:NestedProperty": { + "_types.mapping.NestedProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -45401,10 +45401,10 @@ } ] }, - "_types.mapping:ObjectProperty": { + "_types.mapping.ObjectProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -45413,7 +45413,7 @@ "type": "boolean" }, "subobjects": { - "$ref": "#/components/schemas/_types.mapping:Subobjects" + "$ref": "#/components/schemas/_types.mapping.Subobjects" }, "type": { "type": "string", @@ -45425,17 +45425,17 @@ } ] }, - "_types.mapping:Subobjects": { + "_types.mapping.Subobjects": { "type": "string", "enum": [ "true", "false" ] }, - "_types.mapping:PassthroughObjectProperty": { + "_types.mapping.PassthroughObjectProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -45459,7 +45459,7 @@ } ] }, - "_types.mapping:SemanticTextProperty": { + "_types.mapping.SemanticTextProperty": { "type": "object", "properties": { "type": { @@ -45475,20 +45475,20 @@ } }, "inference_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "search_inference_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ "type" ] }, - "_types.mapping:SparseVectorProperty": { + "_types.mapping.SparseVectorProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -45506,10 +45506,10 @@ } ] }, - "_types.mapping:CompletionProperty": { + "_types.mapping.CompletionProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45520,7 +45520,7 @@ "contexts": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.mapping:SuggestContext" + "$ref": "#/components/schemas/_types.mapping.SuggestContext" } }, "max_input_length": { @@ -45548,14 +45548,14 @@ } ] }, - "_types.mapping:SuggestContext": { + "_types.mapping.SuggestContext": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "type": { "type": "string" @@ -45576,10 +45576,10 @@ "type" ] }, - "_types.mapping:ConstantKeywordProperty": { + "_types.mapping.ConstantKeywordProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -45600,10 +45600,10 @@ } ] }, - "_types.mapping:CountedKeywordProperty": { + "_types.mapping.CountedKeywordProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -45624,16 +45624,16 @@ } ] }, - "_types.mapping:FieldAliasProperty": { + "_types.mapping.FieldAliasProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", "properties": { "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "type": { "type": "string", @@ -45648,10 +45648,10 @@ } ] }, - "_types.mapping:HistogramProperty": { + "_types.mapping.HistogramProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -45672,10 +45672,10 @@ } ] }, - "_types.mapping:IpProperty": { + "_types.mapping.IpProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45693,10 +45693,10 @@ "type": "string" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_series_dimension": { "description": "For internal use by Elastic only. Marks the field as a time series dimension. Defaults to false.", @@ -45716,10 +45716,10 @@ } ] }, - "_types.mapping:Murmur3HashProperty": { + "_types.mapping.Murmur3HashProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45737,10 +45737,10 @@ } ] }, - "_types.mapping:TokenCountProperty": { + "_types.mapping.TokenCountProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45773,10 +45773,10 @@ } ] }, - "_types.mapping:GeoPointProperty": { + "_types.mapping.GeoPointProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45788,16 +45788,16 @@ "type": "boolean" }, "null_value": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "index": { "type": "boolean" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "type": { "type": "string", @@ -45812,10 +45812,10 @@ } ] }, - "_types.mapping:GeoShapeProperty": { + "_types.mapping.GeoShapeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45833,10 +45833,10 @@ "type": "boolean" }, "orientation": { - "$ref": "#/components/schemas/_types.mapping:GeoOrientation" + "$ref": "#/components/schemas/_types.mapping.GeoOrientation" }, "strategy": { - "$ref": "#/components/schemas/_types.mapping:GeoStrategy" + "$ref": "#/components/schemas/_types.mapping.GeoStrategy" }, "type": { "type": "string", @@ -45851,7 +45851,7 @@ } ] }, - "_types.mapping:GeoOrientation": { + "_types.mapping.GeoOrientation": { "type": "string", "enum": [ "right", @@ -45864,17 +45864,17 @@ "cw" ] }, - "_types.mapping:GeoStrategy": { + "_types.mapping.GeoStrategy": { "type": "string", "enum": [ "recursive", "term" ] }, - "_types.mapping:PointProperty": { + "_types.mapping.PointProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45901,10 +45901,10 @@ } ] }, - "_types.mapping:ShapeProperty": { + "_types.mapping.ShapeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45919,7 +45919,7 @@ "type": "boolean" }, "orientation": { - "$ref": "#/components/schemas/_types.mapping:GeoOrientation" + "$ref": "#/components/schemas/_types.mapping.GeoOrientation" }, "type": { "type": "string", @@ -45934,10 +45934,10 @@ } ] }, - "_types.mapping:ByteNumberProperty": { + "_types.mapping.ByteNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -45949,7 +45949,7 @@ ] }, "null_value": { - "$ref": "#/components/schemas/_types:byte" + "$ref": "#/components/schemas/_types.byte" } }, "required": [ @@ -45958,13 +45958,13 @@ } ] }, - "_types:byte": { + "_types.byte": { "type": "number" }, - "_types.mapping:NumberPropertyBase": { + "_types.mapping.NumberPropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45982,13 +45982,13 @@ "type": "boolean" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" }, "time_series_dimension": { "description": "For internal use by Elastic only. Marks the field as a time series dimension. Defaults to false.", @@ -45999,10 +45999,10 @@ } ] }, - "_types.mapping:DoubleNumberProperty": { + "_types.mapping.DoubleNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46023,10 +46023,10 @@ } ] }, - "_types.mapping:FloatNumberProperty": { + "_types.mapping.FloatNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46047,10 +46047,10 @@ } ] }, - "_types.mapping:HalfFloatNumberProperty": { + "_types.mapping.HalfFloatNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46071,10 +46071,10 @@ } ] }, - "_types.mapping:IntegerNumberProperty": { + "_types.mapping.IntegerNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46095,10 +46095,10 @@ } ] }, - "_types.mapping:LongNumberProperty": { + "_types.mapping.LongNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46119,10 +46119,10 @@ } ] }, - "_types.mapping:ScaledFloatNumberProperty": { + "_types.mapping.ScaledFloatNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46146,10 +46146,10 @@ } ] }, - "_types.mapping:ShortNumberProperty": { + "_types.mapping.ShortNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46161,7 +46161,7 @@ ] }, "null_value": { - "$ref": "#/components/schemas/_types:short" + "$ref": "#/components/schemas/_types.short" } }, "required": [ @@ -46170,13 +46170,13 @@ } ] }, - "_types:short": { + "_types.short": { "type": "number" }, - "_types.mapping:UnsignedLongNumberProperty": { + "_types.mapping.UnsignedLongNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46188,7 +46188,7 @@ ] }, "null_value": { - "$ref": "#/components/schemas/_types:ulong" + "$ref": "#/components/schemas/_types.ulong" } }, "required": [ @@ -46197,13 +46197,13 @@ } ] }, - "_types:ulong": { + "_types.ulong": { "type": "number" }, - "_types.mapping:DateRangeProperty": { + "_types.mapping.DateRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -46224,10 +46224,10 @@ } ] }, - "_types.mapping:RangePropertyBase": { + "_types.mapping.RangePropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -46245,10 +46245,10 @@ } ] }, - "_types.mapping:DoubleRangeProperty": { + "_types.mapping.DoubleRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -46266,10 +46266,10 @@ } ] }, - "_types.mapping:FloatRangeProperty": { + "_types.mapping.FloatRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -46287,10 +46287,10 @@ } ] }, - "_types.mapping:IntegerRangeProperty": { + "_types.mapping.IntegerRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -46308,10 +46308,10 @@ } ] }, - "_types.mapping:IpRangeProperty": { + "_types.mapping.IpRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -46329,10 +46329,10 @@ } ] }, - "_types.mapping:LongRangeProperty": { + "_types.mapping.LongRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -46350,10 +46350,10 @@ } ] }, - "_types.mapping:IcuCollationProperty": { + "_types.mapping.IcuCollationProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -46368,7 +46368,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "index": { "description": "Should the field be searchable?", @@ -46391,19 +46391,19 @@ "type": "string" }, "strength": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationStrength" + "$ref": "#/components/schemas/_types.analysis.IcuCollationStrength" }, "decomposition": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationDecomposition" + "$ref": "#/components/schemas/_types.analysis.IcuCollationDecomposition" }, "alternate": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationAlternate" + "$ref": "#/components/schemas/_types.analysis.IcuCollationAlternate" }, "case_level": { "type": "boolean" }, "case_first": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationCaseFirst" + "$ref": "#/components/schemas/_types.analysis.IcuCollationCaseFirst" }, "numeric": { "type": "boolean" @@ -46421,14 +46421,14 @@ } ] }, - "_types.mapping:MatchType": { + "_types.mapping.MatchType": { "type": "string", "enum": [ "simple", "regex" ] }, - "_types.mapping:FieldNamesField": { + "_types.mapping.FieldNamesField": { "type": "object", "properties": { "enabled": { @@ -46439,7 +46439,7 @@ "enabled" ] }, - "_types.mapping:IndexField": { + "_types.mapping.IndexField": { "type": "object", "properties": { "enabled": { @@ -46450,7 +46450,7 @@ "enabled" ] }, - "_types.mapping:RoutingField": { + "_types.mapping.RoutingField": { "type": "object", "properties": { "required": { @@ -46461,7 +46461,7 @@ "required" ] }, - "_types.mapping:SizeField": { + "_types.mapping.SizeField": { "type": "object", "properties": { "enabled": { @@ -46472,7 +46472,7 @@ "enabled" ] }, - "_types.mapping:SourceField": { + "_types.mapping.SourceField": { "type": "object", "properties": { "compress": { @@ -46497,11 +46497,11 @@ } }, "mode": { - "$ref": "#/components/schemas/_types.mapping:SourceFieldMode" + "$ref": "#/components/schemas/_types.mapping.SourceFieldMode" } } }, - "_types.mapping:SourceFieldMode": { + "_types.mapping.SourceFieldMode": { "type": "string", "enum": [ "disabled", @@ -46509,7 +46509,7 @@ "synthetic" ] }, - "_types.mapping:DataStreamTimestamp": { + "_types.mapping.DataStreamTimestamp": { "type": "object", "properties": { "enabled": { @@ -46520,11 +46520,11 @@ "enabled" ] }, - "indices._types:AliasDefinition": { + "indices._types.AliasDefinition": { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_routing": { "description": "Value used to route indexing operations to a specific shard.\nIf specified, this overwrites the `routing` value for indexing operations.", @@ -46548,26 +46548,26 @@ } } }, - "indices._types:DataStreamLifecycleWithRollover": { + "indices._types.DataStreamLifecycleWithRollover": { "allOf": [ { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycle" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycle" }, { "type": "object", "properties": { "rollover": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleRolloverConditions" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleRolloverConditions" } } } ] }, - "indices._types:DataStreamLifecycleRolloverConditions": { + "indices._types.DataStreamLifecycleRolloverConditions": { "type": "object", "properties": { "min_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_age": { "type": "string" @@ -46579,16 +46579,16 @@ "type": "number" }, "min_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_primary_shard_docs": { "type": "number" @@ -46598,14 +46598,14 @@ } } }, - "indices._types:DataStreamLifecycle": { + "indices._types.DataStreamLifecycle": { "type": "object", "properties": { "data_retention": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "downsampling": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleDownsampling" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleDownsampling" }, "enabled": { "description": "If defined, it turns data stream lifecycle on/off (`true`/`false`) for this data stream. A data stream lifecycle\nthat's disabled (enabled: `false`) will have no effect on the data stream.", @@ -46613,14 +46613,14 @@ } } }, - "indices._types:DataStreamLifecycleDownsampling": { + "indices._types.DataStreamLifecycleDownsampling": { "type": "object", "properties": { "rounds": { "description": "The list of downsampling rounds to execute as part of this downsampling configuration", "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DownsamplingRound" + "$ref": "#/components/schemas/indices._types.DownsamplingRound" } } }, @@ -46628,14 +46628,14 @@ "rounds" ] }, - "indices._types:DownsamplingRound": { + "indices._types.DownsamplingRound": { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "config": { - "$ref": "#/components/schemas/indices._types:DownsampleConfig" + "$ref": "#/components/schemas/indices._types.DownsampleConfig" } }, "required": [ @@ -46643,31 +46643,31 @@ "config" ] }, - "indices._types:DownsampleConfig": { + "indices._types.DownsampleConfig": { "type": "object", "properties": { "fixed_interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" } }, "required": [ "fixed_interval" ] }, - "_types:ClusterInfoTargets": { + "_types.ClusterInfoTargets": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ClusterInfoTarget" + "$ref": "#/components/schemas/_types.ClusterInfoTarget" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ClusterInfoTarget" + "$ref": "#/components/schemas/_types.ClusterInfoTarget" } } ] }, - "_types:ClusterInfoTarget": { + "_types.ClusterInfoTarget": { "type": "string", "enum": [ "_all", @@ -46677,7 +46677,7 @@ "script" ] }, - "nodes._types:Http": { + "nodes._types.Http": { "type": "object", "properties": { "current_open": { @@ -46692,12 +46692,12 @@ "description": "Information on current and recently-closed HTTP client connections.\nClients that have been closed longer than the `http.client_stats.closed_channels.max_age` setting will not be represented here.", "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:Client" + "$ref": "#/components/schemas/nodes._types.Client" } } } }, - "nodes._types:Client": { + "nodes._types.Client": { "type": "object", "properties": { "id": { @@ -46746,22 +46746,22 @@ } } }, - "nodes._types:Ingest": { + "nodes._types.Ingest": { "type": "object", "properties": { "pipelines": { "description": "Contains statistics about ingest pipelines for the node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:IngestStats" + "$ref": "#/components/schemas/nodes._types.IngestStats" } }, "total": { - "$ref": "#/components/schemas/nodes._types:IngestTotal" + "$ref": "#/components/schemas/nodes._types.IngestTotal" } } }, - "nodes._types:IngestStats": { + "nodes._types.IngestStats": { "type": "object", "properties": { "count": { @@ -46782,12 +46782,12 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:KeyedProcessor" + "$ref": "#/components/schemas/nodes._types.KeyedProcessor" } } }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "ingested_as_first_pipeline_in_bytes": { "description": "Total number of bytes of all documents ingested by the pipeline.\nThis field is only present on pipelines which are the first to process a document.\nThus, it is not present on pipelines which only serve as a final pipeline after a default pipeline, a pipeline run after a reroute processor, or pipelines in pipeline processors.", @@ -46810,18 +46810,18 @@ "produced_as_first_pipeline_in_bytes" ] }, - "nodes._types:KeyedProcessor": { + "nodes._types.KeyedProcessor": { "type": "object", "properties": { "stats": { - "$ref": "#/components/schemas/nodes._types:Processor" + "$ref": "#/components/schemas/nodes._types.Processor" }, "type": { "type": "string" } } }, - "nodes._types:Processor": { + "nodes._types.Processor": { "type": "object", "properties": { "count": { @@ -46837,11 +46837,11 @@ "type": "number" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } } }, - "nodes._types:IngestTotal": { + "nodes._types.IngestTotal": { "type": "object", "properties": { "count": { @@ -46857,7 +46857,7 @@ "type": "number" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -46867,7 +46867,7 @@ "time_in_millis" ] }, - "nodes._types:ThreadCount": { + "nodes._types.ThreadCount": { "type": "object", "properties": { "active": { @@ -46896,7 +46896,7 @@ } } }, - "nodes._types:Scripting": { + "nodes._types.Scripting": { "type": "object", "properties": { "cache_evictions": { @@ -46921,12 +46921,12 @@ "contexts": { "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:Context" + "$ref": "#/components/schemas/nodes._types.Context" } } } }, - "nodes._types:Context": { + "nodes._types.Context": { "type": "object", "properties": { "context": { @@ -46943,40 +46943,40 @@ } } }, - "indices._types:IndexState": { + "indices._types.IndexState": { "type": "object", "properties": { "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "defaults": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "data_stream": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycle" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycle" } } }, - "indices._types:Alias": { + "indices._types.Alias": { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "is_hidden": { "description": "If `true`, the alias is hidden.\nAll indices for the alias must have the same `is_hidden` value.", @@ -46987,17 +46987,17 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" } } }, - "_types:DataStreamName": { + "_types.DataStreamName": { "type": "string" }, - "_types:Result": { + "_types.Result": { "type": "string", "enum": [ "created", @@ -47007,7 +47007,7 @@ "noop" ] }, - "connector._types:Connector": { + "connector._types.Connector": { "type": "object", "properties": { "api_key_id": { @@ -47017,10 +47017,10 @@ "type": "string" }, "configuration": { - "$ref": "#/components/schemas/connector._types:ConnectorConfiguration" + "$ref": "#/components/schemas/connector._types.ConnectorConfiguration" }, "custom_scheduling": { - "$ref": "#/components/schemas/connector._types:ConnectorCustomScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorCustomScheduling" }, "deleted": { "type": "boolean" @@ -47040,21 +47040,21 @@ ] }, "features": { - "$ref": "#/components/schemas/connector._types:ConnectorFeatures" + "$ref": "#/components/schemas/connector._types.ConnectorFeatures" }, "filtering": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringConfig" + "$ref": "#/components/schemas/connector._types.FilteringConfig" } }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "nullable": true, @@ -47072,49 +47072,49 @@ "type": "string" }, "last_access_control_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_access_control_sync_status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "last_deleted_document_count": { "type": "number" }, "last_incremental_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_indexed_document_count": { "type": "number" }, "last_seen": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_sync_error": { "type": "string" }, "last_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_sync_status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "last_synced": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "name": { "type": "string" }, "pipeline": { - "$ref": "#/components/schemas/connector._types:IngestPipelineParams" + "$ref": "#/components/schemas/connector._types.IngestPipelineParams" }, "scheduling": { - "$ref": "#/components/schemas/connector._types:SchedulingConfiguration" + "$ref": "#/components/schemas/connector._types.SchedulingConfiguration" }, "service_type": { "type": "string" }, "status": { - "$ref": "#/components/schemas/connector._types:ConnectorStatus" + "$ref": "#/components/schemas/connector._types.ConnectorStatus" }, "sync_cursor": { "type": "object" @@ -47134,29 +47134,29 @@ "sync_now" ] }, - "connector._types:ConnectorConfiguration": { + "connector._types.ConnectorConfiguration": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/connector._types:ConnectorConfigProperties" + "$ref": "#/components/schemas/connector._types.ConnectorConfigProperties" } }, - "connector._types:ConnectorConfigProperties": { + "connector._types.ConnectorConfigProperties": { "type": "object", "properties": { "category": { "type": "string" }, "default_value": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" }, "depends_on": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:Dependency" + "$ref": "#/components/schemas/connector._types.Dependency" } }, "display": { - "$ref": "#/components/schemas/connector._types:DisplayType" + "$ref": "#/components/schemas/connector._types.DisplayType" }, "label": { "type": "string" @@ -47164,7 +47164,7 @@ "options": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:SelectOption" + "$ref": "#/components/schemas/connector._types.SelectOption" } }, "order": { @@ -47191,7 +47191,7 @@ ] }, "type": { - "$ref": "#/components/schemas/connector._types:ConnectorFieldType" + "$ref": "#/components/schemas/connector._types.ConnectorFieldType" }, "ui_restrictions": { "type": "array", @@ -47202,7 +47202,7 @@ "validations": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:Validation" + "$ref": "#/components/schemas/connector._types.Validation" } }, "value": { @@ -47220,7 +47220,7 @@ "value" ] }, - "_types:ScalarValue": { + "_types.ScalarValue": { "description": "A scalar value.", "oneOf": [ { @@ -47241,14 +47241,14 @@ } ] }, - "connector._types:Dependency": { + "connector._types.Dependency": { "type": "object", "properties": { "field": { "type": "string" }, "value": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } }, "required": [ @@ -47256,7 +47256,7 @@ "value" ] }, - "connector._types:DisplayType": { + "connector._types.DisplayType": { "type": "string", "enum": [ "textbox", @@ -47266,14 +47266,14 @@ "dropdown" ] }, - "connector._types:SelectOption": { + "connector._types.SelectOption": { "type": "object", "properties": { "label": { "type": "string" }, "value": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } }, "required": [ @@ -47281,7 +47281,7 @@ "value" ] }, - "connector._types:ConnectorFieldType": { + "connector._types.ConnectorFieldType": { "type": "string", "enum": [ "str", @@ -47290,29 +47290,29 @@ "bool" ] }, - "connector._types:Validation": { + "connector._types.Validation": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/connector._types:LessThanValidation" + "$ref": "#/components/schemas/connector._types.LessThanValidation" }, { - "$ref": "#/components/schemas/connector._types:GreaterThanValidation" + "$ref": "#/components/schemas/connector._types.GreaterThanValidation" }, { - "$ref": "#/components/schemas/connector._types:ListTypeValidation" + "$ref": "#/components/schemas/connector._types.ListTypeValidation" }, { - "$ref": "#/components/schemas/connector._types:IncludedInValidation" + "$ref": "#/components/schemas/connector._types.IncludedInValidation" }, { - "$ref": "#/components/schemas/connector._types:RegexValidation" + "$ref": "#/components/schemas/connector._types.RegexValidation" } ] }, - "connector._types:LessThanValidation": { + "connector._types.LessThanValidation": { "type": "object", "properties": { "type": { @@ -47330,7 +47330,7 @@ "constraint" ] }, - "connector._types:GreaterThanValidation": { + "connector._types.GreaterThanValidation": { "type": "object", "properties": { "type": { @@ -47348,7 +47348,7 @@ "constraint" ] }, - "connector._types:ListTypeValidation": { + "connector._types.ListTypeValidation": { "type": "object", "properties": { "type": { @@ -47366,7 +47366,7 @@ "constraint" ] }, - "connector._types:IncludedInValidation": { + "connector._types.IncludedInValidation": { "type": "object", "properties": { "type": { @@ -47378,7 +47378,7 @@ "constraint": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } } }, @@ -47387,7 +47387,7 @@ "constraint" ] }, - "connector._types:RegexValidation": { + "connector._types.RegexValidation": { "type": "object", "properties": { "type": { @@ -47405,17 +47405,17 @@ "constraint" ] }, - "connector._types:ConnectorCustomScheduling": { + "connector._types.ConnectorCustomScheduling": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/connector._types:CustomScheduling" + "$ref": "#/components/schemas/connector._types.CustomScheduling" } }, - "connector._types:CustomScheduling": { + "connector._types.CustomScheduling": { "type": "object", "properties": { "configuration_overrides": { - "$ref": "#/components/schemas/connector._types:CustomSchedulingConfigurationOverrides" + "$ref": "#/components/schemas/connector._types.CustomSchedulingConfigurationOverrides" }, "enabled": { "type": "boolean" @@ -47424,7 +47424,7 @@ "type": "string" }, "last_synced": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "name": { "type": "string" @@ -47437,7 +47437,7 @@ "name" ] }, - "connector._types:CustomSchedulingConfigurationOverrides": { + "connector._types.CustomSchedulingConfigurationOverrides": { "type": "object", "properties": { "max_crawl_depth": { @@ -47466,24 +47466,24 @@ } } }, - "connector._types:ConnectorFeatures": { + "connector._types.ConnectorFeatures": { "type": "object", "properties": { "document_level_security": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "incremental_sync": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "native_connector_api_keys": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "sync_rules": { - "$ref": "#/components/schemas/connector._types:SyncRulesFeature" + "$ref": "#/components/schemas/connector._types.SyncRulesFeature" } } }, - "connector._types:FeatureEnabled": { + "connector._types.FeatureEnabled": { "type": "object", "properties": { "enabled": { @@ -47494,28 +47494,28 @@ "enabled" ] }, - "connector._types:SyncRulesFeature": { + "connector._types.SyncRulesFeature": { "type": "object", "properties": { "advanced": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "basic": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" } } }, - "connector._types:FilteringConfig": { + "connector._types.FilteringConfig": { "type": "object", "properties": { "active": { - "$ref": "#/components/schemas/connector._types:FilteringRules" + "$ref": "#/components/schemas/connector._types.FilteringRules" }, "domain": { "type": "string" }, "draft": { - "$ref": "#/components/schemas/connector._types:FilteringRules" + "$ref": "#/components/schemas/connector._types.FilteringRules" } }, "required": [ @@ -47523,20 +47523,20 @@ "draft" ] }, - "connector._types:FilteringRules": { + "connector._types.FilteringRules": { "type": "object", "properties": { "advanced_snippet": { - "$ref": "#/components/schemas/connector._types:FilteringAdvancedSnippet" + "$ref": "#/components/schemas/connector._types.FilteringAdvancedSnippet" }, "rules": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringRule" + "$ref": "#/components/schemas/connector._types.FilteringRule" } }, "validation": { - "$ref": "#/components/schemas/connector._types:FilteringRulesValidation" + "$ref": "#/components/schemas/connector._types.FilteringRulesValidation" } }, "required": [ @@ -47545,14 +47545,14 @@ "validation" ] }, - "connector._types:FilteringAdvancedSnippet": { + "connector._types.FilteringAdvancedSnippet": { "type": "object", "properties": { "created_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "updated_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "value": { "type": "object" @@ -47562,29 +47562,29 @@ "value" ] }, - "connector._types:FilteringRule": { + "connector._types.FilteringRule": { "type": "object", "properties": { "created_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "order": { "type": "number" }, "policy": { - "$ref": "#/components/schemas/connector._types:FilteringPolicy" + "$ref": "#/components/schemas/connector._types.FilteringPolicy" }, "rule": { - "$ref": "#/components/schemas/connector._types:FilteringRuleRule" + "$ref": "#/components/schemas/connector._types.FilteringRuleRule" }, "updated_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "value": { "type": "string" @@ -47599,14 +47599,14 @@ "value" ] }, - "connector._types:FilteringPolicy": { + "connector._types.FilteringPolicy": { "type": "string", "enum": [ "exclude", "include" ] }, - "connector._types:FilteringRuleRule": { + "connector._types.FilteringRuleRule": { "type": "string", "enum": [ "contains", @@ -47618,17 +47618,17 @@ "<" ] }, - "connector._types:FilteringRulesValidation": { + "connector._types.FilteringRulesValidation": { "type": "object", "properties": { "errors": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringValidation" + "$ref": "#/components/schemas/connector._types.FilteringValidation" } }, "state": { - "$ref": "#/components/schemas/connector._types:FilteringValidationState" + "$ref": "#/components/schemas/connector._types.FilteringValidationState" } }, "required": [ @@ -47636,13 +47636,13 @@ "state" ] }, - "connector._types:FilteringValidation": { + "connector._types.FilteringValidation": { "type": "object", "properties": { "ids": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "messages": { @@ -47657,7 +47657,7 @@ "messages" ] }, - "connector._types:FilteringValidationState": { + "connector._types.FilteringValidationState": { "type": "string", "enum": [ "edited", @@ -47665,7 +47665,7 @@ "valid" ] }, - "connector._types:SyncStatus": { + "connector._types.SyncStatus": { "type": "string", "enum": [ "canceling", @@ -47677,7 +47677,7 @@ "suspended" ] }, - "connector._types:IngestPipelineParams": { + "connector._types.IngestPipelineParams": { "type": "object", "properties": { "extract_binary_content": { @@ -47700,21 +47700,21 @@ "run_ml_inference" ] }, - "connector._types:SchedulingConfiguration": { + "connector._types.SchedulingConfiguration": { "type": "object", "properties": { "access_control": { - "$ref": "#/components/schemas/connector._types:ConnectorScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorScheduling" }, "full": { - "$ref": "#/components/schemas/connector._types:ConnectorScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorScheduling" }, "incremental": { - "$ref": "#/components/schemas/connector._types:ConnectorScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorScheduling" } } }, - "connector._types:ConnectorScheduling": { + "connector._types.ConnectorScheduling": { "type": "object", "properties": { "enabled": { @@ -47730,7 +47730,7 @@ "interval" ] }, - "connector._types:ConnectorStatus": { + "connector._types.ConnectorStatus": { "type": "string", "enum": [ "created", @@ -47740,23 +47740,23 @@ "error" ] }, - "connector._types:ConnectorSyncJob": { + "connector._types.ConnectorSyncJob": { "type": "object", "properties": { "cancelation_requested_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "canceled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "completed_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "connector": { - "$ref": "#/components/schemas/connector._types:SyncJobConnectorReference" + "$ref": "#/components/schemas/connector._types.SyncJobConnectorReference" }, "created_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "deleted_document_count": { "type": "number" @@ -47765,7 +47765,7 @@ "type": "string" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "indexed_document_count": { "type": "number" @@ -47774,10 +47774,10 @@ "type": "number" }, "job_type": { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" }, "last_seen": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "metadata": { "type": "object", @@ -47786,16 +47786,16 @@ } }, "started_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "total_document_count": { "type": "number" }, "trigger_method": { - "$ref": "#/components/schemas/connector._types:SyncJobTriggerMethod" + "$ref": "#/components/schemas/connector._types.SyncJobTriggerMethod" }, "worker_hostname": { "type": "string" @@ -47815,17 +47815,17 @@ "trigger_method" ] }, - "connector._types:SyncJobConnectorReference": { + "connector._types.SyncJobConnectorReference": { "type": "object", "properties": { "configuration": { - "$ref": "#/components/schemas/connector._types:ConnectorConfiguration" + "$ref": "#/components/schemas/connector._types.ConnectorConfiguration" }, "filtering": { - "$ref": "#/components/schemas/connector._types:FilteringRules" + "$ref": "#/components/schemas/connector._types.FilteringRules" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index_name": { "type": "string" @@ -47834,7 +47834,7 @@ "type": "string" }, "pipeline": { - "$ref": "#/components/schemas/connector._types:IngestPipelineParams" + "$ref": "#/components/schemas/connector._types.IngestPipelineParams" }, "service_type": { "type": "string" @@ -47851,7 +47851,7 @@ "service_type" ] }, - "connector._types:SyncJobType": { + "connector._types.SyncJobType": { "type": "string", "enum": [ "full", @@ -47859,44 +47859,44 @@ "access_control" ] }, - "connector._types:SyncJobTriggerMethod": { + "connector._types.SyncJobTriggerMethod": { "type": "string", "enum": [ "on_demand", "scheduled" ] }, - "_types:OpType": { + "_types.OpType": { "type": "string", "enum": [ "index", "create" ] }, - "_types:WriteResponseBase": { + "_types.WriteResponseBase": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_primary_term": { "description": "The primary term assigned to the document for the indexing operation.", "type": "number" }, "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "forced_refresh": { "type": "boolean" @@ -47910,41 +47910,41 @@ "_version" ] }, - "_types:Conflicts": { + "_types.Conflicts": { "type": "string", "enum": [ "abort", "proceed" ] }, - "_types:Slices": { + "_types.Slices": { "description": "Slices configuration used to parallelize a process.", "oneOf": [ { "type": "number" }, { - "$ref": "#/components/schemas/_types:SlicesCalculation" + "$ref": "#/components/schemas/_types.SlicesCalculation" } ] }, - "_types:SlicesCalculation": { + "_types.SlicesCalculation": { "type": "string", "enum": [ "auto" ] }, - "_types:BulkIndexByScrollFailure": { + "_types.BulkIndexByScrollFailure": { "type": "object", "properties": { "cause": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "status": { "type": "number" @@ -47957,7 +47957,7 @@ "status" ] }, - "_types:Retries": { + "_types.Retries": { "type": "object", "properties": { "bulk": { @@ -47974,7 +47974,7 @@ "search" ] }, - "_types:TaskId": { + "_types.TaskId": { "oneOf": [ { "type": "string" @@ -47984,11 +47984,11 @@ } ] }, - "enrich.execute_policy:ExecuteEnrichPolicyStatus": { + "enrich.execute_policy.ExecuteEnrichPolicyStatus": { "type": "object", "properties": { "phase": { - "$ref": "#/components/schemas/enrich.execute_policy:EnrichPolicyPhase" + "$ref": "#/components/schemas/enrich.execute_policy.EnrichPolicyPhase" }, "step": { "type": "string" @@ -47998,7 +47998,7 @@ "phase" ] }, - "enrich.execute_policy:EnrichPolicyPhase": { + "enrich.execute_policy.EnrichPolicyPhase": { "type": "string", "enum": [ "SCHEDULED", @@ -48008,13 +48008,13 @@ "CANCELLED" ] }, - "enrich._types:Summary": { + "enrich._types.Summary": { "type": "object", "properties": { "config": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" }, "minProperties": 1, "maxProperties": 1 @@ -48024,23 +48024,23 @@ "config" ] }, - "enrich._types:Policy": { + "enrich._types.Policy": { "type": "object", "properties": { "enrich_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "match_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "elasticsearch_version": { "type": "string" @@ -48052,11 +48052,11 @@ "match_field" ] }, - "eql._types:EqlSearchResponseBase": { + "eql._types.EqlSearchResponseBase": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_partial": { "description": "If true, the response does not contain complete search results.", @@ -48067,20 +48067,20 @@ "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "timed_out": { "description": "If true, the request timed out before completion.", "type": "boolean" }, "hits": { - "$ref": "#/components/schemas/eql._types:EqlHits" + "$ref": "#/components/schemas/eql._types.EqlHits" }, "shard_failures": { "description": "Contains information about shard failures (if any), in case allow_partial_search_results=true", "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } } }, @@ -48088,36 +48088,36 @@ "hits" ] }, - "eql._types:EqlHits": { + "eql._types.EqlHits": { "type": "object", "properties": { "total": { - "$ref": "#/components/schemas/_global.search._types:TotalHits" + "$ref": "#/components/schemas/_global.search._types.TotalHits" }, "events": { "description": "Contains events matching the query. Each object represents a matching event.", "type": "array", "items": { - "$ref": "#/components/schemas/eql._types:HitsEvent" + "$ref": "#/components/schemas/eql._types.HitsEvent" } }, "sequences": { "description": "Contains event sequences matching the query. Each object represents a matching sequence. This parameter is only returned for EQL queries containing a sequence.", "type": "array", "items": { - "$ref": "#/components/schemas/eql._types:HitsSequence" + "$ref": "#/components/schemas/eql._types.HitsSequence" } } } }, - "eql._types:HitsEvent": { + "eql._types.HitsEvent": { "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_source": { "description": "Original JSON body passed for the event at index time.", @@ -48143,14 +48143,14 @@ "_source" ] }, - "eql._types:HitsSequence": { + "eql._types.HitsSequence": { "type": "object", "properties": { "events": { "description": "Contains events matching the query. Each object represents a matching event.", "type": "array", "items": { - "$ref": "#/components/schemas/eql._types:HitsEvent" + "$ref": "#/components/schemas/eql._types.HitsEvent" } }, "join_keys": { @@ -48165,14 +48165,14 @@ "events" ] }, - "eql.search:ResultPosition": { + "eql.search.ResultPosition": { "type": "string", "enum": [ "tail", "head" ] }, - "esql._types:EsqlFormat": { + "esql._types.EsqlFormat": { "type": "string", "enum": [ "csv", @@ -48185,38 +48185,38 @@ "arrow" ] }, - "esql._types:TableValuesContainer": { + "esql._types.TableValuesContainer": { "type": "object", "properties": { "integer": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesIntegerValue" + "$ref": "#/components/schemas/esql._types.TableValuesIntegerValue" } }, "keyword": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesKeywordValue" + "$ref": "#/components/schemas/esql._types.TableValuesKeywordValue" } }, "long": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesLongValue" + "$ref": "#/components/schemas/esql._types.TableValuesLongValue" } }, "double": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesLongDouble" + "$ref": "#/components/schemas/esql._types.TableValuesLongDouble" } } }, "minProperties": 1, "maxProperties": 1 }, - "esql._types:TableValuesIntegerValue": { + "esql._types.TableValuesIntegerValue": { "oneOf": [ { "type": "number" @@ -48229,7 +48229,7 @@ } ] }, - "esql._types:TableValuesKeywordValue": { + "esql._types.TableValuesKeywordValue": { "oneOf": [ { "type": "string" @@ -48242,7 +48242,7 @@ } ] }, - "esql._types:TableValuesLongValue": { + "esql._types.TableValuesLongValue": { "oneOf": [ { "type": "number" @@ -48255,7 +48255,7 @@ } ] }, - "esql._types:TableValuesLongDouble": { + "esql._types.TableValuesLongDouble": { "oneOf": [ { "type": "number" @@ -48268,11 +48268,11 @@ } ] }, - "esql._types:EsqlResult": { + "esql._types.EsqlResult": { "type": "object", "properties": { "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "is_partial": { "type": "boolean" @@ -48280,13 +48280,13 @@ "all_columns": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:EsqlColumnInfo" + "$ref": "#/components/schemas/esql._types.EsqlColumnInfo" } }, "columns": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:EsqlColumnInfo" + "$ref": "#/components/schemas/esql._types.EsqlColumnInfo" } }, "values": { @@ -48294,12 +48294,12 @@ "items": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } } }, "_clusters": { - "$ref": "#/components/schemas/esql._types:EsqlClusterInfo" + "$ref": "#/components/schemas/esql._types.EsqlClusterInfo" }, "profile": { "description": "Profiling information. Present if `profile` was `true` in the request.\nThe contents of this field are currently unstable.", @@ -48311,7 +48311,7 @@ "values" ] }, - "esql._types:EsqlColumnInfo": { + "esql._types.EsqlColumnInfo": { "type": "object", "properties": { "name": { @@ -48326,7 +48326,7 @@ "type" ] }, - "esql._types:EsqlClusterInfo": { + "esql._types.EsqlClusterInfo": { "type": "object", "properties": { "total": { @@ -48350,7 +48350,7 @@ "details": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/esql._types:EsqlClusterDetails" + "$ref": "#/components/schemas/esql._types.EsqlClusterDetails" } } }, @@ -48364,20 +48364,20 @@ "details" ] }, - "esql._types:EsqlClusterDetails": { + "esql._types.EsqlClusterDetails": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/esql._types:EsqlClusterStatus" + "$ref": "#/components/schemas/esql._types.EsqlClusterStatus" }, "indices": { "type": "string" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "_shards": { - "$ref": "#/components/schemas/esql._types:EsqlShardInfo" + "$ref": "#/components/schemas/esql._types.EsqlShardInfo" } }, "required": [ @@ -48385,7 +48385,7 @@ "indices" ] }, - "esql._types:EsqlClusterStatus": { + "esql._types.EsqlClusterStatus": { "type": "string", "enum": [ "running", @@ -48395,7 +48395,7 @@ "failed" ] }, - "esql._types:EsqlShardInfo": { + "esql._types.EsqlShardInfo": { "type": "object", "properties": { "total": { @@ -48413,7 +48413,7 @@ "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:EsqlShardFailure" + "$ref": "#/components/schemas/esql._types.EsqlShardFailure" } } }, @@ -48421,20 +48421,20 @@ "total" ] }, - "esql._types:EsqlShardFailure": { + "esql._types.EsqlShardFailure": { "type": "object", "properties": { "shard": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "reason": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -48443,7 +48443,7 @@ "reason" ] }, - "_types:InlineGet": { + "_types.InlineGet": { "type": "object", "properties": { "fields": { @@ -48456,13 +48456,13 @@ "type": "boolean" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_primary_term": { "type": "number" }, "_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_source": { "type": "object" @@ -48472,7 +48472,7 @@ "found" ] }, - "_global.field_caps:FieldCapability": { + "_global.field_caps.FieldCapability": { "type": "object", "properties": { "aggregatable": { @@ -48480,16 +48480,16 @@ "type": "boolean" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "non_aggregatable_indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "non_searchable_indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "searchable": { "description": "Whether this field is indexed for search on all indices.", @@ -48508,14 +48508,14 @@ "type": "boolean" }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" }, "non_dimension_indices": { "description": "If this list is present in response then some indices have the\nfield marked as a dimension and other indices, the ones in this list, do not.", "x-state": "Technical preview", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "metric_conflicts_indices": { @@ -48523,7 +48523,7 @@ "x-state": "Technical preview", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } }, @@ -48533,11 +48533,11 @@ "type" ] }, - "_global.get:GetResult": { + "_global.get.GetResult": { "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "fields": { "description": "If the `stored_fields` parameter is set to `true` and `found` is `true`, it contains the document fields stored in the index.", @@ -48557,7 +48557,7 @@ "type": "boolean" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_primary_term": { "description": "The primary term assigned to the document for the indexing operation.", @@ -48568,14 +48568,14 @@ "type": "string" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_source": { "description": "If `found` is `true`, it contains the document data formatted in JSON.\nIf the `_source` parameter is set to `false` or the `stored_fields` parameter is set to `true`, it is excluded.", "type": "object" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -48584,11 +48584,11 @@ "_id" ] }, - "_types:StoredScript": { + "_types.StoredScript": { "type": "object", "properties": { "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "options": { "type": "object", @@ -48597,7 +48597,7 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } }, "required": [ @@ -48605,20 +48605,20 @@ "source" ] }, - "graph._types:Hop": { + "graph._types.Hop": { "type": "object", "properties": { "connections": { - "$ref": "#/components/schemas/graph._types:Hop" + "$ref": "#/components/schemas/graph._types.Hop" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "vertices": { "description": "Contains the fields you are interested in.", "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:VertexDefinition" + "$ref": "#/components/schemas/graph._types.VertexDefinition" } } }, @@ -48626,7 +48626,7 @@ "vertices" ] }, - "graph._types:VertexDefinition": { + "graph._types.VertexDefinition": { "type": "object", "properties": { "exclude": { @@ -48637,13 +48637,13 @@ } }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "include": { "description": "Identifies the terms of interest that form the starting points from which you want to spider out.", "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:VertexInclude" + "$ref": "#/components/schemas/graph._types.VertexInclude" } }, "min_doc_count": { @@ -48663,7 +48663,7 @@ "field" ] }, - "graph._types:VertexInclude": { + "graph._types.VertexInclude": { "type": "object", "properties": { "boost": { @@ -48677,18 +48677,18 @@ "term" ] }, - "graph._types:ExploreControls": { + "graph._types.ExploreControls": { "type": "object", "properties": { "sample_diversity": { - "$ref": "#/components/schemas/graph._types:SampleDiversity" + "$ref": "#/components/schemas/graph._types.SampleDiversity" }, "sample_size": { "description": "Each hop considers a sample of the best-matching documents on each shard.\nUsing samples improves the speed of execution and keeps exploration focused on meaningfully-connected terms.\nVery small values (less than 50) might not provide sufficient weight-of-evidence to identify significant connections between terms.\nVery large sample sizes can dilute the quality of the results and increase execution times.", "type": "number" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "use_significance": { "description": "Filters associated terms so only those that are significantly associated with your query are included.", @@ -48699,11 +48699,11 @@ "use_significance" ] }, - "graph._types:SampleDiversity": { + "graph._types.SampleDiversity": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "max_docs_per_value": { "type": "number" @@ -48714,7 +48714,7 @@ "max_docs_per_value" ] }, - "graph._types:Connection": { + "graph._types.Connection": { "type": "object", "properties": { "doc_count": { @@ -48737,14 +48737,14 @@ "weight" ] }, - "graph._types:Vertex": { + "graph._types.Vertex": { "type": "object", "properties": { "depth": { "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "term": { "type": "string" @@ -48760,7 +48760,7 @@ "weight" ] }, - "indices.add_block:IndicesBlockOptions": { + "indices.add_block.IndicesBlockOptions": { "type": "string", "enum": [ "metadata", @@ -48769,11 +48769,11 @@ "write" ] }, - "indices.add_block:IndicesBlockStatus": { + "indices.add_block.IndicesBlockStatus": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "blocked": { "type": "boolean" @@ -48784,7 +48784,7 @@ "blocked" ] }, - "indices.analyze:TextToAnalyze": { + "indices.analyze.TextToAnalyze": { "oneOf": [ { "type": "string" @@ -48797,16 +48797,16 @@ } ] }, - "indices.analyze:AnalyzeDetail": { + "indices.analyze.AnalyzeDetail": { "type": "object", "properties": { "analyzer": { - "$ref": "#/components/schemas/indices.analyze:AnalyzerDetail" + "$ref": "#/components/schemas/indices.analyze.AnalyzerDetail" }, "charfilters": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:CharFilterDetail" + "$ref": "#/components/schemas/indices.analyze.CharFilterDetail" } }, "custom_analyzer": { @@ -48815,18 +48815,18 @@ "tokenfilters": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:TokenDetail" + "$ref": "#/components/schemas/indices.analyze.TokenDetail" } }, "tokenizer": { - "$ref": "#/components/schemas/indices.analyze:TokenDetail" + "$ref": "#/components/schemas/indices.analyze.TokenDetail" } }, "required": [ "custom_analyzer" ] }, - "indices.analyze:AnalyzerDetail": { + "indices.analyze.AnalyzerDetail": { "type": "object", "properties": { "name": { @@ -48835,7 +48835,7 @@ "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:ExplainAnalyzeToken" + "$ref": "#/components/schemas/indices.analyze.ExplainAnalyzeToken" } } }, @@ -48844,7 +48844,7 @@ "tokens" ] }, - "indices.analyze:ExplainAnalyzeToken": { + "indices.analyze.ExplainAnalyzeToken": { "type": "object", "properties": { "bytes": { @@ -48886,7 +48886,7 @@ "type" ] }, - "indices.analyze:CharFilterDetail": { + "indices.analyze.CharFilterDetail": { "type": "object", "properties": { "filtered_text": { @@ -48904,7 +48904,7 @@ "name" ] }, - "indices.analyze:TokenDetail": { + "indices.analyze.TokenDetail": { "type": "object", "properties": { "name": { @@ -48913,7 +48913,7 @@ "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:ExplainAnalyzeToken" + "$ref": "#/components/schemas/indices.analyze.ExplainAnalyzeToken" } } }, @@ -48922,7 +48922,7 @@ "tokens" ] }, - "indices.analyze:AnalyzeToken": { + "indices.analyze.AnalyzeToken": { "type": "object", "properties": { "end_offset": { @@ -48952,60 +48952,60 @@ "type" ] }, - "_types:IndicesResponseBase": { + "_types.IndicesResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, { "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } } } ] }, - "_types:DataStreamNames": { + "_types.DataStreamNames": { "oneOf": [ { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" } } ] }, - "indices.explain_data_lifecycle:DataStreamLifecycleExplain": { + "indices.explain_data_lifecycle.DataStreamLifecycleExplain": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "managed_by_lifecycle": { "type": "boolean" }, "index_creation_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time_since_index_creation": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "rollover_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time_since_rollover": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" }, "generation_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "error": { "type": "string" @@ -49016,20 +49016,20 @@ "managed_by_lifecycle" ] }, - "indices.get:Features": { + "indices.get.Features": { "oneOf": [ { - "$ref": "#/components/schemas/indices.get:Feature" + "$ref": "#/components/schemas/indices.get.Feature" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get:Feature" + "$ref": "#/components/schemas/indices.get.Feature" } } ] }, - "indices.get:Feature": { + "indices.get.Feature": { "type": "string", "enum": [ "aliases", @@ -49037,13 +49037,13 @@ "settings" ] }, - "indices.get_alias:IndexAliases": { + "indices.get_alias.IndexAliases": { "type": "object", "properties": { "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:AliasDefinition" + "$ref": "#/components/schemas/indices._types.AliasDefinition" } } }, @@ -49051,32 +49051,32 @@ "aliases" ] }, - "indices.get_data_lifecycle:DataStreamWithLifecycle": { + "indices.get_data_lifecycle.DataStreamWithLifecycle": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" } }, "required": [ "name" ] }, - "indices._types:DataStream": { + "indices._types.DataStream": { "type": "object", "properties": { "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "allow_custom_routing": { "description": "If `true`, the data stream allows custom routing on write request.", "type": "boolean" }, "failure_store": { - "$ref": "#/components/schemas/indices._types:FailureStore" + "$ref": "#/components/schemas/indices._types.FailureStore" }, "generation": { "description": "Current generation for the data stream. This number acts as a cumulative count of the stream’s rollovers, starting at 1.", @@ -49087,10 +49087,10 @@ "type": "boolean" }, "ilm_policy": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "next_generation_managed_by": { - "$ref": "#/components/schemas/indices._types:ManagedBy" + "$ref": "#/components/schemas/indices._types.ManagedBy" }, "prefer_ilm": { "description": "Indicates if ILM should take precedence over DSL in case both are configured to managed this data stream.", @@ -49100,14 +49100,14 @@ "description": "Array of objects containing information about the data stream’s backing indices.\nThe last item in this array contains information about the stream’s current write index.", "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DataStreamIndex" + "$ref": "#/components/schemas/indices._types.DataStreamIndex" } }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" }, "name": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "replicated": { "description": "If `true`, the data stream is created and managed by cross-cluster replication and the local cluster can not write into this data stream or change its mappings.", @@ -49118,20 +49118,20 @@ "type": "boolean" }, "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "system": { "description": "If `true`, the data stream is created and managed by an Elastic stack component and cannot be modified through normal user interaction.", "type": "boolean" }, "template": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "timestamp_field": { - "$ref": "#/components/schemas/indices._types:DataStreamTimestampField" + "$ref": "#/components/schemas/indices._types.DataStreamTimestampField" }, "index_mode": { - "$ref": "#/components/schemas/indices._types:IndexMode" + "$ref": "#/components/schemas/indices._types.IndexMode" } }, "required": [ @@ -49147,7 +49147,7 @@ "timestamp_field" ] }, - "indices._types:FailureStore": { + "indices._types.FailureStore": { "type": "object", "properties": { "enabled": { @@ -49156,7 +49156,7 @@ "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DataStreamIndex" + "$ref": "#/components/schemas/indices._types.DataStreamIndex" } }, "rollover_on_write": { @@ -49169,27 +49169,27 @@ "rollover_on_write" ] }, - "indices._types:DataStreamIndex": { + "indices._types.DataStreamIndex": { "type": "object", "properties": { "index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "index_uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "ilm_policy": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "managed_by": { - "$ref": "#/components/schemas/indices._types:ManagedBy" + "$ref": "#/components/schemas/indices._types.ManagedBy" }, "prefer_ilm": { "description": "Indicates if ILM should take precedence over DSL in case both are configured to manage this index.", "type": "boolean" }, "index_mode": { - "$ref": "#/components/schemas/indices._types:IndexMode" + "$ref": "#/components/schemas/indices._types.IndexMode" } }, "required": [ @@ -49197,7 +49197,7 @@ "index_uuid" ] }, - "indices._types:ManagedBy": { + "indices._types.ManagedBy": { "type": "string", "enum": [ "Index Lifecycle Management", @@ -49205,7 +49205,7 @@ "Unmanaged" ] }, - "indices._types:IndexMode": { + "indices._types.IndexMode": { "type": "string", "enum": [ "standard", @@ -49214,25 +49214,25 @@ "lookup" ] }, - "indices._types:DataStreamTimestampField": { + "indices._types.DataStreamTimestampField": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "name" ] }, - "indices.get_index_template:IndexTemplateItem": { + "indices.get_index_template.IndexTemplateItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "index_template": { - "$ref": "#/components/schemas/indices._types:IndexTemplate" + "$ref": "#/components/schemas/indices._types.IndexTemplate" } }, "required": [ @@ -49240,44 +49240,44 @@ "index_template" ] }, - "indices._types:IndexTemplate": { + "indices._types.IndexTemplate": { "type": "object", "properties": { "index_patterns": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "composed_of": { "description": "An ordered list of component template names.\nComponent templates are merged in the order specified, meaning that the last component template specified has the highest precedence.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "template": { - "$ref": "#/components/schemas/indices._types:IndexTemplateSummary" + "$ref": "#/components/schemas/indices._types.IndexTemplateSummary" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "priority": { "description": "Priority to determine index template precedence when a new data stream or index is created.\nThe index template with the highest priority is chosen.\nIf no priority is specified the template is treated as though it is of priority 0 (lowest priority).\nThis number is not automatically generated by Elasticsearch.", "type": "number" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "allow_auto_create": { "type": "boolean" }, "data_stream": { - "$ref": "#/components/schemas/indices._types:IndexTemplateDataStreamConfiguration" + "$ref": "#/components/schemas/indices._types.IndexTemplateDataStreamConfiguration" }, "deprecated": { "description": "Marks this index template as deprecated.\nWhen creating or updating a non-deprecated index template that uses deprecated components,\nElasticsearch will emit a deprecation warning.", "type": "boolean" }, "ignore_missing_component_templates": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" } }, "required": [ @@ -49285,28 +49285,28 @@ "composed_of" ] }, - "indices._types:IndexTemplateSummary": { + "indices._types.IndexTemplateSummary": { "type": "object", "properties": { "aliases": { "description": "Aliases to add.\nIf the index template includes a `data_stream` object, these are data stream aliases.\nOtherwise, these are index aliases.\nData stream aliases ignore the `index_routing`, `routing`, and `search_routing` options.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" } } }, - "indices._types:IndexTemplateDataStreamConfiguration": { + "indices._types.IndexTemplateDataStreamConfiguration": { "type": "object", "properties": { "hidden": { @@ -49319,41 +49319,41 @@ } } }, - "indices.get_mapping:IndexMappingRecord": { + "indices.get_mapping.IndexMappingRecord": { "type": "object", "properties": { "item": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" } }, "required": [ "mappings" ] }, - "indices.modify_data_stream:Action": { + "indices.modify_data_stream.Action": { "type": "object", "properties": { "add_backing_index": { - "$ref": "#/components/schemas/indices.modify_data_stream:IndexAndDataStreamAction" + "$ref": "#/components/schemas/indices.modify_data_stream.IndexAndDataStreamAction" }, "remove_backing_index": { - "$ref": "#/components/schemas/indices.modify_data_stream:IndexAndDataStreamAction" + "$ref": "#/components/schemas/indices.modify_data_stream.IndexAndDataStreamAction" } }, "minProperties": 1, "maxProperties": 1 }, - "indices.modify_data_stream:IndexAndDataStreamAction": { + "indices.modify_data_stream.IndexAndDataStreamAction": { "type": "object", "properties": { "data_stream": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -49361,28 +49361,28 @@ "index" ] }, - "indices.put_index_template:IndexTemplateMapping": { + "indices.put_index_template.IndexTemplateMapping": { "type": "object", "properties": { "aliases": { "description": "Aliases to add.\nIf the index template includes a `data_stream` object, these are data stream aliases.\nOtherwise, these are index aliases.\nData stream aliases ignore the `index_routing`, `routing`, and `search_routing` options.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycle" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycle" } } }, - "indices._types:DataStreamVisibility": { + "indices._types.DataStreamVisibility": { "type": "object", "properties": { "hidden": { @@ -49393,19 +49393,19 @@ } } }, - "_types:ShardsOperationResponseBase": { + "_types.ShardsOperationResponseBase": { "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } } }, - "indices.resolve_index:ResolveIndexItem": { + "indices.resolve_index.ResolveIndexItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "aliases": { "type": "array", @@ -49420,7 +49420,7 @@ } }, "data_stream": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" } }, "required": [ @@ -49428,14 +49428,14 @@ "attributes" ] }, - "indices.resolve_index:ResolveIndexAliasItem": { + "indices.resolve_index.ResolveIndexAliasItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" } }, "required": [ @@ -49443,17 +49443,17 @@ "indices" ] }, - "indices.resolve_index:ResolveIndexDataStreamsItem": { + "indices.resolve_index.ResolveIndexDataStreamsItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "timestamp_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "backing_indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" } }, "required": [ @@ -49462,20 +49462,20 @@ "backing_indices" ] }, - "_types:IndexAlias": { + "_types.IndexAlias": { "type": "string" }, - "indices.rollover:RolloverConditions": { + "indices.rollover.RolloverConditions": { "type": "object", "properties": { "min_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_age_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "min_docs": { "type": "number" @@ -49484,25 +49484,25 @@ "type": "number" }, "max_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_size_bytes": { "type": "number" }, "min_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_size_bytes": { "type": "number" }, "max_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_primary_shard_size_bytes": { "type": "number" }, "min_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_primary_shard_size_bytes": { "type": "number" @@ -49515,11 +49515,11 @@ } } }, - "indices.simulate_template:Overlapping": { + "indices.simulate_template.Overlapping": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "index_patterns": { "type": "array", @@ -49533,20 +49533,20 @@ "index_patterns" ] }, - "indices.simulate_template:Template": { + "indices.simulate_template.Template": { "type": "object", "properties": { "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } }, "required": [ @@ -49555,53 +49555,53 @@ "settings" ] }, - "indices.update_aliases:Action": { + "indices.update_aliases.Action": { "type": "object", "properties": { "add": { - "$ref": "#/components/schemas/indices.update_aliases:AddAction" + "$ref": "#/components/schemas/indices.update_aliases.AddAction" }, "remove": { - "$ref": "#/components/schemas/indices.update_aliases:RemoveAction" + "$ref": "#/components/schemas/indices.update_aliases.RemoveAction" }, "remove_index": { - "$ref": "#/components/schemas/indices.update_aliases:RemoveIndexAction" + "$ref": "#/components/schemas/indices.update_aliases.RemoveIndexAction" } }, "minProperties": 1, "maxProperties": 1 }, - "indices.update_aliases:AddAction": { + "indices.update_aliases.AddAction": { "type": "object", "properties": { "alias": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, "aliases": { "description": "Aliases for the action.\nIndex alias names support date math.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" } } ] }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "index_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "is_hidden": { "description": "If `true`, the alias is hidden.", @@ -49612,10 +49612,10 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "must_exist": { "description": "If `true`, the alias must exist to perform the action.", @@ -49623,31 +49623,31 @@ } } }, - "indices.update_aliases:RemoveAction": { + "indices.update_aliases.RemoveAction": { "type": "object", "properties": { "alias": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, "aliases": { "description": "Aliases for the action.\nIndex alias names support date math.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" } } ] }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "must_exist": { "description": "If `true`, the alias must exist to perform the action.", @@ -49655,14 +49655,14 @@ } } }, - "indices.update_aliases:RemoveIndexAction": { + "indices.update_aliases.RemoveIndexAction": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "must_exist": { "description": "If `true`, the alias must exist to perform the action.", @@ -49670,7 +49670,7 @@ } } }, - "indices.validate_query:IndicesValidationExplanation": { + "indices.validate_query.IndicesValidationExplanation": { "type": "object", "properties": { "error": { @@ -49680,7 +49680,7 @@ "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "valid": { "type": "boolean" @@ -49691,14 +49691,14 @@ "valid" ] }, - "inference._types:RequestChatCompletion": { + "inference._types.RequestChatCompletion": { "type": "object", "properties": { "messages": { "description": "A list of objects representing the conversation.", "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:Message" + "$ref": "#/components/schemas/inference._types.Message" } }, "model": { @@ -49721,13 +49721,13 @@ "type": "number" }, "tool_choice": { - "$ref": "#/components/schemas/inference._types:CompletionToolType" + "$ref": "#/components/schemas/inference._types.CompletionToolType" }, "tools": { "description": "A list of tools that the model can call.", "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:CompletionTool" + "$ref": "#/components/schemas/inference._types.CompletionTool" } }, "top_p": { @@ -49739,24 +49739,24 @@ "messages" ] }, - "inference._types:Message": { + "inference._types.Message": { "type": "object", "properties": { "content": { - "$ref": "#/components/schemas/inference._types:MessageContent" + "$ref": "#/components/schemas/inference._types.MessageContent" }, "role": { "description": "The role of the message author.", "type": "string" }, "tool_call_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "tool_calls": { "description": "The tool calls generated by the model.", "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:ToolCall" + "$ref": "#/components/schemas/inference._types.ToolCall" } } }, @@ -49764,7 +49764,7 @@ "role" ] }, - "inference._types:MessageContent": { + "inference._types.MessageContent": { "oneOf": [ { "type": "string" @@ -49772,12 +49772,12 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:ContentObject" + "$ref": "#/components/schemas/inference._types.ContentObject" } } ] }, - "inference._types:ContentObject": { + "inference._types.ContentObject": { "type": "object", "properties": { "text": { @@ -49794,14 +49794,14 @@ "type" ] }, - "inference._types:ToolCall": { + "inference._types.ToolCall": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "function": { - "$ref": "#/components/schemas/inference._types:ToolCallFunction" + "$ref": "#/components/schemas/inference._types.ToolCallFunction" }, "type": { "description": "The type of the tool call.", @@ -49814,7 +49814,7 @@ "type" ] }, - "inference._types:ToolCallFunction": { + "inference._types.ToolCallFunction": { "type": "object", "properties": { "arguments": { @@ -49831,17 +49831,17 @@ "name" ] }, - "inference._types:CompletionToolType": { + "inference._types.CompletionToolType": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/inference._types:CompletionToolChoice" + "$ref": "#/components/schemas/inference._types.CompletionToolChoice" } ] }, - "inference._types:CompletionToolChoice": { + "inference._types.CompletionToolChoice": { "type": "object", "properties": { "type": { @@ -49849,7 +49849,7 @@ "type": "string" }, "function": { - "$ref": "#/components/schemas/inference._types:CompletionToolChoiceFunction" + "$ref": "#/components/schemas/inference._types.CompletionToolChoiceFunction" } }, "required": [ @@ -49857,7 +49857,7 @@ "function" ] }, - "inference._types:CompletionToolChoiceFunction": { + "inference._types.CompletionToolChoiceFunction": { "type": "object", "properties": { "name": { @@ -49869,7 +49869,7 @@ "name" ] }, - "inference._types:CompletionTool": { + "inference._types.CompletionTool": { "type": "object", "properties": { "type": { @@ -49877,7 +49877,7 @@ "type": "string" }, "function": { - "$ref": "#/components/schemas/inference._types:CompletionToolFunction" + "$ref": "#/components/schemas/inference._types.CompletionToolFunction" } }, "required": [ @@ -49885,7 +49885,7 @@ "function" ] }, - "inference._types:CompletionToolFunction": { + "inference._types.CompletionToolFunction": { "type": "object", "properties": { "description": { @@ -49909,19 +49909,19 @@ "name" ] }, - "_types:StreamResult": { + "_types.StreamResult": { "type": "object" }, - "inference._types:TaskSettings": { + "inference._types.TaskSettings": { "type": "object" }, - "inference._types:CompletionInferenceResult": { + "inference._types.CompletionInferenceResult": { "type": "object", "properties": { "completion": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:CompletionResult" + "$ref": "#/components/schemas/inference._types.CompletionResult" } } }, @@ -49929,7 +49929,7 @@ "completion" ] }, - "inference._types:CompletionResult": { + "inference._types.CompletionResult": { "type": "object", "properties": { "result": { @@ -49940,7 +49940,7 @@ "result" ] }, - "inference._types:TaskType": { + "inference._types.TaskType": { "type": "string", "enum": [ "sparse_embedding", @@ -49950,10 +49950,10 @@ "chat_completion" ] }, - "inference._types:DeleteInferenceEndpointResult": { + "inference._types.DeleteInferenceEndpointResult": { "allOf": [ { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, { "type": "object", @@ -49971,10 +49971,10 @@ } ] }, - "inference._types:InferenceEndpointInfo": { + "inference._types.InferenceEndpointInfo": { "allOf": [ { - "$ref": "#/components/schemas/inference._types:InferenceEndpoint" + "$ref": "#/components/schemas/inference._types.InferenceEndpoint" }, { "type": "object", @@ -49984,7 +49984,7 @@ "type": "string" }, "task_type": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" } }, "required": [ @@ -49994,21 +49994,21 @@ } ] }, - "inference._types:InferenceEndpoint": { + "inference._types.InferenceEndpoint": { "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { "description": "The service type", "type": "string" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:ServiceSettings" + "$ref": "#/components/schemas/inference._types.ServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -50016,7 +50016,7 @@ "service_settings" ] }, - "inference._types:InferenceChunkingSettings": { + "inference._types.InferenceChunkingSettings": { "type": "object", "properties": { "max_chunk_size": { @@ -50037,10 +50037,10 @@ } } }, - "inference._types:ServiceSettings": { + "inference._types.ServiceSettings": { "type": "object" }, - "inference._types:AlibabaCloudTaskType": { + "inference._types.AlibabaCloudTaskType": { "type": "string", "enum": [ "completion", @@ -50049,13 +50049,13 @@ "text_embedding" ] }, - "inference._types:AlibabaCloudServiceType": { + "inference._types.AlibabaCloudServiceType": { "type": "string", "enum": [ "alibabacloud-ai-search" ] }, - "inference._types:AlibabaCloudServiceSettings": { + "inference._types.AlibabaCloudServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50070,7 +50070,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "service_id": { "description": "The name of the model service to use for the inference task.\nThe following service IDs are available for the `completion` task:\n\n* `ops-qwen-turbo`\n* `qwen-turbo`\n* `qwen-plus`\n* `qwen-max ÷ qwen-max-longcontext`\n\nThe following service ID is available for the `rerank` task:\n\n* `ops-bge-reranker-larger`\n\nThe following service ID is available for the `sparse_embedding` task:\n\n* `ops-text-sparse-embedding-001`\n\nThe following service IDs are available for the `text_embedding` task:\n\n`ops-text-embedding-001`\n`ops-text-embedding-zh-001`\n`ops-text-embedding-en-001`\n`ops-text-embedding-002`", @@ -50088,7 +50088,7 @@ "workspace" ] }, - "inference._types:RateLimitSetting": { + "inference._types.RateLimitSetting": { "type": "object", "properties": { "requests_per_minute": { @@ -50097,7 +50097,7 @@ } } }, - "inference._types:AlibabaCloudTaskSettings": { + "inference._types.AlibabaCloudTaskSettings": { "type": "object", "properties": { "input_type": { @@ -50110,20 +50110,20 @@ } } }, - "inference._types:AmazonBedrockTaskType": { + "inference._types.AmazonBedrockTaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:AmazonBedrockServiceType": { + "inference._types.AmazonBedrockServiceType": { "type": "string", "enum": [ "amazonbedrock" ] }, - "inference._types:AmazonBedrockServiceSettings": { + "inference._types.AmazonBedrockServiceSettings": { "type": "object", "properties": { "access_key": { @@ -50149,7 +50149,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "secret_key": { "externalDocs": { @@ -50166,7 +50166,7 @@ "secret_key" ] }, - "inference._types:AmazonBedrockTaskSettings": { + "inference._types.AmazonBedrockTaskSettings": { "type": "object", "properties": { "max_new_tokens": { @@ -50187,19 +50187,19 @@ } } }, - "inference._types:AnthropicTaskType": { + "inference._types.AnthropicTaskType": { "type": "string", "enum": [ "completion" ] }, - "inference._types:AnthropicServiceType": { + "inference._types.AnthropicServiceType": { "type": "string", "enum": [ "anthropic" ] }, - "inference._types:AnthropicServiceSettings": { + "inference._types.AnthropicServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50211,7 +50211,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -50219,7 +50219,7 @@ "model_id" ] }, - "inference._types:AnthropicTaskSettings": { + "inference._types.AnthropicTaskSettings": { "type": "object", "properties": { "max_tokens": { @@ -50246,20 +50246,20 @@ "max_tokens" ] }, - "inference._types:AzureAiStudioTaskType": { + "inference._types.AzureAiStudioTaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:AzureAiStudioServiceType": { + "inference._types.AzureAiStudioServiceType": { "type": "string", "enum": [ "azureaistudio" ] }, - "inference._types:AzureAiStudioServiceSettings": { + "inference._types.AzureAiStudioServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50285,7 +50285,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -50295,7 +50295,7 @@ "provider" ] }, - "inference._types:AzureAiStudioTaskSettings": { + "inference._types.AzureAiStudioTaskSettings": { "type": "object", "properties": { "do_sample": { @@ -50320,20 +50320,20 @@ } } }, - "inference._types:AzureOpenAITaskType": { + "inference._types.AzureOpenAITaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:AzureOpenAIServiceType": { + "inference._types.AzureOpenAIServiceType": { "type": "string", "enum": [ "azureopenai" ] }, - "inference._types:AzureOpenAIServiceSettings": { + "inference._types.AzureOpenAIServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50362,7 +50362,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "resource_name": { "externalDocs": { @@ -50378,7 +50378,7 @@ "resource_name" ] }, - "inference._types:AzureOpenAITaskSettings": { + "inference._types.AzureOpenAITaskSettings": { "type": "object", "properties": { "user": { @@ -50387,7 +50387,7 @@ } } }, - "inference._types:CohereTaskType": { + "inference._types.CohereTaskType": { "type": "string", "enum": [ "completion", @@ -50395,13 +50395,13 @@ "text_embedding" ] }, - "inference._types:CohereServiceType": { + "inference._types.CohereServiceType": { "type": "string", "enum": [ "cohere" ] }, - "inference._types:CohereServiceSettings": { + "inference._types.CohereServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50412,24 +50412,24 @@ "type": "string" }, "embedding_type": { - "$ref": "#/components/schemas/inference._types:CohereEmbeddingType" + "$ref": "#/components/schemas/inference._types.CohereEmbeddingType" }, "model_id": { "description": "For a `completion`, `rerank`, or `text_embedding` task, the name of the model to use for the inference task.\n\n* For the available `completion` models, refer to the [Cohere command docs](https://docs.cohere.com/docs/models#command).\n* For the available `rerank` models, refer to the [Cohere rerank docs](https://docs.cohere.com/reference/rerank-1).\n* For the available `text_embedding` models, refer to [Cohere embed docs](https://docs.cohere.com/reference/embed).\n\nThe default value for a text embedding task is `embed-english-v2.0`.", "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "similarity": { - "$ref": "#/components/schemas/inference._types:CohereSimilarityType" + "$ref": "#/components/schemas/inference._types.CohereSimilarityType" } }, "required": [ "api_key" ] }, - "inference._types:CohereEmbeddingType": { + "inference._types.CohereEmbeddingType": { "type": "string", "enum": [ "byte", @@ -50437,7 +50437,7 @@ "int8" ] }, - "inference._types:CohereSimilarityType": { + "inference._types.CohereSimilarityType": { "type": "string", "enum": [ "cosine", @@ -50445,11 +50445,11 @@ "l2_norm" ] }, - "inference._types:CohereTaskSettings": { + "inference._types.CohereTaskSettings": { "type": "object", "properties": { "input_type": { - "$ref": "#/components/schemas/inference._types:CohereInputType" + "$ref": "#/components/schemas/inference._types.CohereInputType" }, "return_documents": { "description": "For a `rerank` task, return doc text within the results.", @@ -50460,11 +50460,11 @@ "type": "number" }, "truncate": { - "$ref": "#/components/schemas/inference._types:CohereTruncateType" + "$ref": "#/components/schemas/inference._types.CohereTruncateType" } } }, - "inference._types:CohereInputType": { + "inference._types.CohereInputType": { "type": "string", "enum": [ "classification", @@ -50473,7 +50473,7 @@ "search" ] }, - "inference._types:CohereTruncateType": { + "inference._types.CohereTruncateType": { "type": "string", "enum": [ "END", @@ -50481,7 +50481,7 @@ "START" ] }, - "inference._types:ElasticsearchTaskType": { + "inference._types.ElasticsearchTaskType": { "type": "string", "enum": [ "rerank", @@ -50489,17 +50489,17 @@ "text_embedding" ] }, - "inference._types:ElasticsearchServiceType": { + "inference._types.ElasticsearchServiceType": { "type": "string", "enum": [ "elasticsearch" ] }, - "inference._types:ElasticsearchServiceSettings": { + "inference._types.ElasticsearchServiceSettings": { "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/inference._types:AdaptiveAllocations" + "$ref": "#/components/schemas/inference._types.AdaptiveAllocations" }, "deployment_id": { "description": "The deployment identifier for a trained model deployment.\nWhen `deployment_id` is used the `model_id` is optional.", @@ -50526,7 +50526,7 @@ "num_threads" ] }, - "inference._types:AdaptiveAllocations": { + "inference._types.AdaptiveAllocations": { "type": "object", "properties": { "enabled": { @@ -50543,7 +50543,7 @@ } } }, - "inference._types:ElasticsearchTaskSettings": { + "inference._types.ElasticsearchTaskSettings": { "type": "object", "properties": { "return_documents": { @@ -50552,23 +50552,23 @@ } } }, - "inference._types:ElserTaskType": { + "inference._types.ElserTaskType": { "type": "string", "enum": [ "sparse_embedding" ] }, - "inference._types:ElserServiceType": { + "inference._types.ElserServiceType": { "type": "string", "enum": [ "elser" ] }, - "inference._types:ElserServiceSettings": { + "inference._types.ElserServiceSettings": { "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/inference._types:AdaptiveAllocations" + "$ref": "#/components/schemas/inference._types.AdaptiveAllocations" }, "num_allocations": { "description": "The total number of allocations this model is assigned across machine learning nodes.\nIncreasing this value generally increases the throughput.\nIf adaptive allocations is enabled, do not set this value because it's automatically set.", @@ -50584,20 +50584,20 @@ "num_threads" ] }, - "inference._types:GoogleAiStudioTaskType": { + "inference._types.GoogleAiStudioTaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:GoogleAiServiceType": { + "inference._types.GoogleAiServiceType": { "type": "string", "enum": [ "googleaistudio" ] }, - "inference._types:GoogleAiStudioServiceSettings": { + "inference._types.GoogleAiStudioServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50612,7 +50612,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -50620,20 +50620,20 @@ "model_id" ] }, - "inference._types:GoogleVertexAITaskType": { + "inference._types.GoogleVertexAITaskType": { "type": "string", "enum": [ "rerank", "text_embedding" ] }, - "inference._types:GoogleVertexAIServiceType": { + "inference._types.GoogleVertexAIServiceType": { "type": "string", "enum": [ "googlevertexai" ] }, - "inference._types:GoogleVertexAIServiceSettings": { + "inference._types.GoogleVertexAIServiceSettings": { "type": "object", "properties": { "location": { @@ -50655,7 +50655,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "service_account_json": { "description": "A valid service account in JSON format for the Google Vertex AI API.", @@ -50669,7 +50669,7 @@ "service_account_json" ] }, - "inference._types:GoogleVertexAITaskSettings": { + "inference._types.GoogleVertexAITaskSettings": { "type": "object", "properties": { "auto_truncate": { @@ -50682,19 +50682,19 @@ } } }, - "inference._types:HuggingFaceTaskType": { + "inference._types.HuggingFaceTaskType": { "type": "string", "enum": [ "text_embedding" ] }, - "inference._types:HuggingFaceServiceType": { + "inference._types.HuggingFaceServiceType": { "type": "string", "enum": [ "hugging_face" ] }, - "inference._types:HuggingFaceServiceSettings": { + "inference._types.HuggingFaceServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50705,7 +50705,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "url": { "description": "The URL endpoint to use for the requests.", @@ -50717,20 +50717,20 @@ "url" ] }, - "inference._types:JinaAITaskType": { + "inference._types.JinaAITaskType": { "type": "string", "enum": [ "rerank", "text_embedding" ] }, - "inference._types:JinaAIServiceType": { + "inference._types.JinaAIServiceType": { "type": "string", "enum": [ "jinaai" ] }, - "inference._types:JinaAIServiceSettings": { + "inference._types.JinaAIServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50745,17 +50745,17 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "similarity": { - "$ref": "#/components/schemas/inference._types:JinaAISimilarityType" + "$ref": "#/components/schemas/inference._types.JinaAISimilarityType" } }, "required": [ "api_key" ] }, - "inference._types:JinaAISimilarityType": { + "inference._types.JinaAISimilarityType": { "type": "string", "enum": [ "cosine", @@ -50763,7 +50763,7 @@ "l2_norm" ] }, - "inference._types:JinaAITaskSettings": { + "inference._types.JinaAITaskSettings": { "type": "object", "properties": { "return_documents": { @@ -50771,7 +50771,7 @@ "type": "boolean" }, "task": { - "$ref": "#/components/schemas/inference._types:JinaAITextEmbeddingTask" + "$ref": "#/components/schemas/inference._types.JinaAITextEmbeddingTask" }, "top_n": { "description": "For a `rerank` task, the number of most relevant documents to return.\nIt defaults to the number of the documents.\nIf this inference endpoint is used in a `text_similarity_reranker` retriever query and `top_n` is set, it must be greater than or equal to `rank_window_size` in the query.", @@ -50779,7 +50779,7 @@ } } }, - "inference._types:JinaAITextEmbeddingTask": { + "inference._types.JinaAITextEmbeddingTask": { "type": "string", "enum": [ "classification", @@ -50788,19 +50788,19 @@ "search" ] }, - "inference._types:MistralTaskType": { + "inference._types.MistralTaskType": { "type": "string", "enum": [ "text_embedding" ] }, - "inference._types:MistralServiceType": { + "inference._types.MistralServiceType": { "type": "string", "enum": [ "mistral" ] }, - "inference._types:MistralServiceSettings": { + "inference._types.MistralServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50822,7 +50822,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -50830,7 +50830,7 @@ "model" ] }, - "inference._types:OpenAITaskType": { + "inference._types.OpenAITaskType": { "type": "string", "enum": [ "chat_completion", @@ -50838,13 +50838,13 @@ "text_embedding" ] }, - "inference._types:OpenAIServiceType": { + "inference._types.OpenAIServiceType": { "type": "string", "enum": [ "openai" ] }, - "inference._types:OpenAIServiceSettings": { + "inference._types.OpenAIServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50870,7 +50870,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "url": { "description": "The URL endpoint to use for the requests.\nIt can be changed for testing purposes.", @@ -50882,7 +50882,7 @@ "model_id" ] }, - "inference._types:OpenAITaskSettings": { + "inference._types.OpenAITaskSettings": { "type": "object", "properties": { "user": { @@ -50891,20 +50891,20 @@ } } }, - "inference._types:VoyageAITaskType": { + "inference._types.VoyageAITaskType": { "type": "string", "enum": [ "text_embedding", "rerank" ] }, - "inference._types:VoyageAIServiceType": { + "inference._types.VoyageAIServiceType": { "type": "string", "enum": [ "voyageai" ] }, - "inference._types:VoyageAIServiceSettings": { + "inference._types.VoyageAIServiceSettings": { "type": "object", "properties": { "dimensions": { @@ -50922,7 +50922,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "embedding_type": { "externalDocs": { @@ -50936,7 +50936,7 @@ "model_id" ] }, - "inference._types:VoyageAITaskSettings": { + "inference._types.VoyageAITaskSettings": { "type": "object", "properties": { "input_type": { @@ -50957,19 +50957,19 @@ } } }, - "inference._types:WatsonxTaskType": { + "inference._types.WatsonxTaskType": { "type": "string", "enum": [ "text_embedding" ] }, - "inference._types:WatsonxServiceType": { + "inference._types.WatsonxServiceType": { "type": "string", "enum": [ "watsonxai" ] }, - "inference._types:WatsonxServiceSettings": { + "inference._types.WatsonxServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50998,7 +50998,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "url": { "description": "The URL of the inference endpoint that you created on Watsonx.", @@ -51013,13 +51013,13 @@ "url" ] }, - "inference._types:RerankedInferenceResult": { + "inference._types.RerankedInferenceResult": { "type": "object", "properties": { "rerank": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:RankedDocument" + "$ref": "#/components/schemas/inference._types.RankedDocument" } } }, @@ -51027,7 +51027,7 @@ "rerank" ] }, - "inference._types:RankedDocument": { + "inference._types.RankedDocument": { "type": "object", "properties": { "index": { @@ -51045,13 +51045,13 @@ "relevance_score" ] }, - "inference._types:SparseEmbeddingInferenceResult": { + "inference._types.SparseEmbeddingInferenceResult": { "type": "object", "properties": { "sparse_embedding": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:SparseEmbeddingResult" + "$ref": "#/components/schemas/inference._types.SparseEmbeddingResult" } } }, @@ -51059,91 +51059,91 @@ "sparse_embedding" ] }, - "inference._types:SparseEmbeddingResult": { + "inference._types.SparseEmbeddingResult": { "type": "object", "properties": { "embedding": { - "$ref": "#/components/schemas/inference._types:SparseVector" + "$ref": "#/components/schemas/inference._types.SparseVector" } }, "required": [ "embedding" ] }, - "inference._types:SparseVector": { + "inference._types.SparseVector": { "description": "Sparse Embedding tokens are represented as a dictionary\nof string to double.", "type": "object", "additionalProperties": { "type": "number" } }, - "inference._types:TextEmbeddingInferenceResult": { + "inference._types.TextEmbeddingInferenceResult": { "description": "TextEmbeddingInferenceResult is an aggregation of mutually exclusive text_embedding variants", "type": "object", "properties": { "text_embedding_bytes": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingByteResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingByteResult" } }, "text_embedding_bits": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingByteResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingByteResult" } }, "text_embedding": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingResult" } } }, "minProperties": 1, "maxProperties": 1 }, - "inference._types:TextEmbeddingByteResult": { + "inference._types.TextEmbeddingByteResult": { "type": "object", "properties": { "embedding": { - "$ref": "#/components/schemas/inference._types:DenseByteVector" + "$ref": "#/components/schemas/inference._types.DenseByteVector" } }, "required": [ "embedding" ] }, - "inference._types:DenseByteVector": { + "inference._types.DenseByteVector": { "description": "Text Embedding results containing bytes are represented as Dense\nVectors of bytes.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:byte" + "$ref": "#/components/schemas/_types.byte" } }, - "inference._types:TextEmbeddingResult": { + "inference._types.TextEmbeddingResult": { "type": "object", "properties": { "embedding": { - "$ref": "#/components/schemas/inference._types:DenseVector" + "$ref": "#/components/schemas/inference._types.DenseVector" } }, "required": [ "embedding" ] }, - "inference._types:DenseVector": { + "inference._types.DenseVector": { "description": "Text Embedding results are represented as Dense Vectors\nof floats.", "type": "array", "items": { "type": "number" } }, - "_types:ElasticsearchVersionInfo": { + "_types.ElasticsearchVersionInfo": { "type": "object", "properties": { "build_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "build_flavor": { "description": "The build flavor. For example, `default`.", @@ -51162,13 +51162,13 @@ "type": "string" }, "lucene_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "minimum_index_compatibility_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "minimum_wire_compatibility_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "number": { "description": "The Elasticsearch version number.", @@ -51187,7 +51187,7 @@ "number" ] }, - "ingest._types:Pipeline": { + "ingest._types.Pipeline": { "type": "object", "properties": { "description": { @@ -51198,180 +51198,180 @@ "description": "Processors to run immediately after a processor failure.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "processors": { "description": "Processors used to perform transformations on documents before indexing.\nProcessors run sequentially in the order specified.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "deprecated": { "description": "Marks this ingest pipeline as deprecated.\nWhen a deprecated ingest pipeline is referenced as the default or final pipeline when creating or updating a non-deprecated index template, Elasticsearch will emit a deprecation warning.", "type": "boolean" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, - "ingest._types:ProcessorContainer": { + "ingest._types.ProcessorContainer": { "type": "object", "properties": { "append": { - "$ref": "#/components/schemas/ingest._types:AppendProcessor" + "$ref": "#/components/schemas/ingest._types.AppendProcessor" }, "attachment": { - "$ref": "#/components/schemas/ingest._types:AttachmentProcessor" + "$ref": "#/components/schemas/ingest._types.AttachmentProcessor" }, "bytes": { - "$ref": "#/components/schemas/ingest._types:BytesProcessor" + "$ref": "#/components/schemas/ingest._types.BytesProcessor" }, "circle": { - "$ref": "#/components/schemas/ingest._types:CircleProcessor" + "$ref": "#/components/schemas/ingest._types.CircleProcessor" }, "community_id": { - "$ref": "#/components/schemas/ingest._types:CommunityIDProcessor" + "$ref": "#/components/schemas/ingest._types.CommunityIDProcessor" }, "convert": { - "$ref": "#/components/schemas/ingest._types:ConvertProcessor" + "$ref": "#/components/schemas/ingest._types.ConvertProcessor" }, "csv": { - "$ref": "#/components/schemas/ingest._types:CsvProcessor" + "$ref": "#/components/schemas/ingest._types.CsvProcessor" }, "date": { - "$ref": "#/components/schemas/ingest._types:DateProcessor" + "$ref": "#/components/schemas/ingest._types.DateProcessor" }, "date_index_name": { - "$ref": "#/components/schemas/ingest._types:DateIndexNameProcessor" + "$ref": "#/components/schemas/ingest._types.DateIndexNameProcessor" }, "dissect": { - "$ref": "#/components/schemas/ingest._types:DissectProcessor" + "$ref": "#/components/schemas/ingest._types.DissectProcessor" }, "dot_expander": { - "$ref": "#/components/schemas/ingest._types:DotExpanderProcessor" + "$ref": "#/components/schemas/ingest._types.DotExpanderProcessor" }, "drop": { - "$ref": "#/components/schemas/ingest._types:DropProcessor" + "$ref": "#/components/schemas/ingest._types.DropProcessor" }, "enrich": { - "$ref": "#/components/schemas/ingest._types:EnrichProcessor" + "$ref": "#/components/schemas/ingest._types.EnrichProcessor" }, "fail": { - "$ref": "#/components/schemas/ingest._types:FailProcessor" + "$ref": "#/components/schemas/ingest._types.FailProcessor" }, "fingerprint": { - "$ref": "#/components/schemas/ingest._types:FingerprintProcessor" + "$ref": "#/components/schemas/ingest._types.FingerprintProcessor" }, "foreach": { - "$ref": "#/components/schemas/ingest._types:ForeachProcessor" + "$ref": "#/components/schemas/ingest._types.ForeachProcessor" }, "ip_location": { - "$ref": "#/components/schemas/ingest._types:IpLocationProcessor" + "$ref": "#/components/schemas/ingest._types.IpLocationProcessor" }, "geo_grid": { - "$ref": "#/components/schemas/ingest._types:GeoGridProcessor" + "$ref": "#/components/schemas/ingest._types.GeoGridProcessor" }, "geoip": { - "$ref": "#/components/schemas/ingest._types:GeoIpProcessor" + "$ref": "#/components/schemas/ingest._types.GeoIpProcessor" }, "grok": { - "$ref": "#/components/schemas/ingest._types:GrokProcessor" + "$ref": "#/components/schemas/ingest._types.GrokProcessor" }, "gsub": { - "$ref": "#/components/schemas/ingest._types:GsubProcessor" + "$ref": "#/components/schemas/ingest._types.GsubProcessor" }, "html_strip": { - "$ref": "#/components/schemas/ingest._types:HtmlStripProcessor" + "$ref": "#/components/schemas/ingest._types.HtmlStripProcessor" }, "inference": { - "$ref": "#/components/schemas/ingest._types:InferenceProcessor" + "$ref": "#/components/schemas/ingest._types.InferenceProcessor" }, "join": { - "$ref": "#/components/schemas/ingest._types:JoinProcessor" + "$ref": "#/components/schemas/ingest._types.JoinProcessor" }, "json": { - "$ref": "#/components/schemas/ingest._types:JsonProcessor" + "$ref": "#/components/schemas/ingest._types.JsonProcessor" }, "kv": { - "$ref": "#/components/schemas/ingest._types:KeyValueProcessor" + "$ref": "#/components/schemas/ingest._types.KeyValueProcessor" }, "lowercase": { - "$ref": "#/components/schemas/ingest._types:LowercaseProcessor" + "$ref": "#/components/schemas/ingest._types.LowercaseProcessor" }, "network_direction": { - "$ref": "#/components/schemas/ingest._types:NetworkDirectionProcessor" + "$ref": "#/components/schemas/ingest._types.NetworkDirectionProcessor" }, "pipeline": { - "$ref": "#/components/schemas/ingest._types:PipelineProcessor" + "$ref": "#/components/schemas/ingest._types.PipelineProcessor" }, "redact": { - "$ref": "#/components/schemas/ingest._types:RedactProcessor" + "$ref": "#/components/schemas/ingest._types.RedactProcessor" }, "registered_domain": { - "$ref": "#/components/schemas/ingest._types:RegisteredDomainProcessor" + "$ref": "#/components/schemas/ingest._types.RegisteredDomainProcessor" }, "remove": { - "$ref": "#/components/schemas/ingest._types:RemoveProcessor" + "$ref": "#/components/schemas/ingest._types.RemoveProcessor" }, "rename": { - "$ref": "#/components/schemas/ingest._types:RenameProcessor" + "$ref": "#/components/schemas/ingest._types.RenameProcessor" }, "reroute": { - "$ref": "#/components/schemas/ingest._types:RerouteProcessor" + "$ref": "#/components/schemas/ingest._types.RerouteProcessor" }, "script": { - "$ref": "#/components/schemas/ingest._types:ScriptProcessor" + "$ref": "#/components/schemas/ingest._types.ScriptProcessor" }, "set": { - "$ref": "#/components/schemas/ingest._types:SetProcessor" + "$ref": "#/components/schemas/ingest._types.SetProcessor" }, "set_security_user": { - "$ref": "#/components/schemas/ingest._types:SetSecurityUserProcessor" + "$ref": "#/components/schemas/ingest._types.SetSecurityUserProcessor" }, "sort": { - "$ref": "#/components/schemas/ingest._types:SortProcessor" + "$ref": "#/components/schemas/ingest._types.SortProcessor" }, "split": { - "$ref": "#/components/schemas/ingest._types:SplitProcessor" + "$ref": "#/components/schemas/ingest._types.SplitProcessor" }, "terminate": { - "$ref": "#/components/schemas/ingest._types:TerminateProcessor" + "$ref": "#/components/schemas/ingest._types.TerminateProcessor" }, "trim": { - "$ref": "#/components/schemas/ingest._types:TrimProcessor" + "$ref": "#/components/schemas/ingest._types.TrimProcessor" }, "uppercase": { - "$ref": "#/components/schemas/ingest._types:UppercaseProcessor" + "$ref": "#/components/schemas/ingest._types.UppercaseProcessor" }, "urldecode": { - "$ref": "#/components/schemas/ingest._types:UrlDecodeProcessor" + "$ref": "#/components/schemas/ingest._types.UrlDecodeProcessor" }, "uri_parts": { - "$ref": "#/components/schemas/ingest._types:UriPartsProcessor" + "$ref": "#/components/schemas/ingest._types.UriPartsProcessor" }, "user_agent": { - "$ref": "#/components/schemas/ingest._types:UserAgentProcessor" + "$ref": "#/components/schemas/ingest._types.UserAgentProcessor" } }, "minProperties": 1, "maxProperties": 1 }, - "ingest._types:AppendProcessor": { + "ingest._types.AppendProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "value": { "description": "The value to be appended. Supports template snippets.", @@ -51399,7 +51399,7 @@ } ] }, - "ingest._types:ProcessorBase": { + "ingest._types.ProcessorBase": { "type": "object", "properties": { "description": { @@ -51407,7 +51407,7 @@ "type": "string" }, "if": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "ignore_failure": { "description": "Ignore failures for the processor.", @@ -51417,7 +51417,7 @@ "description": "Handle failures for the processor.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "tag": { @@ -51426,16 +51426,16 @@ } } }, - "ingest._types:AttachmentProcessor": { + "ingest._types.AttachmentProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and field does not exist, the processor quietly exits without modifying the document.", @@ -51446,7 +51446,7 @@ "type": "number" }, "indexed_chars_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "properties": { "description": "Array of properties to select to be stored.\nCan be `content`, `title`, `name`, `author`, `keywords`, `date`, `content_type`, `content_length`, `language`.", @@ -51456,7 +51456,7 @@ } }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "remove_binary": { "description": "If true, the binary field will be removed from the document", @@ -51473,23 +51473,23 @@ } ] }, - "ingest._types:BytesProcessor": { + "ingest._types.BytesProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -51498,10 +51498,10 @@ } ] }, - "ingest._types:CircleProcessor": { + "ingest._types.CircleProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -51511,17 +51511,17 @@ "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "shape_type": { - "$ref": "#/components/schemas/ingest._types:ShapeType" + "$ref": "#/components/schemas/ingest._types.ShapeType" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -51532,47 +51532,47 @@ } ] }, - "ingest._types:ShapeType": { + "ingest._types.ShapeType": { "type": "string", "enum": [ "geo_shape", "shape" ] }, - "ingest._types:CommunityIDProcessor": { + "ingest._types.CommunityIDProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "source_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "source_port": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "destination_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "destination_port": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "iana_number": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "icmp_type": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "icmp_code": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "transport": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "seed": { "description": "Seed for the community ID hash. Must be between 0 and 65535 (inclusive). The\nseed can prevent hash collisions between network domains, such as a staging\nand production network that use the same addressing scheme.", @@ -51586,26 +51586,26 @@ } ] }, - "ingest._types:ConvertProcessor": { + "ingest._types.ConvertProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "type": { - "$ref": "#/components/schemas/ingest._types:ConvertType" + "$ref": "#/components/schemas/ingest._types.ConvertType" } }, "required": [ @@ -51615,7 +51615,7 @@ } ] }, - "ingest._types:ConvertType": { + "ingest._types.ConvertType": { "type": "string", "enum": [ "integer", @@ -51628,10 +51628,10 @@ "auto" ] }, - "ingest._types:CsvProcessor": { + "ingest._types.CsvProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -51641,7 +51641,7 @@ "type": "object" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -51656,7 +51656,7 @@ "type": "string" }, "target_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "trim": { "description": "Trim whitespaces in unquoted fields.", @@ -51670,16 +51670,16 @@ } ] }, - "ingest._types:DateProcessor": { + "ingest._types.DateProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "formats": { "description": "An array of the expected date formats.\nCan be a java time pattern or one of the following formats: ISO8601, UNIX, UNIX_MS, or TAI64N.", @@ -51693,7 +51693,7 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "timezone": { "description": "The timezone to use when parsing the date.\nSupports template snippets.", @@ -51711,10 +51711,10 @@ } ] }, - "ingest._types:DateIndexNameProcessor": { + "ingest._types.DateIndexNameProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -51731,7 +51731,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "index_name_format": { "description": "The format to be used when printing the parsed date into the index name.\nA valid java time pattern is expected here.\nSupports template snippets.", @@ -51757,10 +51757,10 @@ } ] }, - "ingest._types:DissectProcessor": { + "ingest._types.DissectProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -51770,7 +51770,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -51788,16 +51788,16 @@ } ] }, - "ingest._types:DotExpanderProcessor": { + "ingest._types.DotExpanderProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "override": { "description": "Controls the behavior when there is already an existing nested object that conflicts with the expanded field.\nWhen `false`, the processor will merge conflicts by combining the old and the new values into an array.\nWhen `true`, the value from the expanded field will overwrite the existing value.", @@ -51814,26 +51814,26 @@ } ] }, - "ingest._types:DropProcessor": { + "ingest._types.DropProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object" } ] }, - "ingest._types:EnrichProcessor": { + "ingest._types.EnrichProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -51852,10 +51852,10 @@ "type": "string" }, "shape_relation": { - "$ref": "#/components/schemas/_types:GeoShapeRelation" + "$ref": "#/components/schemas/_types.GeoShapeRelation" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -51866,7 +51866,7 @@ } ] }, - "_types:GeoShapeRelation": { + "_types.GeoShapeRelation": { "type": "string", "enum": [ "intersects", @@ -51875,10 +51875,10 @@ "contains" ] }, - "ingest._types:FailProcessor": { + "ingest._types.FailProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -51894,26 +51894,26 @@ } ] }, - "ingest._types:FingerprintProcessor": { + "ingest._types.FingerprintProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "salt": { "description": "Salt value for the hash function.", "type": "string" }, "method": { - "$ref": "#/components/schemas/ingest._types:FingerprintDigest" + "$ref": "#/components/schemas/ingest._types.FingerprintDigest" }, "ignore_missing": { "description": "If true, the processor ignores any missing fields. If all fields are\nmissing, the processor silently exits without modifying the document.", @@ -51926,7 +51926,7 @@ } ] }, - "ingest._types:FingerprintDigest": { + "ingest._types.FingerprintDigest": { "type": "string", "enum": [ "MD5", @@ -51936,23 +51936,23 @@ "MurmurHash3" ] }, - "ingest._types:ForeachProcessor": { + "ingest._types.ForeachProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true`, the processor silently exits without changing the document if the `field` is `null` or missing.", "type": "boolean" }, "processor": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "required": [ @@ -51962,10 +51962,10 @@ } ] }, - "ingest._types:IpLocationProcessor": { + "ingest._types.IpLocationProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -51975,7 +51975,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "first_only": { "description": "If `true`, only the first found IP location data will be returned, even if the field contains an array.", @@ -51993,7 +51993,7 @@ } }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "download_database_on_pipeline_creation": { "description": "If `true` (and if `ingest.geoip.downloader.eager.download` is `false`), the missing database is downloaded when the pipeline is created.\nElse, the download is triggered by when the pipeline is used as the `default_pipeline` or `final_pipeline` in an index.", @@ -52006,10 +52006,10 @@ } ] }, - "ingest._types:GeoGridProcessor": { + "ingest._types.GeoGridProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -52019,29 +52019,29 @@ "type": "string" }, "tile_type": { - "$ref": "#/components/schemas/ingest._types:GeoGridTileType" + "$ref": "#/components/schemas/ingest._types.GeoGridTileType" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "parent_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "children_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "non_children_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_format": { - "$ref": "#/components/schemas/ingest._types:GeoGridTargetFormat" + "$ref": "#/components/schemas/ingest._types.GeoGridTargetFormat" } }, "required": [ @@ -52051,7 +52051,7 @@ } ] }, - "ingest._types:GeoGridTileType": { + "ingest._types.GeoGridTileType": { "type": "string", "enum": [ "geotile", @@ -52059,17 +52059,17 @@ "geohash" ] }, - "ingest._types:GeoGridTargetFormat": { + "ingest._types.GeoGridTargetFormat": { "type": "string", "enum": [ "geojson", "wkt" ] }, - "ingest._types:GeoIpProcessor": { + "ingest._types.GeoIpProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -52079,7 +52079,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "first_only": { "description": "If `true`, only the first found geoip data will be returned, even if the field contains an array.", @@ -52097,7 +52097,7 @@ } }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "download_database_on_pipeline_creation": { "description": "If `true` (and if `ingest.geoip.downloader.eager.download` is `false`), the missing database is downloaded when the pipeline is created.\nElse, the download is triggered by when the pipeline is used as the `default_pipeline` or `final_pipeline` in an index.", @@ -52110,10 +52110,10 @@ } ] }, - "ingest._types:GrokProcessor": { + "ingest._types.GrokProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -52123,7 +52123,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -52140,7 +52140,7 @@ "description": "An ordered list of grok expression to match and extract named captures with.\nReturns on the first expression in the list that matches.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" } }, "trace_match": { @@ -52155,19 +52155,19 @@ } ] }, - "_types:GrokPattern": { + "_types.GrokPattern": { "type": "string" }, - "ingest._types:GsubProcessor": { + "ingest._types.GsubProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -52182,7 +52182,7 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52193,23 +52193,23 @@ } ] }, - "ingest._types:HtmlStripProcessor": { + "ingest._types.HtmlStripProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document,", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52218,19 +52218,19 @@ } ] }, - "ingest._types:InferenceProcessor": { + "ingest._types.InferenceProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "field_map": { "description": "Maps the document field names to the known field names of the model.\nThis mapping takes precedence over any default mappings provided in the model configuration.", @@ -52240,18 +52240,18 @@ } }, "inference_config": { - "$ref": "#/components/schemas/ingest._types:InferenceConfig" + "$ref": "#/components/schemas/ingest._types.InferenceConfig" }, "input_output": { "description": "Input fields for inference and output (destination) fields for the inference results.\nThis option is incompatible with the target_field and field_map options.", "oneOf": [ { - "$ref": "#/components/schemas/ingest._types:InputConfig" + "$ref": "#/components/schemas/ingest._types.InputConfig" }, { "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:InputConfig" + "$ref": "#/components/schemas/ingest._types.InputConfig" } } ] @@ -52267,24 +52267,24 @@ } ] }, - "ingest._types:InferenceConfig": { + "ingest._types.InferenceConfig": { "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ingest._types:InferenceConfigRegression" + "$ref": "#/components/schemas/ingest._types.InferenceConfigRegression" }, "classification": { - "$ref": "#/components/schemas/ingest._types:InferenceConfigClassification" + "$ref": "#/components/schemas/ingest._types.InferenceConfigClassification" } }, "minProperties": 1, "maxProperties": 1 }, - "ingest._types:InferenceConfigRegression": { + "ingest._types.InferenceConfigRegression": { "type": "object", "properties": { "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "num_top_feature_importance_values": { "description": "Specifies the maximum number of feature importance values per document.", @@ -52292,7 +52292,7 @@ } } }, - "ingest._types:InferenceConfigClassification": { + "ingest._types.InferenceConfigClassification": { "type": "object", "properties": { "num_top_classes": { @@ -52304,10 +52304,10 @@ "type": "number" }, "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "top_classes_results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "prediction_field_type": { "description": "Specifies the type of the predicted field to write.\nValid values are: `string`, `number`, `boolean`.", @@ -52315,7 +52315,7 @@ } } }, - "ingest._types:InputConfig": { + "ingest._types.InputConfig": { "type": "object", "properties": { "input_field": { @@ -52330,23 +52330,23 @@ "output_field" ] }, - "ingest._types:JoinProcessor": { + "ingest._types.JoinProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "separator": { "description": "The separator character.", "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52356,10 +52356,10 @@ } ] }, - "ingest._types:JsonProcessor": { + "ingest._types.JsonProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -52369,17 +52369,17 @@ "type": "boolean" }, "add_to_root_conflict_strategy": { - "$ref": "#/components/schemas/ingest._types:JsonProcessorConflictStrategy" + "$ref": "#/components/schemas/ingest._types.JsonProcessorConflictStrategy" }, "allow_duplicate_keys": { "description": "When set to `true`, the JSON parser will not fail if the JSON contains duplicate keys.\nInstead, the last encountered value for any duplicate key wins.", "type": "boolean" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52388,17 +52388,17 @@ } ] }, - "ingest._types:JsonProcessorConflictStrategy": { + "ingest._types.JsonProcessorConflictStrategy": { "type": "string", "enum": [ "replace", "merge" ] }, - "ingest._types:KeyValueProcessor": { + "ingest._types.KeyValueProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -52411,7 +52411,7 @@ } }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "field_split": { "description": "Regex pattern to use for splitting key-value pairs.", @@ -52437,7 +52437,7 @@ "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "trim_key": { "description": "String of characters to trim from extracted keys.", @@ -52460,23 +52460,23 @@ } ] }, - "ingest._types:LowercaseProcessor": { + "ingest._types.LowercaseProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52485,22 +52485,22 @@ } ] }, - "ingest._types:NetworkDirectionProcessor": { + "ingest._types.NetworkDirectionProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "source_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "destination_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "internal_networks": { "description": "List of internal networks. Supports IPv4 and IPv6 addresses and ranges in\nCIDR notation. Also supports the named ranges listed below. These may be\nconstructed with template snippets. Must specify only one of\ninternal_networks or internal_networks_field.", @@ -52510,7 +52510,7 @@ } }, "internal_networks_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If true and any required fields are missing, the processor quietly exits\nwithout modifying the document.", @@ -52520,16 +52520,16 @@ } ] }, - "ingest._types:PipelineProcessor": { + "ingest._types.PipelineProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "ignore_missing_pipeline": { "description": "Whether to ignore missing pipelines instead of failing.", @@ -52542,22 +52542,22 @@ } ] }, - "ingest._types:RedactProcessor": { + "ingest._types.RedactProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "patterns": { "description": "A list of grok expressions to match and redact named captures with", "type": "array", "items": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" } }, "pattern_definitions": { @@ -52594,19 +52594,19 @@ } ] }, - "ingest._types:RegisteredDomainProcessor": { + "ingest._types.RegisteredDomainProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If true and any required fields are missing, the processor quietly exits\nwithout modifying the document.", @@ -52619,19 +52619,19 @@ } ] }, - "ingest._types:RemoveProcessor": { + "ingest._types.RemoveProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "keep": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -52644,23 +52644,23 @@ } ] }, - "ingest._types:RenameProcessor": { + "ingest._types.RenameProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52670,10 +52670,10 @@ } ] }, - "ingest._types:RerouteProcessor": { + "ingest._types.RerouteProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -52714,19 +52714,19 @@ } ] }, - "ingest._types:ScriptProcessor": { + "ingest._types.ScriptProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "params": { "description": "Object containing parameters for the script.", @@ -52736,25 +52736,25 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } } ] }, - "ingest._types:SetProcessor": { + "ingest._types.SetProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "copy_from": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_empty_value": { "description": "If `true` and `value` is a template snippet that evaluates to `null` or the empty string, the processor quietly exits without modifying the document.", @@ -52779,16 +52779,16 @@ } ] }, - "ingest._types:SetSecurityUserProcessor": { + "ingest._types.SetSecurityUserProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "properties": { "description": "Controls what user related properties are added to the field.", @@ -52804,22 +52804,22 @@ } ] }, - "ingest._types:SortProcessor": { + "ingest._types.SortProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52828,16 +52828,16 @@ } ] }, - "ingest._types:SplitProcessor": { + "ingest._types.SplitProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -52852,7 +52852,7 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52862,33 +52862,33 @@ } ] }, - "ingest._types:TerminateProcessor": { + "ingest._types.TerminateProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object" } ] }, - "ingest._types:TrimProcessor": { + "ingest._types.TrimProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52897,23 +52897,23 @@ } ] }, - "ingest._types:UppercaseProcessor": { + "ingest._types.UppercaseProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52922,23 +52922,23 @@ } ] }, - "ingest._types:UrlDecodeProcessor": { + "ingest._types.UrlDecodeProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52947,16 +52947,16 @@ } ] }, - "ingest._types:UriPartsProcessor": { + "ingest._types.UriPartsProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -52971,7 +52971,7 @@ "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52980,16 +52980,16 @@ } ] }, - "ingest._types:UserAgentProcessor": { + "ingest._types.UserAgentProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -53000,13 +53000,13 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "properties": { "description": "Controls what properties are added to `target_field`.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:UserAgentProperty" + "$ref": "#/components/schemas/ingest._types.UserAgentProperty" } }, "extract_device_type": { @@ -53021,7 +53021,7 @@ } ] }, - "ingest._types:UserAgentProperty": { + "ingest._types.UserAgentProperty": { "type": "string", "enum": [ "name", @@ -53031,14 +53031,14 @@ "version" ] }, - "ingest._types:Document": { + "ingest._types.Document": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_source": { "description": "JSON body for the document.", @@ -53049,34 +53049,34 @@ "_source" ] }, - "ingest._types:SimulateDocumentResult": { + "ingest._types.SimulateDocumentResult": { "type": "object", "properties": { "doc": { - "$ref": "#/components/schemas/ingest._types:DocumentSimulation" + "$ref": "#/components/schemas/ingest._types.DocumentSimulation" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "processor_results": { "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:PipelineSimulation" + "$ref": "#/components/schemas/ingest._types.PipelineSimulation" } } } }, - "ingest._types:DocumentSimulation": { + "ingest._types.DocumentSimulation": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_ingest": { - "$ref": "#/components/schemas/ingest._types:Ingest" + "$ref": "#/components/schemas/ingest._types.Ingest" }, "_routing": { "description": "Value used to send the document to a specific primary shard.", @@ -53090,10 +53090,10 @@ } }, "_version": { - "$ref": "#/components/schemas/_spec_utils:StringifiedVersionNumber" + "$ref": "#/components/schemas/_spec_utils.StringifiedVersionNumber" }, "_version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ @@ -53103,24 +53103,24 @@ "_source" ] }, - "ingest._types:Ingest": { + "ingest._types.Ingest": { "type": "object", "properties": { "_redact": { - "$ref": "#/components/schemas/ingest._types:Redact" + "$ref": "#/components/schemas/ingest._types.Redact" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "pipeline": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "timestamp" ] }, - "ingest._types:Redact": { + "ingest._types.Redact": { "type": "object", "properties": { "_is_redacted": { @@ -53132,22 +53132,22 @@ "_is_redacted" ] }, - "_spec_utils:StringifiedVersionNumber": { + "_spec_utils.StringifiedVersionNumber": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, { "type": "string" } ] }, - "ingest._types:PipelineSimulation": { + "ingest._types.PipelineSimulation": { "type": "object", "properties": { "doc": { - "$ref": "#/components/schemas/ingest._types:DocumentSimulation" + "$ref": "#/components/schemas/ingest._types.DocumentSimulation" }, "tag": { "type": "string" @@ -53156,20 +53156,20 @@ "type": "string" }, "status": { - "$ref": "#/components/schemas/watcher._types:ActionStatusOptions" + "$ref": "#/components/schemas/watcher._types.ActionStatusOptions" }, "description": { "type": "string" }, "ignored_error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, - "watcher._types:ActionStatusOptions": { + "watcher._types.ActionStatusOptions": { "type": "string", "enum": [ "success", @@ -53178,20 +53178,20 @@ "throttled" ] }, - "license.get:LicenseInformation": { + "license.get.LicenseInformation": { "type": "object", "properties": { "expiry_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "expiry_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "issue_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "issue_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "issued_to": { "type": "string" @@ -53222,16 +53222,16 @@ ] }, "status": { - "$ref": "#/components/schemas/license._types:LicenseStatus" + "$ref": "#/components/schemas/license._types.LicenseStatus" }, "type": { - "$ref": "#/components/schemas/license._types:LicenseType" + "$ref": "#/components/schemas/license._types.LicenseType" }, "uid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "start_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -53246,7 +53246,7 @@ "start_date_in_millis" ] }, - "license._types:LicenseStatus": { + "license._types.LicenseStatus": { "type": "string", "enum": [ "active", @@ -53255,7 +53255,7 @@ "expired" ] }, - "license._types:LicenseType": { + "license._types.LicenseType": { "type": "string", "enum": [ "missing", @@ -53269,7 +53269,7 @@ "enterprise" ] }, - "logstash._types:Pipeline": { + "logstash._types.Pipeline": { "type": "object", "properties": { "description": { @@ -53277,7 +53277,7 @@ "type": "string" }, "last_modified": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "pipeline": { "externalDocs": { @@ -53287,10 +53287,10 @@ "type": "string" }, "pipeline_metadata": { - "$ref": "#/components/schemas/logstash._types:PipelineMetadata" + "$ref": "#/components/schemas/logstash._types.PipelineMetadata" }, "pipeline_settings": { - "$ref": "#/components/schemas/logstash._types:PipelineSettings" + "$ref": "#/components/schemas/logstash._types.PipelineSettings" }, "username": { "description": "The user who last updated the pipeline.", @@ -53306,7 +53306,7 @@ "username" ] }, - "logstash._types:PipelineMetadata": { + "logstash._types.PipelineMetadata": { "type": "object", "properties": { "type": { @@ -53321,7 +53321,7 @@ "version" ] }, - "logstash._types:PipelineSettings": { + "logstash._types.PipelineSettings": { "type": "object", "properties": { "pipeline.workers": { @@ -53363,56 +53363,56 @@ "queue.checkpoint.writes" ] }, - "_global.mget:Operation": { + "_global.mget.Operation": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ "_id" ] }, - "_global.mget:ResponseItem": { + "_global.mget.ResponseItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.get:GetResult" + "$ref": "#/components/schemas/_global.get.GetResult" }, { - "$ref": "#/components/schemas/_global.mget:MultiGetError" + "$ref": "#/components/schemas/_global.mget.MultiGetError" } ] }, - "_global.mget:MultiGetError": { + "_global.mget.MultiGetError": { "type": "object", "properties": { "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -53421,17 +53421,17 @@ "_index" ] }, - "ml._types:AnalysisConfig": { + "ml._types.AnalysisConfig": { "type": "object", "properties": { "bucket_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "categorization_analyzer": { - "$ref": "#/components/schemas/ml._types:CategorizationAnalyzer" + "$ref": "#/components/schemas/ml._types.CategorizationAnalyzer" }, "categorization_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "categorization_filters": { "description": "If `categorization_field_name` is specified, you can also define optional filters. This property expects an array of regular expressions. The expressions are used to filter out matching sequences from the categorization field values. You can use this functionality to fine tune the categorization by excluding sequences from consideration when categories are defined. For example, you can exclude SQL statements that appear in your log files. This property cannot be used at the same time as `categorization_analyzer`. If you only want to define simple regular expression filters that are applied prior to tokenization, setting this property is the easiest method. If you also want to customize the tokenizer or post-tokenization filtering, use the `categorization_analyzer` property instead and include the filters as pattern_replace character filters. The effect is exactly the same.", @@ -53444,80 +53444,80 @@ "description": "Detector configuration objects specify which data fields a job analyzes. They also specify which analytical functions are used. You can specify multiple detectors for a job. If the detectors array does not contain at least one detector, no analysis can occur and an error is returned.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Detector" + "$ref": "#/components/schemas/ml._types.Detector" } }, "influencers": { "description": "A comma separated list of influencer field names. Typically these can be the by, over, or partition fields that are used in the detector configuration. You might also want to use a field name that is not specifically named in a detector, but is available as part of the input data. When you use multiple detectors, the use of influencers is recommended as it aggregates results for each influencer entity.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "latency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "model_prune_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "multivariate_by_fields": { "description": "This functionality is reserved for internal use. It is not supported for use in customer environments and is not subject to the support SLA of official GA features. If set to `true`, the analysis will automatically find correlations between metrics for a given by field value and report anomalies when those correlations cease to hold. For example, suppose CPU and memory usage on host A is usually highly correlated with the same metrics on host B. Perhaps this correlation occurs because they are running a load-balanced application. If you enable this property, anomalies will be reported when, for example, CPU usage on host A is high and the value of CPU usage on host B is low. That is to say, you’ll see an anomaly when the CPU of host A is unusual given the CPU of host B. To use the `multivariate_by_fields` property, you must also specify `by_field_name` in your detector.", "type": "boolean" }, "per_partition_categorization": { - "$ref": "#/components/schemas/ml._types:PerPartitionCategorization" + "$ref": "#/components/schemas/ml._types.PerPartitionCategorization" }, "summary_count_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "detectors" ] }, - "ml._types:CategorizationAnalyzer": { + "ml._types.CategorizationAnalyzer": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/ml._types:CategorizationAnalyzerDefinition" + "$ref": "#/components/schemas/ml._types.CategorizationAnalyzerDefinition" } ] }, - "ml._types:CategorizationAnalyzerDefinition": { + "ml._types.CategorizationAnalyzerDefinition": { "type": "object", "properties": { "char_filter": { "description": "One or more character filters. In addition to the built-in character filters, other plugins can provide more character filters. If this property is not specified, no character filters are applied prior to categorization. If you are customizing some other aspect of the analyzer and you need to achieve the equivalent of `categorization_filters` (which are not permitted when some other aspect of the analyzer is customized), add them here as pattern replace character filters.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:CharFilter" + "$ref": "#/components/schemas/_types.analysis.CharFilter" } }, "filter": { "description": "One or more token filters. In addition to the built-in token filters, other plugins can provide more token filters. If this property is not specified, no token filters are applied prior to categorization.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenFilter" + "$ref": "#/components/schemas/_types.analysis.TokenFilter" } }, "tokenizer": { - "$ref": "#/components/schemas/_types.analysis:Tokenizer" + "$ref": "#/components/schemas/_types.analysis.Tokenizer" } } }, - "ml._types:Detector": { + "ml._types.Detector": { "type": "object", "properties": { "by_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "custom_rules": { "description": "Custom rules enable you to customize the way detectors operate. For example, a rule may dictate conditions under which results should be skipped. Kibana refers to custom rules as job rules.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectionRule" + "$ref": "#/components/schemas/ml._types.DetectionRule" } }, "detector_description": { @@ -53529,20 +53529,20 @@ "type": "number" }, "exclude_frequent": { - "$ref": "#/components/schemas/ml._types:ExcludeFrequent" + "$ref": "#/components/schemas/ml._types.ExcludeFrequent" }, "field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "function": { "description": "The analysis function that is used. For example, `count`, `rare`, `mean`, `min`, `max`, or `sum`.", "type": "string" }, "over_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "partition_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "use_null": { "description": "Defines whether a new series is used as the null series when there is no value for the by or partition fields.", @@ -53550,47 +53550,47 @@ } } }, - "ml._types:DetectionRule": { + "ml._types.DetectionRule": { "type": "object", "properties": { "actions": { "description": "The set of actions to be triggered when the rule applies. If more than one action is specified the effects of all actions are combined.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:RuleAction" + "$ref": "#/components/schemas/ml._types.RuleAction" } }, "conditions": { "description": "An array of numeric conditions when the rule applies. A rule must either have a non-empty scope or at least one condition. Multiple conditions are combined together with a logical AND.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:RuleCondition" + "$ref": "#/components/schemas/ml._types.RuleCondition" } }, "scope": { "description": "A scope of series where the rule applies. A rule must either have a non-empty scope or at least one condition. By default, the scope includes all series. Scoping is allowed for any of the fields that are also specified in `by_field_name`, `over_field_name`, or `partition_field_name`.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml._types:FilterRef" + "$ref": "#/components/schemas/ml._types.FilterRef" } } } }, - "ml._types:RuleAction": { + "ml._types.RuleAction": { "type": "string", "enum": [ "skip_result", "skip_model_update" ] }, - "ml._types:RuleCondition": { + "ml._types.RuleCondition": { "type": "object", "properties": { "applies_to": { - "$ref": "#/components/schemas/ml._types:AppliesTo" + "$ref": "#/components/schemas/ml._types.AppliesTo" }, "operator": { - "$ref": "#/components/schemas/ml._types:ConditionOperator" + "$ref": "#/components/schemas/ml._types.ConditionOperator" }, "value": { "description": "The value that is compared against the `applies_to` field using the operator.", @@ -53603,7 +53603,7 @@ "value" ] }, - "ml._types:AppliesTo": { + "ml._types.AppliesTo": { "type": "string", "enum": [ "actual", @@ -53612,7 +53612,7 @@ "time" ] }, - "ml._types:ConditionOperator": { + "ml._types.ConditionOperator": { "type": "string", "enum": [ "gt", @@ -53621,28 +53621,28 @@ "lte" ] }, - "ml._types:FilterRef": { + "ml._types.FilterRef": { "type": "object", "properties": { "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "filter_type": { - "$ref": "#/components/schemas/ml._types:FilterType" + "$ref": "#/components/schemas/ml._types.FilterType" } }, "required": [ "filter_id" ] }, - "ml._types:FilterType": { + "ml._types.FilterType": { "type": "string", "enum": [ "include", "exclude" ] }, - "ml._types:ExcludeFrequent": { + "ml._types.ExcludeFrequent": { "type": "string", "enum": [ "all", @@ -53651,7 +53651,7 @@ "over" ] }, - "ml._types:PerPartitionCategorization": { + "ml._types.PerPartitionCategorization": { "type": "object", "properties": { "enabled": { @@ -53664,46 +53664,46 @@ } } }, - "ml._types:DataframeEvaluationContainer": { + "ml._types.DataframeEvaluationContainer": { "type": "object", "properties": { "classification": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationClassification" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationClassification" }, "outlier_detection": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationOutlierDetection" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationOutlierDetection" }, "regression": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegression" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegression" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeEvaluationClassification": { + "ml._types.DataframeEvaluationClassification": { "type": "object", "properties": { "actual_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "predicted_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "top_classes_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "metrics": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationClassificationMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationClassificationMetrics" } }, "required": [ "actual_field" ] }, - "ml._types:DataframeEvaluationClassificationMetrics": { + "ml._types.DataframeEvaluationClassificationMetrics": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationMetrics" }, { "type": "object", @@ -53726,11 +53726,11 @@ } ] }, - "ml._types:DataframeEvaluationMetrics": { + "ml._types.DataframeEvaluationMetrics": { "type": "object", "properties": { "auc_roc": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationClassificationMetricsAucRoc" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationClassificationMetricsAucRoc" }, "precision": { "description": "Precision of predictions (per-class and average).", @@ -53748,11 +53748,11 @@ } } }, - "ml._types:DataframeEvaluationClassificationMetricsAucRoc": { + "ml._types.DataframeEvaluationClassificationMetricsAucRoc": { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "include_curve": { "description": "Whether or not the curve should be returned in addition to the score. Default value is false.", @@ -53760,17 +53760,17 @@ } } }, - "ml._types:DataframeEvaluationOutlierDetection": { + "ml._types.DataframeEvaluationOutlierDetection": { "type": "object", "properties": { "actual_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "predicted_probability_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "metrics": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationOutlierDetectionMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationOutlierDetectionMetrics" } }, "required": [ @@ -53778,10 +53778,10 @@ "predicted_probability_field" ] }, - "ml._types:DataframeEvaluationOutlierDetectionMetrics": { + "ml._types.DataframeEvaluationOutlierDetectionMetrics": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationMetrics" }, { "type": "object", @@ -53797,17 +53797,17 @@ } ] }, - "ml._types:DataframeEvaluationRegression": { + "ml._types.DataframeEvaluationRegression": { "type": "object", "properties": { "actual_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "predicted_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "metrics": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegressionMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegressionMetrics" } }, "required": [ @@ -53815,7 +53815,7 @@ "predicted_field" ] }, - "ml._types:DataframeEvaluationRegressionMetrics": { + "ml._types.DataframeEvaluationRegressionMetrics": { "type": "object", "properties": { "mse": { @@ -53826,10 +53826,10 @@ } }, "msle": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegressionMetricsMsle" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegressionMetricsMsle" }, "huber": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegressionMetricsHuber" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegressionMetricsHuber" }, "r_squared": { "description": "Proportion of the variance in the dependent variable that is predictable from the independent variables.", @@ -53840,7 +53840,7 @@ } } }, - "ml._types:DataframeEvaluationRegressionMetricsMsle": { + "ml._types.DataframeEvaluationRegressionMetricsMsle": { "type": "object", "properties": { "offset": { @@ -53849,7 +53849,7 @@ } } }, - "ml._types:DataframeEvaluationRegressionMetricsHuber": { + "ml._types.DataframeEvaluationRegressionMetricsHuber": { "type": "object", "properties": { "delta": { @@ -53858,30 +53858,30 @@ } } }, - "ml.evaluate_data_frame:DataframeClassificationSummary": { + "ml.evaluate_data_frame.DataframeClassificationSummary": { "type": "object", "properties": { "auc_roc": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationSummaryAucRoc" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationSummaryAucRoc" }, "accuracy": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryAccuracy" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryAccuracy" }, "multiclass_confusion_matrix": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryMulticlassConfusionMatrix" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryMulticlassConfusionMatrix" }, "precision": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryPrecision" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryPrecision" }, "recall": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryRecall" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryRecall" } } }, - "ml.evaluate_data_frame:DataframeEvaluationSummaryAucRoc": { + "ml.evaluate_data_frame.DataframeEvaluationSummaryAucRoc": { "allOf": [ { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, { "type": "object", @@ -53889,14 +53889,14 @@ "curve": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationSummaryAucRocCurveItem" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationSummaryAucRocCurveItem" } } } } ] }, - "ml.evaluate_data_frame:DataframeEvaluationSummaryAucRocCurveItem": { + "ml.evaluate_data_frame.DataframeEvaluationSummaryAucRocCurveItem": { "type": "object", "properties": { "tpr": { @@ -53915,7 +53915,7 @@ "threshold" ] }, - "ml.evaluate_data_frame:DataframeEvaluationValue": { + "ml.evaluate_data_frame.DataframeEvaluationValue": { "type": "object", "properties": { "value": { @@ -53926,13 +53926,13 @@ "value" ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryAccuracy": { + "ml.evaluate_data_frame.DataframeClassificationSummaryAccuracy": { "type": "object", "properties": { "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationClass" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationClass" } }, "overall_accuracy": { @@ -53944,16 +53944,16 @@ "overall_accuracy" ] }, - "ml.evaluate_data_frame:DataframeEvaluationClass": { + "ml.evaluate_data_frame.DataframeEvaluationClass": { "allOf": [ { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -53962,13 +53962,13 @@ } ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryMulticlassConfusionMatrix": { + "ml.evaluate_data_frame.DataframeClassificationSummaryMulticlassConfusionMatrix": { "type": "object", "properties": { "confusion_matrix": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:ConfusionMatrixItem" + "$ref": "#/components/schemas/ml.evaluate_data_frame.ConfusionMatrixItem" } }, "other_actual_class_count": { @@ -53980,11 +53980,11 @@ "other_actual_class_count" ] }, - "ml.evaluate_data_frame:ConfusionMatrixItem": { + "ml.evaluate_data_frame.ConfusionMatrixItem": { "type": "object", "properties": { "actual_class": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "actual_class_doc_count": { "type": "number" @@ -53992,7 +53992,7 @@ "predicted_classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:ConfusionMatrixPrediction" + "$ref": "#/components/schemas/ml.evaluate_data_frame.ConfusionMatrixPrediction" } }, "other_predicted_class_doc_count": { @@ -54006,11 +54006,11 @@ "other_predicted_class_doc_count" ] }, - "ml.evaluate_data_frame:ConfusionMatrixPrediction": { + "ml.evaluate_data_frame.ConfusionMatrixPrediction": { "type": "object", "properties": { "predicted_class": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "count": { "type": "number" @@ -54021,13 +54021,13 @@ "count" ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryPrecision": { + "ml.evaluate_data_frame.DataframeClassificationSummaryPrecision": { "type": "object", "properties": { "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationClass" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationClass" } }, "avg_precision": { @@ -54039,13 +54039,13 @@ "avg_precision" ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryRecall": { + "ml.evaluate_data_frame.DataframeClassificationSummaryRecall": { "type": "object", "properties": { "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationClass" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationClass" } }, "avg_recall": { @@ -54057,11 +54057,11 @@ "avg_recall" ] }, - "ml.evaluate_data_frame:DataframeOutlierDetectionSummary": { + "ml.evaluate_data_frame.DataframeOutlierDetectionSummary": { "type": "object", "properties": { "auc_roc": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationSummaryAucRoc" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationSummaryAucRoc" }, "precision": { "description": "Set the different thresholds of the outlier score at where the metric is calculated.", @@ -54081,12 +54081,12 @@ "description": "Set the different thresholds of the outlier score at where the metrics (`tp` - true positive, `fp` - false positive, `tn` - true negative, `fn` - false negative) are calculated.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:ConfusionMatrixThreshold" + "$ref": "#/components/schemas/ml.evaluate_data_frame.ConfusionMatrixThreshold" } } } }, - "ml.evaluate_data_frame:ConfusionMatrixThreshold": { + "ml.evaluate_data_frame.ConfusionMatrixThreshold": { "type": "object", "properties": { "tp": { @@ -54113,41 +54113,41 @@ "fn" ] }, - "ml.evaluate_data_frame:DataframeRegressionSummary": { + "ml.evaluate_data_frame.DataframeRegressionSummary": { "type": "object", "properties": { "huber": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, "mse": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, "msle": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, "r_squared": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" } } }, - "ml._types:CalendarEvent": { + "ml._types.CalendarEvent": { "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "event_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the scheduled event.", "type": "string" }, "end_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "skip_result": { "description": "When true the model will not create results for this calendar period.", @@ -54168,7 +54168,7 @@ "start_time" ] }, - "ml._types:Page": { + "ml._types.Page": { "type": "object", "properties": { "from": { @@ -54181,11 +54181,11 @@ } } }, - "ml.get_calendars:Calendar": { + "ml.get_calendars.Calendar": { "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", @@ -54195,7 +54195,7 @@ "description": "An array of anomaly detection job identifiers.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } }, @@ -54204,32 +54204,32 @@ "job_ids" ] }, - "ml._types:DataframeAnalyticsSummary": { + "ml._types.DataframeAnalyticsSummary": { "type": "object", "properties": { "allow_lazy_start": { "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "authorization": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsAuthorization" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsAuthorization" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "description": { "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_num_threads": { "type": "number" @@ -54238,13 +54238,13 @@ "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ @@ -54254,26 +54254,26 @@ "source" ] }, - "ml._types:DataframeAnalysisContainer": { + "ml._types.DataframeAnalysisContainer": { "type": "object", "properties": { "classification": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisClassification" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisClassification" }, "outlier_detection": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisOutlierDetection" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisOutlierDetection" }, "regression": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisRegression" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisRegression" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeAnalysisClassification": { + "ml._types.DataframeAnalysisClassification": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeAnalysis" + "$ref": "#/components/schemas/ml._types.DataframeAnalysis" }, { "type": "object", @@ -54289,7 +54289,7 @@ } ] }, - "ml._types:DataframeAnalysis": { + "ml._types.DataframeAnalysis": { "type": "object", "properties": { "alpha": { @@ -54324,7 +54324,7 @@ "description": "Advanced configuration option. A collection of feature preprocessors that modify one or more included fields. The analysis uses the resulting one or more features instead of the original document field. However, these features are ephemeral; they are not stored in the destination index. Multiple `feature_processors` entries can refer to the same document fields. Automatic categorical feature encoding still occurs for the fields that are unprocessed by a custom processor or that have categorical values. Use this property only if you want to override the automatic feature encoding of the specified fields.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessor" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessor" } }, "gamma": { @@ -54348,7 +54348,7 @@ "type": "number" }, "prediction_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "randomize_seed": { "description": "Defines the seed for the random generator that is used to pick training data. By default, it is randomly generated. Set it to a specific value to use the same training data each time you start a job (assuming other related parameters such as `source` and `analyzed_fields` are the same).", @@ -54363,43 +54363,43 @@ "type": "number" }, "training_percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" } }, "required": [ "dependent_variable" ] }, - "ml._types:DataframeAnalysisFeatureProcessor": { + "ml._types.DataframeAnalysisFeatureProcessor": { "type": "object", "properties": { "frequency_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorFrequencyEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorFrequencyEncoding" }, "multi_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorMultiEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorMultiEncoding" }, "n_gram_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorNGramEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorNGramEncoding" }, "one_hot_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorOneHotEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorOneHotEncoding" }, "target_mean_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorTargetMeanEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorTargetMeanEncoding" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeAnalysisFeatureProcessorFrequencyEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorFrequencyEncoding": { "type": "object", "properties": { "feature_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "frequency_map": { "description": "The resulting frequency map for the field value. If the field value is missing from the frequency_map, the resulting value is 0.", @@ -54415,7 +54415,7 @@ "frequency_map" ] }, - "ml._types:DataframeAnalysisFeatureProcessorMultiEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorMultiEncoding": { "type": "object", "properties": { "processors": { @@ -54430,7 +54430,7 @@ "processors" ] }, - "ml._types:DataframeAnalysisFeatureProcessorNGramEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorNGramEncoding": { "type": "object", "properties": { "feature_prefix": { @@ -54438,7 +54438,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "length": { "description": "Specifies the length of the n-gram substring. Defaults to 50. Must be greater than 0.", @@ -54464,11 +54464,11 @@ "n_grams" ] }, - "ml._types:DataframeAnalysisFeatureProcessorOneHotEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorOneHotEncoding": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "hot_map": { "description": "The one hot map mapping the field value with the column name.", @@ -54480,7 +54480,7 @@ "hot_map" ] }, - "ml._types:DataframeAnalysisFeatureProcessorTargetMeanEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorTargetMeanEncoding": { "type": "object", "properties": { "default_value": { @@ -54488,10 +54488,10 @@ "type": "number" }, "feature_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_map": { "description": "The field value to target mean transition map.", @@ -54508,7 +54508,7 @@ "target_map" ] }, - "_types:Percentage": { + "_types.Percentage": { "oneOf": [ { "type": "string" @@ -54518,7 +54518,7 @@ } ] }, - "ml._types:DataframeAnalysisOutlierDetection": { + "ml._types.DataframeAnalysisOutlierDetection": { "type": "object", "properties": { "compute_feature_influence": { @@ -54547,10 +54547,10 @@ } } }, - "ml._types:DataframeAnalysisRegression": { + "ml._types.DataframeAnalysisRegression": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeAnalysis" + "$ref": "#/components/schemas/ml._types.DataframeAnalysis" }, { "type": "object", @@ -54567,7 +54567,7 @@ } ] }, - "ml._types:DataframeAnalysisAnalyzedFields": { + "ml._types.DataframeAnalysisAnalyzedFields": { "type": "object", "properties": { "includes": { @@ -54586,11 +54586,11 @@ } } }, - "ml._types:DataframeAnalyticsAuthorization": { + "ml._types.DataframeAnalyticsAuthorization": { "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/ml._types:ApiKeyAuthorization" + "$ref": "#/components/schemas/ml._types.ApiKeyAuthorization" }, "roles": { "description": "If a user ID was used for the most recent update to the job, its roles at the time of the update are listed in the response.", @@ -54605,7 +54605,7 @@ } } }, - "ml._types:ApiKeyAuthorization": { + "ml._types.ApiKeyAuthorization": { "type": "object", "properties": { "id": { @@ -54622,68 +54622,68 @@ "name" ] }, - "ml._types:DataframeAnalyticsDestination": { + "ml._types.DataframeAnalyticsDestination": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "index" ] }, - "ml._types:DataframeAnalyticsSource": { + "ml._types.DataframeAnalyticsSource": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "_source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" } }, "required": [ "index" ] }, - "ml._types:DataframeAnalytics": { + "ml._types.DataframeAnalytics": { "type": "object", "properties": { "analysis_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsContainer" }, "assignment_explanation": { "description": "For running jobs only, contains messages relating to the selection of a node to run the job.", "type": "string" }, "data_counts": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsDataCounts" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsDataCounts" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "memory_usage": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsMemoryUsage" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsMemoryUsage" }, "progress": { "description": "The progress report of the data frame analytics job by phase.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsProgress" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsProgress" } }, "state": { - "$ref": "#/components/schemas/ml._types:DataframeState" + "$ref": "#/components/schemas/ml._types.DataframeState" } }, "required": [ @@ -54694,40 +54694,40 @@ "state" ] }, - "ml._types:DataframeAnalyticsStatsContainer": { + "ml._types.DataframeAnalyticsStatsContainer": { "type": "object", "properties": { "classification_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsHyperparameters" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsHyperparameters" }, "outlier_detection_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsOutlierDetection" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsOutlierDetection" }, "regression_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsHyperparameters" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsHyperparameters" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeAnalyticsStatsHyperparameters": { + "ml._types.DataframeAnalyticsStatsHyperparameters": { "type": "object", "properties": { "hyperparameters": { - "$ref": "#/components/schemas/ml._types:Hyperparameters" + "$ref": "#/components/schemas/ml._types.Hyperparameters" }, "iteration": { "description": "The number of iterations on the analysis.", "type": "number" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:TimingStats" + "$ref": "#/components/schemas/ml._types.TimingStats" }, "validation_loss": { - "$ref": "#/components/schemas/ml._types:ValidationLoss" + "$ref": "#/components/schemas/ml._types.ValidationLoss" } }, "required": [ @@ -54738,7 +54738,7 @@ "validation_loss" ] }, - "ml._types:Hyperparameters": { + "ml._types.Hyperparameters": { "type": "object", "properties": { "alpha": { @@ -54799,21 +54799,21 @@ } } }, - "ml._types:TimingStats": { + "ml._types.TimingStats": { "type": "object", "properties": { "elapsed_time": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "iteration_time": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ "elapsed_time" ] }, - "ml._types:ValidationLoss": { + "ml._types.ValidationLoss": { "type": "object", "properties": { "fold_values": { @@ -54833,17 +54833,17 @@ "loss_type" ] }, - "ml._types:DataframeAnalyticsStatsOutlierDetection": { + "ml._types.DataframeAnalyticsStatsOutlierDetection": { "type": "object", "properties": { "parameters": { - "$ref": "#/components/schemas/ml._types:OutlierDetectionParameters" + "$ref": "#/components/schemas/ml._types.OutlierDetectionParameters" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:TimingStats" + "$ref": "#/components/schemas/ml._types.TimingStats" } }, "required": [ @@ -54852,7 +54852,7 @@ "timing_stats" ] }, - "ml._types:OutlierDetectionParameters": { + "ml._types.OutlierDetectionParameters": { "type": "object", "properties": { "compute_feature_influence": { @@ -54881,7 +54881,7 @@ } } }, - "ml._types:DataframeAnalyticsStatsDataCounts": { + "ml._types.DataframeAnalyticsStatsDataCounts": { "type": "object", "properties": { "skipped_docs_count": { @@ -54903,7 +54903,7 @@ "training_docs_count" ] }, - "ml._types:DataframeAnalyticsStatsMemoryUsage": { + "ml._types.DataframeAnalyticsStatsMemoryUsage": { "type": "object", "properties": { "memory_reestimate_bytes": { @@ -54919,7 +54919,7 @@ "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -54927,7 +54927,7 @@ "status" ] }, - "ml._types:DataframeAnalyticsStatsProgress": { + "ml._types.DataframeAnalyticsStatsProgress": { "type": "object", "properties": { "phase": { @@ -54944,7 +54944,7 @@ "progress_percent" ] }, - "ml._types:DataframeState": { + "ml._types.DataframeState": { "type": "string", "enum": [ "started", @@ -54954,7 +54954,7 @@ "failed" ] }, - "ml._types:DatafeedStats": { + "ml._types.DatafeedStats": { "type": "object", "properties": { "assignment_explanation": { @@ -54962,16 +54962,16 @@ "type": "string" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "state": { - "$ref": "#/components/schemas/ml._types:DatafeedState" + "$ref": "#/components/schemas/ml._types.DatafeedState" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:DatafeedTimingStats" + "$ref": "#/components/schemas/ml._types.DatafeedTimingStats" }, "running_state": { - "$ref": "#/components/schemas/ml._types:DatafeedRunningState" + "$ref": "#/components/schemas/ml._types.DatafeedRunningState" } }, "required": [ @@ -54979,7 +54979,7 @@ "state" ] }, - "ml._types:DatafeedTimingStats": { + "ml._types.DatafeedTimingStats": { "type": "object", "properties": { "bucket_count": { @@ -54987,23 +54987,23 @@ "type": "number" }, "exponential_average_search_time_per_hour_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "exponential_average_calculation_context": { - "$ref": "#/components/schemas/ml._types:ExponentialAverageCalculationContext" + "$ref": "#/components/schemas/ml._types.ExponentialAverageCalculationContext" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "search_count": { "description": "The number of searches run by the datafeed.", "type": "number" }, "total_search_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "average_search_time_per_bucket_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" } }, "required": [ @@ -55014,35 +55014,35 @@ "total_search_time_ms" ] }, - "_types:DurationValueUnitFloatMillis": { + "_types.DurationValueUnitFloatMillis": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitFloatMillis" + "$ref": "#/components/schemas/_types.UnitFloatMillis" } ] }, - "_types:UnitFloatMillis": { + "_types.UnitFloatMillis": { "description": "Time unit for fractional milliseconds", "type": "number" }, - "ml._types:ExponentialAverageCalculationContext": { + "ml._types.ExponentialAverageCalculationContext": { "type": "object", "properties": { "incremental_metric_value_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "latest_timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "previous_exponential_average_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" } }, "required": [ "incremental_metric_value_ms" ] }, - "ml._types:DatafeedRunningState": { + "ml._types.DatafeedRunningState": { "type": "object", "properties": { "real_time_configured": { @@ -55054,7 +55054,7 @@ "type": "boolean" }, "search_interval": { - "$ref": "#/components/schemas/ml._types:RunningStateSearchInterval" + "$ref": "#/components/schemas/ml._types.RunningStateSearchInterval" } }, "required": [ @@ -55062,20 +55062,20 @@ "real_time_running" ] }, - "ml._types:RunningStateSearchInterval": { + "ml._types.RunningStateSearchInterval": { "type": "object", "properties": { "end": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "end_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "start": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "start_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -55083,26 +55083,26 @@ "start_ms" ] }, - "ml._types:Datafeed": { + "ml._types.Datafeed": { "type": "object", "properties": { "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "authorization": { - "$ref": "#/components/schemas/ml._types:DatafeedAuthorization" + "$ref": "#/components/schemas/ml._types.DatafeedAuthorization" }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "type": "array", @@ -55117,34 +55117,34 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { "type": "number" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" } }, "required": [ @@ -55155,11 +55155,11 @@ "delayed_data_check_config" ] }, - "ml._types:DatafeedAuthorization": { + "ml._types.DatafeedAuthorization": { "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/ml._types:ApiKeyAuthorization" + "$ref": "#/components/schemas/ml._types.ApiKeyAuthorization" }, "roles": { "description": "If a user ID was used for the most recent update to the datafeed, its roles at the time of the update are listed in the response.", @@ -55174,21 +55174,21 @@ } } }, - "ml._types:ChunkingConfig": { + "ml._types.ChunkingConfig": { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/ml._types:ChunkingMode" + "$ref": "#/components/schemas/ml._types.ChunkingMode" }, "time_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "mode" ] }, - "ml._types:ChunkingMode": { + "ml._types.ChunkingMode": { "type": "string", "enum": [ "auto", @@ -55196,11 +55196,11 @@ "off" ] }, - "ml._types:DelayedDataCheckConfig": { + "ml._types.DelayedDataCheckConfig": { "type": "object", "properties": { "check_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "enabled": { "description": "Specifies whether the datafeed periodically checks for delayed data.", @@ -55211,7 +55211,7 @@ "enabled" ] }, - "_types:IndicesOptions": { + "_types.IndicesOptions": { "type": "object", "properties": { "allow_no_indices": { @@ -55219,7 +55219,7 @@ "type": "boolean" }, "expand_wildcards": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "ignore_unavailable": { "description": "If true, missing or closed indices are not included in the response.", @@ -55231,7 +55231,7 @@ } } }, - "ml._types:Filter": { + "ml._types.Filter": { "type": "object", "properties": { "description": { @@ -55239,7 +55239,7 @@ "type": "string" }, "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "items": { "description": "An array of strings which is the filter item list.", @@ -55254,7 +55254,7 @@ "items" ] }, - "ml._types:JobStats": { + "ml._types.JobStats": { "type": "object", "properties": { "assignment_explanation": { @@ -55262,26 +55262,26 @@ "type": "string" }, "data_counts": { - "$ref": "#/components/schemas/ml._types:DataCounts" + "$ref": "#/components/schemas/ml._types.DataCounts" }, "forecasts_stats": { - "$ref": "#/components/schemas/ml._types:JobForecastStatistics" + "$ref": "#/components/schemas/ml._types.JobForecastStatistics" }, "job_id": { "description": "Identifier for the anomaly detection job.", "type": "string" }, "model_size_stats": { - "$ref": "#/components/schemas/ml._types:ModelSizeStats" + "$ref": "#/components/schemas/ml._types.ModelSizeStats" }, "open_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "state": { - "$ref": "#/components/schemas/ml._types:JobState" + "$ref": "#/components/schemas/ml._types.JobState" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:JobTimingStats" + "$ref": "#/components/schemas/ml._types.JobTimingStats" }, "deleting": { "description": "Indicates that the process of deleting the job is in progress but not yet completed. It is only reported when `true`.", @@ -55297,7 +55297,7 @@ "timing_stats" ] }, - "ml._types:DataCounts": { + "ml._types.DataCounts": { "type": "object", "properties": { "bucket_count": { @@ -55322,7 +55322,7 @@ "type": "number" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "last_data_time": { "type": "number" @@ -55373,17 +55373,17 @@ "sparse_bucket_count" ] }, - "ml._types:JobForecastStatistics": { + "ml._types.JobForecastStatistics": { "type": "object", "properties": { "memory_bytes": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "processing_time_ms": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "records": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "status": { "type": "object", @@ -55403,7 +55403,7 @@ "forecasted_jobs" ] }, - "ml._types:JobStatistics": { + "ml._types.JobStatistics": { "type": "object", "properties": { "avg": { @@ -55426,35 +55426,35 @@ "total" ] }, - "ml._types:ModelSizeStats": { + "ml._types.ModelSizeStats": { "type": "object", "properties": { "bucket_allocation_failures_count": { "type": "number" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "log_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "memory_status": { - "$ref": "#/components/schemas/ml._types:MemoryStatus" + "$ref": "#/components/schemas/ml._types.MemoryStatus" }, "model_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_bytes_exceeded": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_bytes_memory_limit": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "output_memory_allocator_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "peak_model_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "assignment_memory_basis": { "type": "string" @@ -55472,7 +55472,7 @@ "type": "number" }, "categorization_status": { - "$ref": "#/components/schemas/ml._types:CategorizationStatus" + "$ref": "#/components/schemas/ml._types.CategorizationStatus" }, "categorized_doc_count": { "type": "number" @@ -55515,32 +55515,32 @@ "total_category_count" ] }, - "ml._types:JobTimingStats": { + "ml._types.JobTimingStats": { "type": "object", "properties": { "average_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "bucket_count": { "type": "number" }, "exponential_average_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "exponential_average_bucket_processing_time_per_hour_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "total_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "maximum_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "minimum_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" } }, "required": [ @@ -55550,7 +55550,7 @@ "total_bucket_processing_time_ms" ] }, - "ml._types:Job": { + "ml._types.Job": { "type": "object", "properties": { "allow_lazy_open": { @@ -55558,32 +55558,32 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "blocked": { - "$ref": "#/components/schemas/ml._types:JobBlocked" + "$ref": "#/components/schemas/ml._types.JobBlocked" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies a period of time (in days) after which only the first snapshot per day is retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.\nValid values range from 0 to `model_snapshot_retention_days`.", "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" }, "deleting": { "description": "Indicates that the process of deleting the job is in progress but not yet completed.\nIt is only reported when `true`.", @@ -55594,7 +55594,7 @@ "type": "string" }, "finished_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "groups": { "description": "A list of job groups.\nA job can belong to no groups or many.", @@ -55604,20 +55604,20 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "description": "Reserved for future use, currently set to `anomaly_detector`.", "type": "string" }, "job_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_snapshot_retention_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies the maximum period of time (in days) that snapshots are retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.\nBy default, snapshots ten days older than the newest snapshot are deleted.", @@ -55628,7 +55628,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "description": "Advanced configuration option.\nThe period of time (in days) that results are retained.\nAge is calculated relative to the timestamp of the latest bucket result.\nIf this property has a non-null value, once per day at 00:30 (server time), results that are the specified number of days older than the latest bucket result are deleted from Elasticsearch.\nThe default value is null, which means all results are retained.\nAnnotations generated by the system also count as results for retention purposes; they are deleted after the same number of days as results.\nAnnotations added by users are retained forever.", @@ -55644,7 +55644,7 @@ "results_index_name" ] }, - "ml._types:AnalysisLimits": { + "ml._types.AnalysisLimits": { "type": "object", "properties": { "categorization_examples_limit": { @@ -55652,25 +55652,25 @@ "type": "number" }, "model_memory_limit": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } } }, - "ml._types:JobBlocked": { + "ml._types.JobBlocked": { "type": "object", "properties": { "reason": { - "$ref": "#/components/schemas/ml._types:JobBlockedReason" + "$ref": "#/components/schemas/ml._types.JobBlockedReason" }, "task_id": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" } }, "required": [ "reason" ] }, - "ml._types:JobBlockedReason": { + "ml._types.JobBlockedReason": { "type": "string", "enum": [ "delete", @@ -55678,11 +55678,11 @@ "revert" ] }, - "ml._types:CustomSettings": { + "ml._types.CustomSettings": { "description": "Custom metadata about the job", "type": "object" }, - "ml._types:DataDescription": { + "ml._types.DataDescription": { "type": "object", "properties": { "format": { @@ -55690,7 +55690,7 @@ "type": "string" }, "time_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "time_format": { "description": "The time format, which can be `epoch`, `epoch_ms`, or a custom pattern. The value `epoch` refers to UNIX or Epoch time (the number of seconds since 1 Jan 1970). The value `epoch_ms` indicates that time is measured in milliseconds since the epoch. The `epoch` and `epoch_ms` time formats accept either integer or real values. Custom patterns must conform to the Java DateTimeFormatter class. When you use date-time formatting patterns, it is recommended that you provide the full date, time and time zone. For example: `yyyy-MM-dd'T'HH:mm:ssX`. If the pattern that you specify is not sufficient to produce a complete timestamp, job creation fails.", @@ -55701,7 +55701,7 @@ } } }, - "ml._types:ModelPlotConfig": { + "ml._types.ModelPlotConfig": { "type": "object", "properties": { "annotations_enabled": { @@ -55713,15 +55713,15 @@ "type": "boolean" }, "terms": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } }, - "ml._types:OverallBucket": { + "ml._types.OverallBucket": { "type": "object", "properties": { "bucket_span": { - "$ref": "#/components/schemas/_types:DurationValueUnitSeconds" + "$ref": "#/components/schemas/_types.DurationValueUnitSeconds" }, "is_interim": { "description": "If true, this is an interim result. In other words, the results are calculated based on partial input data.", @@ -55731,7 +55731,7 @@ "description": "An array of objects that contain the max_anomaly_score per job_id.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:OverallBucketJob" + "$ref": "#/components/schemas/ml._types.OverallBucketJob" } }, "overall_score": { @@ -55743,10 +55743,10 @@ "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timestamp_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -55758,18 +55758,18 @@ "timestamp" ] }, - "_types:DurationValueUnitSeconds": { + "_types.DurationValueUnitSeconds": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitSeconds" + "$ref": "#/components/schemas/_types.UnitSeconds" } ] }, - "ml._types:OverallBucketJob": { + "ml._types.OverallBucketJob": { "type": "object", "properties": { "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_anomaly_score": { "type": "number" @@ -55780,7 +55780,7 @@ "max_anomaly_score" ] }, - "ml._types:Include": { + "ml._types.Include": { "type": "string", "enum": [ "definition", @@ -55790,14 +55790,14 @@ "definition_status" ] }, - "ml._types:TrainedModelConfig": { + "ml._types.TrainedModelConfig": { "type": "object", "properties": { "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_type": { - "$ref": "#/components/schemas/ml._types:TrainedModelType" + "$ref": "#/components/schemas/ml._types.TrainedModelType" }, "tags": { "description": "A comma delimited string of tags. A trained model can have many tags, or none.", @@ -55807,7 +55807,7 @@ } }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "compressed_definition": { "type": "string" @@ -55817,7 +55817,7 @@ "type": "string" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "default_field_map": { "description": "Any field map described in the inference configuration takes precedence.", @@ -55843,32 +55843,32 @@ "type": "boolean" }, "inference_config": { - "$ref": "#/components/schemas/ml._types:InferenceConfigCreateContainer" + "$ref": "#/components/schemas/ml._types.InferenceConfigCreateContainer" }, "input": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfigInput" + "$ref": "#/components/schemas/ml._types.TrainedModelConfigInput" }, "license_level": { "description": "The license level of the trained model.", "type": "string" }, "metadata": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfigMetadata" + "$ref": "#/components/schemas/ml._types.TrainedModelConfigMetadata" }, "model_size_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_package": { - "$ref": "#/components/schemas/ml._types:ModelPackageConfig" + "$ref": "#/components/schemas/ml._types.ModelPackageConfig" }, "location": { - "$ref": "#/components/schemas/ml._types:TrainedModelLocation" + "$ref": "#/components/schemas/ml._types.TrainedModelLocation" }, "platform_architecture": { "type": "string" }, "prefix_strings": { - "$ref": "#/components/schemas/ml._types:TrainedModelPrefixStrings" + "$ref": "#/components/schemas/ml._types.TrainedModelPrefixStrings" } }, "required": [ @@ -55877,7 +55877,7 @@ "input" ] }, - "ml._types:TrainedModelType": { + "ml._types.TrainedModelType": { "type": "string", "enum": [ "tree_ensemble", @@ -55885,48 +55885,48 @@ "pytorch" ] }, - "ml._types:InferenceConfigCreateContainer": { + "ml._types.InferenceConfigCreateContainer": { "description": "Inference configuration provided when storing the model config", "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ml._types:RegressionInferenceOptions" + "$ref": "#/components/schemas/ml._types.RegressionInferenceOptions" }, "classification": { - "$ref": "#/components/schemas/ml._types:ClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ClassificationInferenceOptions" }, "text_classification": { - "$ref": "#/components/schemas/ml._types:TextClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.TextClassificationInferenceOptions" }, "zero_shot_classification": { - "$ref": "#/components/schemas/ml._types:ZeroShotClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ZeroShotClassificationInferenceOptions" }, "fill_mask": { - "$ref": "#/components/schemas/ml._types:FillMaskInferenceOptions" + "$ref": "#/components/schemas/ml._types.FillMaskInferenceOptions" }, "learning_to_rank": { - "$ref": "#/components/schemas/ml._types:LearningToRankConfig" + "$ref": "#/components/schemas/ml._types.LearningToRankConfig" }, "ner": { - "$ref": "#/components/schemas/ml._types:NerInferenceOptions" + "$ref": "#/components/schemas/ml._types.NerInferenceOptions" }, "pass_through": { - "$ref": "#/components/schemas/ml._types:PassThroughInferenceOptions" + "$ref": "#/components/schemas/ml._types.PassThroughInferenceOptions" }, "text_embedding": { - "$ref": "#/components/schemas/ml._types:TextEmbeddingInferenceOptions" + "$ref": "#/components/schemas/ml._types.TextEmbeddingInferenceOptions" }, "text_expansion": { - "$ref": "#/components/schemas/ml._types:TextExpansionInferenceOptions" + "$ref": "#/components/schemas/ml._types.TextExpansionInferenceOptions" }, "question_answering": { - "$ref": "#/components/schemas/ml._types:QuestionAnsweringInferenceOptions" + "$ref": "#/components/schemas/ml._types.QuestionAnsweringInferenceOptions" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:TextClassificationInferenceOptions": { + "ml._types.TextClassificationInferenceOptions": { "type": "object", "properties": { "num_top_classes": { @@ -55934,7 +55934,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -55948,44 +55948,44 @@ } }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } } }, - "ml._types:TokenizationConfigContainer": { + "ml._types.TokenizationConfigContainer": { "description": "Tokenization options stored in inference configuration", "type": "object", "properties": { "bert": { - "$ref": "#/components/schemas/ml._types:NlpBertTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpBertTokenizationConfig" }, "bert_ja": { - "$ref": "#/components/schemas/ml._types:NlpBertTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpBertTokenizationConfig" }, "mpnet": { - "$ref": "#/components/schemas/ml._types:NlpBertTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpBertTokenizationConfig" }, "roberta": { - "$ref": "#/components/schemas/ml._types:NlpRobertaTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpRobertaTokenizationConfig" }, "xlm_roberta": { - "$ref": "#/components/schemas/ml._types:XlmRobertaTokenizationConfig" + "$ref": "#/components/schemas/ml._types.XlmRobertaTokenizationConfig" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:NlpBertTokenizationConfig": { + "ml._types.NlpBertTokenizationConfig": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:CommonTokenizationConfig" + "$ref": "#/components/schemas/ml._types.CommonTokenizationConfig" }, { "type": "object" } ] }, - "ml._types:CommonTokenizationConfig": { + "ml._types.CommonTokenizationConfig": { "type": "object", "properties": { "do_lower_case": { @@ -56001,7 +56001,7 @@ "type": "number" }, "truncate": { - "$ref": "#/components/schemas/ml._types:TokenizationTruncate" + "$ref": "#/components/schemas/ml._types.TokenizationTruncate" }, "with_special_tokens": { "description": "Is tokenization completed with special tokens", @@ -56009,7 +56009,7 @@ } } }, - "ml._types:TokenizationTruncate": { + "ml._types.TokenizationTruncate": { "type": "string", "enum": [ "first", @@ -56017,10 +56017,10 @@ "none" ] }, - "ml._types:NlpRobertaTokenizationConfig": { + "ml._types.NlpRobertaTokenizationConfig": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:CommonTokenizationConfig" + "$ref": "#/components/schemas/ml._types.CommonTokenizationConfig" }, { "type": "object", @@ -56033,32 +56033,32 @@ } ] }, - "ml._types:XlmRobertaTokenizationConfig": { + "ml._types.XlmRobertaTokenizationConfig": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:CommonTokenizationConfig" + "$ref": "#/components/schemas/ml._types.CommonTokenizationConfig" }, { "type": "object" } ] }, - "ml._types:Vocabulary": { + "ml._types.Vocabulary": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "index" ] }, - "ml._types:ZeroShotClassificationInferenceOptions": { + "ml._types.ZeroShotClassificationInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "hypothesis_template": { "description": "Hypothesis template used when tokenizing labels for prediction", @@ -56091,7 +56091,7 @@ "classification_labels" ] }, - "ml._types:FillMaskInferenceOptions": { + "ml._types.FillMaskInferenceOptions": { "type": "object", "properties": { "mask_token": { @@ -56103,21 +56103,21 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } }, "required": [ "vocabulary" ] }, - "ml._types:LearningToRankConfig": { + "ml._types.LearningToRankConfig": { "type": "object", "properties": { "default_params": { @@ -56131,7 +56131,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml._types:FeatureExtractor" + "$ref": "#/components/schemas/ml._types.FeatureExtractor" } } }, @@ -56143,14 +56143,14 @@ "num_top_feature_importance_values" ] }, - "ml._types:FeatureExtractor": { + "ml._types.FeatureExtractor": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:QueryFeatureExtractor" + "$ref": "#/components/schemas/ml._types.QueryFeatureExtractor" } ] }, - "ml._types:QueryFeatureExtractor": { + "ml._types.QueryFeatureExtractor": { "type": "object", "properties": { "default_score": { @@ -56160,7 +56160,7 @@ "type": "string" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -56168,11 +56168,11 @@ "query" ] }, - "ml._types:NerInferenceOptions": { + "ml._types.NerInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56186,26 +56186,26 @@ } }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } } }, - "ml._types:PassThroughInferenceOptions": { + "ml._types.PassThroughInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } } }, - "ml._types:TextEmbeddingInferenceOptions": { + "ml._types.TextEmbeddingInferenceOptions": { "type": "object", "properties": { "embedding_size": { @@ -56213,39 +56213,39 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } }, "required": [ "vocabulary" ] }, - "ml._types:TextExpansionInferenceOptions": { + "ml._types.TextExpansionInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } }, "required": [ "vocabulary" ] }, - "ml._types:QuestionAnsweringInferenceOptions": { + "ml._types.QuestionAnsweringInferenceOptions": { "type": "object", "properties": { "num_top_classes": { @@ -56253,7 +56253,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56265,14 +56265,14 @@ } } }, - "ml._types:TrainedModelConfigInput": { + "ml._types.TrainedModelConfigInput": { "type": "object", "properties": { "field_names": { "description": "An array of input field names for the model.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } }, @@ -56280,7 +56280,7 @@ "field_names" ] }, - "ml._types:TrainedModelConfigMetadata": { + "ml._types.TrainedModelConfigMetadata": { "type": "object", "properties": { "model_aliases": { @@ -56300,19 +56300,19 @@ "description": "List of the available hyperparameters optimized during the fine_parameter_tuning phase as well as specified by the user.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Hyperparameter" + "$ref": "#/components/schemas/ml._types.Hyperparameter" } }, "total_feature_importance": { "description": "An array of the total feature importance for each feature used from the training data set. This array of objects is returned if data frame analytics trained the model and the request includes total_feature_importance in the include request parameter.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportance" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportance" } } } }, - "ml._types:Hyperparameter": { + "ml._types.Hyperparameter": { "type": "object", "properties": { "absolute_importance": { @@ -56320,7 +56320,7 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "relative_importance": { "description": "A number between 0 and 1 showing the proportion of influence on the variation of the loss function among all tuned hyperparameters. For hyperparameters with values that are not specified by the user but tuned during hyperparameter optimization.", @@ -56341,24 +56341,24 @@ "value" ] }, - "ml._types:TotalFeatureImportance": { + "ml._types.TotalFeatureImportance": { "type": "object", "properties": { "feature_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "importance": { "description": "A collection of feature importance statistics related to the training data set for this particular feature.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportanceStatistics" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportanceStatistics" } }, "classes": { "description": "If the trained model is a classification model, feature importance statistics are gathered per target class value.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportanceClass" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportanceClass" } } }, @@ -56368,7 +56368,7 @@ "classes" ] }, - "ml._types:TotalFeatureImportanceStatistics": { + "ml._types.TotalFeatureImportanceStatistics": { "type": "object", "properties": { "mean_magnitude": { @@ -56390,17 +56390,17 @@ "min" ] }, - "ml._types:TotalFeatureImportanceClass": { + "ml._types.TotalFeatureImportanceClass": { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "importance": { "description": "A collection of feature importance statistics related to the training data set for this particular feature.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportanceStatistics" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportanceStatistics" } } }, @@ -56409,11 +56409,11 @@ "importance" ] }, - "ml._types:ModelPackageConfig": { + "ml._types.ModelPackageConfig": { "type": "object", "properties": { "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "description": { "type": "string" @@ -56425,7 +56425,7 @@ } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "minimum_version": { "type": "string" @@ -56437,16 +56437,16 @@ "type": "string" }, "packaged_model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "platform_architecture": { "type": "string" }, "prefix_strings": { - "$ref": "#/components/schemas/ml._types:TrainedModelPrefixStrings" + "$ref": "#/components/schemas/ml._types.TrainedModelPrefixStrings" }, "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "sha256": { "type": "string" @@ -56465,7 +56465,7 @@ "packaged_model_id" ] }, - "ml._types:TrainedModelPrefixStrings": { + "ml._types.TrainedModelPrefixStrings": { "type": "object", "properties": { "ingest": { @@ -56478,36 +56478,36 @@ } } }, - "ml._types:TrainedModelLocation": { + "ml._types.TrainedModelLocation": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/ml._types:TrainedModelLocationIndex" + "$ref": "#/components/schemas/ml._types.TrainedModelLocationIndex" } }, "required": [ "index" ] }, - "ml._types:TrainedModelLocationIndex": { + "ml._types.TrainedModelLocationIndex": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "name" ] }, - "ml._types:TrainedModelStats": { + "ml._types.TrainedModelStats": { "type": "object", "properties": { "deployment_stats": { - "$ref": "#/components/schemas/ml._types:TrainedModelDeploymentStats" + "$ref": "#/components/schemas/ml._types.TrainedModelDeploymentStats" }, "inference_stats": { - "$ref": "#/components/schemas/ml._types:TrainedModelInferenceStats" + "$ref": "#/components/schemas/ml._types.TrainedModelInferenceStats" }, "ingest": { "description": "A collection of ingest stats for the model across all nodes.\nThe values are summations of the individual node statistics.\nThe format matches the ingest section in the nodes stats API.", @@ -56517,10 +56517,10 @@ } }, "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_size_stats": { - "$ref": "#/components/schemas/ml._types:TrainedModelSizeStats" + "$ref": "#/components/schemas/ml._types.TrainedModelSizeStats" }, "pipeline_count": { "description": "The number of ingest pipelines that currently refer to the model.", @@ -56533,20 +56533,20 @@ "pipeline_count" ] }, - "ml._types:TrainedModelDeploymentStats": { + "ml._types.TrainedModelDeploymentStats": { "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" }, "allocation_status": { - "$ref": "#/components/schemas/ml._types:TrainedModelDeploymentAllocationStatus" + "$ref": "#/components/schemas/ml._types.TrainedModelDeploymentAllocationStatus" }, "cache_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "deployment_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "error_count": { "description": "The sum of `error_count` for all nodes in the deployment.", @@ -56557,13 +56557,13 @@ "type": "number" }, "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "nodes": { "description": "The deployment stats for each node that currently has the model allocated.\nIn serverless, stats are reported for a single unnamed virtual node.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelDeploymentNodesStats" + "$ref": "#/components/schemas/ml._types.TrainedModelDeploymentNodesStats" } }, "number_of_allocations": { @@ -56574,7 +56574,7 @@ "type": "number" }, "priority": { - "$ref": "#/components/schemas/ml._types:TrainingPriority" + "$ref": "#/components/schemas/ml._types.TrainingPriority" }, "queue_capacity": { "description": "The number of inference requests that can be queued before new requests are rejected.", @@ -56589,10 +56589,10 @@ "type": "string" }, "start_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "state": { - "$ref": "#/components/schemas/ml._types:DeploymentAssignmentState" + "$ref": "#/components/schemas/ml._types.DeploymentAssignmentState" }, "threads_per_allocation": { "description": "The number of threads used be each allocation during inference.", @@ -56612,7 +56612,7 @@ "start_time" ] }, - "ml._types:AdaptiveAllocationsSettings": { + "ml._types.AdaptiveAllocationsSettings": { "type": "object", "properties": { "enabled": { @@ -56632,7 +56632,7 @@ "enabled" ] }, - "ml._types:TrainedModelDeploymentAllocationStatus": { + "ml._types.TrainedModelDeploymentAllocationStatus": { "type": "object", "properties": { "allocation_count": { @@ -56640,7 +56640,7 @@ "type": "number" }, "state": { - "$ref": "#/components/schemas/ml._types:DeploymentAllocationState" + "$ref": "#/components/schemas/ml._types.DeploymentAllocationState" }, "target_allocation_count": { "description": "The desired number of nodes for model allocation.", @@ -56653,7 +56653,7 @@ "target_allocation_count" ] }, - "ml._types:DeploymentAllocationState": { + "ml._types.DeploymentAllocationState": { "type": "string", "enum": [ "started", @@ -56661,17 +56661,17 @@ "fully_allocated" ] }, - "ml._types:TrainedModelDeploymentNodesStats": { + "ml._types.TrainedModelDeploymentNodesStats": { "type": "object", "properties": { "average_inference_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "average_inference_time_ms_last_minute": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "average_inference_time_ms_excluding_cache_hits": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "error_count": { "description": "The number of errors when evaluating the trained model.", @@ -56688,7 +56688,7 @@ "type": "number" }, "last_access": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "number_of_allocations": { "description": "The number of allocations assigned to this node.", @@ -56706,10 +56706,10 @@ "type": "number" }, "routing_state": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignmentRoutingStateAndReason" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignmentRoutingStateAndReason" }, "start_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "threads_per_allocation": { "description": "The number of threads used by each allocation during inference.", @@ -56729,7 +56729,7 @@ "throughput_last_minute" ] }, - "ml._types:TrainedModelAssignmentRoutingStateAndReason": { + "ml._types.TrainedModelAssignmentRoutingStateAndReason": { "type": "object", "properties": { "reason": { @@ -56737,14 +56737,14 @@ "type": "string" }, "routing_state": { - "$ref": "#/components/schemas/ml._types:RoutingState" + "$ref": "#/components/schemas/ml._types.RoutingState" } }, "required": [ "routing_state" ] }, - "ml._types:RoutingState": { + "ml._types.RoutingState": { "type": "string", "enum": [ "failed", @@ -56754,14 +56754,14 @@ "stopping" ] }, - "ml._types:TrainingPriority": { + "ml._types.TrainingPriority": { "type": "string", "enum": [ "normal", "low" ] }, - "ml._types:DeploymentAssignmentState": { + "ml._types.DeploymentAssignmentState": { "type": "string", "enum": [ "started", @@ -56770,7 +56770,7 @@ "failed" ] }, - "ml._types:TrainedModelInferenceStats": { + "ml._types.TrainedModelInferenceStats": { "type": "object", "properties": { "cache_miss_count": { @@ -56790,7 +56790,7 @@ "type": "number" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -56801,14 +56801,14 @@ "timestamp" ] }, - "ml._types:TrainedModelSizeStats": { + "ml._types.TrainedModelSizeStats": { "type": "object", "properties": { "model_size_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "required_native_memory_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } }, "required": [ @@ -56816,44 +56816,44 @@ "required_native_memory_bytes" ] }, - "ml._types:InferenceConfigUpdateContainer": { + "ml._types.InferenceConfigUpdateContainer": { "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ml._types:RegressionInferenceOptions" + "$ref": "#/components/schemas/ml._types.RegressionInferenceOptions" }, "classification": { - "$ref": "#/components/schemas/ml._types:ClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ClassificationInferenceOptions" }, "text_classification": { - "$ref": "#/components/schemas/ml._types:TextClassificationInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.TextClassificationInferenceUpdateOptions" }, "zero_shot_classification": { - "$ref": "#/components/schemas/ml._types:ZeroShotClassificationInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.ZeroShotClassificationInferenceUpdateOptions" }, "fill_mask": { - "$ref": "#/components/schemas/ml._types:FillMaskInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.FillMaskInferenceUpdateOptions" }, "ner": { - "$ref": "#/components/schemas/ml._types:NerInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.NerInferenceUpdateOptions" }, "pass_through": { - "$ref": "#/components/schemas/ml._types:PassThroughInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.PassThroughInferenceUpdateOptions" }, "text_embedding": { - "$ref": "#/components/schemas/ml._types:TextEmbeddingInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.TextEmbeddingInferenceUpdateOptions" }, "text_expansion": { - "$ref": "#/components/schemas/ml._types:TextExpansionInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.TextExpansionInferenceUpdateOptions" }, "question_answering": { - "$ref": "#/components/schemas/ml._types:QuestionAnsweringInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.QuestionAnsweringInferenceUpdateOptions" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:TextClassificationInferenceUpdateOptions": { + "ml._types.TextClassificationInferenceUpdateOptions": { "type": "object", "properties": { "num_top_classes": { @@ -56861,7 +56861,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56876,11 +56876,11 @@ } } }, - "ml._types:NlpTokenizationUpdateOptions": { + "ml._types.NlpTokenizationUpdateOptions": { "type": "object", "properties": { "truncate": { - "$ref": "#/components/schemas/ml._types:TokenizationTruncate" + "$ref": "#/components/schemas/ml._types.TokenizationTruncate" }, "span": { "description": "Span options to apply", @@ -56888,11 +56888,11 @@ } } }, - "ml._types:ZeroShotClassificationInferenceUpdateOptions": { + "ml._types.ZeroShotClassificationInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56914,7 +56914,7 @@ "labels" ] }, - "ml._types:FillMaskInferenceUpdateOptions": { + "ml._types.FillMaskInferenceUpdateOptions": { "type": "object", "properties": { "num_top_classes": { @@ -56922,7 +56922,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56930,11 +56930,11 @@ } } }, - "ml._types:NerInferenceUpdateOptions": { + "ml._types.NerInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56942,11 +56942,11 @@ } } }, - "ml._types:PassThroughInferenceUpdateOptions": { + "ml._types.PassThroughInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56954,11 +56954,11 @@ } } }, - "ml._types:TextEmbeddingInferenceUpdateOptions": { + "ml._types.TextEmbeddingInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56966,11 +56966,11 @@ } } }, - "ml._types:TextExpansionInferenceUpdateOptions": { + "ml._types.TextExpansionInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56978,7 +56978,7 @@ } } }, - "ml._types:QuestionAnsweringInferenceUpdateOptions": { + "ml._types.QuestionAnsweringInferenceUpdateOptions": { "type": "object", "properties": { "question": { @@ -56990,7 +56990,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -57005,14 +57005,14 @@ "question" ] }, - "ml._types:InferenceResponseResult": { + "ml._types.InferenceResponseResult": { "type": "object", "properties": { "entities": { "description": "If the model is trained for named entity recognition (NER) tasks, the response contains the recognized entities.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelEntities" + "$ref": "#/components/schemas/ml._types.TrainedModelEntities" } }, "is_truncated": { @@ -57023,12 +57023,12 @@ "description": "If the model is trained for a text classification or zero shot classification task, the response is the\npredicted class.\nFor named entity recognition (NER) tasks, it contains the annotated text output.\nFor fill mask tasks, it contains the top prediction for replacing the mask token.\nFor text embedding tasks, it contains the raw numerical text embedding values.\nFor regression models, its a numerical value\nFor classification models, it may be an integer, double, boolean or string depending on prediction type", "oneOf": [ { - "$ref": "#/components/schemas/ml._types:PredictedValue" + "$ref": "#/components/schemas/ml._types.PredictedValue" }, { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:PredictedValue" + "$ref": "#/components/schemas/ml._types.PredictedValue" } } ] @@ -57049,7 +57049,7 @@ "description": "For fill mask, text classification, and zero shot classification tasks, the response contains a list of top\nclass entries.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TopClassEntry" + "$ref": "#/components/schemas/ml._types.TopClassEntry" } }, "warning": { @@ -57060,12 +57060,12 @@ "description": "The feature importance for the inference results. Relevant only for classification or regression models", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelInferenceFeatureImportance" + "$ref": "#/components/schemas/ml._types.TrainedModelInferenceFeatureImportance" } } } }, - "ml._types:TrainedModelEntities": { + "ml._types.TrainedModelEntities": { "type": "object", "properties": { "class_name": { @@ -57092,20 +57092,20 @@ "end_pos" ] }, - "ml._types:PredictedValue": { + "ml._types.PredictedValue": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } } ] }, - "ml._types:TopClassEntry": { + "ml._types.TopClassEntry": { "type": "object", "properties": { "class_name": { @@ -57124,7 +57124,7 @@ "class_score" ] }, - "ml._types:TrainedModelInferenceFeatureImportance": { + "ml._types.TrainedModelInferenceFeatureImportance": { "type": "object", "properties": { "feature_name": { @@ -57136,7 +57136,7 @@ "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelInferenceClassImportance" + "$ref": "#/components/schemas/ml._types.TrainedModelInferenceClassImportance" } } }, @@ -57144,7 +57144,7 @@ "feature_name" ] }, - "ml._types:TrainedModelInferenceClassImportance": { + "ml._types.TrainedModelInferenceClassImportance": { "type": "object", "properties": { "class_name": { @@ -57159,14 +57159,14 @@ "importance" ] }, - "ml.preview_data_frame_analytics:DataframePreviewConfig": { + "ml.preview_data_frame_analytics.DataframePreviewConfig": { "type": "object", "properties": { "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "model_memory_limit": { "type": "string" @@ -57175,7 +57175,7 @@ "type": "number" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" } }, "required": [ @@ -57183,55 +57183,55 @@ "analysis" ] }, - "ml._types:DatafeedConfig": { + "ml._types.DatafeedConfig": { "type": "object", "properties": { "aggregations": { "description": "If set, the datafeed performs aggregation searches. Support for aggregations is limited and should be used only with low cardinality data.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "description": "If a real-time datafeed has never seen any data (including during any initial training period) then it will automatically stop itself and close its associated job after this many real-time searches that return no documents. In other words, it will stop after `frequency` times `max_empty_searches` of real-time operation. If not set then a datafeed with no end time that sees no data will remain started until it is explicitly stopped.", "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "description": "Specifies scripts that evaluate custom expressions and returns script fields to the datafeed. The detector configuration objects in a job can contain functions that use these script fields.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -57240,7 +57240,7 @@ } } }, - "ml._types:JobConfig": { + "ml._types.JobConfig": { "type": "object", "properties": { "allow_lazy_open": { @@ -57248,26 +57248,26 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies a period of time (in days) after which only the first snapshot per day is retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.", "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:DatafeedConfig" + "$ref": "#/components/schemas/ml._types.DatafeedConfig" }, "description": { "description": "A description of the job.", @@ -57281,14 +57281,14 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "description": "Reserved for future use, currently set to `anomaly_detector`.", "type": "string" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_retention_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies the maximum period of time (in days) that snapshots are retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.\nThe default value is `10`, which means snapshots ten days older than the newest snapshot are deleted.", @@ -57299,7 +57299,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "description": "Advanced configuration option.\nThe period of time (in days) that results are retained.\nAge is calculated relative to the timestamp of the latest bucket result.\nIf this property has a non-null value, once per day at 00:30 (server time), results that are the specified number of days older than the latest bucket result are deleted from Elasticsearch.\nThe default value is null, which means all results are retained.\nAnnotations generated by the system also count as results for retention purposes; they are deleted after the same number of days as results.\nAnnotations added by users are retained forever.", @@ -57311,7 +57311,7 @@ "data_description" ] }, - "_types:HttpHeaders": { + "_types.HttpHeaders": { "type": "object", "additionalProperties": { "oneOf": [ @@ -57327,17 +57327,17 @@ ] } }, - "ml._types:AnalysisConfigRead": { + "ml._types.AnalysisConfigRead": { "type": "object", "properties": { "bucket_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "categorization_analyzer": { - "$ref": "#/components/schemas/ml._types:CategorizationAnalyzer" + "$ref": "#/components/schemas/ml._types.CategorizationAnalyzer" }, "categorization_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "categorization_filters": { "description": "If `categorization_field_name` is specified, you can also define optional filters.\nThis property expects an array of regular expressions.\nThe expressions are used to filter out matching sequences from the categorization field values.", @@ -57350,31 +57350,31 @@ "description": "An array of detector configuration objects.\nDetector configuration objects specify which data fields a job analyzes.\nThey also specify which analytical functions are used.\nYou can specify multiple detectors for a job.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectorRead" + "$ref": "#/components/schemas/ml._types.DetectorRead" } }, "influencers": { "description": "A comma separated list of influencer field names.\nTypically these can be the by, over, or partition fields that are used in the detector configuration.\nYou might also want to use a field name that is not specifically named in a detector, but is available as part of the input data.\nWhen you use multiple detectors, the use of influencers is recommended as it aggregates results for each influencer entity.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "model_prune_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "latency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "multivariate_by_fields": { "description": "This functionality is reserved for internal use.\nIt is not supported for use in customer environments and is not subject to the support SLA of official GA features.\nIf set to `true`, the analysis will automatically find correlations between metrics for a given by field value and report anomalies when those correlations cease to hold.", "type": "boolean" }, "per_partition_categorization": { - "$ref": "#/components/schemas/ml._types:PerPartitionCategorization" + "$ref": "#/components/schemas/ml._types.PerPartitionCategorization" }, "summary_count_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -57383,17 +57383,17 @@ "influencers" ] }, - "ml._types:DetectorRead": { + "ml._types.DetectorRead": { "type": "object", "properties": { "by_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "custom_rules": { "description": "An array of custom rule objects, which enable you to customize the way detectors operate.\nFor example, a rule may dictate to the detector conditions under which results should be skipped.\nKibana refers to custom rules as job rules.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectionRule" + "$ref": "#/components/schemas/ml._types.DetectionRule" } }, "detector_description": { @@ -57405,20 +57405,20 @@ "type": "number" }, "exclude_frequent": { - "$ref": "#/components/schemas/ml._types:ExcludeFrequent" + "$ref": "#/components/schemas/ml._types.ExcludeFrequent" }, "field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "function": { "description": "The analysis function that is used.\nFor example, `count`, `rare`, `mean`, `min`, `max`, and `sum`.", "type": "string" }, "over_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "partition_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "use_null": { "description": "Defines whether a new series is used as the null series when there is no value for the by or partition fields.", @@ -57429,41 +57429,41 @@ "function" ] }, - "ml.put_trained_model:Definition": { + "ml.put_trained_model.Definition": { "type": "object", "properties": { "preprocessors": { "description": "Collection of preprocessors", "type": "array", "items": { - "$ref": "#/components/schemas/ml.put_trained_model:Preprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.Preprocessor" } }, "trained_model": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModel" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModel" } }, "required": [ "trained_model" ] }, - "ml.put_trained_model:Preprocessor": { + "ml.put_trained_model.Preprocessor": { "type": "object", "properties": { "frequency_encoding": { - "$ref": "#/components/schemas/ml.put_trained_model:FrequencyEncodingPreprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.FrequencyEncodingPreprocessor" }, "one_hot_encoding": { - "$ref": "#/components/schemas/ml.put_trained_model:OneHotEncodingPreprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.OneHotEncodingPreprocessor" }, "target_mean_encoding": { - "$ref": "#/components/schemas/ml.put_trained_model:TargetMeanEncodingPreprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.TargetMeanEncodingPreprocessor" } }, "minProperties": 1, "maxProperties": 1 }, - "ml.put_trained_model:FrequencyEncodingPreprocessor": { + "ml.put_trained_model.FrequencyEncodingPreprocessor": { "type": "object", "properties": { "field": { @@ -57485,7 +57485,7 @@ "frequency_map" ] }, - "ml.put_trained_model:OneHotEncodingPreprocessor": { + "ml.put_trained_model.OneHotEncodingPreprocessor": { "type": "object", "properties": { "field": { @@ -57503,7 +57503,7 @@ "hot_map" ] }, - "ml.put_trained_model:TargetMeanEncodingPreprocessor": { + "ml.put_trained_model.TargetMeanEncodingPreprocessor": { "type": "object", "properties": { "field": { @@ -57529,21 +57529,21 @@ "default_value" ] }, - "ml.put_trained_model:TrainedModel": { + "ml.put_trained_model.TrainedModel": { "type": "object", "properties": { "tree": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModelTree" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModelTree" }, "tree_node": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModelTreeNode" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModelTreeNode" }, "ensemble": { - "$ref": "#/components/schemas/ml.put_trained_model:Ensemble" + "$ref": "#/components/schemas/ml.put_trained_model.Ensemble" } } }, - "ml.put_trained_model:TrainedModelTree": { + "ml.put_trained_model.TrainedModelTree": { "type": "object", "properties": { "classification_labels": { @@ -57564,7 +57564,7 @@ "tree_structure": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModelTreeNode" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModelTreeNode" } } }, @@ -57573,7 +57573,7 @@ "tree_structure" ] }, - "ml.put_trained_model:TrainedModelTreeNode": { + "ml.put_trained_model.TrainedModelTreeNode": { "type": "object", "properties": { "decision_type": { @@ -57608,11 +57608,11 @@ "node_index" ] }, - "ml.put_trained_model:Ensemble": { + "ml.put_trained_model.Ensemble": { "type": "object", "properties": { "aggregate_output": { - "$ref": "#/components/schemas/ml.put_trained_model:AggregateOutput" + "$ref": "#/components/schemas/ml.put_trained_model.AggregateOutput" }, "classification_labels": { "type": "array", @@ -57632,7 +57632,7 @@ "trained_models": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModel" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModel" } } }, @@ -57640,24 +57640,24 @@ "trained_models" ] }, - "ml.put_trained_model:AggregateOutput": { + "ml.put_trained_model.AggregateOutput": { "type": "object", "properties": { "logistic_regression": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" }, "weighted_sum": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" }, "weighted_mode": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" }, "exponent": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" } } }, - "ml.put_trained_model:Weights": { + "ml.put_trained_model.Weights": { "type": "object", "properties": { "weights": { @@ -57668,37 +57668,37 @@ "weights" ] }, - "ml.put_trained_model:Input": { + "ml.put_trained_model.Input": { "type": "object", "properties": { "field_names": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" } }, "required": [ "field_names" ] }, - "_types:NodeIds": { + "_types.NodeIds": { "oneOf": [ { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" } } ] }, - "ml._types:TrainedModelAssignment": { + "ml._types.TrainedModelAssignment": { "type": "object", "properties": { "adaptive_allocations": { "oneOf": [ { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" }, { "nullable": true, @@ -57707,7 +57707,7 @@ ] }, "assignment_state": { - "$ref": "#/components/schemas/ml._types:DeploymentAssignmentState" + "$ref": "#/components/schemas/ml._types.DeploymentAssignmentState" }, "max_assigned_allocations": { "type": "number" @@ -57719,14 +57719,14 @@ "description": "The allocation state for each node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignmentRoutingTable" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignmentRoutingTable" } }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "task_parameters": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignmentTaskParameters" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignmentTaskParameters" } }, "required": [ @@ -57736,7 +57736,7 @@ "task_parameters" ] }, - "ml._types:TrainedModelAssignmentRoutingTable": { + "ml._types.TrainedModelAssignmentRoutingTable": { "type": "object", "properties": { "reason": { @@ -57744,7 +57744,7 @@ "type": "string" }, "routing_state": { - "$ref": "#/components/schemas/ml._types:RoutingState" + "$ref": "#/components/schemas/ml._types.RoutingState" }, "current_allocations": { "description": "Current number of allocations.", @@ -57761,33 +57761,33 @@ "target_allocations" ] }, - "ml._types:TrainedModelAssignmentTaskParameters": { + "ml._types.TrainedModelAssignmentTaskParameters": { "type": "object", "properties": { "model_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "deployment_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "cache_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "number_of_allocations": { "description": "The total number of allocations this model is assigned across ML nodes.", "type": "number" }, "priority": { - "$ref": "#/components/schemas/ml._types:TrainingPriority" + "$ref": "#/components/schemas/ml._types.TrainingPriority" }, "per_deployment_memory_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "per_allocation_memory_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "queue_capacity": { "description": "Number of inference requests are allowed in the queue at a time.", @@ -57810,7 +57810,7 @@ "threads_per_allocation" ] }, - "ml._types:AnalysisMemoryLimit": { + "ml._types.AnalysisMemoryLimit": { "type": "object", "properties": { "model_memory_limit": { @@ -57822,7 +57822,7 @@ "model_memory_limit" ] }, - "ml._types:DetectorUpdate": { + "ml._types.DetectorUpdate": { "type": "object", "properties": { "detector_index": { @@ -57837,7 +57837,7 @@ "description": "An array of custom rule objects, which enable you to customize the way detectors operate.\nFor example, a rule may dictate to the detector conditions under which results should be skipped.\nKibana refers to custom rules as job rules.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectionRule" + "$ref": "#/components/schemas/ml._types.DetectionRule" } } }, @@ -57845,30 +57845,30 @@ "detector_index" ] }, - "_global.msearch:RequestItem": { + "_global.msearch.RequestItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.msearch:MultisearchHeader" + "$ref": "#/components/schemas/_global.msearch.MultisearchHeader" }, { - "$ref": "#/components/schemas/_global.search._types:SearchRequestBody" + "$ref": "#/components/schemas/_global.search._types.SearchRequestBody" } ] }, - "_global.msearch:MultisearchHeader": { + "_global.msearch.MultisearchHeader": { "type": "object", "properties": { "allow_no_indices": { "type": "boolean" }, "expand_wildcards": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "ignore_unavailable": { "type": "boolean" }, "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "preference": { "type": "string" @@ -57877,10 +57877,10 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_type": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "ccs_minimize_roundtrips": { "type": "boolean" @@ -57893,7 +57893,7 @@ } } }, - "_global.msearch:MultiSearchResult": { + "_global.msearch.MultiSearchResult": { "type": "object", "properties": { "took": { @@ -57902,7 +57902,7 @@ "responses": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch:ResponseItem" + "$ref": "#/components/schemas/_global.msearch.ResponseItem" } } }, @@ -57911,20 +57911,20 @@ "responses" ] }, - "_global.msearch:ResponseItem": { + "_global.msearch.ResponseItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.msearch:MultiSearchItem" + "$ref": "#/components/schemas/_global.msearch.MultiSearchItem" }, { - "$ref": "#/components/schemas/_types:ErrorResponseBase" + "$ref": "#/components/schemas/_types.ErrorResponseBase" } ] }, - "_global.msearch:MultiSearchItem": { + "_global.msearch.MultiSearchItem": { "allOf": [ { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" }, { "type": "object", @@ -57936,7 +57936,7 @@ } ] }, - "_global.search:ResponseBody": { + "_global.search.ResponseBody": { "type": "object", "properties": { "took": { @@ -57948,19 +57948,19 @@ "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "fields": { "type": "object", @@ -57975,20 +57975,20 @@ "type": "number" }, "profile": { - "$ref": "#/components/schemas/_global.search._types:Profile" + "$ref": "#/components/schemas/_global.search._types.Profile" }, "pit_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "suggest": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Suggest" + "$ref": "#/components/schemas/_global.search._types.Suggest" } } }, @@ -58003,11 +58003,11 @@ "hits" ] }, - "_types:ErrorResponseBase": { + "_types.ErrorResponseBase": { "type": "object", "properties": { "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "status": { "type": "number" @@ -58018,17 +58018,17 @@ "status" ] }, - "_global.msearch_template:RequestItem": { + "_global.msearch_template.RequestItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.msearch:MultisearchHeader" + "$ref": "#/components/schemas/_global.msearch.MultisearchHeader" }, { - "$ref": "#/components/schemas/_global.msearch_template:TemplateConfig" + "$ref": "#/components/schemas/_global.msearch_template.TemplateConfig" } ] }, - "_global.msearch_template:TemplateConfig": { + "_global.msearch_template.TemplateConfig": { "type": "object", "properties": { "explain": { @@ -58036,7 +58036,7 @@ "type": "boolean" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Key-value pairs used to replace Mustache variables in the template.\nThe key is the variable name.\nThe value is the variable value.", @@ -58050,32 +58050,32 @@ "type": "boolean" }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } }, - "_global.mtermvectors:Operation": { + "_global.mtermvectors.Operation": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "doc": { "description": "An artificial document (a document not present in the index) for which you want to retrieve term vectors.", "type": "object" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "field_statistics": { "description": "If `true`, the response includes the document count, sum of document frequencies, and sum of total term frequencies.", "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_global.termvectors:Filter" + "$ref": "#/components/schemas/_global.termvectors.Filter" }, "offsets": { "description": "If `true`, the response includes term offsets.", @@ -58090,21 +58090,21 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "term_statistics": { "description": "If true, the response includes term frequency and document frequency.", "type": "boolean" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, - "_global.termvectors:Filter": { + "_global.termvectors.Filter": { "type": "object", "properties": { "max_doc_freq": { @@ -58137,17 +58137,17 @@ } } }, - "_global.mtermvectors:TermVectorsResult": { + "_global.mtermvectors.TermVectorsResult": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "took": { "type": "number" @@ -58158,27 +58158,27 @@ "term_vectors": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.termvectors:TermVector" + "$ref": "#/components/schemas/_global.termvectors.TermVector" } }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ "_index" ] }, - "_global.termvectors:TermVector": { + "_global.termvectors.TermVector": { "type": "object", "properties": { "field_statistics": { - "$ref": "#/components/schemas/_global.termvectors:FieldStatistics" + "$ref": "#/components/schemas/_global.termvectors.FieldStatistics" }, "terms": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.termvectors:Term" + "$ref": "#/components/schemas/_global.termvectors.Term" } } }, @@ -58186,7 +58186,7 @@ "terms" ] }, - "_global.termvectors:FieldStatistics": { + "_global.termvectors.FieldStatistics": { "type": "object", "properties": { "doc_count": { @@ -58205,7 +58205,7 @@ "sum_ttf" ] }, - "_global.termvectors:Term": { + "_global.termvectors.Term": { "type": "object", "properties": { "doc_freq": { @@ -58220,7 +58220,7 @@ "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.termvectors:Token" + "$ref": "#/components/schemas/_global.termvectors.Token" } }, "ttf": { @@ -58231,7 +58231,7 @@ "term_freq" ] }, - "_global.termvectors:Token": { + "_global.termvectors.Token": { "type": "object", "properties": { "end_offset": { @@ -58251,31 +58251,31 @@ "position" ] }, - "query_rules._types:QueryRule": { + "query_rules._types.QueryRule": { "type": "object", "properties": { "rule_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "type": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleType" + "$ref": "#/components/schemas/query_rules._types.QueryRuleType" }, "criteria": { "description": "The criteria that must be met for the rule to be applied.\nIf multiple criteria are specified for a rule, all criteria must be met for the rule to be applied.", "oneOf": [ { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" }, { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" } } ] }, "actions": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleActions" + "$ref": "#/components/schemas/query_rules._types.QueryRuleActions" }, "priority": { "type": "number" @@ -58288,18 +58288,18 @@ "actions" ] }, - "query_rules._types:QueryRuleType": { + "query_rules._types.QueryRuleType": { "type": "string", "enum": [ "pinned", "exclude" ] }, - "query_rules._types:QueryRuleCriteria": { + "query_rules._types.QueryRuleCriteria": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteriaType" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteriaType" }, "metadata": { "description": "The metadata field to match against.\nThis metadata will be used to match against `match_criteria` sent in the rule.\nIt is required for all criteria types except `always`.", @@ -58317,7 +58317,7 @@ "type" ] }, - "query_rules._types:QueryRuleCriteriaType": { + "query_rules._types.QueryRuleCriteriaType": { "type": "string", "enum": [ "global", @@ -58334,36 +58334,36 @@ "always" ] }, - "query_rules._types:QueryRuleActions": { + "query_rules._types.QueryRuleActions": { "type": "object", "properties": { "ids": { "description": "The unique document IDs of the documents to apply the rule to.\nOnly one of `ids` or `docs` may be specified and at least one must be specified.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "docs": { "description": "The documents to apply the rule to.\nOnly one of `ids` or `docs` may be specified and at least one must be specified.\nThere is a maximum value of 100 documents in a rule.\nYou can specify the following attributes for each document:\n\n* `_index`: The index of the document to pin.\n* `_id`: The unique document ID.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:PinnedDoc" + "$ref": "#/components/schemas/_types.query_dsl.PinnedDoc" } } } }, - "query_rules._types:QueryRuleset": { + "query_rules._types.QueryRuleset": { "type": "object", "properties": { "ruleset_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "rules": { "description": "Rules associated with the query ruleset.", "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" } } }, @@ -58372,11 +58372,11 @@ "rules" ] }, - "query_rules.list_rulesets:QueryRulesetListItem": { + "query_rules.list_rulesets.QueryRulesetListItem": { "type": "object", "properties": { "ruleset_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "rule_total_count": { "description": "The number of rules associated with the ruleset.", @@ -58404,14 +58404,14 @@ "rule_type_counts" ] }, - "query_rules.test:QueryRulesetMatchedRule": { + "query_rules.test.QueryRulesetMatchedRule": { "type": "object", "properties": { "ruleset_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "rule_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -58419,24 +58419,24 @@ "rule_id" ] }, - "_global.rank_eval:RankEvalRequestItem": { + "_global.rank_eval.RankEvalRequestItem": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "request": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalQuery" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalQuery" }, "ratings": { "description": "List of document ratings", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:DocumentRating" + "$ref": "#/components/schemas/_global.rank_eval.DocumentRating" } }, "template_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "The search template parameters.", @@ -58451,11 +58451,11 @@ "ratings" ] }, - "_global.rank_eval:RankEvalQuery": { + "_global.rank_eval.RankEvalQuery": { "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "size": { "type": "number" @@ -58465,14 +58465,14 @@ "query" ] }, - "_global.rank_eval:DocumentRating": { + "_global.rank_eval.DocumentRating": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "rating": { "description": "The document’s relevance with regard to this search request.", @@ -58485,30 +58485,30 @@ "rating" ] }, - "_global.rank_eval:RankEvalMetric": { + "_global.rank_eval.RankEvalMetric": { "type": "object", "properties": { "precision": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricPrecision" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricPrecision" }, "recall": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRecall" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRecall" }, "mean_reciprocal_rank": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricMeanReciprocalRank" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricMeanReciprocalRank" }, "dcg": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricDiscountedCumulativeGain" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricDiscountedCumulativeGain" }, "expected_reciprocal_rank": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricExpectedReciprocalRank" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricExpectedReciprocalRank" } } }, - "_global.rank_eval:RankEvalMetricPrecision": { + "_global.rank_eval.RankEvalMetricPrecision": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRatingTreshold" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRatingTreshold" }, { "type": "object", @@ -58521,10 +58521,10 @@ } ] }, - "_global.rank_eval:RankEvalMetricRatingTreshold": { + "_global.rank_eval.RankEvalMetricRatingTreshold": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricBase" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricBase" }, { "type": "object", @@ -58537,7 +58537,7 @@ } ] }, - "_global.rank_eval:RankEvalMetricBase": { + "_global.rank_eval.RankEvalMetricBase": { "type": "object", "properties": { "k": { @@ -58546,30 +58546,30 @@ } } }, - "_global.rank_eval:RankEvalMetricRecall": { + "_global.rank_eval.RankEvalMetricRecall": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRatingTreshold" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRatingTreshold" }, { "type": "object" } ] }, - "_global.rank_eval:RankEvalMetricMeanReciprocalRank": { + "_global.rank_eval.RankEvalMetricMeanReciprocalRank": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRatingTreshold" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRatingTreshold" }, { "type": "object" } ] }, - "_global.rank_eval:RankEvalMetricDiscountedCumulativeGain": { + "_global.rank_eval.RankEvalMetricDiscountedCumulativeGain": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricBase" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricBase" }, { "type": "object", @@ -58582,10 +58582,10 @@ } ] }, - "_global.rank_eval:RankEvalMetricExpectedReciprocalRank": { + "_global.rank_eval.RankEvalMetricExpectedReciprocalRank": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricBase" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricBase" }, { "type": "object", @@ -58601,7 +58601,7 @@ } ] }, - "_global.rank_eval:RankEvalMetricDetail": { + "_global.rank_eval.RankEvalMetricDetail": { "type": "object", "properties": { "metric_score": { @@ -58612,14 +58612,14 @@ "description": "The unrated_docs section contains an _index and _id entry for each document in the search result for this query that didn’t have a ratings value. This can be used to ask the user to supply ratings for these documents", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:UnratedDocument" + "$ref": "#/components/schemas/_global.rank_eval.UnratedDocument" } }, "hits": { "description": "The hits section shows a grouping of the search results with their supplied ratings", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalHitItem" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalHitItem" } }, "metric_details": { @@ -58640,14 +58640,14 @@ "metric_details" ] }, - "_global.rank_eval:UnratedDocument": { + "_global.rank_eval.UnratedDocument": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -58655,11 +58655,11 @@ "_index" ] }, - "_global.rank_eval:RankEvalHitItem": { + "_global.rank_eval.RankEvalHitItem": { "type": "object", "properties": { "hit": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalHit" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalHit" }, "rating": { "oneOf": [ @@ -58677,14 +58677,14 @@ "hit" ] }, - "_global.rank_eval:RankEvalHit": { + "_global.rank_eval.RankEvalHit": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_score": { "type": "number" @@ -58696,68 +58696,68 @@ "_score" ] }, - "_global.reindex:Destination": { + "_global.reindex.Destination": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "op_type": { - "$ref": "#/components/schemas/_types:OpType" + "$ref": "#/components/schemas/_types.OpType" }, "pipeline": { "description": "The name of the pipeline to use.", "type": "string" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ "index" ] }, - "_global.reindex:Source": { + "_global.reindex.Source": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "remote": { - "$ref": "#/components/schemas/_global.reindex:RemoteSource" + "$ref": "#/components/schemas/_global.reindex.RemoteSource" }, "size": { "description": "The number of documents to index per batch.\nUse it when you are indexing from remote to ensure that the batches fit within the on-heap buffer, which defaults to a maximum size of 100 MB.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } }, "required": [ "index" ] }, - "_global.reindex:RemoteSource": { + "_global.reindex.RemoteSource": { "type": "object", "properties": { "connect_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "headers": { "description": "An object containing the headers of the request.", @@ -58767,32 +58767,32 @@ } }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" }, "socket_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "host" ] }, - "_types:Host": { + "_types.Host": { "type": "string" }, - "_types:Username": { + "_types.Username": { "type": "string" }, - "_types:Password": { + "_types.Password": { "type": "string" }, - "_global.scripts_painless_execute:PainlessContext": { + "_global.scripts_painless_execute.PainlessContext": { "type": "string", "enum": [ "painless_test", @@ -58808,7 +58808,7 @@ "composite_field" ] }, - "_global.scripts_painless_execute:PainlessContextSetup": { + "_global.scripts_painless_execute.PainlessContextSetup": { "type": "object", "properties": { "document": { @@ -58816,10 +58816,10 @@ "type": "object" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -58827,19 +58827,19 @@ "index" ] }, - "search_application._types:SearchApplication": { + "search_application._types.SearchApplication": { "allOf": [ { - "$ref": "#/components/schemas/search_application._types:SearchApplicationParameters" + "$ref": "#/components/schemas/search_application._types.SearchApplicationParameters" }, { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "updated_at_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -58849,70 +58849,70 @@ } ] }, - "search_application._types:SearchApplicationParameters": { + "search_application._types.SearchApplicationParameters": { "type": "object", "properties": { "indices": { "description": "Indices that are part of the Search Application.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "analytics_collection_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "template": { - "$ref": "#/components/schemas/search_application._types:SearchApplicationTemplate" + "$ref": "#/components/schemas/search_application._types.SearchApplicationTemplate" } }, "required": [ "indices" ] }, - "search_application._types:SearchApplicationTemplate": { + "search_application._types.SearchApplicationTemplate": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "script" ] }, - "search_application._types:AnalyticsCollection": { + "search_application._types.AnalyticsCollection": { "type": "object", "properties": { "event_data_stream": { - "$ref": "#/components/schemas/search_application._types:EventDataStream" + "$ref": "#/components/schemas/search_application._types.EventDataStream" } }, "required": [ "event_data_stream" ] }, - "search_application._types:EventDataStream": { + "search_application._types.EventDataStream": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "name" ] }, - "search_application.put_behavioral_analytics:AnalyticsAcknowledgeResponseBase": { + "search_application.put_behavioral_analytics.AnalyticsAcknowledgeResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -58921,20 +58921,20 @@ } ] }, - "_global.search_mvt._types:ZoomLevel": { + "_global.search_mvt._types.ZoomLevel": { "type": "number" }, - "_global.search_mvt._types:Coordinate": { + "_global.search_mvt._types.Coordinate": { "type": "number" }, - "_global.search_mvt._types:GridAggregationType": { + "_global.search_mvt._types.GridAggregationType": { "type": "string", "enum": [ "geotile", "geohex" ] }, - "_global.search_mvt._types:GridType": { + "_global.search_mvt._types.GridType": { "type": "string", "enum": [ "grid", @@ -58942,28 +58942,28 @@ "centroid" ] }, - "_types:MapboxVectorTiles": { + "_types.MapboxVectorTiles": { "type": "object" }, - "security.authenticate:AuthenticateApiKey": { + "security.authenticate.AuthenticateApiKey": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "id" ] }, - "security._types:RealmInfo": { + "security._types.RealmInfo": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -58974,11 +58974,11 @@ "type" ] }, - "security.authenticate:Token": { + "security.authenticate.Token": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -58988,32 +58988,32 @@ "name" ] }, - "security._types:RoleDescriptor": { + "security._types.RoleDescriptor": { "type": "object", "properties": { "cluster": { "description": "A list of cluster privileges. These privileges define the cluster level actions that API keys are able to execute.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "indices": { "description": "A list of indices permissions entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivileges" + "$ref": "#/components/schemas/security._types.IndicesPrivileges" } }, "applications": { "description": "A list of application privilege entries", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "run_as": { "externalDocs": { @@ -59030,7 +59030,7 @@ "type": "string" }, "restriction": { - "$ref": "#/components/schemas/security._types:Restriction" + "$ref": "#/components/schemas/security._types.Restriction" }, "transient_metadata": { "type": "object", @@ -59040,7 +59040,7 @@ } } }, - "security._types:ClusterPrivilege": { + "security._types.ClusterPrivilege": { "anyOf": [ { "type": "string", @@ -59079,22 +59079,22 @@ } ] }, - "security._types:IndicesPrivileges": { + "security._types.IndicesPrivileges": { "type": "object", "properties": { "field_security": { - "$ref": "#/components/schemas/security._types:FieldSecurity" + "$ref": "#/components/schemas/security._types.FieldSecurity" }, "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] @@ -59103,11 +59103,11 @@ "description": "The index level privileges that owners of the role have on the specified indices.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndexPrivilege" + "$ref": "#/components/schemas/security._types.IndexPrivilege" } }, "query": { - "$ref": "#/components/schemas/security._types:IndicesPrivilegesQuery" + "$ref": "#/components/schemas/security._types.IndicesPrivilegesQuery" } }, "required": [ @@ -59115,18 +59115,18 @@ "privileges" ] }, - "security._types:FieldSecurity": { + "security._types.FieldSecurity": { "type": "object", "properties": { "except": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "grant": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } }, - "security._types:IndexPrivilege": { + "security._types.IndexPrivilege": { "anyOf": [ { "type": "string", @@ -59154,36 +59154,36 @@ } ] }, - "security._types:IndicesPrivilegesQuery": { + "security._types.IndicesPrivilegesQuery": { "description": "While creating or updating a role you can provide either a JSON structure or a string to the API.\nHowever, the response provided by Elasticsearch will only be string with a json-as-text content.\n\nSince this is embedded in `IndicesPrivileges`, the same structure is used for clarity in both contexts.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { - "$ref": "#/components/schemas/security._types:RoleTemplateQuery" + "$ref": "#/components/schemas/security._types.RoleTemplateQuery" } ] }, - "security._types:RoleTemplateQuery": { + "security._types.RoleTemplateQuery": { "type": "object", "properties": { "template": { - "$ref": "#/components/schemas/security._types:RoleTemplateScript" + "$ref": "#/components/schemas/security._types.RoleTemplateScript" } } }, - "security._types:RoleTemplateScript": { + "security._types.RoleTemplateScript": { "type": "object", "properties": { "source": { - "$ref": "#/components/schemas/security._types:RoleTemplateInlineQuery" + "$ref": "#/components/schemas/security._types.RoleTemplateInlineQuery" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Specifies any named parameters that are passed into the script as variables.\nUse parameters instead of hard-coded values to decrease compile time.", @@ -59193,7 +59193,7 @@ } }, "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "options": { "type": "object", @@ -59203,17 +59203,17 @@ } } }, - "security._types:RoleTemplateInlineQuery": { + "security._types.RoleTemplateInlineQuery": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } ] }, - "security._types:ApplicationPrivileges": { + "security._types.ApplicationPrivileges": { "type": "object", "properties": { "application": { @@ -59241,14 +59241,14 @@ "resources" ] }, - "security._types:Restriction": { + "security._types.Restriction": { "type": "object", "properties": { "workflows": { "description": "A list of workflows to which the API key is restricted.\nNOTE: In order to use a role restriction, an API key must be created with a single role descriptor.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RestrictionWorkflow" + "$ref": "#/components/schemas/security._types.RestrictionWorkflow" } } }, @@ -59256,7 +59256,7 @@ "workflows" ] }, - "security._types:RestrictionWorkflow": { + "security._types.RestrictionWorkflow": { "anyOf": [ { "type": "string", @@ -59269,33 +59269,33 @@ } ] }, - "security._types:ApiKey": { + "security._types.ApiKey": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { - "$ref": "#/components/schemas/security._types:ApiKeyType" + "$ref": "#/components/schemas/security._types.ApiKeyType" }, "creation": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "expiration": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "invalidated": { "description": "Invalidation status for the API key.\nIf the key has been invalidated, it has a value of `true`. Otherwise, it is `false`.", "type": "boolean" }, "invalidation": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "realm": { "description": "Realm name of the principal for which this API key was created.", @@ -59306,13 +59306,13 @@ "type": "string" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "role_descriptors": { "description": "The role descriptors assigned to this API key when it was created or last updated.\nAn empty role descriptor means the API key inherits the owner user’s permissions.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } }, "limited_by": { @@ -59321,19 +59321,19 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } } }, "access": { - "$ref": "#/components/schemas/security._types:Access" + "$ref": "#/components/schemas/security._types.Access" }, "profile_uid": { "description": "The profile uid for the API key owner principal, if requested and if it exists", "type": "string" }, "_sort": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } }, "required": [ @@ -59347,45 +59347,45 @@ "metadata" ] }, - "security._types:ApiKeyType": { + "security._types.ApiKeyType": { "type": "string", "enum": [ "rest", "cross_cluster" ] }, - "security._types:Access": { + "security._types.Access": { "type": "object", "properties": { "replication": { "description": "A list of indices permission entries for cross-cluster replication.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ReplicationAccess" + "$ref": "#/components/schemas/security._types.ReplicationAccess" } }, "search": { "description": "A list of indices permission entries for cross-cluster search.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:SearchAccess" + "$ref": "#/components/schemas/security._types.SearchAccess" } } } }, - "security._types:ReplicationAccess": { + "security._types.ReplicationAccess": { "type": "object", "properties": { "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] @@ -59399,51 +59399,51 @@ "names" ] }, - "security._types:SearchAccess": { + "security._types.SearchAccess": { "type": "object", "properties": { "field_security": { - "$ref": "#/components/schemas/security._types:FieldSecurity" + "$ref": "#/components/schemas/security._types.FieldSecurity" }, "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] }, "query": { - "$ref": "#/components/schemas/security._types:IndicesPrivilegesQuery" + "$ref": "#/components/schemas/security._types.IndicesPrivilegesQuery" } }, "required": [ "names" ] }, - "security.get_role:Role": { + "security.get_role.Role": { "type": "object", "properties": { "cluster": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivileges" + "$ref": "#/components/schemas/security._types.IndicesPrivileges" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "description": { "type": "string" @@ -59463,13 +59463,13 @@ "applications": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "role_templates": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RoleTemplate" + "$ref": "#/components/schemas/security._types.RoleTemplate" } }, "global": { @@ -59495,28 +59495,28 @@ "applications" ] }, - "security._types:RoleTemplate": { + "security._types.RoleTemplate": { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/security._types:TemplateFormat" + "$ref": "#/components/schemas/security._types.TemplateFormat" }, "template": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "template" ] }, - "security._types:TemplateFormat": { + "security._types.TemplateFormat": { "type": "string", "enum": [ "string", "json" ] }, - "security.has_privileges:ApplicationPrivilegesCheck": { + "security.has_privileges.ApplicationPrivilegesCheck": { "type": "object", "properties": { "application": { @@ -59544,17 +59544,17 @@ "resources" ] }, - "security.has_privileges:IndexPrivilegesCheck": { + "security.has_privileges.IndexPrivilegesCheck": { "type": "object", "properties": { "names": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "privileges": { "description": "A list of the privileges that you want to check for the specified indices.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndexPrivilege" + "$ref": "#/components/schemas/security._types.IndexPrivilege" } }, "allow_restricted_indices": { @@ -59567,25 +59567,25 @@ "privileges" ] }, - "security.has_privileges:ApplicationsPrivileges": { + "security.has_privileges.ApplicationsPrivileges": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.has_privileges:ResourcePrivileges" + "$ref": "#/components/schemas/security.has_privileges.ResourcePrivileges" } }, - "security.has_privileges:ResourcePrivileges": { + "security.has_privileges.ResourcePrivileges": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.has_privileges:Privileges" + "$ref": "#/components/schemas/security.has_privileges.Privileges" } }, - "security.has_privileges:Privileges": { + "security.has_privileges.Privileges": { "type": "object", "additionalProperties": { "type": "boolean" } }, - "security._types:CreatedStatus": { + "security._types.CreatedStatus": { "type": "object", "properties": { "created": { @@ -59596,7 +59596,7 @@ "created" ] }, - "security.query_api_keys:ApiKeyAggregationContainer": { + "security.query_api_keys.ApiKeyAggregationContainer": { "allOf": [ { "type": "object", @@ -59605,11 +59605,11 @@ "description": "Sub-aggregations for this aggregation.\nOnly applies to bucket aggregations.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyAggregationContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyAggregationContainer" } }, "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, @@ -59617,31 +59617,31 @@ "type": "object", "properties": { "cardinality": { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregation" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregation" }, "composite": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregation" }, "date_range": { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregation" }, "filter": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" }, "filters": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyFiltersAggregation" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyFiltersAggregation" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregation" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregation" }, "range": { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregation" }, "terms": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregation" }, "value_count": { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregation" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregation" } }, "minProperties": 1, @@ -59649,35 +59649,35 @@ } ] }, - "security.query_api_keys:ApiKeyQueryContainer": { + "security.query_api_keys.ApiKeyQueryContainer": { "type": "object", "properties": { "bool": { - "$ref": "#/components/schemas/_types.query_dsl:BoolQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoolQuery" }, "exists": { - "$ref": "#/components/schemas/_types.query_dsl:ExistsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ExistsQuery" }, "ids": { - "$ref": "#/components/schemas/_types.query_dsl:IdsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IdsQuery" }, "match": { "description": "Returns documents that match a provided text, number, date or boolean value.\nThe provided text is analyzed before matching.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_all": { - "$ref": "#/components/schemas/_types.query_dsl:MatchAllQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchAllQuery" }, "prefix": { "description": "Returns documents that contain a specific prefix in a provided field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:PrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.PrefixQuery" }, "minProperties": 1, "maxProperties": 1 @@ -59686,31 +59686,31 @@ "description": "Returns documents that contain terms within a provided range.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.RangeQuery" }, "minProperties": 1, "maxProperties": 1 }, "simple_query_string": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringQuery" }, "term": { "description": "Returns documents that contain an exact term in a provided field.\nTo return a document, the query term must exactly match the queried field's value, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermQuery" }, "minProperties": 1, "maxProperties": 1 }, "terms": { - "$ref": "#/components/schemas/_types.query_dsl:TermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsQuery" }, "wildcard": { "description": "Returns documents that contain terms matching a wildcard pattern.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WildcardQuery" + "$ref": "#/components/schemas/_types.query_dsl.WildcardQuery" }, "minProperties": 1, "maxProperties": 1 @@ -59719,16 +59719,16 @@ "minProperties": 1, "maxProperties": 1 }, - "security.query_api_keys:ApiKeyFiltersAggregation": { + "security.query_api_keys.ApiKeyFiltersAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "filters": { - "$ref": "#/components/schemas/_types.aggregations:BucketsApiKeyQueryContainer" + "$ref": "#/components/schemas/_types.aggregations.BucketsApiKeyQueryContainer" }, "other_bucket": { "description": "Set to `true` to add a bucket to the response which will contain all documents that do not match any of the given filters.", @@ -59746,95 +59746,95 @@ } ] }, - "_types.aggregations:BucketsApiKeyQueryContainer": { + "_types.aggregations.BucketsApiKeyQueryContainer": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" } } ] }, - "security.query_api_keys:ApiKeyAggregate": { + "security.query_api_keys.ApiKeyAggregate": { "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregate" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregate" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:LongTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.LongTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregate" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FilterAggregate" + "$ref": "#/components/schemas/_types.aggregations.FilterAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FiltersAggregate" + "$ref": "#/components/schemas/_types.aggregations.FiltersAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregate" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregate" } ] }, - "security.query_role:RoleQueryContainer": { + "security.query_role.RoleQueryContainer": { "type": "object", "properties": { "bool": { - "$ref": "#/components/schemas/_types.query_dsl:BoolQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoolQuery" }, "exists": { - "$ref": "#/components/schemas/_types.query_dsl:ExistsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ExistsQuery" }, "ids": { - "$ref": "#/components/schemas/_types.query_dsl:IdsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IdsQuery" }, "match": { "description": "Returns roles that match a provided text, number, date or boolean value.\nThe provided text is analyzed before matching.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_all": { - "$ref": "#/components/schemas/_types.query_dsl:MatchAllQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchAllQuery" }, "prefix": { "description": "Returns roles that contain a specific prefix in a provided field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:PrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.PrefixQuery" }, "minProperties": 1, "maxProperties": 1 @@ -59843,31 +59843,31 @@ "description": "Returns roles that contain terms within a provided range.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.RangeQuery" }, "minProperties": 1, "maxProperties": 1 }, "simple_query_string": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringQuery" }, "term": { "description": "Returns roles that contain an exact term in a provided field.\nTo return a document, the query term must exactly match the queried field's value, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermQuery" }, "minProperties": 1, "maxProperties": 1 }, "terms": { - "$ref": "#/components/schemas/_types.query_dsl:TermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsQuery" }, "wildcard": { "description": "Returns roles that contain terms matching a wildcard pattern.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WildcardQuery" + "$ref": "#/components/schemas/_types.query_dsl.WildcardQuery" }, "minProperties": 1, "maxProperties": 1 @@ -59876,16 +59876,16 @@ "minProperties": 1, "maxProperties": 1 }, - "security.query_role:QueryRole": { + "security.query_role.QueryRole": { "allOf": [ { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" }, { "type": "object", "properties": { "_sort": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "name": { "description": "Name of the role.", @@ -59898,11 +59898,11 @@ } ] }, - "sql._types:Column": { + "sql._types.Column": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -59913,13 +59913,13 @@ "type" ] }, - "sql._types:Row": { + "sql._types.Row": { "type": "array", "items": { "type": "object" } }, - "sql.query:SqlFormat": { + "sql.query.SqlFormat": { "type": "string", "enum": [ "csv", @@ -59931,14 +59931,14 @@ "smile" ] }, - "synonyms._types:SynonymsUpdateResult": { + "synonyms._types.SynonymsUpdateResult": { "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "reload_analyzers_details": { - "$ref": "#/components/schemas/indices.reload_search_analyzers:ReloadResult" + "$ref": "#/components/schemas/indices.reload_search_analyzers.ReloadResult" } }, "required": [ @@ -59946,17 +59946,17 @@ "reload_analyzers_details" ] }, - "indices.reload_search_analyzers:ReloadResult": { + "indices.reload_search_analyzers.ReloadResult": { "type": "object", "properties": { "reload_details": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.reload_search_analyzers:ReloadDetails" + "$ref": "#/components/schemas/indices.reload_search_analyzers.ReloadDetails" } }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -59964,7 +59964,7 @@ "_shards" ] }, - "indices.reload_search_analyzers:ReloadDetails": { + "indices.reload_search_analyzers.ReloadDetails": { "type": "object", "properties": { "index": { @@ -59989,14 +59989,14 @@ "reloaded_node_ids" ] }, - "synonyms._types:SynonymRuleRead": { + "synonyms._types.SynonymRuleRead": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "synonyms": { - "$ref": "#/components/schemas/synonyms._types:SynonymString" + "$ref": "#/components/schemas/synonyms._types.SynonymString" } }, "required": [ @@ -60004,14 +60004,14 @@ "synonyms" ] }, - "synonyms._types:SynonymString": { + "synonyms._types.SynonymString": { "type": "string" }, - "synonyms.get_synonyms_sets:SynonymsSetItem": { + "synonyms.get_synonyms_sets.SynonymsSetItem": { "type": "object", "properties": { "synonyms_set": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "count": { "description": "Number of synonym rules that the synonym set contains", @@ -60023,21 +60023,21 @@ "count" ] }, - "synonyms._types:SynonymRule": { + "synonyms._types.SynonymRule": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "synonyms": { - "$ref": "#/components/schemas/synonyms._types:SynonymString" + "$ref": "#/components/schemas/synonyms._types.SynonymString" } }, "required": [ "synonyms" ] }, - "tasks._types:TaskInfo": { + "tasks._types.TaskInfo": { "type": "object", "properties": { "action": { @@ -60063,16 +60063,16 @@ "type": "number" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "running_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "running_time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "status": { "description": "The internal status of the task, which varies from task to task.\nThe format also varies.\nWhile the goal is to keep the status for a particular task consistent from version to version, this is not always possible because sometimes the implementation changes.\nFields might be removed from the status for a particular request so any parsing you do of the status might break in minor releases.", @@ -60082,7 +60082,7 @@ "type": "string" }, "parent_task_id": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" } }, "required": [ @@ -60096,54 +60096,54 @@ "type" ] }, - "transform.get_transform:TransformSummary": { + "transform.get_transform.TransformSummary": { "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:TransformAuthorization" + "$ref": "#/components/schemas/ml._types.TransformAuthorization" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "create_time_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "dest": { - "$ref": "#/components/schemas/_global.reindex:Destination" + "$ref": "#/components/schemas/_global.reindex.Destination" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ @@ -60152,11 +60152,11 @@ "source" ] }, - "ml._types:TransformAuthorization": { + "ml._types.TransformAuthorization": { "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/ml._types:ApiKeyAuthorization" + "$ref": "#/components/schemas/ml._types.ApiKeyAuthorization" }, "roles": { "description": "If a user ID was used for the most recent update to the transform, its roles at the time of the update are listed in the response.", @@ -60171,17 +60171,17 @@ } } }, - "transform._types:Latest": { + "transform._types.Latest": { "type": "object", "properties": { "sort": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "unique_key": { "description": "Specifies an array of one or more fields that are used to group the data.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } }, @@ -60190,62 +60190,62 @@ "unique_key" ] }, - "transform._types:Pivot": { + "transform._types.Pivot": { "type": "object", "properties": { "aggregations": { "description": "Defines how to aggregate the grouped data. The following aggregations are currently supported: average, bucket\nscript, bucket selector, cardinality, filter, geo bounds, geo centroid, geo line, max, median absolute deviation,\nmin, missing, percentiles, rare terms, scripted metric, stats, sum, terms, top metrics, value count, weighted\naverage.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "group_by": { "description": "Defines how to group the data. More than one grouping can be defined per pivot. The following groupings are\ncurrently supported: date histogram, geotile grid, histogram, terms.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/transform._types:PivotGroupByContainer" + "$ref": "#/components/schemas/transform._types.PivotGroupByContainer" } } } }, - "transform._types:PivotGroupByContainer": { + "transform._types.PivotGroupByContainer": { "type": "object", "properties": { "date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramAggregation" }, "geotile_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridAggregation" }, "histogram": { - "$ref": "#/components/schemas/_types.aggregations:HistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.HistogramAggregation" }, "terms": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregation" } }, "minProperties": 1, "maxProperties": 1 }, - "transform._types:RetentionPolicyContainer": { + "transform._types.RetentionPolicyContainer": { "type": "object", "properties": { "time": { - "$ref": "#/components/schemas/transform._types:RetentionPolicy" + "$ref": "#/components/schemas/transform._types.RetentionPolicy" } }, "minProperties": 1, "maxProperties": 1 }, - "transform._types:RetentionPolicy": { + "transform._types.RetentionPolicy": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "max_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ @@ -60253,7 +60253,7 @@ "max_age" ] }, - "transform._types:Settings": { + "transform._types.Settings": { "type": "object", "properties": { "align_checkpoints": { @@ -60282,58 +60282,58 @@ } } }, - "transform._types:Source": { + "transform._types.Source": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } }, "required": [ "index" ] }, - "transform._types:SyncContainer": { + "transform._types.SyncContainer": { "type": "object", "properties": { "time": { - "$ref": "#/components/schemas/transform._types:TimeSync" + "$ref": "#/components/schemas/transform._types.TimeSync" } }, "minProperties": 1, "maxProperties": 1 }, - "transform._types:TimeSync": { + "transform._types.TimeSync": { "type": "object", "properties": { "delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "transform.get_transform_stats:TransformStats": { + "transform.get_transform_stats.TransformStats": { "type": "object", "properties": { "checkpointing": { - "$ref": "#/components/schemas/transform.get_transform_stats:Checkpointing" + "$ref": "#/components/schemas/transform.get_transform_stats.Checkpointing" }, "health": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformStatsHealth" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformStatsHealth" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "reason": { "type": "string" @@ -60342,7 +60342,7 @@ "type": "string" }, "stats": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformIndexerStats" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformIndexerStats" } }, "required": [ @@ -60352,20 +60352,20 @@ "stats" ] }, - "transform.get_transform_stats:Checkpointing": { + "transform.get_transform_stats.Checkpointing": { "type": "object", "properties": { "changes_last_detected_at": { "type": "number" }, "changes_last_detected_at_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last": { - "$ref": "#/components/schemas/transform.get_transform_stats:CheckpointStats" + "$ref": "#/components/schemas/transform.get_transform_stats.CheckpointStats" }, "next": { - "$ref": "#/components/schemas/transform.get_transform_stats:CheckpointStats" + "$ref": "#/components/schemas/transform.get_transform_stats.CheckpointStats" }, "operations_behind": { "type": "number" @@ -60374,40 +60374,40 @@ "type": "number" }, "last_search_time_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ "last" ] }, - "transform.get_transform_stats:CheckpointStats": { + "transform.get_transform_stats.CheckpointStats": { "type": "object", "properties": { "checkpoint": { "type": "number" }, "checkpoint_progress": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformProgress" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformProgress" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "timestamp_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time_upper_bound": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "time_upper_bound_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ "checkpoint" ] }, - "transform.get_transform_stats:TransformProgress": { + "transform.get_transform_stats.TransformProgress": { "type": "object", "properties": { "docs_indexed": { @@ -60431,17 +60431,17 @@ "docs_processed" ] }, - "transform.get_transform_stats:TransformStatsHealth": { + "transform.get_transform_stats.TransformStatsHealth": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "issues": { "description": "If a non-healthy status is returned, contains a list of issues of the transform.", "type": "array", "items": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformHealthIssue" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformHealthIssue" } } }, @@ -60449,7 +60449,7 @@ "status" ] }, - "transform.get_transform_stats:TransformHealthIssue": { + "transform.get_transform_stats.TransformHealthIssue": { "type": "object", "properties": { "type": { @@ -60469,10 +60469,10 @@ "type": "number" }, "first_occurrence": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "first_occurence_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -60481,11 +60481,11 @@ "count" ] }, - "transform.get_transform_stats:TransformIndexerStats": { + "transform.get_transform_stats.TransformIndexerStats": { "type": "object", "properties": { "delete_time_in_ms": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "documents_indexed": { "type": "number" @@ -60497,7 +60497,7 @@ "type": "number" }, "exponential_avg_checkpoint_duration_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "exponential_avg_documents_indexed": { "type": "number" @@ -60509,7 +60509,7 @@ "type": "number" }, "index_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "index_total": { "type": "number" @@ -60518,7 +60518,7 @@ "type": "number" }, "processing_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "processing_total": { "type": "number" @@ -60527,7 +60527,7 @@ "type": "number" }, "search_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "search_total": { "type": "number" @@ -60554,11 +60554,11 @@ "trigger_count" ] }, - "transform._types:Destination": { + "transform._types.Destination": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "pipeline": { "description": "The unique identifier for an ingest pipeline.", @@ -60566,16 +60566,16 @@ } } }, - "_global.update:UpdateWriteResponseBase": { + "_global.update.UpdateWriteResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" }, { "type": "object", "properties": { "get": { - "$ref": "#/components/schemas/_types:InlineGet" + "$ref": "#/components/schemas/_types.InlineGet" } } } @@ -60583,12 +60583,12 @@ } }, "responses": { - "async_search.submit:200": { + "async_search.submit-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/async_search._types:AsyncSearchDocumentResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchDocumentResponseBase" }, "examples": { "AsyncSearchSubmitResponseExample1": { @@ -60599,7 +60599,7 @@ } } }, - "bulk:200": { + "bulk-200": { "description": "", "content": { "application/json": { @@ -60616,7 +60616,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.bulk:ResponseItem" + "$ref": "#/components/schemas/_global.bulk.ResponseItem" }, "minProperties": 1, "maxProperties": 1 @@ -60655,14 +60655,14 @@ } } }, - "cat.aliases:200": { + "cat.aliases-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.aliases:AliasesRecord" + "$ref": "#/components/schemas/cat.aliases.AliasesRecord" } }, "examples": { @@ -60674,14 +60674,14 @@ } } }, - "cat.component_templates:200": { + "cat.component_templates-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.component_templates:ComponentTemplate" + "$ref": "#/components/schemas/cat.component_templates.ComponentTemplate" } }, "examples": { @@ -60693,14 +60693,14 @@ } } }, - "cat.count:200": { + "cat.count-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.count:CountRecord" + "$ref": "#/components/schemas/cat.count.CountRecord" } }, "examples": { @@ -60718,14 +60718,14 @@ } } }, - "cat.indices:200": { + "cat.indices-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.indices:IndicesRecord" + "$ref": "#/components/schemas/cat.indices.IndicesRecord" } }, "examples": { @@ -60737,14 +60737,14 @@ } } }, - "cat.ml_data_frame_analytics:200": { + "cat.ml_data_frame_analytics-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_data_frame_analytics:DataFrameAnalyticsRecord" + "$ref": "#/components/schemas/cat.ml_data_frame_analytics.DataFrameAnalyticsRecord" } }, "examples": { @@ -60756,14 +60756,14 @@ } } }, - "cat.ml_datafeeds:200": { + "cat.ml_datafeeds-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_datafeeds:DatafeedsRecord" + "$ref": "#/components/schemas/cat.ml_datafeeds.DatafeedsRecord" } }, "examples": { @@ -60775,14 +60775,14 @@ } } }, - "cat.ml_jobs:200": { + "cat.ml_jobs-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_jobs:JobsRecord" + "$ref": "#/components/schemas/cat.ml_jobs.JobsRecord" } }, "examples": { @@ -60794,14 +60794,14 @@ } } }, - "cat.ml_trained_models:200": { + "cat.ml_trained_models-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_trained_models:TrainedModelsRecord" + "$ref": "#/components/schemas/cat.ml_trained_models.TrainedModelsRecord" } }, "examples": { @@ -60813,14 +60813,14 @@ } } }, - "cat.transforms:200": { + "cat.transforms-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.transforms:TransformsRecord" + "$ref": "#/components/schemas/cat.transforms.TransformsRecord" } }, "examples": { @@ -60832,7 +60832,7 @@ } } }, - "clear_scroll:200": { + "clear_scroll-200": { "description": "", "content": { "application/json": { @@ -60856,7 +60856,7 @@ } } }, - "cluster.get_component_template:200": { + "cluster.get_component_template-200": { "description": "", "content": { "application/json": { @@ -60866,7 +60866,7 @@ "component_templates": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster._types:ComponentTemplate" + "$ref": "#/components/schemas/cluster._types.ComponentTemplate" } } }, @@ -60877,17 +60877,17 @@ } } }, - "cluster.put_component_template:200": { + "cluster.put_component_template-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "connector.put:200": { + "connector.put-200": { "description": "", "content": { "application/json": { @@ -60895,10 +60895,10 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -60914,7 +60914,7 @@ } } }, - "count:200": { + "count-200": { "description": "", "content": { "application/json": { @@ -60925,7 +60925,7 @@ "type": "number" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -60942,17 +60942,17 @@ } } }, - "create:200": { + "create-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" } } } }, - "enrich.get_policy:200": { + "enrich.get_policy-200": { "description": "", "content": { "application/json": { @@ -60962,7 +60962,7 @@ "policies": { "type": "array", "items": { - "$ref": "#/components/schemas/enrich._types:Summary" + "$ref": "#/components/schemas/enrich._types.Summary" } } }, @@ -60973,12 +60973,12 @@ } } }, - "eql.search:200": { + "eql.search-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/eql._types:EqlSearchResponseBase" + "$ref": "#/components/schemas/eql._types.EqlSearchResponseBase" }, "examples": { "EqlSearchResponseExample2": { @@ -60990,7 +60990,7 @@ } } }, - "explain:200": { + "explain-200": { "description": "", "content": { "application/json": { @@ -60998,19 +60998,19 @@ "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "matched": { "type": "boolean" }, "explanation": { - "$ref": "#/components/schemas/_global.explain:ExplanationDetail" + "$ref": "#/components/schemas/_global.explain.ExplanationDetail" }, "get": { - "$ref": "#/components/schemas/_types:InlineGet" + "$ref": "#/components/schemas/_types.InlineGet" } }, "required": [ @@ -61028,7 +61028,7 @@ } } }, - "field_caps:200": { + "field_caps-200": { "description": "", "content": { "application/json": { @@ -61036,14 +61036,14 @@ "type": "object", "properties": { "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "fields": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.field_caps:FieldCapability" + "$ref": "#/components/schemas/_global.field_caps.FieldCapability" } } } @@ -61068,7 +61068,7 @@ } } }, - "graph.explore:200": { + "graph.explore-200": { "description": "", "content": { "application/json": { @@ -61078,13 +61078,13 @@ "connections": { "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:Connection" + "$ref": "#/components/schemas/graph._types.Connection" } }, "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } }, "timed_out": { @@ -61096,7 +61096,7 @@ "vertices": { "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:Vertex" + "$ref": "#/components/schemas/graph._types.Vertex" } } }, @@ -61111,12 +61111,12 @@ } } }, - "index:200": { + "index-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" }, "examples": { "IndexResponseExample1": { @@ -61133,7 +61133,7 @@ } } }, - "indices.analyze:200": { + "indices.analyze-200": { "description": "", "content": { "application/json": { @@ -61141,12 +61141,12 @@ "type": "object", "properties": { "detail": { - "$ref": "#/components/schemas/indices.analyze:AnalyzeDetail" + "$ref": "#/components/schemas/indices.analyze.AnalyzeDetail" }, "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:AnalyzeToken" + "$ref": "#/components/schemas/indices.analyze.AnalyzeToken" } } } @@ -61160,36 +61160,36 @@ } } }, - "indices.delete_alias:200": { + "indices.delete_alias-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.exists_alias:200": { + "indices.exists_alias-200": { "description": "", "content": { "application/json": {} } }, - "indices.get_alias:200": { + "indices.get_alias-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.get_alias:IndexAliases" + "$ref": "#/components/schemas/indices.get_alias.IndexAliases" } } } } }, - "indices.get_data_stream:200": { + "indices.get_data_stream-200": { "description": "", "content": { "application/json": { @@ -61199,7 +61199,7 @@ "data_streams": { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DataStream" + "$ref": "#/components/schemas/indices._types.DataStream" } } }, @@ -61216,7 +61216,7 @@ } } }, - "indices.get_index_template:200": { + "indices.get_index_template-200": { "description": "", "content": { "application/json": { @@ -61226,7 +61226,7 @@ "index_templates": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get_index_template:IndexTemplateItem" + "$ref": "#/components/schemas/indices.get_index_template.IndexTemplateItem" } } }, @@ -61237,83 +61237,83 @@ } } }, - "indices.get_mapping:200": { + "indices.get_mapping-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.get_mapping:IndexMappingRecord" + "$ref": "#/components/schemas/indices.get_mapping.IndexMappingRecord" } } } } }, - "indices.get_settings:200": { + "indices.get_settings-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" } } } } }, - "indices.put_alias:200": { + "indices.put_alias-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.put_index_template:200": { + "indices.put_index_template-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.put_mapping:200": { + "indices.put_mapping-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:IndicesResponseBase" + "$ref": "#/components/schemas/_types.IndicesResponseBase" } } } }, - "indices.put_settings:200": { + "indices.put_settings-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.refresh:200": { + "indices.refresh-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:ShardsOperationResponseBase" + "$ref": "#/components/schemas/_types.ShardsOperationResponseBase" } } } }, - "indices.rollover:200": { + "indices.rollover-200": { "description": "", "content": { "application/json": { @@ -61364,7 +61364,7 @@ } } }, - "indices.simulate_template:200": { + "indices.simulate_template-200": { "description": "", "content": { "application/json": { @@ -61374,11 +61374,11 @@ "overlapping": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.simulate_template:Overlapping" + "$ref": "#/components/schemas/indices.simulate_template.Overlapping" } }, "template": { - "$ref": "#/components/schemas/indices.simulate_template:Template" + "$ref": "#/components/schemas/indices.simulate_template.Template" } }, "required": [ @@ -61394,7 +61394,7 @@ } } }, - "indices.validate_query:200": { + "indices.validate_query-200": { "description": "", "content": { "application/json": { @@ -61404,11 +61404,11 @@ "explanations": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.validate_query:IndicesValidationExplanation" + "$ref": "#/components/schemas/indices.validate_query.IndicesValidationExplanation" } }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "valid": { "type": "boolean" @@ -61424,17 +61424,17 @@ } } }, - "inference.delete:200": { + "inference.delete-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:DeleteInferenceEndpointResult" + "$ref": "#/components/schemas/inference._types.DeleteInferenceEndpointResult" } } } }, - "inference.get:200": { + "inference.get-200": { "description": "", "content": { "application/json": { @@ -61444,7 +61444,7 @@ "endpoints": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } }, @@ -61455,24 +61455,24 @@ } } }, - "inference.put:200": { + "inference.put-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } }, - "ingest.get_pipeline:200": { + "ingest.get_pipeline-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ingest._types:Pipeline" + "$ref": "#/components/schemas/ingest._types.Pipeline" } }, "examples": { @@ -61484,7 +61484,7 @@ } } }, - "ingest.simulate:200": { + "ingest.simulate-200": { "description": "", "content": { "application/json": { @@ -61494,7 +61494,7 @@ "docs": { "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:SimulateDocumentResult" + "$ref": "#/components/schemas/ingest._types.SimulateDocumentResult" } } }, @@ -61511,14 +61511,14 @@ } } }, - "logstash.get_pipeline:200": { + "logstash.get_pipeline-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/logstash._types:Pipeline" + "$ref": "#/components/schemas/logstash._types.Pipeline" } }, "examples": { @@ -61530,7 +61530,7 @@ } } }, - "mget:200": { + "mget-200": { "description": "", "content": { "application/json": { @@ -61541,7 +61541,7 @@ "description": "The response includes a docs array that contains the documents in the order specified in the request.\nThe structure of the returned documents is similar to that returned by the get API.\nIf there is a failure getting a particular document, the error is included in place of the document.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.mget:ResponseItem" + "$ref": "#/components/schemas/_global.mget.ResponseItem" } } }, @@ -61552,7 +61552,7 @@ } } }, - "ml.get_calendars:200": { + "ml.get_calendars-200": { "description": "", "content": { "application/json": { @@ -61562,7 +61562,7 @@ "calendars": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.get_calendars:Calendar" + "$ref": "#/components/schemas/ml.get_calendars.Calendar" } }, "count": { @@ -61577,7 +61577,7 @@ } } }, - "ml.get_data_frame_analytics:200": { + "ml.get_data_frame_analytics-200": { "description": "", "content": { "application/json": { @@ -61591,7 +61591,7 @@ "description": "An array of data frame analytics job resources, which are sorted by the id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSummary" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSummary" } } }, @@ -61603,7 +61603,7 @@ } } }, - "ml.get_data_frame_analytics_stats:200": { + "ml.get_data_frame_analytics_stats-200": { "description": "", "content": { "application/json": { @@ -61617,7 +61617,7 @@ "description": "An array of objects that contain usage information for data frame analytics jobs, which are sorted by the id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalytics" + "$ref": "#/components/schemas/ml._types.DataframeAnalytics" } } }, @@ -61629,7 +61629,7 @@ } } }, - "ml.get_datafeed_stats:200": { + "ml.get_datafeed_stats-200": { "description": "", "content": { "application/json": { @@ -61642,7 +61642,7 @@ "datafeeds": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DatafeedStats" + "$ref": "#/components/schemas/ml._types.DatafeedStats" } } }, @@ -61654,7 +61654,7 @@ } } }, - "ml.get_datafeeds:200": { + "ml.get_datafeeds-200": { "description": "", "content": { "application/json": { @@ -61667,7 +61667,7 @@ "datafeeds": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" } } }, @@ -61679,7 +61679,7 @@ } } }, - "ml.get_filters:200": { + "ml.get_filters-200": { "description": "", "content": { "application/json": { @@ -61692,7 +61692,7 @@ "filters": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Filter" + "$ref": "#/components/schemas/ml._types.Filter" } } }, @@ -61704,7 +61704,7 @@ } } }, - "ml.get_job_stats:200": { + "ml.get_job_stats-200": { "description": "", "content": { "application/json": { @@ -61717,7 +61717,7 @@ "jobs": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:JobStats" + "$ref": "#/components/schemas/ml._types.JobStats" } } }, @@ -61729,7 +61729,7 @@ } } }, - "ml.get_jobs:200": { + "ml.get_jobs-200": { "description": "", "content": { "application/json": { @@ -61742,7 +61742,7 @@ "jobs": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Job" + "$ref": "#/components/schemas/ml._types.Job" } } }, @@ -61754,7 +61754,7 @@ } } }, - "ml.get_overall_buckets:200": { + "ml.get_overall_buckets-200": { "description": "", "content": { "application/json": { @@ -61768,7 +61768,7 @@ "description": "Array of overall bucket objects", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:OverallBucket" + "$ref": "#/components/schemas/ml._types.OverallBucket" } } }, @@ -61780,7 +61780,7 @@ } } }, - "ml.get_trained_models:200": { + "ml.get_trained_models-200": { "description": "", "content": { "application/json": { @@ -61794,7 +61794,7 @@ "description": "An array of trained model resources, which are sorted by the model_id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfig" + "$ref": "#/components/schemas/ml._types.TrainedModelConfig" } } }, @@ -61806,7 +61806,7 @@ } } }, - "ml.get_trained_models_stats:200": { + "ml.get_trained_models_stats-200": { "description": "", "content": { "application/json": { @@ -61821,7 +61821,7 @@ "description": "An array of trained model statistics, which are sorted by the model_id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelStats" + "$ref": "#/components/schemas/ml._types.TrainedModelStats" } } }, @@ -61833,7 +61833,7 @@ } } }, - "ml.preview_data_frame_analytics:200": { + "ml.preview_data_frame_analytics-200": { "description": "", "content": { "application/json": { @@ -61858,7 +61858,7 @@ } } }, - "ml.preview_datafeed:200": { + "ml.preview_datafeed-200": { "description": "", "content": { "application/json": { @@ -61871,27 +61871,27 @@ } } }, - "msearch:200": { + "msearch-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.msearch:MultiSearchResult" + "$ref": "#/components/schemas/_global.msearch.MultiSearchResult" } } } }, - "msearch_template:200": { + "msearch_template-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.msearch:MultiSearchResult" + "$ref": "#/components/schemas/_global.msearch.MultiSearchResult" } } } }, - "mtermvectors:200": { + "mtermvectors-200": { "description": "", "content": { "application/json": { @@ -61901,7 +61901,7 @@ "docs": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.mtermvectors:TermVectorsResult" + "$ref": "#/components/schemas/_global.mtermvectors.TermVectorsResult" } } }, @@ -61912,17 +61912,17 @@ } } }, - "put_script:200": { + "put_script-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "rank_eval:200": { + "rank_eval-200": { "description": "", "content": { "application/json": { @@ -61937,7 +61937,7 @@ "description": "The details section contains one entry for every query in the original requests section, keyed by the search request id", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricDetail" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricDetail" } }, "failures": { @@ -61956,7 +61956,7 @@ } } }, - "render_search_template:200": { + "render_search_template-200": { "description": "", "content": { "application/json": { @@ -61977,7 +61977,7 @@ } } }, - "scripts_painless_execute:200": { + "scripts_painless_execute-200": { "description": "", "content": { "application/json": { @@ -62012,22 +62012,22 @@ } } }, - "scroll:200": { + "scroll-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" } } } }, - "search:200": { + "search-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" }, "examples": { "SearchResponseExample1": { @@ -62038,14 +62038,14 @@ } } }, - "search_application.get_behavioral_analytics:200": { + "search_application.get_behavioral_analytics-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/search_application._types:AnalyticsCollection" + "$ref": "#/components/schemas/search_application._types.AnalyticsCollection" } }, "examples": { @@ -62057,22 +62057,22 @@ } } }, - "search_application.search:200": { + "search_application.search-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" } } } }, - "search_mvt:200": { + "search_mvt-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:MapboxVectorTiles" + "$ref": "#/components/schemas/_types.MapboxVectorTiles" }, "examples": { "SearchMvtResponseExample1": { @@ -62083,7 +62083,7 @@ } } }, - "search_template:200": { + "search_template-200": { "description": "", "content": { "application/json": { @@ -62097,19 +62097,19 @@ "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "fields": { "type": "object", @@ -62124,20 +62124,20 @@ "type": "number" }, "profile": { - "$ref": "#/components/schemas/_global.search._types:Profile" + "$ref": "#/components/schemas/_global.search._types.Profile" }, "pit_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "suggest": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Suggest" + "$ref": "#/components/schemas/_global.search._types.Suggest" } } }, @@ -62155,7 +62155,7 @@ } } }, - "security.create_api_key:200": { + "security.create_api_key-200": { "description": "", "content": { "application/json": { @@ -62171,10 +62171,10 @@ "type": "number" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "encoded": { "description": "API key credentials which is the base64-encoding of\nthe UTF-8 representation of `id` and `api_key` joined\nby a colon (`:`).", @@ -62197,14 +62197,14 @@ } } }, - "security.get_role:200": { + "security.get_role-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.get_role:Role" + "$ref": "#/components/schemas/security.get_role.Role" } }, "examples": { @@ -62216,7 +62216,7 @@ } } }, - "security.has_privileges:200": { + "security.has_privileges-200": { "description": "", "content": { "application/json": { @@ -62224,7 +62224,7 @@ "type": "object", "properties": { "application": { - "$ref": "#/components/schemas/security.has_privileges:ApplicationsPrivileges" + "$ref": "#/components/schemas/security.has_privileges.ApplicationsPrivileges" }, "cluster": { "type": "object", @@ -62238,11 +62238,11 @@ "index": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.has_privileges:Privileges" + "$ref": "#/components/schemas/security.has_privileges.Privileges" } }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } }, "required": [ @@ -62262,7 +62262,7 @@ } } }, - "security.put_role:200": { + "security.put_role-200": { "description": "", "content": { "application/json": { @@ -62270,7 +62270,7 @@ "type": "object", "properties": { "role": { - "$ref": "#/components/schemas/security._types:CreatedStatus" + "$ref": "#/components/schemas/security._types.CreatedStatus" } }, "required": [ @@ -62286,7 +62286,7 @@ } } }, - "security.query_api_keys:200": { + "security.query_api_keys-200": { "description": "", "content": { "application/json": { @@ -62305,14 +62305,14 @@ "description": "A list of API key information.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApiKey" + "$ref": "#/components/schemas/security._types.ApiKey" } }, "aggregations": { "description": "The aggregations result, if requested.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyAggregate" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyAggregate" } } }, @@ -62342,7 +62342,7 @@ } } }, - "security.query_role:200": { + "security.query_role-200": { "description": "", "content": { "application/json": { @@ -62361,7 +62361,7 @@ "description": "A list of roles that match the query.\nThe returned role format is an extension of the role definition format.\nIt adds the `transient_metadata.enabled` and the `_sort` fields.\n`transient_metadata.enabled` is set to `false` in case the role is automatically disabled, for example when the role grants privileges that are not allowed by the installed license.\n`_sort` is present when the search query sorts on some field.\nIt contains the array of values that have been used for sorting.", "type": "array", "items": { - "$ref": "#/components/schemas/security.query_role:QueryRole" + "$ref": "#/components/schemas/security.query_role.QueryRole" } } }, @@ -62386,7 +62386,7 @@ } } }, - "sql.query:200": { + "sql.query-200": { "description": "", "content": { "application/json": { @@ -62397,7 +62397,7 @@ "description": "Column headings for the search results. Each object is a column.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Column" + "$ref": "#/components/schemas/sql._types.Column" } }, "cursor": { @@ -62405,7 +62405,7 @@ "type": "string" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_running": { "description": "If `true`, the search is still running.\nIf `false`, the search has finished.\nThis value is returned only for async and saved synchronous searches.\nFor CSV, TSV, and TXT responses, this value is returned in the `Async-partial` HTTP header.", @@ -62419,7 +62419,7 @@ "description": "The values for the search results.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Row" + "$ref": "#/components/schemas/sql._types.Row" } } }, @@ -62430,7 +62430,7 @@ } } }, - "sql.translate:200": { + "sql.translate-200": { "description": "", "content": { "application/json": { @@ -62440,33 +62440,33 @@ "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "size": { "type": "number" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" } } } } } }, - "terms_enum:200": { + "terms_enum-200": { "description": "", "content": { "application/json": { @@ -62474,7 +62474,7 @@ "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "terms": { "type": "array", @@ -62502,7 +62502,7 @@ } } }, - "termvectors:200": { + "termvectors-200": { "description": "", "content": { "application/json": { @@ -62513,22 +62513,22 @@ "type": "boolean" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "term_vectors": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.termvectors:TermVector" + "$ref": "#/components/schemas/_global.termvectors.TermVector" } }, "took": { "type": "number" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -62558,7 +62558,7 @@ } } }, - "transform.get_transform:200": { + "transform.get_transform-200": { "description": "", "content": { "application/json": { @@ -62571,7 +62571,7 @@ "transforms": { "type": "array", "items": { - "$ref": "#/components/schemas/transform.get_transform:TransformSummary" + "$ref": "#/components/schemas/transform.get_transform.TransformSummary" } } }, @@ -62589,7 +62589,7 @@ } } }, - "transform.preview_transform:200": { + "transform.preview_transform-200": { "description": "", "content": { "application/json": { @@ -62597,7 +62597,7 @@ "type": "object", "properties": { "generated_dest_index": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" }, "preview": { "type": "array", @@ -62622,38 +62622,38 @@ } }, "parameters": { - "async_search.submit:index": { + "async_search.submit-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "async_search.submit:wait_for_completion_timeout": { + "async_search.submit-wait_for_completion_timeout": { "in": "query", "name": "wait_for_completion_timeout", "description": "Blocks and waits until the search is completed up to a certain timeout.\nWhen the async search completes within the timeout, the response won’t include the ID as the results are not stored in the cluster.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "async_search.submit:keep_alive": { + "async_search.submit-keep_alive": { "in": "query", "name": "keep_alive", "description": "Specifies how long the async search needs to be available.\nOngoing async searches and any saved search results are deleted after this period.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "async_search.submit:keep_on_completion": { + "async_search.submit-keep_on_completion": { "in": "query", "name": "keep_on_completion", "description": "If `true`, results are stored for later retrieval when the search completes within the `wait_for_completion_timeout`.", @@ -62663,7 +62663,7 @@ }, "style": "form" }, - "async_search.submit:allow_no_indices": { + "async_search.submit-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -62673,7 +62673,7 @@ }, "style": "form" }, - "async_search.submit:allow_partial_search_results": { + "async_search.submit-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "Indicate if an error should be returned if there is a partial search failure or timeout", @@ -62683,7 +62683,7 @@ }, "style": "form" }, - "async_search.submit:analyzer": { + "async_search.submit-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string", @@ -62693,7 +62693,7 @@ }, "style": "form" }, - "async_search.submit:analyze_wildcard": { + "async_search.submit-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "Specify whether wildcard and prefix queries should be analyzed (default: false)", @@ -62703,7 +62703,7 @@ }, "style": "form" }, - "async_search.submit:batched_reduce_size": { + "async_search.submit-batched_reduce_size": { "in": "query", "name": "batched_reduce_size", "description": "Affects how often partial results become available, which happens whenever shard results are reduced.\nA partial reduction is performed every time the coordinating node has received a certain number of new shard responses (5 by default).", @@ -62713,7 +62713,7 @@ }, "style": "form" }, - "async_search.submit:ccs_minimize_roundtrips": { + "async_search.submit-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "The default value is the only supported value.", @@ -62723,17 +62723,17 @@ }, "style": "form" }, - "async_search.submit:default_operator": { + "async_search.submit-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query (AND or OR)", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "async_search.submit:df": { + "async_search.submit-df": { "in": "query", "name": "df", "description": "The field to use as default where no field prefix is given in the query string", @@ -62743,27 +62743,27 @@ }, "style": "form" }, - "async_search.submit:docvalue_fields": { + "async_search.submit-docvalue_fields": { "in": "query", "name": "docvalue_fields", "description": "A comma-separated list of fields to return as the docvalue representation of a field for each hit", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:expand_wildcards": { + "async_search.submit-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "async_search.submit:explain": { + "async_search.submit-explain": { "in": "query", "name": "explain", "description": "Specify whether to return detailed information about score computation as part of a hit", @@ -62773,7 +62773,7 @@ }, "style": "form" }, - "async_search.submit:ignore_throttled": { + "async_search.submit-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "Whether specified concrete, expanded or aliased indices should be ignored when throttled", @@ -62783,7 +62783,7 @@ }, "style": "form" }, - "async_search.submit:ignore_unavailable": { + "async_search.submit-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -62793,7 +62793,7 @@ }, "style": "form" }, - "async_search.submit:lenient": { + "async_search.submit-lenient": { "in": "query", "name": "lenient", "description": "Specify whether format-based query failures (such as providing text to a numeric field) should be ignored", @@ -62803,7 +62803,7 @@ }, "style": "form" }, - "async_search.submit:max_concurrent_shard_requests": { + "async_search.submit-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "The number of concurrent shard requests per node this search executes concurrently. This value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests", @@ -62813,7 +62813,7 @@ }, "style": "form" }, - "async_search.submit:preference": { + "async_search.submit-preference": { "in": "query", "name": "preference", "description": "Specify the node or shard the operation should be performed on (default: random)", @@ -62823,7 +62823,7 @@ }, "style": "form" }, - "async_search.submit:request_cache": { + "async_search.submit-request_cache": { "in": "query", "name": "request_cache", "description": "Specify if request cache should be used for this request or not, defaults to true", @@ -62833,27 +62833,27 @@ }, "style": "form" }, - "async_search.submit:routing": { + "async_search.submit-routing": { "in": "query", "name": "routing", "description": "A comma-separated list of specific routing values", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "async_search.submit:search_type": { + "async_search.submit-search_type": { "in": "query", "name": "search_type", "description": "Search operation type", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "async_search.submit:stats": { + "async_search.submit-stats": { "in": "query", "name": "stats", "description": "Specific 'tag' of the request for logging and statistical purposes", @@ -62866,37 +62866,37 @@ }, "style": "form" }, - "async_search.submit:stored_fields": { + "async_search.submit-stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return as part of a hit", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:suggest_field": { + "async_search.submit-suggest_field": { "in": "query", "name": "suggest_field", "description": "Specifies which field to use for suggestions.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "async_search.submit:suggest_mode": { + "async_search.submit-suggest_mode": { "in": "query", "name": "suggest_mode", "description": "Specify suggest mode", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SuggestMode" + "$ref": "#/components/schemas/_types.SuggestMode" }, "style": "form" }, - "async_search.submit:suggest_size": { + "async_search.submit-suggest_size": { "in": "query", "name": "suggest_size", "description": "How many suggestions to return in response", @@ -62906,7 +62906,7 @@ }, "style": "form" }, - "async_search.submit:suggest_text": { + "async_search.submit-suggest_text": { "in": "query", "name": "suggest_text", "description": "The source text for which the suggestions should be returned.", @@ -62916,7 +62916,7 @@ }, "style": "form" }, - "async_search.submit:terminate_after": { + "async_search.submit-terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.", @@ -62926,27 +62926,27 @@ }, "style": "form" }, - "async_search.submit:timeout": { + "async_search.submit-timeout": { "in": "query", "name": "timeout", "description": "Explicit operation timeout", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "async_search.submit:track_total_hits": { + "async_search.submit-track_total_hits": { "in": "query", "name": "track_total_hits", "description": "Indicate if the number of documents that match the query should be tracked. A number can also be specified, to accurately track the total hit count up to the number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "style": "form" }, - "async_search.submit:track_scores": { + "async_search.submit-track_scores": { "in": "query", "name": "track_scores", "description": "Whether to calculate and return scores even if they are not used for sorting", @@ -62956,7 +62956,7 @@ }, "style": "form" }, - "async_search.submit:typed_keys": { + "async_search.submit-typed_keys": { "in": "query", "name": "typed_keys", "description": "Specify whether aggregation and suggester names should be prefixed by their respective types in the response", @@ -62966,7 +62966,7 @@ }, "style": "form" }, - "async_search.submit:rest_total_hits_as_int": { + "async_search.submit-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response", @@ -62976,7 +62976,7 @@ }, "style": "form" }, - "async_search.submit:version": { + "async_search.submit-version": { "in": "query", "name": "version", "description": "Specify whether to return document version as part of a hit", @@ -62986,37 +62986,37 @@ }, "style": "form" }, - "async_search.submit:_source": { + "async_search.submit-_source": { "in": "query", "name": "_source", "description": "True or false to return the _source field or not, or a list of fields to return", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "async_search.submit:_source_excludes": { + "async_search.submit-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A list of fields to exclude from the returned _source field", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:_source_includes": { + "async_search.submit-_source_includes": { "in": "query", "name": "_source_includes", "description": "A list of fields to extract and return from the _source field", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:seq_no_primary_term": { + "async_search.submit-seq_no_primary_term": { "in": "query", "name": "seq_no_primary_term", "description": "Specify whether to return sequence number and primary term of the last modification of each hit", @@ -63026,7 +63026,7 @@ }, "style": "form" }, - "async_search.submit:q": { + "async_search.submit-q": { "in": "query", "name": "q", "description": "Query in the Lucene query string syntax", @@ -63036,7 +63036,7 @@ }, "style": "form" }, - "async_search.submit:size": { + "async_search.submit-size": { "in": "query", "name": "size", "description": "Number of hits to return (default: 10)", @@ -63046,7 +63046,7 @@ }, "style": "form" }, - "async_search.submit:from": { + "async_search.submit-from": { "in": "query", "name": "from", "description": "Starting offset (default: 0)", @@ -63056,7 +63056,7 @@ }, "style": "form" }, - "async_search.submit:sort": { + "async_search.submit-sort": { "in": "query", "name": "sort", "description": "A comma-separated list of : pairs", @@ -63076,18 +63076,18 @@ }, "style": "form" }, - "bulk:index": { + "bulk-index": { "in": "path", "name": "index", "description": "The name of the data stream, index, or index alias to perform bulk actions on.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "bulk:include_source_on_error": { + "bulk-include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -63097,7 +63097,7 @@ }, "style": "form" }, - "bulk:list_executed_pipelines": { + "bulk-list_executed_pipelines": { "in": "query", "name": "list_executed_pipelines", "description": "If `true`, the response will include the ingest pipelines that were run for each index or create.", @@ -63107,7 +63107,7 @@ }, "style": "form" }, - "bulk:pipeline": { + "bulk-pipeline": { "in": "query", "name": "pipeline", "description": "The pipeline identifier to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, setting the value to `_none` turns off the default ingest pipeline for this request.\nIf a final pipeline is configured, it will always run regardless of the value of this parameter.", @@ -63117,77 +63117,77 @@ }, "style": "form" }, - "bulk:refresh": { + "bulk-refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, wait for a refresh to make this operation visible to search.\nIf `false`, do nothing with refreshes.\nValid values: `true`, `false`, `wait_for`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "bulk:routing": { + "bulk-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "bulk:_source": { + "bulk-_source": { "in": "query", "name": "_source", "description": "Indicates whether to return the `_source` field (`true` or `false`) or contains a list of fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "bulk:_source_excludes": { + "bulk-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "bulk:_source_includes": { + "bulk-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "bulk:timeout": { + "bulk-timeout": { "in": "query", "name": "timeout", "description": "The period each action waits for the following operations: automatic index creation, dynamic mapping updates, and waiting for active shards.\nThe default is `1m` (one minute), which guarantees Elasticsearch waits for at least the timeout before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "bulk:wait_for_active_shards": { + "bulk-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default is `1`, which waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "bulk:require_alias": { + "bulk-require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the request's actions must target an index alias.", @@ -63197,7 +63197,7 @@ }, "style": "form" }, - "bulk:require_data_stream": { + "bulk-require_data_stream": { "in": "query", "name": "require_data_stream", "description": "If `true`, the request's actions must target a data stream (existing or to be created).", @@ -63207,58 +63207,58 @@ }, "style": "form" }, - "cat.aliases:name": { + "cat.aliases-name": { "in": "path", "name": "name", "description": "A comma-separated list of aliases to retrieve. Supports wildcards (`*`). To retrieve all aliases, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "cat.aliases:h": { + "cat.aliases-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.aliases:s": { + "cat.aliases-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.aliases:expand_wildcards": { + "cat.aliases-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "cat.aliases:master_timeout": { + "cat.aliases-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicated that the request should never timeout, you can set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.component_templates:name": { + "cat.component_templates-name": { "in": "path", "name": "name", "description": "The name of the component template.\nIt accepts wildcard expressions.\nIf it is omitted, all component templates are returned.", @@ -63269,27 +63269,27 @@ }, "style": "simple" }, - "cat.component_templates:h": { + "cat.component_templates-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.component_templates:s": { + "cat.component_templates-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.component_templates:local": { + "cat.component_templates-local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -63299,89 +63299,89 @@ }, "style": "form" }, - "cat.component_templates:master_timeout": { + "cat.component_templates-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.count:index": { + "cat.count-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request.\nIt supports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cat.count:h": { + "cat.count-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.count:s": { + "cat.count-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.indices:index": { + "cat.indices-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`). To target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cat.indices:bytes": { + "cat.indices-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.indices:expand_wildcards": { + "cat.indices-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "cat.indices:health": { + "cat.indices-health": { "in": "query", "name": "health", "description": "The health status used to limit returned indices. By default, the response includes indices of any health status.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "style": "form" }, - "cat.indices:include_unloaded_segments": { + "cat.indices-include_unloaded_segments": { "in": "query", "name": "include_unloaded_segments", "description": "If true, the response includes information from segments that are not loaded into memory.", @@ -63391,7 +63391,7 @@ }, "style": "form" }, - "cat.indices:pri": { + "cat.indices-pri": { "in": "query", "name": "pri", "description": "If true, the response only includes information from primary shards.", @@ -63401,58 +63401,58 @@ }, "style": "form" }, - "cat.indices:time": { + "cat.indices-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.indices:master_timeout": { + "cat.indices-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.indices:h": { + "cat.indices-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.indices:s": { + "cat.indices-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.ml_data_frame_analytics:id": { + "cat.ml_data_frame_analytics-id": { "in": "path", "name": "id", "description": "The ID of the data frame analytics to fetch", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_data_frame_analytics:allow_no_match": { + "cat.ml_data_frame_analytics-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Whether to ignore if a wildcard expression matches no configs. (This includes `_all` string or when no configs have been specified)", @@ -63462,58 +63462,58 @@ }, "style": "form" }, - "cat.ml_data_frame_analytics:bytes": { + "cat.ml_data_frame_analytics-bytes": { "in": "query", "name": "bytes", "description": "The unit in which to display byte values", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.ml_data_frame_analytics:h": { + "cat.ml_data_frame_analytics-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDfaColumns" + "$ref": "#/components/schemas/cat._types.CatDfaColumns" }, "style": "form" }, - "cat.ml_data_frame_analytics:s": { + "cat.ml_data_frame_analytics-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the\nresponse.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDfaColumns" + "$ref": "#/components/schemas/cat._types.CatDfaColumns" }, "style": "form" }, - "cat.ml_data_frame_analytics:time": { + "cat.ml_data_frame_analytics-time": { "in": "query", "name": "time", "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.ml_datafeeds:datafeed_id": { + "cat.ml_datafeeds-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "A numerical character string that uniquely identifies the datafeed.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_datafeeds:allow_no_match": { + "cat.ml_datafeeds-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n* Contains wildcard expressions and there are no datafeeds that match.\n* Contains the `_all` string or no identifiers and there are no matches.\n* Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty datafeeds array when there are no matches and the subset of results when\nthere are partial matches. If `false`, the API returns a 404 status code when there are no matches or only\npartial matches.", @@ -63523,48 +63523,48 @@ }, "style": "form" }, - "cat.ml_datafeeds:h": { + "cat.ml_datafeeds-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumns" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumns" }, "style": "form" }, - "cat.ml_datafeeds:s": { + "cat.ml_datafeeds-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumns" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumns" }, "style": "form" }, - "cat.ml_datafeeds:time": { + "cat.ml_datafeeds-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.ml_jobs:job_id": { + "cat.ml_jobs-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_jobs:allow_no_match": { + "cat.ml_jobs-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n* Contains wildcard expressions and there are no jobs that match.\n* Contains the `_all` string or no identifiers and there are no matches.\n* Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty jobs array when there are no matches and the subset of results when there\nare partial matches. If `false`, the API returns a 404 status code when there are no matches or only partial\nmatches.", @@ -63574,58 +63574,58 @@ }, "style": "form" }, - "cat.ml_jobs:bytes": { + "cat.ml_jobs-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.ml_jobs:h": { + "cat.ml_jobs-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatAnonalyDetectorColumns" + "$ref": "#/components/schemas/cat._types.CatAnonalyDetectorColumns" }, "style": "form" }, - "cat.ml_jobs:s": { + "cat.ml_jobs-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatAnonalyDetectorColumns" + "$ref": "#/components/schemas/cat._types.CatAnonalyDetectorColumns" }, "style": "form" }, - "cat.ml_jobs:time": { + "cat.ml_jobs-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.ml_trained_models:model_id": { + "cat.ml_trained_models-model_id": { "in": "path", "name": "model_id", "description": "A unique identifier for the trained model.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_trained_models:allow_no_match": { + "cat.ml_trained_models-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request: contains wildcard expressions and there are no models that match; contains the `_all` string or no identifiers and there are no matches; contains wildcard expressions and there are only partial matches.\nIf `true`, the API returns an empty array when there are no matches and the subset of results when there are partial matches.\nIf `false`, the API returns a 404 status code when there are no matches or only partial matches.", @@ -63635,37 +63635,37 @@ }, "style": "form" }, - "cat.ml_trained_models:bytes": { + "cat.ml_trained_models-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.ml_trained_models:h": { + "cat.ml_trained_models-h": { "in": "query", "name": "h", "description": "A comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumns" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumns" }, "style": "form" }, - "cat.ml_trained_models:s": { + "cat.ml_trained_models-s": { "in": "query", "name": "s", "description": "A comma-separated list of column names or aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumns" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumns" }, "style": "form" }, - "cat.ml_trained_models:from": { + "cat.ml_trained_models-from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -63675,7 +63675,7 @@ }, "style": "form" }, - "cat.ml_trained_models:size": { + "cat.ml_trained_models-size": { "in": "query", "name": "size", "description": "The maximum number of transforms to display.", @@ -63685,28 +63685,28 @@ }, "style": "form" }, - "cat.ml_trained_models:time": { + "cat.ml_trained_models-time": { "in": "query", "name": "time", "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.transforms:transform_id": { + "cat.transforms-transform_id": { "in": "path", "name": "transform_id", "description": "A transform identifier or a wildcard expression.\nIf you do not specify one of these options, the API returns information for all transforms.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.transforms:allow_no_match": { + "cat.transforms-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request: contains wildcard expressions and there are no transforms that match; contains the `_all` string or no identifiers and there are no matches; contains wildcard expressions and there are only partial matches.\nIf `true`, it returns an empty transforms array when there are no matches and the subset of results when there are partial matches.\nIf `false`, the request returns a 404 status code when there are no matches or only partial matches.", @@ -63716,7 +63716,7 @@ }, "style": "form" }, - "cat.transforms:from": { + "cat.transforms-from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -63726,37 +63726,37 @@ }, "style": "form" }, - "cat.transforms:h": { + "cat.transforms-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTransformColumns" + "$ref": "#/components/schemas/cat._types.CatTransformColumns" }, "style": "form" }, - "cat.transforms:s": { + "cat.transforms-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTransformColumns" + "$ref": "#/components/schemas/cat._types.CatTransformColumns" }, "style": "form" }, - "cat.transforms:time": { + "cat.transforms-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.transforms:size": { + "cat.transforms-size": { "in": "query", "name": "size", "description": "The maximum number of transforms to obtain.", @@ -63766,29 +63766,29 @@ }, "style": "form" }, - "clear_scroll:scroll_id": { + "clear_scroll-scroll_id": { "in": "path", "name": "scroll_id", "description": "A comma-separated list of scroll IDs to clear.\nTo clear all scroll IDs, use `_all`.\nIMPORTANT: Scroll IDs can be long. It is recommended to specify scroll IDs in the request body parameter.", "required": true, "deprecated": true, "schema": { - "$ref": "#/components/schemas/_types:ScrollIds" + "$ref": "#/components/schemas/_types.ScrollIds" }, "style": "simple" }, - "cluster.get_component_template:name": { + "cluster.get_component_template-name": { "in": "path", "name": "name", "description": "Comma-separated list of component template names used to limit the request.\nWildcard (`*`) expressions are supported.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "cluster.get_component_template:flat_settings": { + "cluster.get_component_template-flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -63798,7 +63798,7 @@ }, "style": "form" }, - "cluster.get_component_template:include_defaults": { + "cluster.get_component_template-include_defaults": { "in": "query", "name": "include_defaults", "description": "Return all default configurations for the component template (default: false)", @@ -63808,7 +63808,7 @@ }, "style": "form" }, - "cluster.get_component_template:local": { + "cluster.get_component_template-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.\nIf `false`, information is retrieved from the master node.", @@ -63818,28 +63818,28 @@ }, "style": "form" }, - "cluster.get_component_template:master_timeout": { + "cluster.get_component_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.put_component_template:name": { + "cluster.put_component_template-name": { "in": "path", "name": "name", "description": "Name of the component template to create.\nElasticsearch includes the following built-in component templates: `logs-mappings`; `logs-settings`; `metrics-mappings`; `metrics-settings`;`synthetics-mapping`; `synthetics-settings`.\nElastic Agent uses these templates to configure backing indices for its data streams.\nIf you use Elastic Agent and want to overwrite one of these templates, set the `version` for your replacement template higher than the current version.\nIf you don’t use Elastic Agent and want to disable all built-in component and index templates, set `stack.templates.enabled` to `false` using the cluster update settings API.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "cluster.put_component_template:create": { + "cluster.put_component_template-create": { "in": "query", "name": "create", "description": "If `true`, this request cannot replace or update existing component templates.", @@ -63849,39 +63849,39 @@ }, "style": "form" }, - "cluster.put_component_template:master_timeout": { + "cluster.put_component_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "connector.put:connector_id": { + "connector.put-connector_id": { "in": "path", "name": "connector_id", "description": "The unique identifier of the connector to be created or updated. ID is auto-generated if not provided.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "count:index": { + "count-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "count:allow_no_indices": { + "count-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -63891,7 +63891,7 @@ }, "style": "form" }, - "count:analyzer": { + "count-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -63901,7 +63901,7 @@ }, "style": "form" }, - "count:analyze_wildcard": { + "count-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -63911,17 +63911,17 @@ }, "style": "form" }, - "count:default_operator": { + "count-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "count:df": { + "count-df": { "in": "query", "name": "df", "description": "The field to use as a default when no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -63931,17 +63931,17 @@ }, "style": "form" }, - "count:expand_wildcards": { + "count-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "count:ignore_throttled": { + "count-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, concrete, expanded, or aliased indices are ignored when frozen.", @@ -63951,7 +63951,7 @@ }, "style": "form" }, - "count:ignore_unavailable": { + "count-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -63961,7 +63961,7 @@ }, "style": "form" }, - "count:lenient": { + "count-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -63971,7 +63971,7 @@ }, "style": "form" }, - "count:min_score": { + "count-min_score": { "in": "query", "name": "min_score", "description": "The minimum `_score` value that documents must have to be included in the result.", @@ -63981,7 +63981,7 @@ }, "style": "form" }, - "count:preference": { + "count-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nBy default, it is random.", @@ -63991,17 +63991,17 @@ }, "style": "form" }, - "count:routing": { + "count-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "count:terminate_after": { + "count-terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this parameter to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this parameter for requests that target data streams with backing indices across multiple data tiers.", @@ -64011,7 +64011,7 @@ }, "style": "form" }, - "count:q": { + "count-q": { "in": "query", "name": "q", "description": "The query in Lucene query string syntax. This parameter cannot be used with a request body.", @@ -64021,29 +64021,29 @@ }, "style": "form" }, - "create:id": { + "create-id": { "in": "path", "name": "id", "description": "A unique identifier for the document.\nTo automatically generate a document ID, use the `POST //_doc/` request format.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "create:index": { + "create-index": { "in": "path", "name": "index", "description": "The name of the data stream or index to target.\nIf the target doesn't exist and matches the name or wildcard (`*`) pattern of an index template with a `data_stream` definition, this request creates the data stream.\nIf the target doesn't exist and doesn’t match a data stream template, this request creates the index.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "create:if_primary_term": { + "create-if_primary_term": { "in": "query", "name": "if_primary_term", "description": "Only perform the operation if the document has this primary term.", @@ -64053,17 +64053,17 @@ }, "style": "form" }, - "create:if_seq_no": { + "create-if_seq_no": { "in": "query", "name": "if_seq_no", "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, - "create:include_source_on_error": { + "create-include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -64073,17 +64073,17 @@ }, "style": "form" }, - "create:op_type": { + "create-op_type": { "in": "query", "name": "op_type", "description": "Set to `create` to only index the document if it does not already exist (put if absent).\nIf a document with the specified `_id` already exists, the indexing operation will fail.\nThe behavior is the same as using the `/_create` endpoint.\nIf a document ID is specified, this paramater defaults to `index`.\nOtherwise, it defaults to `create`.\nIf the request targets a data stream, an `op_type` of `create` is required.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:OpType" + "$ref": "#/components/schemas/_types.OpType" }, "style": "form" }, - "create:pipeline": { + "create-pipeline": { "in": "query", "name": "pipeline", "description": "The ID of the pipeline to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, setting the value to `_none` turns off the default ingest pipeline for this request.\nIf a final pipeline is configured, it will always run regardless of the value of this parameter.", @@ -64093,17 +64093,17 @@ }, "style": "form" }, - "create:refresh": { + "create-refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "create:require_alias": { + "create-require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the destination must be an index alias.", @@ -64113,7 +64113,7 @@ }, "style": "form" }, - "create:require_data_stream": { + "create-require_data_stream": { "in": "query", "name": "require_data_stream", "description": "If `true`, the request's actions must target a data stream (existing or to be created).", @@ -64123,89 +64123,89 @@ }, "style": "form" }, - "create:routing": { + "create-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "create:timeout": { + "create-timeout": { "in": "query", "name": "timeout", "description": "The period the request waits for the following operations: automatic index creation, dynamic mapping updates, waiting for active shards.\nElasticsearch waits for at least the specified timeout period before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.\n\nThis parameter is useful for situations where the primary shard assigned to perform the operation might not be available when the operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a gateway or undergoing relocation.\nBy default, the operation will wait on the primary shard to become available for at least 1 minute before failing and responding with an error.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "create:version": { + "create-version": { "in": "query", "name": "version", "description": "The explicit version number for concurrency control.\nIt must be a non-negative long number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "create:version_type": { + "create-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "create:wait_for_active_shards": { + "create-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "enrich.get_policy:name": { + "enrich.get_policy-name": { "in": "path", "name": "name", "description": "Comma-separated list of enrich policy names used to limit the request.\nTo return information for all enrich policies, omit this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "enrich.get_policy:master_timeout": { + "enrich.get_policy-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "eql.search:index": { + "eql.search-index": { "in": "path", "name": "index", "description": "The name of the index to scope the operation", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "eql.search:allow_no_indices": { + "eql.search-allow_no_indices": { "in": "query", "name": "allow_no_indices", "deprecated": false, @@ -64214,7 +64214,7 @@ }, "style": "form" }, - "eql.search:allow_partial_search_results": { + "eql.search-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If true, returns partial results if there are shard failures. If false, returns an error with no partial results.", @@ -64224,7 +64224,7 @@ }, "style": "form" }, - "eql.search:allow_partial_sequence_results": { + "eql.search-allow_partial_sequence_results": { "in": "query", "name": "allow_partial_sequence_results", "description": "If true, sequence queries will return partial results in case of shard failures. If false, they will return no results at all.\nThis flag has effect only if allow_partial_search_results is true.", @@ -64234,16 +64234,16 @@ }, "style": "form" }, - "eql.search:expand_wildcards": { + "eql.search-expand_wildcards": { "in": "query", "name": "expand_wildcards", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "eql.search:ignore_unavailable": { + "eql.search-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -64253,17 +64253,17 @@ }, "style": "form" }, - "eql.search:keep_alive": { + "eql.search-keep_alive": { "in": "query", "name": "keep_alive", "description": "Period for which the search and its results are stored on the cluster.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "eql.search:keep_on_completion": { + "eql.search-keep_on_completion": { "in": "query", "name": "keep_on_completion", "description": "If true, the search and its results are stored on the cluster.", @@ -64273,39 +64273,39 @@ }, "style": "form" }, - "eql.search:wait_for_completion_timeout": { + "eql.search-wait_for_completion_timeout": { "in": "query", "name": "wait_for_completion_timeout", "description": "Timeout duration to wait for the request to finish. Defaults to no timeout, meaning the request waits for complete search results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "explain:id": { + "explain-id": { "in": "path", "name": "id", "description": "The document identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "explain:index": { + "explain-index": { "in": "path", "name": "index", "description": "Index names that are used to limit the request.\nOnly a single index name can be provided to this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "explain:analyzer": { + "explain-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -64315,7 +64315,7 @@ }, "style": "form" }, - "explain:analyze_wildcard": { + "explain-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -64325,17 +64325,17 @@ }, "style": "form" }, - "explain:default_operator": { + "explain-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "explain:df": { + "explain-df": { "in": "query", "name": "df", "description": "The field to use as default where no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -64345,7 +64345,7 @@ }, "style": "form" }, - "explain:lenient": { + "explain-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -64355,7 +64355,7 @@ }, "style": "form" }, - "explain:preference": { + "explain-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -64365,57 +64365,57 @@ }, "style": "form" }, - "explain:routing": { + "explain-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "explain:_source": { + "explain-_source": { "in": "query", "name": "_source", "description": "`True` or `false` to return the `_source` field or not or a list of fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "explain:_source_excludes": { + "explain-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "explain:_source_includes": { + "explain-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "explain:stored_fields": { + "explain-stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "explain:q": { + "explain-q": { "in": "query", "name": "q", "description": "The query in the Lucene query string syntax.", @@ -64425,18 +64425,18 @@ }, "style": "form" }, - "field_caps:index": { + "field_caps-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (*). To target all data streams and indices, omit this parameter or use * or _all.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "field_caps:allow_no_indices": { + "field_caps-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias,\nor `_all` value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request\ntargeting `foo*,bar*` returns an error if an index starts with foo but no index starts with bar.", @@ -64446,27 +64446,27 @@ }, "style": "form" }, - "field_caps:expand_wildcards": { + "field_caps-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "field_caps:fields": { + "field_caps-fields": { "in": "query", "name": "fields", "description": "A comma-separated list of fields to retrieve capabilities for. Wildcard (`*`) expressions are supported.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "field_caps:ignore_unavailable": { + "field_caps-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, missing or closed indices are not included in the response.", @@ -64476,7 +64476,7 @@ }, "style": "form" }, - "field_caps:include_unmapped": { + "field_caps-include_unmapped": { "in": "query", "name": "include_unmapped", "description": "If true, unmapped fields are included in the response.", @@ -64486,7 +64486,7 @@ }, "style": "form" }, - "field_caps:filters": { + "field_caps-filters": { "in": "query", "name": "filters", "description": "A comma-separated list of filters to apply to the response.", @@ -64496,7 +64496,7 @@ }, "style": "form" }, - "field_caps:types": { + "field_caps-types": { "in": "query", "name": "types", "description": "A comma-separated list of field types to include.\nAny fields that do not match one of these types will be excluded from the results.\nIt defaults to empty, meaning that all field types are returned.", @@ -64509,7 +64509,7 @@ }, "style": "form" }, - "field_caps:include_empty_fields": { + "field_caps-include_empty_fields": { "in": "query", "name": "include_empty_fields", "description": "If false, empty fields are not included in the response.", @@ -64519,60 +64519,60 @@ }, "style": "form" }, - "graph.explore:index": { + "graph.explore-index": { "in": "path", "name": "index", "description": "Name of the index.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "graph.explore:routing": { + "graph.explore-routing": { "in": "query", "name": "routing", "description": "Custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "graph.explore:timeout": { + "graph.explore-timeout": { "in": "query", "name": "timeout", "description": "Specifies the period of time to wait for a response from each shard.\nIf no response is received before the timeout expires, the request fails and returns an error.\nDefaults to no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "index:id": { + "index-id": { "in": "path", "name": "id", "description": "A unique identifier for the document.\nTo automatically generate a document ID, use the `POST //_doc/` request format and omit this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "index:index": { + "index-index": { "in": "path", "name": "index", "description": "The name of the data stream or index to target.\nIf the target doesn't exist and matches the name or wildcard (`*`) pattern of an index template with a `data_stream` definition, this request creates the data stream.\nIf the target doesn't exist and doesn't match a data stream template, this request creates the index.\nYou can check for existing targets with the resolve index API.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "index:if_primary_term": { + "index-if_primary_term": { "in": "query", "name": "if_primary_term", "description": "Only perform the operation if the document has this primary term.", @@ -64582,17 +64582,17 @@ }, "style": "form" }, - "index:if_seq_no": { + "index-if_seq_no": { "in": "query", "name": "if_seq_no", "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, - "index:include_source_on_error": { + "index-include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -64602,17 +64602,17 @@ }, "style": "form" }, - "index:op_type": { + "index-op_type": { "in": "query", "name": "op_type", "description": "Set to `create` to only index the document if it does not already exist (put if absent).\nIf a document with the specified `_id` already exists, the indexing operation will fail.\nThe behavior is the same as using the `/_create` endpoint.\nIf a document ID is specified, this paramater defaults to `index`.\nOtherwise, it defaults to `create`.\nIf the request targets a data stream, an `op_type` of `create` is required.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:OpType" + "$ref": "#/components/schemas/_types.OpType" }, "style": "form" }, - "index:pipeline": { + "index-pipeline": { "in": "query", "name": "pipeline", "description": "The ID of the pipeline to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, then setting the value to `_none` disables the default ingest pipeline for this request.\nIf a final pipeline is configured it will always run, regardless of the value of this parameter.", @@ -64622,67 +64622,67 @@ }, "style": "form" }, - "index:refresh": { + "index-refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "index:routing": { + "index-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "index:timeout": { + "index-timeout": { "in": "query", "name": "timeout", "description": "The period the request waits for the following operations: automatic index creation, dynamic mapping updates, waiting for active shards.\n\nThis parameter is useful for situations where the primary shard assigned to perform the operation might not be available when the operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a gateway or undergoing relocation.\nBy default, the operation will wait on the primary shard to become available for at least 1 minute before failing and responding with an error.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "index:version": { + "index-version": { "in": "query", "name": "version", "description": "An explicit version number for concurrency control.\nIt must be a non-negative long number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "index:version_type": { + "index-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "index:wait_for_active_shards": { + "index-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "index:require_alias": { + "index-require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the destination must be an index alias.", @@ -64692,92 +64692,92 @@ }, "style": "form" }, - "indices.analyze:index": { + "indices.analyze-index": { "in": "path", "name": "index", "description": "Index used to derive the analyzer.\nIf specified, the `analyzer` or field parameter overrides this value.\nIf no index is specified or the index does not have a default analyzer, the analyze API uses the standard analyzer.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.analyze:index_": { + "indices.analyze-index_": { "in": "query", "name": "index", "description": "Index used to derive the analyzer.\nIf specified, the `analyzer` or field parameter overrides this value.\nIf no index is specified or the index does not have a default analyzer, the analyze API uses the standard analyzer.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "form" }, - "indices.delete_alias:index": { + "indices.delete_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request.\nSupports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.delete_alias:name": { + "indices.delete_alias-name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to remove.\nSupports wildcards (`*`). To remove all aliases, use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.delete_alias:master_timeout": { + "indices.delete_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.delete_alias:timeout": { + "indices.delete_alias-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.exists_alias:name": { + "indices.exists_alias-name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to check. Supports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.exists_alias:index": { + "indices.exists_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request. Supports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.exists_alias:allow_no_indices": { + "indices.exists_alias-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -64787,17 +64787,17 @@ }, "style": "form" }, - "indices.exists_alias:expand_wildcards": { + "indices.exists_alias-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.exists_alias:ignore_unavailable": { + "indices.exists_alias-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, requests that include a missing data stream or index in the target indices or data streams return an error.", @@ -64807,39 +64807,39 @@ }, "style": "form" }, - "indices.exists_alias:master_timeout": { + "indices.exists_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_alias:name": { + "indices.get_alias-name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to retrieve.\nSupports wildcards (`*`).\nTo retrieve all aliases, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.get_alias:index": { + "indices.get_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.get_alias:allow_no_indices": { + "indices.get_alias-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -64849,17 +64849,17 @@ }, "style": "form" }, - "indices.get_alias:expand_wildcards": { + "indices.get_alias-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_alias:ignore_unavailable": { + "indices.get_alias-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -64869,38 +64869,38 @@ }, "style": "form" }, - "indices.get_alias:master_timeout": { + "indices.get_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_data_stream:name": { + "indices.get_data_stream-name": { "in": "path", "name": "name", "description": "Comma-separated list of data stream names used to limit the request.\nWildcard (`*`) expressions are supported. If omitted, all data streams are returned.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, - "indices.get_data_stream:expand_wildcards": { + "indices.get_data_stream-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_data_stream:include_defaults": { + "indices.get_data_stream-include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -64910,17 +64910,17 @@ }, "style": "form" }, - "indices.get_data_stream:master_timeout": { + "indices.get_data_stream-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_data_stream:verbose": { + "indices.get_data_stream-verbose": { "in": "query", "name": "verbose", "description": "Whether the maximum timestamp for each data stream should be calculated and returned.", @@ -64930,18 +64930,18 @@ }, "style": "form" }, - "indices.get_index_template:name": { + "indices.get_index_template-name": { "in": "path", "name": "name", "description": "Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.get_index_template:local": { + "indices.get_index_template-local": { "in": "query", "name": "local", "description": "If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.", @@ -64951,7 +64951,7 @@ }, "style": "form" }, - "indices.get_index_template:flat_settings": { + "indices.get_index_template-flat_settings": { "in": "query", "name": "flat_settings", "description": "If true, returns settings in flat format.", @@ -64961,17 +64961,17 @@ }, "style": "form" }, - "indices.get_index_template:master_timeout": { + "indices.get_index_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_index_template:include_defaults": { + "indices.get_index_template-include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -64981,18 +64981,18 @@ }, "style": "form" }, - "indices.get_mapping:index": { + "indices.get_mapping-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.get_mapping:allow_no_indices": { + "indices.get_mapping-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -65002,17 +65002,17 @@ }, "style": "form" }, - "indices.get_mapping:expand_wildcards": { + "indices.get_mapping-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_mapping:ignore_unavailable": { + "indices.get_mapping-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -65022,7 +65022,7 @@ }, "style": "form" }, - "indices.get_mapping:local": { + "indices.get_mapping-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.", @@ -65032,39 +65032,39 @@ }, "style": "form" }, - "indices.get_mapping:master_timeout": { + "indices.get_mapping-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_settings:index": { + "indices.get_settings-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit\nthe request. Supports wildcards (`*`). To target all data streams and\nindices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.get_settings:name": { + "indices.get_settings-name": { "in": "path", "name": "name", "description": "Comma-separated list or wildcard expression of settings to retrieve.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.get_settings:allow_no_indices": { + "indices.get_settings-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index\nalias, or `_all` value targets only missing or closed indices. This\nbehavior applies even if the request targets other open indices. For\nexample, a request targeting `foo*,bar*` returns an error if an index\nstarts with foo but no index starts with `bar`.", @@ -65074,17 +65074,17 @@ }, "style": "form" }, - "indices.get_settings:expand_wildcards": { + "indices.get_settings-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_settings:flat_settings": { + "indices.get_settings-flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -65094,7 +65094,7 @@ }, "style": "form" }, - "indices.get_settings:ignore_unavailable": { + "indices.get_settings-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -65104,7 +65104,7 @@ }, "style": "form" }, - "indices.get_settings:include_defaults": { + "indices.get_settings-include_defaults": { "in": "query", "name": "include_defaults", "description": "If `true`, return all default settings in the response.", @@ -65114,7 +65114,7 @@ }, "style": "form" }, - "indices.get_settings:local": { + "indices.get_settings-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only. If\n`false`, information is retrieved from the master node.", @@ -65124,70 +65124,70 @@ }, "style": "form" }, - "indices.get_settings:master_timeout": { + "indices.get_settings-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_alias:index": { + "indices.put_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices to add.\nSupports wildcards (`*`).\nWildcard patterns that match both data streams and indices return an error.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.put_alias:name": { + "indices.put_alias-name": { "in": "path", "name": "name", "description": "Alias to update.\nIf the alias doesn’t exist, the request creates it.\nIndex alias names support date math.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.put_alias:master_timeout": { + "indices.put_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_alias:timeout": { + "indices.put_alias-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_index_template:name": { + "indices.put_index_template-name": { "in": "path", "name": "name", "description": "Index or template name", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.put_index_template:create": { + "indices.put_index_template-create": { "in": "query", "name": "create", "description": "If `true`, this request cannot replace or update existing index templates.", @@ -65197,17 +65197,17 @@ }, "style": "form" }, - "indices.put_index_template:master_timeout": { + "indices.put_index_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_index_template:cause": { + "indices.put_index_template-cause": { "in": "query", "name": "cause", "description": "User defined reason for creating/updating the index template", @@ -65217,18 +65217,18 @@ }, "style": "form" }, - "indices.put_mapping:index": { + "indices.put_mapping-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names the mapping should be added to (supports wildcards); use `_all` or omit to add the mapping on all indices.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.put_mapping:allow_no_indices": { + "indices.put_mapping-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -65238,17 +65238,17 @@ }, "style": "form" }, - "indices.put_mapping:expand_wildcards": { + "indices.put_mapping-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.put_mapping:ignore_unavailable": { + "indices.put_mapping-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -65258,27 +65258,27 @@ }, "style": "form" }, - "indices.put_mapping:master_timeout": { + "indices.put_mapping-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_mapping:timeout": { + "indices.put_mapping-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_mapping:write_index_only": { + "indices.put_mapping-write_index_only": { "in": "query", "name": "write_index_only", "description": "If `true`, the mappings are applied only to the current write index for the target.", @@ -65288,18 +65288,18 @@ }, "style": "form" }, - "indices.put_settings:index": { + "indices.put_settings-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit\nthe request. Supports wildcards (`*`). To target all data streams and\nindices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.put_settings:allow_no_indices": { + "indices.put_settings-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index\nalias, or `_all` value targets only missing or closed indices. This\nbehavior applies even if the request targets other open indices. For\nexample, a request targeting `foo*,bar*` returns an error if an index\nstarts with `foo` but no index starts with `bar`.", @@ -65309,17 +65309,17 @@ }, "style": "form" }, - "indices.put_settings:expand_wildcards": { + "indices.put_settings-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match. If the request can target\ndata streams, this argument determines whether wildcard expressions match\nhidden data streams. Supports comma-separated values, such as\n`open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.put_settings:flat_settings": { + "indices.put_settings-flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -65329,7 +65329,7 @@ }, "style": "form" }, - "indices.put_settings:ignore_unavailable": { + "indices.put_settings-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, returns settings in flat format.", @@ -65339,17 +65339,17 @@ }, "style": "form" }, - "indices.put_settings:master_timeout": { + "indices.put_settings-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_settings:preserve_existing": { + "indices.put_settings-preserve_existing": { "in": "query", "name": "preserve_existing", "description": "If `true`, existing index settings remain unchanged.", @@ -65359,7 +65359,7 @@ }, "style": "form" }, - "indices.put_settings:reopen": { + "indices.put_settings-reopen": { "in": "query", "name": "reopen", "description": "Whether to close and reopen the index to apply non-dynamic settings.\nIf set to `true` the indices to which the settings are being applied\nwill be closed temporarily and then reopened in order to apply the changes.", @@ -65369,28 +65369,28 @@ }, "style": "form" }, - "indices.put_settings:timeout": { + "indices.put_settings-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the\n timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.refresh:index": { + "indices.refresh-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.refresh:allow_no_indices": { + "indices.refresh-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -65400,17 +65400,17 @@ }, "style": "form" }, - "indices.refresh:expand_wildcards": { + "indices.refresh-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.refresh:ignore_unavailable": { + "indices.refresh-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -65420,29 +65420,29 @@ }, "style": "form" }, - "indices.rollover:alias": { + "indices.rollover-alias": { "in": "path", "name": "alias", "description": "Name of the data stream or index alias to roll over.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, "style": "simple" }, - "indices.rollover:new_index": { + "indices.rollover-new_index": { "in": "path", "name": "new_index", "description": "Name of the index to create.\nSupports date math.\nData streams do not support this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.rollover:dry_run": { + "indices.rollover-dry_run": { "in": "query", "name": "dry_run", "description": "If `true`, checks whether the current index satisfies the specified conditions but does not perform a rollover.", @@ -65452,37 +65452,37 @@ }, "style": "form" }, - "indices.rollover:master_timeout": { + "indices.rollover-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.rollover:timeout": { + "indices.rollover-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.rollover:wait_for_active_shards": { + "indices.rollover-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to all or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "indices.rollover:lazy": { + "indices.rollover-lazy": { "in": "query", "name": "lazy", "description": "If set to true, the rollover action will only mark a data stream to signal that it needs to be rolled over at the next write.\nOnly allowed on data streams.", @@ -65492,18 +65492,18 @@ }, "style": "form" }, - "indices.simulate_template:name": { + "indices.simulate_template-name": { "in": "path", "name": "name", "description": "Name of the index template to simulate. To test a template configuration before you add it to the cluster, omit\nthis parameter and specify the template configuration in the request body.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.simulate_template:create": { + "indices.simulate_template-create": { "in": "query", "name": "create", "description": "If true, the template passed in the body is only used if no existing templates match the same index patterns. If false, the simulation uses the template with the highest priority. Note that the template is not permanently added or updated in either case; it is only used for the simulation.", @@ -65513,7 +65513,7 @@ }, "style": "form" }, - "indices.simulate_template:cause": { + "indices.simulate_template-cause": { "in": "query", "name": "cause", "description": "User defined reason for dry-run creating the new template for simulation purposes", @@ -65523,17 +65523,17 @@ }, "style": "form" }, - "indices.simulate_template:master_timeout": { + "indices.simulate_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.simulate_template:include_defaults": { + "indices.simulate_template-include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -65543,18 +65543,18 @@ }, "style": "form" }, - "indices.validate_query:index": { + "indices.validate_query-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases to search.\nSupports wildcards (`*`).\nTo search all data streams or indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.validate_query:allow_no_indices": { + "indices.validate_query-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -65564,7 +65564,7 @@ }, "style": "form" }, - "indices.validate_query:all_shards": { + "indices.validate_query-all_shards": { "in": "query", "name": "all_shards", "description": "If `true`, the validation is executed on all shards instead of one random shard per index.", @@ -65574,7 +65574,7 @@ }, "style": "form" }, - "indices.validate_query:analyzer": { + "indices.validate_query-analyzer": { "in": "query", "name": "analyzer", "description": "Analyzer to use for the query string.\nThis parameter can only be used when the `q` query string parameter is specified.", @@ -65584,7 +65584,7 @@ }, "style": "form" }, - "indices.validate_query:analyze_wildcard": { + "indices.validate_query-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.", @@ -65594,17 +65594,17 @@ }, "style": "form" }, - "indices.validate_query:default_operator": { + "indices.validate_query-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "indices.validate_query:df": { + "indices.validate_query-df": { "in": "query", "name": "df", "description": "Field to use as default where no field prefix is given in the query string.\nThis parameter can only be used when the `q` query string parameter is specified.", @@ -65614,17 +65614,17 @@ }, "style": "form" }, - "indices.validate_query:expand_wildcards": { + "indices.validate_query-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.validate_query:explain": { + "indices.validate_query-explain": { "in": "query", "name": "explain", "description": "If `true`, the response returns detailed information if an error has occurred.", @@ -65634,7 +65634,7 @@ }, "style": "form" }, - "indices.validate_query:ignore_unavailable": { + "indices.validate_query-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -65644,7 +65644,7 @@ }, "style": "form" }, - "indices.validate_query:lenient": { + "indices.validate_query-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.", @@ -65654,7 +65654,7 @@ }, "style": "form" }, - "indices.validate_query:rewrite": { + "indices.validate_query-rewrite": { "in": "query", "name": "rewrite", "description": "If `true`, returns a more detailed explanation showing the actual Lucene query that will be executed.", @@ -65664,7 +65664,7 @@ }, "style": "form" }, - "indices.validate_query:q": { + "indices.validate_query-q": { "in": "query", "name": "q", "description": "Query in the Lucene query string syntax.", @@ -65674,29 +65674,29 @@ }, "style": "form" }, - "inference.delete:task_type": { + "inference.delete-task_type": { "in": "path", "name": "task_type", "description": "The task type", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" }, "style": "simple" }, - "inference.delete:inference_id": { + "inference.delete-inference_id": { "in": "path", "name": "inference_id", "description": "The inference identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "inference.delete:dry_run": { + "inference.delete-dry_run": { "in": "query", "name": "dry_run", "description": "When true, the endpoint is not deleted and a list of ingest processors which reference this endpoint is returned.", @@ -65706,7 +65706,7 @@ }, "style": "form" }, - "inference.delete:force": { + "inference.delete-force": { "in": "query", "name": "force", "description": "When true, the inference endpoint is forcefully deleted even if it is still being used by ingest processors or semantic text fields.", @@ -65716,72 +65716,72 @@ }, "style": "form" }, - "inference.get:task_type": { + "inference.get-task_type": { "in": "path", "name": "task_type", "description": "The task type", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" }, "style": "simple" }, - "inference.get:inference_id": { + "inference.get-inference_id": { "in": "path", "name": "inference_id", "description": "The inference Id", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "inference.put:task_type": { + "inference.put-task_type": { "in": "path", "name": "task_type", "description": "The task type", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" }, "style": "simple" }, - "inference.put:inference_id": { + "inference.put-inference_id": { "in": "path", "name": "inference_id", "description": "The inference Id", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ingest.get_pipeline:id": { + "ingest.get_pipeline-id": { "in": "path", "name": "id", "description": "Comma-separated list of pipeline IDs to retrieve.\nWildcard (`*`) expressions are supported.\nTo get all ingest pipelines, omit this parameter or use `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ingest.get_pipeline:master_timeout": { + "ingest.get_pipeline-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ingest.get_pipeline:summary": { + "ingest.get_pipeline-summary": { "in": "query", "name": "summary", "description": "Return pipelines without their definitions (default: false)", @@ -65791,18 +65791,18 @@ }, "style": "form" }, - "ingest.simulate:id": { + "ingest.simulate-id": { "in": "path", "name": "id", "description": "The pipeline to test.\nIf you don't specify a `pipeline` in the request body, this parameter is required.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ingest.simulate:verbose": { + "ingest.simulate-verbose": { "in": "query", "name": "verbose", "description": "If `true`, the response includes output data for each processor in the executed pipeline.", @@ -65812,29 +65812,29 @@ }, "style": "form" }, - "logstash.get_pipeline:id": { + "logstash.get_pipeline-id": { "in": "path", "name": "id", "description": "A comma-separated list of pipeline identifiers.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "mget:index": { + "mget-index": { "in": "path", "name": "index", "description": "Name of the index to retrieve documents from when `ids` are specified, or when a document in the `docs` array does not specify an index.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "mget:preference": { + "mget-preference": { "in": "query", "name": "preference", "description": "Specifies the node or shard the operation should be performed on. Random by default.", @@ -65844,7 +65844,7 @@ }, "style": "form" }, - "mget:realtime": { + "mget-realtime": { "in": "query", "name": "realtime", "description": "If `true`, the request is real-time as opposed to near-real-time.", @@ -65854,7 +65854,7 @@ }, "style": "form" }, - "mget:refresh": { + "mget-refresh": { "in": "query", "name": "refresh", "description": "If `true`, the request refreshes relevant shards before retrieving documents.", @@ -65864,68 +65864,68 @@ }, "style": "form" }, - "mget:routing": { + "mget-routing": { "in": "query", "name": "routing", "description": "Custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "mget:_source": { + "mget-_source": { "in": "query", "name": "_source", "description": "True or false to return the `_source` field or not, or a list of fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "mget:_source_excludes": { + "mget-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "mget:_source_includes": { + "mget-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned. You can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "mget:stored_fields": { + "mget-stored_fields": { "in": "query", "name": "stored_fields", "description": "If `true`, retrieves the document fields stored in the index rather than the document `_source`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "ml.get_calendars:calendar_id": { + "ml.get_calendars-calendar_id": { "in": "path", "name": "calendar_id", "description": "A string that uniquely identifies a calendar. You can get information for multiple calendars by using a comma-separated list of ids or a wildcard expression. You can get information for all calendars by using `_all` or `*` or by omitting the calendar identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_calendars:from": { + "ml.get_calendars-from": { "in": "query", "name": "from", "description": "Skips the specified number of calendars. This parameter is supported only when you omit the calendar identifier.", @@ -65935,7 +65935,7 @@ }, "style": "form" }, - "ml.get_calendars:size": { + "ml.get_calendars-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of calendars to obtain. This parameter is supported only when you omit the calendar identifier.", @@ -65945,18 +65945,18 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:id": { + "ml.get_data_frame_analytics-id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job. If you do not specify this\noption, the API returns information for the first hundred data frame\nanalytics jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_data_frame_analytics:allow_no_match": { + "ml.get_data_frame_analytics-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no data frame analytics\njobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value returns an empty data_frame_analytics array when there\nare no matches and the subset of results when there are partial matches.\nIf this parameter is `false`, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -65966,7 +65966,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:from": { + "ml.get_data_frame_analytics-from": { "in": "query", "name": "from", "description": "Skips the specified number of data frame analytics jobs.", @@ -65976,7 +65976,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:size": { + "ml.get_data_frame_analytics-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of data frame analytics jobs to obtain.", @@ -65986,7 +65986,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:exclude_generated": { + "ml.get_data_frame_analytics-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -65996,18 +65996,18 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:id": { + "ml.get_data_frame_analytics_stats-id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job. If you do not specify this\noption, the API returns information for the first hundred data frame\nanalytics jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_data_frame_analytics_stats:allow_no_match": { + "ml.get_data_frame_analytics_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no data frame analytics\njobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value returns an empty data_frame_analytics array when there\nare no matches and the subset of results when there are partial matches.\nIf this parameter is `false`, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -66017,7 +66017,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:from": { + "ml.get_data_frame_analytics_stats-from": { "in": "query", "name": "from", "description": "Skips the specified number of data frame analytics jobs.", @@ -66027,7 +66027,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:size": { + "ml.get_data_frame_analytics_stats-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of data frame analytics jobs to obtain.", @@ -66037,7 +66037,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:verbose": { + "ml.get_data_frame_analytics_stats-verbose": { "in": "query", "name": "verbose", "description": "Defines whether the stats response should be verbose.", @@ -66047,18 +66047,18 @@ }, "style": "form" }, - "ml.get_datafeed_stats:datafeed_id": { + "ml.get_datafeed_stats-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "Identifier for the datafeed. It can be a datafeed identifier or a\nwildcard expression. If you do not specify one of these options, the API\nreturns information about all datafeeds.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_datafeed_stats:allow_no_match": { + "ml.get_datafeed_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no datafeeds that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `datafeeds` array\nwhen there are no matches and the subset of results when there are\npartial matches. If this parameter is `false`, the request returns a\n`404` status code when there are no matches or only partial matches.", @@ -66068,18 +66068,18 @@ }, "style": "form" }, - "ml.get_datafeeds:datafeed_id": { + "ml.get_datafeeds-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "Identifier for the datafeed. It can be a datafeed identifier or a\nwildcard expression. If you do not specify one of these options, the API\nreturns information about all datafeeds.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_datafeeds:allow_no_match": { + "ml.get_datafeeds-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no datafeeds that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `datafeeds` array\nwhen there are no matches and the subset of results when there are\npartial matches. If this parameter is `false`, the request returns a\n`404` status code when there are no matches or only partial matches.", @@ -66089,7 +66089,7 @@ }, "style": "form" }, - "ml.get_datafeeds:exclude_generated": { + "ml.get_datafeeds-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -66099,18 +66099,18 @@ }, "style": "form" }, - "ml.get_filters:filter_id": { + "ml.get_filters-filter_id": { "in": "path", "name": "filter_id", "description": "A string that uniquely identifies a filter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_filters:from": { + "ml.get_filters-from": { "in": "query", "name": "from", "description": "Skips the specified number of filters.", @@ -66120,7 +66120,7 @@ }, "style": "form" }, - "ml.get_filters:size": { + "ml.get_filters-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of filters to obtain.", @@ -66130,18 +66130,18 @@ }, "style": "form" }, - "ml.get_job_stats:job_id": { + "ml.get_job_stats-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, a comma-separated list of jobs, or a wildcard expression. If\nyou do not specify one of these options, the API returns information for\nall anomaly detection jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_job_stats:allow_no_match": { + "ml.get_job_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty `jobs` array when\nthere are no matches and the subset of results when there are partial\nmatches. If `false`, the API returns a `404` status\ncode when there are no matches or only partial matches.", @@ -66151,18 +66151,18 @@ }, "style": "form" }, - "ml.get_jobs:job_id": { + "ml.get_jobs-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, or a wildcard expression. If you do not specify one of these\noptions, the API returns information for all anomaly detection jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_jobs:allow_no_match": { + "ml.get_jobs-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `jobs` array when\nthere are no matches and the subset of results when there are partial\nmatches. If this parameter is `false`, the request returns a `404` status\ncode when there are no matches or only partial matches.", @@ -66172,7 +66172,7 @@ }, "style": "form" }, - "ml.get_jobs:exclude_generated": { + "ml.get_jobs-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -66182,18 +66182,18 @@ }, "style": "form" }, - "ml.get_overall_buckets:job_id": { + "ml.get_overall_buckets-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, a comma-separated list of jobs or groups, or a wildcard\nexpression.\n\nYou can summarize the bucket results for all anomaly detection jobs by\nusing `_all` or by specifying `*` as the ``.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_overall_buckets:allow_no_match": { + "ml.get_overall_buckets-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the request returns an empty `jobs` array when there are no\nmatches and the subset of results when there are partial matches. If this\nparameter is `false`, the request returns a `404` status code when there\nare no matches or only partial matches.", @@ -66203,27 +66203,27 @@ }, "style": "form" }, - "ml.get_overall_buckets:bucket_span": { + "ml.get_overall_buckets-bucket_span": { "in": "query", "name": "bucket_span", "description": "The span of the overall buckets. Must be greater or equal to the largest\nbucket span of the specified anomaly detection jobs, which is the default\nvalue.\n\nBy default, an overall bucket has a span equal to the largest bucket span\nof the specified anomaly detection jobs. To override that behavior, use\nthe optional `bucket_span` parameter.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ml.get_overall_buckets:end": { + "ml.get_overall_buckets-end": { "in": "query", "name": "end", "description": "Returns overall buckets with timestamps earlier than this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_overall_buckets:exclude_interim": { + "ml.get_overall_buckets-exclude_interim": { "in": "query", "name": "exclude_interim", "description": "If `true`, the output excludes interim results.", @@ -66233,7 +66233,7 @@ }, "style": "form" }, - "ml.get_overall_buckets:overall_score": { + "ml.get_overall_buckets-overall_score": { "in": "query", "name": "overall_score", "description": "Returns overall buckets with overall scores greater than or equal to this\nvalue.", @@ -66250,17 +66250,17 @@ }, "style": "form" }, - "ml.get_overall_buckets:start": { + "ml.get_overall_buckets-start": { "in": "query", "name": "start", "description": "Returns overall buckets with timestamps after this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_overall_buckets:top_n": { + "ml.get_overall_buckets-top_n": { "in": "query", "name": "top_n", "description": "The number of top anomaly detection job bucket scores to be used in the\n`overall_score` calculation.", @@ -66270,18 +66270,18 @@ }, "style": "form" }, - "ml.get_trained_models:model_id": { + "ml.get_trained_models-model_id": { "in": "path", "name": "model_id", "description": "The unique identifier of the trained model or a model alias.\n\nYou can get information for multiple trained models in a single API\nrequest by using a comma-separated list of model IDs or a wildcard\nexpression.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_trained_models:allow_no_match": { + "ml.get_trained_models-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n- Contains wildcard expressions and there are no models that match.\n- Contains the _all string or no identifiers and there are no matches.\n- Contains wildcard expressions and there are only partial matches.\n\nIf true, it returns an empty array when there are no matches and the\nsubset of results when there are partial matches.", @@ -66291,7 +66291,7 @@ }, "style": "form" }, - "ml.get_trained_models:decompress_definition": { + "ml.get_trained_models-decompress_definition": { "in": "query", "name": "decompress_definition", "description": "Specifies whether the included model definition should be returned as a\nJSON map (true) or in a custom compressed format (false).", @@ -66301,7 +66301,7 @@ }, "style": "form" }, - "ml.get_trained_models:exclude_generated": { + "ml.get_trained_models-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -66311,7 +66311,7 @@ }, "style": "form" }, - "ml.get_trained_models:from": { + "ml.get_trained_models-from": { "in": "query", "name": "from", "description": "Skips the specified number of models.", @@ -66321,17 +66321,17 @@ }, "style": "form" }, - "ml.get_trained_models:include": { + "ml.get_trained_models-include": { "in": "query", "name": "include", "description": "A comma delimited string of optional fields to include in the response\nbody.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/ml._types:Include" + "$ref": "#/components/schemas/ml._types.Include" }, "style": "form" }, - "ml.get_trained_models:size": { + "ml.get_trained_models-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of models to obtain.", @@ -66341,7 +66341,7 @@ }, "style": "form" }, - "ml.get_trained_models:tags": { + "ml.get_trained_models-tags": { "in": "query", "name": "tags", "description": "A comma delimited string of tags. A trained model can have many tags, or\nnone. When supplied, only trained models that contain all the supplied\ntags are returned.", @@ -66361,18 +66361,18 @@ }, "style": "form" }, - "ml.get_trained_models_stats:model_id": { + "ml.get_trained_models_stats-model_id": { "in": "path", "name": "model_id", "description": "The unique identifier of the trained model or a model alias. It can be a\ncomma-separated list or a wildcard expression.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_trained_models_stats:allow_no_match": { + "ml.get_trained_models_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n- Contains wildcard expressions and there are no models that match.\n- Contains the _all string or no identifiers and there are no matches.\n- Contains wildcard expressions and there are only partial matches.\n\nIf true, it returns an empty array when there are no matches and the\nsubset of results when there are partial matches.", @@ -66382,7 +66382,7 @@ }, "style": "form" }, - "ml.get_trained_models_stats:from": { + "ml.get_trained_models_stats-from": { "in": "query", "name": "from", "description": "Skips the specified number of models.", @@ -66392,7 +66392,7 @@ }, "style": "form" }, - "ml.get_trained_models_stats:size": { + "ml.get_trained_models_stats-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of models to obtain.", @@ -66402,60 +66402,60 @@ }, "style": "form" }, - "ml.preview_data_frame_analytics:id": { + "ml.preview_data_frame_analytics-id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.preview_datafeed:datafeed_id": { + "ml.preview_datafeed-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "A numerical character string that uniquely identifies the datafeed. This identifier can contain lowercase\nalphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric\ncharacters. NOTE: If you use this path parameter, you cannot provide datafeed or anomaly detection job\nconfiguration details in the request body.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.preview_datafeed:start": { + "ml.preview_datafeed-start": { "in": "query", "name": "start", "description": "The start time from where the datafeed preview should begin", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.preview_datafeed:end": { + "ml.preview_datafeed-end": { "in": "query", "name": "end", "description": "The end time when the datafeed preview should stop", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "msearch:index": { + "msearch-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and index aliases to search.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "msearch:allow_no_indices": { + "msearch-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias, or _all value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting foo*,bar* returns an error if an index starts with foo but no index starts with bar.", @@ -66465,7 +66465,7 @@ }, "style": "form" }, - "msearch:ccs_minimize_roundtrips": { + "msearch-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If true, network roundtrips between the coordinating node and remote clusters are minimized for cross-cluster search requests.", @@ -66475,17 +66475,17 @@ }, "style": "form" }, - "msearch:expand_wildcards": { + "msearch-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard expressions can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "msearch:ignore_throttled": { + "msearch-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If true, concrete, expanded or aliased indices are ignored when frozen.", @@ -66495,7 +66495,7 @@ }, "style": "form" }, - "msearch:ignore_unavailable": { + "msearch-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -66505,7 +66505,7 @@ }, "style": "form" }, - "msearch:include_named_queries_score": { + "msearch-include_named_queries_score": { "in": "query", "name": "include_named_queries_score", "description": "Indicates whether hit.matched_queries should be rendered as a map that includes\nthe name of the matched query associated with its score (true)\nor as an array containing the name of the matched queries (false)\nThis functionality reruns each named query on every hit in a search response.\nTypically, this adds a small overhead to a request.\nHowever, using computationally expensive named queries on a large number of hits may add significant overhead.", @@ -66515,7 +66515,7 @@ }, "style": "form" }, - "msearch:max_concurrent_searches": { + "msearch-max_concurrent_searches": { "in": "query", "name": "max_concurrent_searches", "description": "Maximum number of concurrent searches the multi search API can execute.\nDefaults to `max(1, (# of data nodes * min(search thread pool size, 10)))`.", @@ -66525,7 +66525,7 @@ }, "style": "form" }, - "msearch:max_concurrent_shard_requests": { + "msearch-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "Maximum number of concurrent shard requests that each sub-search request executes per node.", @@ -66535,7 +66535,7 @@ }, "style": "form" }, - "msearch:pre_filter_shard_size": { + "msearch-pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "description": "Defines a threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method i.e., if date filters are mandatory to match but the shard bounds and the query are disjoint.", @@ -66545,7 +66545,7 @@ }, "style": "form" }, - "msearch:rest_total_hits_as_int": { + "msearch-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If true, hits.total are returned as an integer in the response. Defaults to false, which returns an object.", @@ -66555,27 +66555,27 @@ }, "style": "form" }, - "msearch:routing": { + "msearch-routing": { "in": "query", "name": "routing", "description": "Custom routing value used to route search operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "msearch:search_type": { + "msearch-search_type": { "in": "query", "name": "search_type", "description": "Indicates whether global term and document frequencies should be used when scoring returned documents.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "msearch:typed_keys": { + "msearch-typed_keys": { "in": "query", "name": "typed_keys", "description": "Specifies whether aggregation and suggester names should be prefixed by their respective types in the response.", @@ -66585,18 +66585,18 @@ }, "style": "form" }, - "msearch_template:index": { + "msearch_template-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "msearch_template:ccs_minimize_roundtrips": { + "msearch_template-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips are minimized for cross-cluster search requests.", @@ -66606,7 +66606,7 @@ }, "style": "form" }, - "msearch_template:max_concurrent_searches": { + "msearch_template-max_concurrent_searches": { "in": "query", "name": "max_concurrent_searches", "description": "The maximum number of concurrent searches the API can run.", @@ -66616,17 +66616,17 @@ }, "style": "form" }, - "msearch_template:search_type": { + "msearch_template-search_type": { "in": "query", "name": "search_type", "description": "The type of the search operation.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "msearch_template:rest_total_hits_as_int": { + "msearch_template-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If `true`, the response returns `hits.total` as an integer.\nIf `false`, it returns `hits.total` as an object.", @@ -66636,7 +66636,7 @@ }, "style": "form" }, - "msearch_template:typed_keys": { + "msearch_template-typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, the response prefixes aggregation and suggester names with their respective types.", @@ -66646,18 +66646,18 @@ }, "style": "form" }, - "mtermvectors:index": { + "mtermvectors-index": { "in": "path", "name": "index", "description": "The name of the index that contains the documents.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "mtermvectors:ids": { + "mtermvectors-ids": { "in": "query", "name": "ids", "description": "A comma-separated list of documents ids. You must define ids as parameter or set \"ids\" or \"docs\" in the request body", @@ -66665,22 +66665,22 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "style": "form" }, - "mtermvectors:fields": { + "mtermvectors-fields": { "in": "query", "name": "fields", "description": "A comma-separated list or wildcard expressions of fields to include in the statistics.\nIt is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "mtermvectors:field_statistics": { + "mtermvectors-field_statistics": { "in": "query", "name": "field_statistics", "description": "If `true`, the response includes the document count, sum of document frequencies, and sum of total term frequencies.", @@ -66690,7 +66690,7 @@ }, "style": "form" }, - "mtermvectors:offsets": { + "mtermvectors-offsets": { "in": "query", "name": "offsets", "description": "If `true`, the response includes term offsets.", @@ -66700,7 +66700,7 @@ }, "style": "form" }, - "mtermvectors:payloads": { + "mtermvectors-payloads": { "in": "query", "name": "payloads", "description": "If `true`, the response includes term payloads.", @@ -66710,7 +66710,7 @@ }, "style": "form" }, - "mtermvectors:positions": { + "mtermvectors-positions": { "in": "query", "name": "positions", "description": "If `true`, the response includes term positions.", @@ -66720,7 +66720,7 @@ }, "style": "form" }, - "mtermvectors:preference": { + "mtermvectors-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -66730,7 +66730,7 @@ }, "style": "form" }, - "mtermvectors:realtime": { + "mtermvectors-realtime": { "in": "query", "name": "realtime", "description": "If true, the request is real-time as opposed to near-real-time.", @@ -66740,17 +66740,17 @@ }, "style": "form" }, - "mtermvectors:routing": { + "mtermvectors-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "mtermvectors:term_statistics": { + "mtermvectors-term_statistics": { "in": "query", "name": "term_statistics", "description": "If true, the response includes term frequency and document frequency.", @@ -66760,90 +66760,90 @@ }, "style": "form" }, - "mtermvectors:version": { + "mtermvectors-version": { "in": "query", "name": "version", "description": "If `true`, returns the document version as part of a hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "mtermvectors:version_type": { + "mtermvectors-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "put_script:id": { + "put_script-id": { "in": "path", "name": "id", "description": "The identifier for the stored script or search template.\nIt must be unique within the cluster.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "put_script:context": { + "put_script-context": { "in": "path", "name": "context", "description": "The context in which the script or search template should run.\nTo prevent errors, the API immediately compiles the script or template in this context.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "put_script:context_": { + "put_script-context_": { "in": "query", "name": "context", "description": "The context in which the script or search template should run.\nTo prevent errors, the API immediately compiles the script or template in this context.\nIf you specify both this and the `` path parameter, the API uses the request path parameter.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, - "put_script:master_timeout": { + "put_script-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "put_script:timeout": { + "put_script-timeout": { "in": "query", "name": "timeout", "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "rank_eval:index": { + "rank_eval-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and index aliases used to limit the request.\nWildcard (`*`) expressions are supported.\nTo target all data streams and indices in a cluster, omit this parameter or use `_all` or `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "rank_eval:allow_no_indices": { + "rank_eval-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -66853,17 +66853,17 @@ }, "style": "form" }, - "rank_eval:expand_wildcards": { + "rank_eval-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "rank_eval:ignore_unavailable": { + "rank_eval-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, missing or closed indices are not included in the response.", @@ -66873,7 +66873,7 @@ }, "style": "form" }, - "rank_eval:search_type": { + "rank_eval-search_type": { "in": "query", "name": "search_type", "description": "Search operation type", @@ -66883,49 +66883,49 @@ }, "style": "form" }, - "render_search_template:id": { + "render_search_template-id": { "in": "path", "name": "id", "description": "The ID of the search template to render.\nIf no `source` is specified, this or the `id` request body parameter is required.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "scroll:scroll_id": { + "scroll-scroll_id": { "in": "path", "name": "scroll_id", "description": "The scroll ID", "required": true, "deprecated": true, "schema": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "style": "simple" }, - "scroll:scroll": { + "scroll-scroll": { "in": "query", "name": "scroll", "description": "The period to retain the search context for scrolling.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "scroll:scroll_id_": { + "scroll-scroll_id_": { "in": "query", "name": "scroll_id", "description": "The scroll ID for scrolled search", "deprecated": true, "schema": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "style": "form" }, - "scroll:rest_total_hits_as_int": { + "scroll-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If true, the API response’s hit.total property is returned as an integer. If false, the API response’s hit.total property is returned as an object.", @@ -66935,18 +66935,18 @@ }, "style": "form" }, - "search:index": { + "search-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "search:allow_no_indices": { + "search-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -66956,7 +66956,7 @@ }, "style": "form" }, - "search:allow_partial_search_results": { + "search-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If `true` and there are shard request timeouts or shard failures, the request returns partial results.\nIf `false`, it returns an error with no partial results.\n\nTo override the default behavior, you can set the `search.default_allow_partial_results` cluster setting to `false`.", @@ -66966,7 +66966,7 @@ }, "style": "form" }, - "search:analyzer": { + "search-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -66976,7 +66976,7 @@ }, "style": "form" }, - "search:analyze_wildcard": { + "search-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -66986,7 +66986,7 @@ }, "style": "form" }, - "search:batched_reduce_size": { + "search-batched_reduce_size": { "in": "query", "name": "batched_reduce_size", "description": "The number of shard results that should be reduced at once on the coordinating node.\nIf the potential number of shards in the request can be large, this value should be used as a protection mechanism to reduce the memory overhead per search request.", @@ -66996,7 +66996,7 @@ }, "style": "form" }, - "search:ccs_minimize_roundtrips": { + "search-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips between the coordinating node and the remote clusters are minimized when running cross-cluster search (CCS) requests.", @@ -67006,17 +67006,17 @@ }, "style": "form" }, - "search:default_operator": { + "search-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for the query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "search:df": { + "search-df": { "in": "query", "name": "df", "description": "The field to use as a default when no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -67026,27 +67026,27 @@ }, "style": "form" }, - "search:docvalue_fields": { + "search-docvalue_fields": { "in": "query", "name": "docvalue_fields", "description": "A comma-separated list of fields to return as the docvalue representation of a field for each hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:expand_wildcards": { + "search-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "search:explain": { + "search-explain": { "in": "query", "name": "explain", "description": "If `true`, the request returns detailed information about score computation as part of a hit.", @@ -67056,7 +67056,7 @@ }, "style": "form" }, - "search:ignore_throttled": { + "search-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, concrete, expanded or aliased indices will be ignored when frozen.", @@ -67066,7 +67066,7 @@ }, "style": "form" }, - "search:ignore_unavailable": { + "search-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -67076,7 +67076,7 @@ }, "style": "form" }, - "search:include_named_queries_score": { + "search-include_named_queries_score": { "in": "query", "name": "include_named_queries_score", "description": "If `true`, the response includes the score contribution from any named queries.\n\nThis functionality reruns each named query on every hit in a search response.\nTypically, this adds a small overhead to a request.\nHowever, using computationally expensive named queries on a large number of hits may add significant overhead.", @@ -67086,7 +67086,7 @@ }, "style": "form" }, - "search:lenient": { + "search-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -67096,7 +67096,7 @@ }, "style": "form" }, - "search:max_concurrent_shard_requests": { + "search-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "The number of concurrent shard requests per node that the search runs concurrently.\nThis value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests.", @@ -67106,7 +67106,7 @@ }, "style": "form" }, - "search:preference": { + "search-preference": { "in": "query", "name": "preference", "description": "The nodes and shards used for the search.\nBy default, Elasticsearch selects from eligible nodes and shards using adaptive replica selection, accounting for allocation awareness.\nValid values are:\n\n* `_only_local` to run the search only on shards on the local node.\n* `_local` to, if possible, run the search on shards on the local node, or if not, select shards using the default method.\n* `_only_nodes:,` to run the search on only the specified nodes IDs. If suitable shards exist on more than one selected node, use shards on those nodes using the default method. If none of the specified nodes are available, select shards from any available node using the default method.\n* `_prefer_nodes:,` to if possible, run the search on the specified nodes IDs. If not, select shards using the default method.\n`_shards:,` to run the search only on the specified shards. You can combine this value with other `preference` values. However, the `_shards` value must come first. For example: `_shards:2,3|_local`.\n`` (any string that does not start with `_`) to route searches with the same `` to the same shards in the same order.", @@ -67116,7 +67116,7 @@ }, "style": "form" }, - "search:pre_filter_shard_size": { + "search-pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "description": "A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold.\nThis filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method (if date filters are mandatory to match but the shard bounds and the query are disjoint).\nWhen unspecified, the pre-filter phase is executed if any of these conditions is met:\n\n* The request targets more than 128 shards.\n* The request targets one or more read-only index.\n* The primary sort of the query targets an indexed field.", @@ -67126,7 +67126,7 @@ }, "style": "form" }, - "search:request_cache": { + "search-request_cache": { "in": "query", "name": "request_cache", "description": "If `true`, the caching of search results is enabled for requests where `size` is `0`.\nIt defaults to index level settings.", @@ -67136,37 +67136,37 @@ }, "style": "form" }, - "search:routing": { + "search-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "search:scroll": { + "search-scroll": { "in": "query", "name": "scroll", "description": "The period to retain the search context for scrolling.\nBy default, this value cannot exceed `1d` (24 hours).\nYou can change this limit by using the `search.max_keep_alive` cluster-level setting.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "search:search_type": { + "search-search_type": { "in": "query", "name": "search_type", "description": "Indicates how distributed term frequencies are calculated for relevance scoring.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "search:stats": { + "search-stats": { "in": "query", "name": "stats", "description": "Specific `tag` of the request for logging and statistical purposes.", @@ -67179,37 +67179,37 @@ }, "style": "form" }, - "search:stored_fields": { + "search-stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return as part of a hit.\nIf no fields are specified, no stored fields are included in the response.\nIf this field is specified, the `_source` parameter defaults to `false`.\nYou can pass `_source: true` to return both source fields and stored fields in the search response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:suggest_field": { + "search-suggest_field": { "in": "query", "name": "suggest_field", "description": "The field to use for suggestions.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "search:suggest_mode": { + "search-suggest_mode": { "in": "query", "name": "suggest_mode", "description": "The suggest mode.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SuggestMode" + "$ref": "#/components/schemas/_types.SuggestMode" }, "style": "form" }, - "search:suggest_size": { + "search-suggest_size": { "in": "query", "name": "suggest_size", "description": "The number of suggestions to return.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", @@ -67219,7 +67219,7 @@ }, "style": "form" }, - "search:suggest_text": { + "search-suggest_text": { "in": "query", "name": "suggest_text", "description": "The source text for which the suggestions should be returned.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", @@ -67229,7 +67229,7 @@ }, "style": "form" }, - "search:terminate_after": { + "search-terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this parameter to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this parameter for requests that target data streams with backing indices across multiple data tiers.\nIf set to `0` (default), the query does not terminate early.", @@ -67239,27 +67239,27 @@ }, "style": "form" }, - "search:timeout": { + "search-timeout": { "in": "query", "name": "timeout", "description": "The period of time to wait for a response from each shard.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt defaults to no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "search:track_total_hits": { + "search-track_total_hits": { "in": "query", "name": "track_total_hits", "description": "The number of hits matching the query to count accurately.\nIf `true`, the exact number of hits is returned at the cost of some performance.\nIf `false`, the response does not include the total number of hits matching the query.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "style": "form" }, - "search:track_scores": { + "search-track_scores": { "in": "query", "name": "track_scores", "description": "If `true`, the request calculates and returns document scores, even if the scores are not used for sorting.", @@ -67269,7 +67269,7 @@ }, "style": "form" }, - "search:typed_keys": { + "search-typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, aggregation and suggester names are be prefixed by their respective types in the response.", @@ -67279,7 +67279,7 @@ }, "style": "form" }, - "search:rest_total_hits_as_int": { + "search-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "Indicates whether `hits.total` should be rendered as an integer or an object in the rest search response.", @@ -67289,7 +67289,7 @@ }, "style": "form" }, - "search:version": { + "search-version": { "in": "query", "name": "version", "description": "If `true`, the request returns the document version as part of a hit.", @@ -67299,37 +67299,37 @@ }, "style": "form" }, - "search:_source": { + "search-_source": { "in": "query", "name": "_source", "description": "The source fields that are returned for matching documents.\nThese fields are returned in the `hits._source` property of the search response.\nValid values are:\n\n* `true` to return the entire document source.\n* `false` to not return the document source.\n* `` to return the source fields that are specified as a comma-separated list that supports wildcard (`*`) patterns.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "search:_source_excludes": { + "search-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:_source_includes": { + "search-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:seq_no_primary_term": { + "search-seq_no_primary_term": { "in": "query", "name": "seq_no_primary_term", "description": "If `true`, the request returns the sequence number and primary term of the last modification of each hit.", @@ -67339,7 +67339,7 @@ }, "style": "form" }, - "search:q": { + "search-q": { "in": "query", "name": "q", "description": "A query in the Lucene query string syntax.\nQuery parameter searches do not support the full Elasticsearch Query DSL but are handy for testing.\n\nIMPORTANT: This parameter overrides the query parameter in the request body.\nIf both parameters are specified, documents matching the query request body parameter are not returned.", @@ -67349,7 +67349,7 @@ }, "style": "form" }, - "search:size": { + "search-size": { "in": "query", "name": "size", "description": "The number of hits to return.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", @@ -67359,7 +67359,7 @@ }, "style": "form" }, - "search:from": { + "search-from": { "in": "query", "name": "from", "description": "The starting document offset, which must be non-negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", @@ -67369,7 +67369,7 @@ }, "style": "form" }, - "search:sort": { + "search-sort": { "in": "query", "name": "sort", "description": "A comma-separated list of `:` pairs.", @@ -67389,7 +67389,7 @@ }, "style": "form" }, - "search_application.get_behavioral_analytics:name": { + "search_application.get_behavioral_analytics-name": { "in": "path", "name": "name", "description": "A list of analytics collections to limit the returned information", @@ -67398,23 +67398,23 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "style": "simple" }, - "search_application.search:name": { + "search_application.search-name": { "in": "path", "name": "name", "description": "The name of the search application to be searched.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "search_application.search:typed_keys": { + "search_application.search-typed_keys": { "in": "query", "name": "typed_keys", "description": "Determines whether aggregation names are prefixed by their respective types in the response.", @@ -67424,62 +67424,62 @@ }, "style": "form" }, - "search_mvt:index": { + "search_mvt-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, or aliases to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "search_mvt:field": { + "search_mvt-field": { "in": "path", "name": "field", "description": "Field containing geospatial data to return", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "simple" }, - "search_mvt:zoom": { + "search_mvt-zoom": { "in": "path", "name": "zoom", "description": "Zoom level for the vector tile to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:ZoomLevel" + "$ref": "#/components/schemas/_global.search_mvt._types.ZoomLevel" }, "style": "simple" }, - "search_mvt:x": { + "search_mvt-x": { "in": "path", "name": "x", "description": "X coordinate for the vector tile to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:Coordinate" + "$ref": "#/components/schemas/_global.search_mvt._types.Coordinate" }, "style": "simple" }, - "search_mvt:y": { + "search_mvt-y": { "in": "path", "name": "y", "description": "Y coordinate for the vector tile to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:Coordinate" + "$ref": "#/components/schemas/_global.search_mvt._types.Coordinate" }, "style": "simple" }, - "search_mvt:exact_bounds": { + "search_mvt-exact_bounds": { "in": "query", "name": "exact_bounds", "description": "If `false`, the meta layer's feature is the bounding box of the tile.\nIf true, the meta layer's feature is a bounding box resulting from a\ngeo_bounds aggregation. The aggregation runs on values that intersect\nthe // tile with wrap_longitude set to false. The resulting\nbounding box may be larger than the vector tile.", @@ -67489,7 +67489,7 @@ }, "style": "form" }, - "search_mvt:extent": { + "search_mvt-extent": { "in": "query", "name": "extent", "description": "The size, in pixels, of a side of the tile. Vector tiles are square with equal sides.", @@ -67499,17 +67499,17 @@ }, "style": "form" }, - "search_mvt:grid_agg": { + "search_mvt-grid_agg": { "in": "query", "name": "grid_agg", "description": "Aggregation used to create a grid for `field`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridAggregationType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridAggregationType" }, "style": "form" }, - "search_mvt:grid_precision": { + "search_mvt-grid_precision": { "in": "query", "name": "grid_precision", "description": "Additional zoom levels available through the aggs layer. For example, if is 7\nand grid_precision is 8, you can zoom in up to level 15. Accepts 0-8. If 0, results\ndon't include the aggs layer.", @@ -67519,17 +67519,17 @@ }, "style": "form" }, - "search_mvt:grid_type": { + "search_mvt-grid_type": { "in": "query", "name": "grid_type", "description": "Determines the geometry type for features in the aggs layer. In the aggs layer,\neach feature represents a geotile_grid cell. If 'grid' each feature is a Polygon\nof the cells bounding box. If 'point' each feature is a Point that is the centroid\nof the cell.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridType" }, "style": "form" }, - "search_mvt:size": { + "search_mvt-size": { "in": "query", "name": "size", "description": "Maximum number of features to return in the hits layer. Accepts 0-10000.\nIf 0, results don't include the hits layer.", @@ -67539,7 +67539,7 @@ }, "style": "form" }, - "search_mvt:with_labels": { + "search_mvt-with_labels": { "in": "query", "name": "with_labels", "description": "If `true`, the hits and aggs layers will contain additional point features representing\nsuggested label positions for the original features.\n\n* `Point` and `MultiPoint` features will have one of the points selected.\n* `Polygon` and `MultiPolygon` features will have a single point generated, either the centroid, if it is within the polygon, or another point within the polygon selected from the sorted triangle-tree.\n* `LineString` features will likewise provide a roughly central point selected from the triangle-tree.\n* The aggregation results will provide one central point for each aggregation bucket.\n\nAll attributes from the original features will also be copied to the new label features.\nIn addition, the new features will be distinguishable using the tag `_mvt_label_position`.", @@ -67549,18 +67549,18 @@ }, "style": "form" }, - "search_template:index": { + "search_template-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "search_template:allow_no_indices": { + "search_template-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -67570,7 +67570,7 @@ }, "style": "form" }, - "search_template:ccs_minimize_roundtrips": { + "search_template-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips are minimized for cross-cluster search requests.", @@ -67580,17 +67580,17 @@ }, "style": "form" }, - "search_template:expand_wildcards": { + "search_template-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "search_template:explain": { + "search_template-explain": { "in": "query", "name": "explain", "description": "If `true`, the response includes additional details about score computation as part of a hit.", @@ -67600,7 +67600,7 @@ }, "style": "form" }, - "search_template:ignore_throttled": { + "search_template-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, specified concrete, expanded, or aliased indices are not included in the response when throttled.", @@ -67610,7 +67610,7 @@ }, "style": "form" }, - "search_template:ignore_unavailable": { + "search_template-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -67620,7 +67620,7 @@ }, "style": "form" }, - "search_template:preference": { + "search_template-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -67630,7 +67630,7 @@ }, "style": "form" }, - "search_template:profile": { + "search_template-profile": { "in": "query", "name": "profile", "description": "If `true`, the query execution is profiled.", @@ -67640,37 +67640,37 @@ }, "style": "form" }, - "search_template:routing": { + "search_template-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "search_template:scroll": { + "search_template-scroll": { "in": "query", "name": "scroll", "description": "Specifies how long a consistent view of the index\nshould be maintained for scrolled search.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "search_template:search_type": { + "search_template-search_type": { "in": "query", "name": "search_type", "description": "The type of the search operation.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "search_template:rest_total_hits_as_int": { + "search_template-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If `true`, `hits.total` is rendered as an integer in the response.\nIf `false`, it is rendered as an object.", @@ -67680,7 +67680,7 @@ }, "style": "form" }, - "search_template:typed_keys": { + "search_template-typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, the response prefixes aggregation and suggester names with their respective types.", @@ -67690,60 +67690,60 @@ }, "style": "form" }, - "security.create_api_key:refresh": { + "security.create_api_key-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.get_role:name": { + "security.get_role-name": { "in": "path", "name": "name", "description": "The name of the role.\nYou can specify multiple roles as a comma-separated list.\nIf you do not specify this parameter, the API returns information about all roles.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "security.has_privileges:user": { + "security.has_privileges-user": { "in": "path", "name": "user", "description": "Username", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "security.put_role:name": { + "security.put_role-name": { "in": "path", "name": "name", "description": "The name of the role that is being created or updated. On Elasticsearch Serverless, the role name must begin with a letter or digit and can only contain letters, digits and the characters '_', '-', and '.'. Each role must have a unique name, as this will serve as the identifier for that role.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "security.put_role:refresh": { + "security.put_role-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.query_api_keys:with_limited_by": { + "security.query_api_keys-with_limited_by": { "in": "query", "name": "with_limited_by", "description": "Return the snapshot of the owner user's role descriptors associated with the API key.\nAn API key's actual permission is the intersection of its assigned role descriptors and the owner user's role descriptors (effectively limited by it).\nAn API key cannot retrieve any API key’s limited-by role descriptors (including itself) unless it has `manage_api_key` or higher privileges.", @@ -67753,7 +67753,7 @@ }, "style": "form" }, - "security.query_api_keys:with_profile_uid": { + "security.query_api_keys-with_profile_uid": { "in": "query", "name": "with_profile_uid", "description": "Determines whether to also retrieve the profile UID for the API key owner principal.\nIf it exists, the profile UID is returned under the `profile_uid` response field for each API key.", @@ -67763,7 +67763,7 @@ }, "style": "form" }, - "security.query_api_keys:typed_keys": { + "security.query_api_keys-typed_keys": { "in": "query", "name": "typed_keys", "description": "Determines whether aggregation names are prefixed by their respective types in the response.", @@ -67773,60 +67773,60 @@ }, "style": "form" }, - "sql.query:format": { + "sql.query-format": { "in": "query", "name": "format", "description": "The format for the response.\nYou can also specify a format using the `Accept` HTTP header.\nIf you specify both this parameter and the `Accept` HTTP header, this parameter takes precedence.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/sql.query:SqlFormat" + "$ref": "#/components/schemas/sql.query.SqlFormat" }, "style": "form" }, - "terms_enum:index": { + "terms_enum-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and index aliases to search.\nWildcard (`*`) expressions are supported.\nTo search all data streams or indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "termvectors:index": { + "termvectors-index": { "in": "path", "name": "index", "description": "The name of the index that contains the document.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "termvectors:id": { + "termvectors-id": { "in": "path", "name": "id", "description": "A unique identifier for the document.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "termvectors:fields": { + "termvectors-fields": { "in": "query", "name": "fields", "description": "A comma-separated list or wildcard expressions of fields to include in the statistics.\nIt is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "termvectors:field_statistics": { + "termvectors-field_statistics": { "in": "query", "name": "field_statistics", "description": "If `true`, the response includes:\n\n* The document count (how many documents contain this field).\n* The sum of document frequencies (the sum of document frequencies for all terms in this field).\n* The sum of total term frequencies (the sum of total term frequencies of each term in this field).", @@ -67836,7 +67836,7 @@ }, "style": "form" }, - "termvectors:offsets": { + "termvectors-offsets": { "in": "query", "name": "offsets", "description": "If `true`, the response includes term offsets.", @@ -67846,7 +67846,7 @@ }, "style": "form" }, - "termvectors:payloads": { + "termvectors-payloads": { "in": "query", "name": "payloads", "description": "If `true`, the response includes term payloads.", @@ -67856,7 +67856,7 @@ }, "style": "form" }, - "termvectors:positions": { + "termvectors-positions": { "in": "query", "name": "positions", "description": "If `true`, the response includes term positions.", @@ -67866,7 +67866,7 @@ }, "style": "form" }, - "termvectors:preference": { + "termvectors-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -67876,7 +67876,7 @@ }, "style": "form" }, - "termvectors:realtime": { + "termvectors-realtime": { "in": "query", "name": "realtime", "description": "If true, the request is real-time as opposed to near-real-time.", @@ -67886,17 +67886,17 @@ }, "style": "form" }, - "termvectors:routing": { + "termvectors-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "termvectors:term_statistics": { + "termvectors-term_statistics": { "in": "query", "name": "term_statistics", "description": "If `true`, the response includes:\n\n* The total term frequency (how often a term occurs in all documents).\n* The document frequency (the number of documents containing the current term).\n\nBy default these values are not returned since term statistics can have a serious performance impact.", @@ -67906,38 +67906,38 @@ }, "style": "form" }, - "termvectors:version": { + "termvectors-version": { "in": "query", "name": "version", "description": "If `true`, returns the document version as part of a hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "termvectors:version_type": { + "termvectors-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "transform.get_transform:transform_id": { + "transform.get_transform-transform_id": { "in": "path", "name": "transform_id", "description": "Identifier for the transform. It can be a transform identifier or a\nwildcard expression. You can get information for all transforms by using\n`_all`, by specifying `*` as the ``, or by omitting the\n``.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "transform.get_transform:allow_no_match": { + "transform.get_transform-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no transforms that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf this parameter is false, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -67947,7 +67947,7 @@ }, "style": "form" }, - "transform.get_transform:from": { + "transform.get_transform-from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -67957,7 +67957,7 @@ }, "style": "form" }, - "transform.get_transform:size": { + "transform.get_transform-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of transforms to obtain.", @@ -67967,7 +67967,7 @@ }, "style": "form" }, - "transform.get_transform:exclude_generated": { + "transform.get_transform-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Excludes fields that were automatically added when creating the\ntransform. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -67977,24 +67977,24 @@ }, "style": "form" }, - "transform.preview_transform:transform_id": { + "transform.preview_transform-transform_id": { "in": "path", "name": "transform_id", "description": "Identifier for the transform to preview. If you specify this path parameter, you cannot provide transform\nconfiguration details in the request body.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "transform.preview_transform:timeout": { + "transform.preview_transform-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the\ntimeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -68009,11 +68009,11 @@ "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "explain": { "description": "If true, returns detailed information about score computation as part of a hit.", @@ -68031,10 +68031,10 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "indices_boost": { "description": "Boosts the _score of documents from specified indices.", @@ -68052,19 +68052,19 @@ "description": "Array of wildcard (*) patterns. The request returns doc values for field\nnames matching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "knn": { "description": "Defines the approximate kNN search to run.", "oneOf": [ { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" } } ] @@ -68074,23 +68074,23 @@ "type": "number" }, "post_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "profile": { "type": "boolean" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "rescore": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" } } ] @@ -68099,34 +68099,34 @@ "description": "Retrieve a script evaluation (based on different fields) for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "size": { "description": "The number of hits to return. By default, you cannot page through more\nthan 10,000 hits using the from and size parameters. To page through more\nhits, use the search_after parameter.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "description": "Array of wildcard (*) patterns. The request returns values for field names\nmatching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "suggest": { - "$ref": "#/components/schemas/_global.search._types:Suggester" + "$ref": "#/components/schemas/_global.search._types.Suggester" }, "terminate_after": { "description": "Maximum number of documents to collect for each shard. If a query reaches this\nlimit, Elasticsearch terminates the query early. Elasticsearch collects documents\nbefore sorting. Defaults to 0, which does not terminate query execution early.", @@ -68149,13 +68149,13 @@ "type": "boolean" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "pit": { - "$ref": "#/components/schemas/_global.search._types:PointInTimeReference" + "$ref": "#/components/schemas/_global.search._types.PointInTimeReference" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "stats": { "description": "Stats groups to associate with the search. Each group maintains a statistics\naggregation for its associated searches. You can retrieve these stats using\nthe indices stats API.", @@ -68183,10 +68183,10 @@ "items": { "oneOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationContainer" + "$ref": "#/components/schemas/_global.bulk.OperationContainer" }, { - "$ref": "#/components/schemas/_global.bulk:UpdateAction" + "$ref": "#/components/schemas/_global.bulk.UpdateAction" }, { "type": "object" @@ -68227,7 +68227,7 @@ "type": "object", "properties": { "scroll_id": { - "$ref": "#/components/schemas/_types:ScrollIds" + "$ref": "#/components/schemas/_types.ScrollIds" } } }, @@ -68247,13 +68247,13 @@ "type": "object", "properties": { "template": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "deprecated": { "description": "Marks this index template as deprecated. When creating or updating a non-deprecated index template\nthat uses deprecated components, Elasticsearch will emit a deprecation warning.", @@ -68289,7 +68289,7 @@ "type": "string" }, "index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "is_native": { "type": "boolean" @@ -68323,7 +68323,7 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } }, @@ -68366,39 +68366,39 @@ "type": "boolean" }, "event_category_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "tiebreaker_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "timestamp_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "fetch_size": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "filter": { "description": "Query, written in Query DSL, used to filter the events on which the EQL query runs.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] }, "keep_alive": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "keep_on_completion": { "type": "boolean" }, "wait_for_completion_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "allow_partial_search_results": { "description": "Allow query execution also in case of shard failures.\nIf true, the query will keep running and will return results based on the available shards.\nFor sequences, the behavior can be further refined using allow_partial_sequence_results", @@ -68409,27 +68409,27 @@ "type": "boolean" }, "size": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "fields": { "description": "Array of wildcard (*) patterns. The response returns values for field names matching these patterns in the fields property of each hit.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } } ] }, "result_position": { - "$ref": "#/components/schemas/eql.search:ResultPosition" + "$ref": "#/components/schemas/eql.search.ResultPosition" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "max_samples_per_key": { "description": "By default, the response of a sample query contains up to `10` samples, with one sample per unique set of join keys. Use the `size`\nparameter to get a smaller or larger set of samples. To retrieve more than one sample per set of join keys, use the\n`max_samples_per_key` parameter. Pipes are not supported for sample queries.", @@ -68463,7 +68463,7 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } }, @@ -68483,13 +68483,13 @@ "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "index_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } } }, @@ -68509,19 +68509,19 @@ "type": "object", "properties": { "connections": { - "$ref": "#/components/schemas/graph._types:Hop" + "$ref": "#/components/schemas/graph._types.Hop" }, "controls": { - "$ref": "#/components/schemas/graph._types:ExploreControls" + "$ref": "#/components/schemas/graph._types.ExploreControls" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "vertices": { "description": "Specifies one or more fields that contain the terms you want to include in the graph as vertices.", "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:VertexDefinition" + "$ref": "#/components/schemas/graph._types.VertexDefinition" } } } @@ -68578,7 +68578,7 @@ "description": "Array of character filters used to preprocess characters before the tokenizer.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:CharFilter" + "$ref": "#/components/schemas/_types.analysis.CharFilter" } }, "explain": { @@ -68586,13 +68586,13 @@ "type": "boolean" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "filter": { "description": "Array of token filters used to apply after the tokenizer.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenFilter" + "$ref": "#/components/schemas/_types.analysis.TokenFilter" } }, "normalizer": { @@ -68600,10 +68600,10 @@ "type": "string" }, "text": { - "$ref": "#/components/schemas/indices.analyze:TextToAnalyze" + "$ref": "#/components/schemas/indices.analyze.TextToAnalyze" }, "tokenizer": { - "$ref": "#/components/schemas/_types.analysis:Tokenizer" + "$ref": "#/components/schemas/_types.analysis.Tokenizer" } } }, @@ -68654,20 +68654,20 @@ "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "is_write_index": { "description": "If `true`, sets the write index or data stream for the alias.\nIf an alias points to multiple indices or data streams and `is_write_index` isn’t set, the alias rejects write requests.\nIf an index alias points to one index and `is_write_index` isn’t set, the index automatically acts as the write index.\nData stream aliases don’t automatically set a write data stream, even if the alias points to one data stream.", "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" } } }, @@ -68686,30 +68686,30 @@ "type": "object", "properties": { "index_patterns": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "composed_of": { "description": "An ordered list of component template names.\nComponent templates are merged in the order specified, meaning that the last component template specified has the highest precedence.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "template": { - "$ref": "#/components/schemas/indices.put_index_template:IndexTemplateMapping" + "$ref": "#/components/schemas/indices.put_index_template.IndexTemplateMapping" }, "data_stream": { - "$ref": "#/components/schemas/indices._types:DataStreamVisibility" + "$ref": "#/components/schemas/indices._types.DataStreamVisibility" }, "priority": { "description": "Priority to determine index template precedence when a new data stream or index is created.\nThe index template with the highest priority is chosen.\nIf no priority is specified the template is treated as though it is of priority 0 (lowest priority).\nThis number is not automatically generated by Elasticsearch.", "type": "number" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "allow_auto_create": { "description": "This setting overrides the value of the `action.auto_create_index` cluster setting.\nIf set to `true` in a template, then indices can be automatically created using that template even if auto-creation of indices is disabled via `actions.auto_create_index`.\nIf set to `false`, then indices or data streams matching the template must always be explicitly created, and may never be automatically created.", @@ -68754,7 +68754,7 @@ "type": "boolean" }, "dynamic": { - "$ref": "#/components/schemas/_types.mapping:DynamicMapping" + "$ref": "#/components/schemas/_types.mapping.DynamicMapping" }, "dynamic_date_formats": { "description": "If date detection is enabled then new string fields are checked\nagainst 'dynamic_date_formats' and if the value matches then\na new date field is added instead of string.", @@ -68769,17 +68769,17 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:DynamicTemplate" + "$ref": "#/components/schemas/_types.mapping.DynamicTemplate" }, "minProperties": 1, "maxProperties": 1 } }, "_field_names": { - "$ref": "#/components/schemas/_types.mapping:FieldNamesField" + "$ref": "#/components/schemas/_types.mapping.FieldNamesField" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "numeric_detection": { "description": "Automatically map strings into numeric data types for all fields.", @@ -68789,17 +68789,17 @@ "description": "Mapping for a field. For new fields, this mapping can include:\n\n- Field name\n- Field data type\n- Mapping parameters", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "_routing": { - "$ref": "#/components/schemas/_types.mapping:RoutingField" + "$ref": "#/components/schemas/_types.mapping.RoutingField" }, "_source": { - "$ref": "#/components/schemas/_types.mapping:SourceField" + "$ref": "#/components/schemas/_types.mapping.SourceField" }, "runtime": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } } }, @@ -68818,7 +68818,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "examples": { "IndicesPutSettingsRequestExample1": { @@ -68850,14 +68850,14 @@ "description": "Aliases for the target index.\nData streams do not support this parameter.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "conditions": { - "$ref": "#/components/schemas/indices.rollover:RolloverConditions" + "$ref": "#/components/schemas/indices.rollover.RolloverConditions" }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { "description": "Configuration options for the index.\nData streams do not support this parameter.", @@ -68888,30 +68888,30 @@ "type": "boolean" }, "index_patterns": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "composed_of": { "description": "An ordered list of component template names.\nComponent templates are merged in the order specified, meaning that the last component template specified has the highest precedence.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "template": { - "$ref": "#/components/schemas/indices.put_index_template:IndexTemplateMapping" + "$ref": "#/components/schemas/indices.put_index_template.IndexTemplateMapping" }, "data_stream": { - "$ref": "#/components/schemas/indices._types:DataStreamVisibility" + "$ref": "#/components/schemas/indices._types.DataStreamVisibility" }, "priority": { "description": "Priority to determine index template precedence when a new data stream or index is created.\nThe index template with the highest priority is chosen.\nIf no priority is specified the template is treated as though it is of priority 0 (lowest priority).\nThis number is not automatically generated by Elasticsearch.", "type": "number" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "ignore_missing_component_templates": { "description": "The configuration option ignore_missing_component_templates can be used when an index template\nreferences a component template that might not exist", @@ -68942,7 +68942,7 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } } @@ -68953,7 +68953,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpoint" + "$ref": "#/components/schemas/inference._types.InferenceEndpoint" } } }, @@ -68969,11 +68969,11 @@ "description": "Sample documents to test in the pipeline.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:Document" + "$ref": "#/components/schemas/ingest._types.Document" } }, "pipeline": { - "$ref": "#/components/schemas/ingest._types:Pipeline" + "$ref": "#/components/schemas/ingest._types.Pipeline" } }, "required": [ @@ -69001,11 +69001,11 @@ "description": "The documents you want to retrieve. Required if no index is specified in the request URI.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.mget:Operation" + "$ref": "#/components/schemas/_global.mget.Operation" } }, "ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } } }, @@ -69042,7 +69042,7 @@ "type": "object", "properties": { "page": { - "$ref": "#/components/schemas/ml._types:Page" + "$ref": "#/components/schemas/ml._types.Page" } } } @@ -69060,10 +69060,10 @@ "type": "boolean" }, "bucket_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "exclude_interim": { "description": "Refer to the description for the `exclude_interim` query parameter.", @@ -69081,7 +69081,7 @@ ] }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "top_n": { "description": "Refer to the description for the `top_n` query parameter.", @@ -69099,7 +69099,7 @@ "type": "object", "properties": { "config": { - "$ref": "#/components/schemas/ml.preview_data_frame_analytics:DataframePreviewConfig" + "$ref": "#/components/schemas/ml.preview_data_frame_analytics.DataframePreviewConfig" } } } @@ -69113,10 +69113,10 @@ "type": "object", "properties": { "datafeed_config": { - "$ref": "#/components/schemas/ml._types:DatafeedConfig" + "$ref": "#/components/schemas/ml._types.DatafeedConfig" }, "job_config": { - "$ref": "#/components/schemas/ml._types:JobConfig" + "$ref": "#/components/schemas/ml._types.JobConfig" } } } @@ -69129,7 +69129,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch:RequestItem" + "$ref": "#/components/schemas/_global.msearch.RequestItem" } } } @@ -69142,7 +69142,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch_template:RequestItem" + "$ref": "#/components/schemas/_global.msearch_template.RequestItem" } }, "examples": { @@ -69165,14 +69165,14 @@ "description": "An array of existing or artificial documents.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.mtermvectors:Operation" + "$ref": "#/components/schemas/_global.mtermvectors.Operation" } }, "ids": { "description": "A simplified syntax to specify documents by their ID if they're in the same index.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } } @@ -69204,7 +69204,7 @@ "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:StoredScript" + "$ref": "#/components/schemas/_types.StoredScript" } }, "required": [ @@ -69237,11 +69237,11 @@ "description": "A set of typical search requests, together with their provided ratings.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalRequestItem" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalRequestItem" } }, "metric": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetric" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetric" } }, "required": [ @@ -69259,7 +69259,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "file": { "type": "string" @@ -69272,7 +69272,7 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } }, @@ -69292,13 +69292,13 @@ "type": "object", "properties": { "context": { - "$ref": "#/components/schemas/_global.scripts_painless_execute:PainlessContext" + "$ref": "#/components/schemas/_global.scripts_painless_execute.PainlessContext" }, "context_setup": { - "$ref": "#/components/schemas/_global.scripts_painless_execute:PainlessContextSetup" + "$ref": "#/components/schemas/_global.scripts_painless_execute.PainlessContextSetup" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, @@ -69329,10 +69329,10 @@ "type": "object", "properties": { "scroll": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" } }, "required": [ @@ -69358,11 +69358,11 @@ "description": "Defines the aggregations that are run as part of the search request.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "explain": { "description": "If `true`, the request returns detailed information about score computation as part of a hit.", @@ -69380,10 +69380,10 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "indices_boost": { "externalDocs": { @@ -69407,7 +69407,7 @@ "description": "An array of wildcard (`*`) field patterns.\nThe request returns doc values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "knn": { @@ -69417,12 +69417,12 @@ "description": "The approximate kNN search to run.", "oneOf": [ { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" } } ] @@ -69432,64 +69432,64 @@ "type": "number" }, "post_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "profile": { "description": "Set to `true` to return detailed timing information about the execution of individual components in a search request.\nNOTE: This is a debugging tool and adds significant overhead to search execution.", "type": "boolean" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "rescore": { "description": "Can be used to improve precision by reordering just the top (for example 100 - 500) documents returned by the `query` and `post_filter` phases.", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" } } ] }, "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "script_fields": { "description": "Retrieve a script evaluation (based on different fields) for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "size": { "description": "The number of hits to return, which must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` property.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "description": "An array of wildcard (`*`) field patterns.\nThe request returns values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "suggest": { - "$ref": "#/components/schemas/_global.search._types:Suggester" + "$ref": "#/components/schemas/_global.search._types.Suggester" }, "terminate_after": { "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this property to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this property for requests that target data streams with backing indices across multiple data tiers.\n\nIf set to `0` (default), the query does not terminate early.", @@ -69515,13 +69515,13 @@ "type": "boolean" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "pit": { - "$ref": "#/components/schemas/_global.search._types:PointInTimeReference" + "$ref": "#/components/schemas/_global.search._types.PointInTimeReference" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "stats": { "description": "The stats groups to associate with the search.\nEach group maintains a statistics aggregation for its associated searches.\nYou can retrieve these stats using the indices stats API.", @@ -69586,7 +69586,7 @@ "description": "Sub-aggregations for the geotile_grid.\n\nIt supports the following aggregation types:\n\n- `avg`\n- `boxplot`\n- `cardinality`\n- `extended stats`\n- `max`\n- `median absolute deviation`\n- `min`\n- `percentile`\n- `percentile-rank`\n- `stats`\n- `sum`\n- `value count`\n\nThe aggregation names can't start with `_mvt_`. The `_mvt_` prefix is reserved for internal aggregations.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "buffer": { @@ -69602,33 +69602,33 @@ "type": "number" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "grid_agg": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridAggregationType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridAggregationType" }, "grid_precision": { "description": "Additional zoom levels available through the aggs layer. For example, if `` is `7`\nand `grid_precision` is `8`, you can zoom in up to level 15. Accepts 0-8. If 0, results\ndon't include the aggs layer.", "type": "number" }, "grid_type": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridType" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "size": { "description": "The maximum number of features to return in the hits layer. Accepts 0-10000.\nIf 0, results don't include the hits layer.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "with_labels": { "description": "If `true`, the hits and aggs layers will contain additional point features representing\nsuggested label positions for the original features.\n\n* `Point` and `MultiPoint` features will have one of the points selected.\n* `Polygon` and `MultiPolygon` features will have a single point generated, either the centroid, if it is within the polygon, or another point within the polygon selected from the sorted triangle-tree.\n* `LineString` features will likewise provide a roughly central point selected from the triangle-tree.\n* The aggregation results will provide one central point for each aggregation bucket.\n\nAll attributes from the original features will also be copied to the new label features.\nIn addition, the new features will be distinguishable using the tag `_mvt_label_position`.", @@ -69656,7 +69656,7 @@ "type": "boolean" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Key-value pairs used to replace Mustache variables in the template.\nThe key is the variable name.\nThe value is the variable value.", @@ -69670,7 +69670,7 @@ "type": "boolean" }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } }, @@ -69691,10 +69691,10 @@ "type": "object", "properties": { "expiration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "role_descriptors": { "externalDocs": { @@ -69703,11 +69703,11 @@ "description": "An array of role descriptors for this API key.\nWhen it is not specified or it is an empty array, the API key will have a point in time snapshot of permissions of the authenticated user.\nIf you supply role descriptors, the resultant permissions are an intersection of API keys permissions and the authenticated user's permissions thereby limiting the access scope for API keys.\nThe structure of role descriptor is the same as the request for the create role API.\nFor more details, refer to the create or update roles API.\n\nNOTE: Due to the way in which this permission intersection is calculated, it is not possible to create an API key that is a child of another API key, unless the derived key is created without any privileges.\nIn this case, you must explicitly specify a role descriptor with no privileges.\nThe derived API key can be used for authentication; it will not have authority to call Elasticsearch APIs.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, @@ -69730,20 +69730,20 @@ "application": { "type": "array", "items": { - "$ref": "#/components/schemas/security.has_privileges:ApplicationPrivilegesCheck" + "$ref": "#/components/schemas/security.has_privileges.ApplicationPrivilegesCheck" } }, "cluster": { "description": "A list of the cluster privileges that you want to check.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "index": { "type": "array", "items": { - "$ref": "#/components/schemas/security.has_privileges:IndexPrivilegesCheck" + "$ref": "#/components/schemas/security.has_privileges.IndexPrivilegesCheck" } } } @@ -69768,25 +69768,25 @@ "description": "A list of application privilege entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "cluster": { "description": "A list of cluster privileges. These privileges define the cluster-level actions for users with this role.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "indices": { "description": "A list of indices permissions entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivileges" + "$ref": "#/components/schemas/security._types.IndicesPrivileges" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "run_as": { "externalDocs": { @@ -69842,25 +69842,25 @@ "description": "Any aggregations to run over the corpus of returned API keys.\nAggregations and queries work together. Aggregations are computed only on the API keys that match the query.\nThis supports only a subset of aggregation types, namely: `terms`, `range`, `date_range`, `missing`,\n`cardinality`, `value_count`, `composite`, `filter`, and `filters`.\nAdditionally, aggregations only run over the same subset of fields that query works with.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyAggregationContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyAggregationContainer" } }, "query": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" }, "from": { "description": "The starting document offset.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "size": { "description": "The number of hits to return.\nIt must not be negative.\nThe `size` parameter can be set to `0`, in which case no API key matches are returned, only the aggregation results.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } } }, @@ -69891,21 +69891,21 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/security.query_role:RoleQueryContainer" + "$ref": "#/components/schemas/security.query_role.RoleQueryContainer" }, "from": { "description": "The starting document offset.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "size": { "description": "The number of hits to return.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } } }, @@ -69958,21 +69958,21 @@ "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_using_frozen": { "description": "If `true`, the search can run on frozen indices.", "type": "boolean" }, "keep_alive": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "keep_on_completion": { "description": "If `true`, Elasticsearch stores synchronous searches if you also specify the `wait_for_completion_timeout` parameter.\nIf `false`, Elasticsearch only stores async searches that don't finish before the `wait_for_completion_timeout`.", "type": "boolean" }, "page_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "params": { "description": "The values for parameters in the query.", @@ -69989,16 +69989,16 @@ "type": "string" }, "request_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "wait_for_completion_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, @@ -70023,14 +70023,14 @@ "type": "number" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query": { "description": "The SQL query to run.", "type": "string" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } }, "required": [ @@ -70055,21 +70055,21 @@ "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "size": { "description": "The number of matching terms to return.", "type": "number" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "case_insensitive": { "description": "When `true`, the provided search string is matched against index terms without case sensitivity.", "type": "boolean" }, "index_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "string": { "description": "The string to match at the start of indexed terms.\nIf it is not provided, all terms in the field are considered.\n\n> info\n> The prefix string cannot be larger than the largest possible keyword value, which is Lucene's term byte-length limit of 32766.", @@ -70104,7 +70104,7 @@ "type": "object" }, "filter": { - "$ref": "#/components/schemas/_global.termvectors:Filter" + "$ref": "#/components/schemas/_global.termvectors.Filter" }, "per_field_analyzer": { "description": "Override the default per-field analyzer.\nThis is useful in order to generate term vectors in any fashion, especially when using artificial documents.\nWhen providing an analyzer for a field that already stores term vectors, the term vectors will be regenerated.", @@ -70114,7 +70114,7 @@ } }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "field_statistics": { "description": "If `true`, the response includes:\n\n* The document count (how many documents contain this field).\n* The sum of document frequencies (the sum of document frequencies for all terms in this field).\n* The sum of total term frequencies (the sum of total term frequencies of each term in this field).", @@ -70137,13 +70137,13 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, @@ -70184,32 +70184,32 @@ "type": "object", "properties": { "dest": { - "$ref": "#/components/schemas/transform._types:Destination" + "$ref": "#/components/schemas/transform._types.Destination" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" } } },