{
"type": "object",
"properties": {
"composedBy": {
"type": "array",
"items": {
"type": "string"
}
},
"changedTime": {
"$ref": "#/definitions/long"
},
"name": {
"type": "string"
},
"calleeNamespace": {
"type": "string"
},
"calleeName": {
"type": "string"
},
"callBackLogic": {
"$ref": "#/definitions/Identifier"
},
"calleeConnectionName": {
"type": "string"
},
"title": {
"type": "string"
}
},
"required": [
"callBackLogic",
"calleeConnectionName",
"calleeName",
"calleeNamespace",
"name",
"title"
],
"additionalProperties": false
}