Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'yarn openapi:bundle'
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Feb 24, 2025
1 parent 6836fc2 commit 417a7af
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 84 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1299,18 +1299,14 @@ components:
- id
DocumentEntry:
allOf:
- type: object
properties:
name:
description: Name of the Knowledge Base Entry
type: string
required:
- name
- type: object
properties:
global:
description: Whether this Knowledge Base Entry is global, defaults to false
type: boolean
name:
description: Name of the Knowledge Base Entry
type: string
namespace:
description: Kibana Space, defaults to 'default' space
type: string
Expand All @@ -1320,23 +1316,12 @@ components:
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
nullable: true
type: array
required:
- name
- namespace
- global
- users
- type: object
properties:
users:
description: >-
Users who have access to the Knowledge Base Entry, defaults to
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
type: array
required:
- users
- $ref: '#/components/schemas/ResponseFields'
- $ref: '#/components/schemas/DocumentEntryResponseFields'
DocumentEntryCreateFields:
Expand All @@ -1358,7 +1343,6 @@ components:
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
nullable: true
type: array
required:
- name
Expand Down Expand Up @@ -1418,7 +1402,6 @@ components:
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
nullable: true
type: array
required:
- id
Expand Down Expand Up @@ -1485,18 +1468,14 @@ components:
type: string
IndexEntry:
allOf:
- type: object
properties:
name:
description: Name of the Knowledge Base Entry
type: string
required:
- name
- type: object
properties:
global:
description: Whether this Knowledge Base Entry is global, defaults to false
type: boolean
name:
description: Name of the Knowledge Base Entry
type: string
namespace:
description: Kibana Space, defaults to 'default' space
type: string
Expand All @@ -1506,23 +1485,12 @@ components:
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
nullable: true
type: array
required:
- name
- namespace
- global
- users
- type: object
properties:
users:
description: >-
Users who have access to the Knowledge Base Entry, defaults to
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
type: array
required:
- users
- $ref: '#/components/schemas/ResponseFields'
- $ref: '#/components/schemas/IndexEntryResponseFields'
IndexEntryCreateFields:
Expand All @@ -1544,7 +1512,6 @@ components:
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
nullable: true
type: array
required:
- name
Expand Down Expand Up @@ -1617,7 +1584,6 @@ components:
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
nullable: true
type: array
required:
- id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1299,18 +1299,14 @@ components:
- id
DocumentEntry:
allOf:
- type: object
properties:
name:
description: Name of the Knowledge Base Entry
type: string
required:
- name
- type: object
properties:
global:
description: Whether this Knowledge Base Entry is global, defaults to false
type: boolean
name:
description: Name of the Knowledge Base Entry
type: string
namespace:
description: Kibana Space, defaults to 'default' space
type: string
Expand All @@ -1320,23 +1316,12 @@ components:
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
nullable: true
type: array
required:
- name
- namespace
- global
- users
- type: object
properties:
users:
description: >-
Users who have access to the Knowledge Base Entry, defaults to
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
type: array
required:
- users
- $ref: '#/components/schemas/ResponseFields'
- $ref: '#/components/schemas/DocumentEntryResponseFields'
DocumentEntryCreateFields:
Expand All @@ -1358,7 +1343,6 @@ components:
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
nullable: true
type: array
required:
- name
Expand Down Expand Up @@ -1418,7 +1402,6 @@ components:
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
nullable: true
type: array
required:
- id
Expand Down Expand Up @@ -1485,18 +1468,14 @@ components:
type: string
IndexEntry:
allOf:
- type: object
properties:
name:
description: Name of the Knowledge Base Entry
type: string
required:
- name
- type: object
properties:
global:
description: Whether this Knowledge Base Entry is global, defaults to false
type: boolean
name:
description: Name of the Knowledge Base Entry
type: string
namespace:
description: Kibana Space, defaults to 'default' space
type: string
Expand All @@ -1506,23 +1485,12 @@ components:
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
nullable: true
type: array
required:
- name
- namespace
- global
- users
- type: object
properties:
users:
description: >-
Users who have access to the Knowledge Base Entry, defaults to
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
type: array
required:
- users
- $ref: '#/components/schemas/ResponseFields'
- $ref: '#/components/schemas/IndexEntryResponseFields'
IndexEntryCreateFields:
Expand All @@ -1544,7 +1512,6 @@ components:
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
nullable: true
type: array
required:
- name
Expand Down Expand Up @@ -1617,7 +1584,6 @@ components:
current user. Empty array provides access to all users.
items:
$ref: '#/components/schemas/User'
nullable: true
type: array
required:
- id
Expand Down

0 comments on commit 417a7af

Please sign in to comment.