{
"operation-name" : "add",
"description" : "Operation adding a connector service",
"request-properties" : {
"factory-class" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Class name of the factory class that can instantiate the connector service.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"params" : {
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"description" : "A key/value pair understood by the connector service's factory-class",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}