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 d5f8737
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14781,6 +14781,7 @@ components:
- name
- service_id
- service_type
- status_details
properties:
name:
type: string
Expand All @@ -14803,10 +14804,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 @@ -18462,6 +18461,7 @@ components:
- id
- state
- service_deployment_status
- status_details
properties:
id:
type: string
Expand All @@ -18481,9 +18481,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 d5f8737

Please sign in to comment.