Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoum committed Sep 18, 2024
1 parent 7eb1118 commit 1310ae1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -627,6 +625,10 @@ components:
- started
- stopped
type: string
Entity:
oneOf:
- $ref: '#/components/schemas/UserEntity'
- $ref: '#/components/schemas/HostEntity'
EntityType:
enum:
- user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -627,6 +625,10 @@ components:
- started
- stopped
type: string
Entity:
oneOf:
- $ref: '#/components/schemas/UserEntity'
- $ref: '#/components/schemas/HostEntity'
EntityType:
enum:
- user
Expand Down

0 comments on commit 1310ae1

Please sign in to comment.