From 27d78e8874c6d3e20cf299f4b33feb57d3c24777 Mon Sep 17 00:00:00 2001 From: fjtirado Date: Mon, 24 Nov 2025 17:41:31 +0100 Subject: [PATCH] Fixing data type in inline schema for inline function example Signed-off-by: fjtirado --- examples/call-custom-function-inline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/call-custom-function-inline.yaml b/examples/call-custom-function-inline.yaml index 7486ea8b..18dc9850 100644 --- a/examples/call-custom-function-inline.yaml +++ b/examples/call-custom-function-inline.yaml @@ -12,7 +12,7 @@ use: type: object properties: petId: - type: string + type: integer required: [ petId ] call: http with: