Skip to content

Commit

Permalink
feat: support custom REST handlers (#127)
Browse files Browse the repository at this point in the history
To support #520
  • Loading branch information
artemrys committed Nov 14, 2022
1 parent ec44bea commit 9b7ee29
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ui/src/main/webapp/schema/schema.json
Expand Up @@ -844,6 +844,14 @@
"restHandlerName": {
"type": "string",
"maxLength": 100
},
"restHandlerModule": {
"type": "string",
"maxLength": 100
},
"restHandlerClass": {
"type": "string",
"maxLength": 100
}
},
"required": [
Expand Down Expand Up @@ -1152,6 +1160,14 @@
"type": "string",
"maxLength": 100
},
"restHandlerModule": {
"type": "string",
"maxLength": 100
},
"restHandlerClass": {
"type": "string",
"maxLength": 100
},
"hook": {
"type": "object"
}
Expand Down

0 comments on commit 9b7ee29

Please sign in to comment.