File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments