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 Sep 17, 2024
1 parent ab6e773 commit 7064282
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ paths:
records:
items:
oneOf:
- $ref: '#/components/schemas/UserEntityRecord'
- $ref: '#/components/schemas/HostEntityRecord'
- $ref: '#/components/schemas/UserEntity'
- $ref: '#/components/schemas/HostEntity'
type: array
total:
minimum: 0
Expand Down Expand Up @@ -632,7 +632,7 @@ components:
- user
- host
type: string
HostEntityRecord:
HostEntity:
type: object
properties:
entity:
Expand Down Expand Up @@ -755,7 +755,7 @@ components:
required:
- status_code
- message
UserEntityRecord:
UserEntity:
type: object
properties:
entity:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ paths:
records:
items:
oneOf:
- $ref: '#/components/schemas/UserEntityRecord'
- $ref: '#/components/schemas/HostEntityRecord'
- $ref: '#/components/schemas/UserEntity'
- $ref: '#/components/schemas/HostEntity'
type: array
total:
minimum: 0
Expand Down Expand Up @@ -632,7 +632,7 @@ components:
- user
- host
type: string
HostEntityRecord:
HostEntity:
type: object
properties:
entity:
Expand Down Expand Up @@ -755,7 +755,7 @@ components:
required:
- status_code
- message
UserEntityRecord:
UserEntity:
type: object
properties:
entity:
Expand Down

0 comments on commit 7064282

Please sign in to comment.