processingContexts.json provides information about the processing contexts evidences to be used by RPS Files Processor
.
The provided context must correspond to one existing in the corresponding configuration in
RPS Core Configuration
.
Example of processingContexts.json#
{
"ProcessingContexts": {
"Protect": {
"Evidences": [
{
"Name": "Action",
"Value": "Protect"
}
]
}
}
}