Skip to content

Commit

Permalink
Add HandlerType. Fix #1092
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Mar 18, 2024
1 parent 0624d09 commit e487ed3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployment_manifest_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
"type": "string",
"pattern": "^([a-zA-Z]|_[a-zA-Z0-9])[a-zA-Z0-9_]*$"
},
"handlerType": {
"title": "HandlerType",
"enum": ["EXCLUSIVE", "SHARED"],
"description": "If unspecified, defaults to EXCLUSIVE for Virtual Object. This should be unset for Services."
},
"input": {
"type": "object",
"title": "InputPayload",
Expand Down

0 comments on commit e487ed3

Please sign in to comment.