Skip to content

Commit

Permalink
regroup into status_details
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 committed Jan 2, 2025
1 parent 5d69eec commit 7b4c5eb
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14803,10 +14803,8 @@ components:
$ref: '#/components/schemas/DeploymentHistoryAuditingData'
details:
$ref: '#/components/schemas/DeploymentHistoryServiceDetails'
action:
$ref: '#/components/schemas/ServiceActionEnum'
action_status:
$ref: '#/components/schemas/ServiceActionStatusEnum'
status_details:
$ref: '#/components/schemas/StatusDetails'
DeploymentHistoryServiceDetails:
x-stoplight:
id: vx9hzryfyv7sb
Expand Down Expand Up @@ -18481,9 +18479,17 @@ components:
type: string
x-stoplight:
id: 3o9tz4272s2ct
status_details:
$ref: '#/components/schemas/StatusDetails'
StatusDetails:
type: object
required:
- action
- status
properties:
action:
$ref: '#/components/schemas/ServiceActionEnum'
action_status:
status:
$ref: '#/components/schemas/ServiceActionStatusEnum'
Stage:
type: object
Expand Down

0 comments on commit 7b4c5eb

Please sign in to comment.