diff --git a/src/schemas/DeploymentHistoryEnvironmentResponse.yaml b/src/schemas/DeploymentHistoryEnvironmentResponse.yaml index eaf23a2d..e112e863 100644 --- a/src/schemas/DeploymentHistoryEnvironmentResponse.yaml +++ b/src/schemas/DeploymentHistoryEnvironmentResponse.yaml @@ -4,6 +4,10 @@ allOf: properties: status: $ref: './enums/State.yaml' + origin: + $ref: './enums/OrganizationEventOrigin.yaml' + triggered_by: + type: string applications: type: array items: diff --git a/src/schemas/EnvironmentStatus.yaml b/src/schemas/EnvironmentStatus.yaml index cab4b4dd..82d6fbd3 100644 --- a/src/schemas/EnvironmentStatus.yaml +++ b/src/schemas/EnvironmentStatus.yaml @@ -21,3 +21,7 @@ properties: total_deployment_duration_in_seconds: type: integer nullable: true + origin: + $ref: './enums/OrganizationEventOrigin.yaml' + triggered_by: + type: string