Skip to content

Commit 9783f35

Browse files
chore(spec): update expression to context in examples
1 parent c0c0807 commit 9783f35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/arazzo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ This object MAY be extended with [Specification Extensions](#specification-exten
416416
- name: customerId
417417
in: query
418418
value:
419-
expression: $inputs.customer
419+
context: $inputs.customer
420420
selector: $.details[0].id
421421
type: jsonpath
422422
```
@@ -910,7 +910,7 @@ A JSONPath example using an Expression Type Object:
910910
target: $.items[?(@.sku=='ABC123')].quantity
911911
targetSelectorType: jsonpath
912912
value:
913-
expression: $steps.getInventory.outputs.payload
913+
context: $steps.getInventory.outputs.payload
914914
selector: $.newQuantity
915915
type: jsonpath
916916
```
@@ -923,7 +923,7 @@ An XPath example using older XPATH 3.0:
923923
type: xpath
924924
version: xpath-30
925925
value:
926-
expression: $steps.fetchCustomerData.outputs.xml
926+
context: $steps.fetchCustomerData.outputs.xml
927927
selector: /CustomerInfo/Id
928928
type:
929929
type: xpath

0 commit comments

Comments
 (0)