From ee449bf308db526a5db98678249f2b02c32a1eff Mon Sep 17 00:00:00 2001 From: dimaananskyi Date: Thu, 5 Sep 2024 12:50:20 +0300 Subject: [PATCH] chore: update jsonpath to be valid --- arazzo/museum-api.arazzo.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arazzo/museum-api.arazzo.yaml b/arazzo/museum-api.arazzo.yaml index 348a20e..69110a7 100644 --- a/arazzo/museum-api.arazzo.yaml +++ b/arazzo/museum-api.arazzo.yaml @@ -68,7 +68,9 @@ workflows: - condition: $statusCode == 201 - context: $response.body condition: $.name == 'Mermaid Treasure Identification and Analysis' - type: jsonpath + type: + type: jsonpath + version: draft-goessner-dispatch-jsonpath-00 outputs: createdEventId: $response.body.eventId name: $response.body.name @@ -104,7 +106,9 @@ workflows: - condition: $statusCode == 200 - context: $response.body condition: $.name == 'Orca Identification and Analysis' - type: jsonpath + type: + type: jsonpath + version: draft-goessner-dispatch-jsonpath-00 outputs: updatedEventId: $response.body.eventId - stepId: delete-event