From 174e64c4946202a985d729646a0813efa5082fc0 Mon Sep 17 00:00:00 2001 From: Ruslan Abelkharisov Date: Fri, 23 Aug 2024 10:22:54 +0200 Subject: [PATCH] add param groups for results --- testops-api/v1/schemas/Result.create.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/testops-api/v1/schemas/Result.create.yaml b/testops-api/v1/schemas/Result.create.yaml index 27f207b..52d2f06 100644 --- a/testops-api/v1/schemas/Result.create.yaml +++ b/testops-api/v1/schemas/Result.create.yaml @@ -71,6 +71,16 @@ properties: additionalProperties: type: string nullable: false + param_groups: + type: array + description: A list of parameter groups + nullable: true + items: + type: array + description: A list of parameters in group + items: + type: string + description: A name of the parameter steps: type: array nullable: true