From e5bb617a03364f88365190e554d915d2e078eeae Mon Sep 17 00:00:00 2001 From: pyscht Date: Thu, 7 Mar 2024 19:58:34 +0300 Subject: [PATCH] Deprecate step and sub-step hashes --- testops-api/v1/schemas/SharedStepContent.yaml | 1 + testops-api/v1/schemas/TestStep.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/testops-api/v1/schemas/SharedStepContent.yaml b/testops-api/v1/schemas/SharedStepContent.yaml index c87d008..e73fee3 100644 --- a/testops-api/v1/schemas/SharedStepContent.yaml +++ b/testops-api/v1/schemas/SharedStepContent.yaml @@ -4,6 +4,7 @@ properties: type: string hash: type: string + deprecated: true action: type: string expected_result: diff --git a/testops-api/v1/schemas/TestStep.yaml b/testops-api/v1/schemas/TestStep.yaml index 5c843f5..3683dd2 100644 --- a/testops-api/v1/schemas/TestStep.yaml +++ b/testops-api/v1/schemas/TestStep.yaml @@ -2,6 +2,7 @@ type: object properties: hash: type: string + deprecated: true shared_step_hash: type: string nullable: true