From 2ba80c436a8df18633e5aac1d2a094aa1fcd0bbf Mon Sep 17 00:00:00 2001 From: duoertai Date: Sun, 30 Oct 2022 06:34:05 -0700 Subject: [PATCH 1/2] use search attribute in GetSearchAttributeResponse instead of KeyValue --- iwf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iwf.yaml b/iwf.yaml index 9c8785e..20e41b8 100644 --- a/iwf.yaml +++ b/iwf.yaml @@ -379,7 +379,7 @@ components: queryAttributes: type: array items: - $ref: '#/components/schemas/KeyValue' + $ref: '#/components/schemas/SearchAttribute' WorkflowGetRequest: type: object required: From 86f6ef5b4a75eddcaa209a8e82cacf3c5ee98247 Mon Sep 17 00:00:00 2001 From: duoertai Date: Sun, 30 Oct 2022 09:57:02 -0700 Subject: [PATCH 2/2] update name --- iwf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iwf.yaml b/iwf.yaml index 20e41b8..878809b 100644 --- a/iwf.yaml +++ b/iwf.yaml @@ -376,7 +376,7 @@ components: WorkflowGetSearchAttributesResponse: type: object properties: - queryAttributes: + searchAttributes: type: array items: $ref: '#/components/schemas/SearchAttribute'