Skip to content

Commit 86ac46b

Browse files
committed
adding asyncapi to function defs
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent 60f35ce commit 86ac46b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/main/resources/schema/functions/functiondef.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"description": "Defines the function type. Is either `rest`, `rpc` or `expression`. Default is `rest`",
1818
"enum": [
1919
"rest",
20+
"asyncapi",
2021
"rpc",
2122
"graphql",
2223
"odata",

0 commit comments

Comments
 (0)