Skip to content

Commit

Permalink
chore: update jsonpath to be valid
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAnansky committed Sep 5, 2024
1 parent 091a853 commit ee449bf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions arazzo/museum-api.arazzo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ee449bf

Please sign in to comment.