From 1310ae113d434d2cd9aea91b683ceae754d5a7b6 Mon Sep 17 00:00:00 2001 From: machadoum Date: Wed, 18 Sep 2024 14:54:27 +0200 Subject: [PATCH] Fix CI --- ...on_entity_analytics_api_2023_10_31.bundled.schema.yaml | 8 +++++--- ...on_entity_analytics_api_2023_10_31.bundled.schema.yaml | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_entity_analytics_api_2023_10_31.bundled.schema.yaml b/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_entity_analytics_api_2023_10_31.bundled.schema.yaml index cb76925ecdf20..58729b3729f45 100644 --- a/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_entity_analytics_api_2023_10_31.bundled.schema.yaml +++ b/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_entity_analytics_api_2023_10_31.bundled.schema.yaml @@ -499,9 +499,7 @@ paths: type: integer records: items: - oneOf: - - $ref: '#/components/schemas/UserEntity' - - $ref: '#/components/schemas/HostEntity' + $ref: '#/components/schemas/Entity' type: array total: minimum: 0 @@ -627,6 +625,10 @@ components: - started - stopped type: string + Entity: + oneOf: + - $ref: '#/components/schemas/UserEntity' + - $ref: '#/components/schemas/HostEntity' EntityType: enum: - user diff --git a/x-pack/plugins/security_solution/docs/openapi/serverless/security_solution_entity_analytics_api_2023_10_31.bundled.schema.yaml b/x-pack/plugins/security_solution/docs/openapi/serverless/security_solution_entity_analytics_api_2023_10_31.bundled.schema.yaml index d6beb0e745fe1..ff4a6f54afe9b 100644 --- a/x-pack/plugins/security_solution/docs/openapi/serverless/security_solution_entity_analytics_api_2023_10_31.bundled.schema.yaml +++ b/x-pack/plugins/security_solution/docs/openapi/serverless/security_solution_entity_analytics_api_2023_10_31.bundled.schema.yaml @@ -499,9 +499,7 @@ paths: type: integer records: items: - oneOf: - - $ref: '#/components/schemas/UserEntity' - - $ref: '#/components/schemas/HostEntity' + $ref: '#/components/schemas/Entity' type: array total: minimum: 0 @@ -627,6 +625,10 @@ components: - started - stopped type: string + Entity: + oneOf: + - $ref: '#/components/schemas/UserEntity' + - $ref: '#/components/schemas/HostEntity' EntityType: enum: - user