Skip to content

Commit 1b57845

Browse files
committed
Fix orchestration example YAML: replace fn.jsonPath with jsonPath for consistency.
1 parent 28047d9 commit 1b57845

File tree

1 file changed

+1
-1
lines changed
  • distribution/examples/orchestration/for-loop

1 file changed

+1
-1
lines changed

distribution/examples/orchestration/for-loop/apis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ api:
1919
property.result = property.result ?: []
2020
property.result.add(
2121
[ "name": property.it.name,
22-
"price": fn.jsonPath('$.price')
22+
"price": jsonPath('$.price')
2323
])
2424
# Render a simplified JSON response with only product name and price
2525
- template:

0 commit comments

Comments
 (0)