Skip to content

Commit 48595aa

Browse files
authored
Merge pull request #145 from tsurdilo/customtype
adding 'custom' function type
2 parents 7469f62 + 6bce6d2 commit 48595aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
},
1515
"type": {
1616
"type": "string",
17-
"description": "Defines the function type. Is either `rest`, `rpc` or `expression`. Default is `rest`",
17+
"description": "Defines the function type. Is either `rest`, `asyncapi, `rpc`, `graphql`, `odata`, `expression`, or `custom`. Default is `rest`",
1818
"enum": [
1919
"rest",
2020
"asyncapi",
2121
"rpc",
2222
"graphql",
2323
"odata",
24-
"expression"
24+
"expression",
25+
"custom"
2526
],
2627
"default": "rest"
2728
},

0 commit comments

Comments
 (0)