From bf30324b3d32c8d042e46365be669e27c8236b6b Mon Sep 17 00:00:00 2001 From: duoertai Date: Sun, 30 Oct 2022 09:59:12 -0700 Subject: [PATCH] use search attribute in GetSearchAttributeResponse instead of KeyValue (#14) * use search attribute in GetSearchAttributeResponse instead of KeyValue * update name --- iwf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iwf.yaml b/iwf.yaml index 9c8785e..878809b 100644 --- a/iwf.yaml +++ b/iwf.yaml @@ -376,10 +376,10 @@ components: WorkflowGetSearchAttributesResponse: type: object properties: - queryAttributes: + searchAttributes: type: array items: - $ref: '#/components/schemas/KeyValue' + $ref: '#/components/schemas/SearchAttribute' WorkflowGetRequest: type: object required: