diff --git a/src/schemas/DeploymentRuleRequest.yaml b/src/schemas/DeploymentRuleRequest.yaml index 38265088..b4ef7654 100644 --- a/src/schemas/DeploymentRuleRequest.yaml +++ b/src/schemas/DeploymentRuleRequest.yaml @@ -15,9 +15,6 @@ properties: cluster: type: string format: uuid - auto_deploy: - type: boolean - default: true auto_stop: type: boolean default: false diff --git a/src/schemas/EnvironmentDeploymentRuleEditRequest.yaml b/src/schemas/EnvironmentDeploymentRuleEditRequest.yaml index 046bdc88..98b00844 100644 --- a/src/schemas/EnvironmentDeploymentRuleEditRequest.yaml +++ b/src/schemas/EnvironmentDeploymentRuleEditRequest.yaml @@ -5,9 +5,6 @@ required: - stop_time - weekdays properties: - auto_deploy: - type: boolean - default: true on_demand_preview: type: boolean default: false diff --git a/src/schemas/EnvironmentDeploymentRuleResponse.yaml b/src/schemas/EnvironmentDeploymentRuleResponse.yaml index 7faeb771..b2409379 100644 --- a/src/schemas/EnvironmentDeploymentRuleResponse.yaml +++ b/src/schemas/EnvironmentDeploymentRuleResponse.yaml @@ -7,9 +7,6 @@ allOf: - stop_time - weekdays properties: - auto_deploy: - type: boolean - default: true on_demand_preview: type: boolean default: false diff --git a/src/schemas/ProjectDeploymentRuleRequest.yaml b/src/schemas/ProjectDeploymentRuleRequest.yaml index 9d3a2dd4..da4c096c 100644 --- a/src/schemas/ProjectDeploymentRuleRequest.yaml +++ b/src/schemas/ProjectDeploymentRuleRequest.yaml @@ -22,9 +22,6 @@ properties: cluster_id: type: string format: uuid - auto_deploy: - type: boolean - default: false auto_stop: type: boolean default: false