Event Detect: If the targeted JSON Pointer specifies a Bool data type & its value is true, return true.
ASTER::CONDITION::JSON::EvD: Tgt. JSON Ptr.: if true, the data type is a Bool & its value is true.
It is necessary to have the target path pre-configured for the JSON deployed in memory.
- Relevant URL : set the targeted JSON Pointer
As a reference, the following JSON is assumed to be loaded into memory:
{
"izBool_A":true,
"izBool_B":false
}The path to the target is described using a JSON Pointer.
"/izBool_A"When the Targeted JSON Pointer is set, the data type at the specified path is checked. If the data is of Boolean type and the value is true, the immediate execution condition (Event Detection) is activated.
Parameter
The
search uIDentered during the target path configuration is used to identify the event.
99The search uID is a unique integer value defined by the event creator. Since it is a number used to distinguish events, be careful to avoid duplication.
Note
The author of ASTER, in actual production, sets the event line number of CF25 as the search uID.
