UnaryOperationBasedInjectionValue

UnaryOperationBasedInjectionValue
UnaryOperationBasedInjectionValue

Operation based Injection Value.

AllOf
This class requires all of the following:
JSON Example
{
    "resource_type": "string",
    "initial_value": {
        "field_pointer": "string",
        "path": "string"
    },
    "operation": {
        "operand": {
            "field_pointer": "string",
            "path": "string"
        },
        "operator": "string"
    }
}