{
"type": "object",
"properties": {
"servicePath": {
"description": "The service path of the target service model.",
"type": "string"
},
"jsonPointer": {
"description": "The json pointer to the target field in the service model.",
"type": "string"
},
"serviceData": {
"description": "A valid service instance of the target service model in JSON format.",
"type": "object",
"properties": {},
"required": [
"serviceData"
],
"additionalProperties": false
}
},
"required": [
"servicePath",
"jsonPointer",
"serviceData"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name
Type
Description
result
boolean
True if 'when' condition is met, false otherwise.
Copied to Clipboard
false
Copied to Clipboard
{
"description": "True if 'when' condition is met, false otherwise.",
"type": "boolean"
}