Skip to content

Commit 70f66ec

Browse files
authored
Merge pull request #116 from tsurdilo/addasyncapisupp
adding asyncapi to function defs
2 parents 60f35ce + 86ac46b commit 70f66ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
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)