SourceFieldEvaluation

SourceFieldEvaluation
SourceFieldEvaluation

Source Field Evaluation represents an evaluation on resource fields. A source field evaluation will be evaluated against an Event Source which is of type Resource Operation. For instance, the attribute constraint could be related to the necessity that one of the source fields equals one of the specified values.

AllOf
This class requires all of the following:
JSON Example
{
    "resource_type": "string",
    "expected": [
        "string"
    ],
    "field_pointer": "string",
    "operator": "string"
}