Skip to content

Commit

Permalink
use search attribute in GetSearchAttributeResponse instead of KeyValue (
Browse files Browse the repository at this point in the history
#14)

* use search attribute in GetSearchAttributeResponse instead of KeyValue

* update name
  • Loading branch information
duoertai authored Oct 30, 2022
1 parent 05d0220 commit bf30324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iwf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf30324

Please sign in to comment.