Skip to content

Commit 95eadcb

Browse files
fjtiradocdavernas
andauthored
Fixing data type in inline schema for inline function example (#1130)
Signed-off-by: fjtirado <ftirados@redhat.com> Co-authored-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent 8954d83 commit 95eadcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/call-custom-function-inline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use:
1212
type: object
1313
properties:
1414
petId:
15-
type: string
15+
type: integer
1616
required: [ petId ]
1717
call: http
1818
with:

0 commit comments

Comments
 (0)