rightsContexts.json provides information about the rights 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 rightsContexts.json#
{
"RightsContexts": {
"Transform": {
"Evidences": [
{
"Name": "Type",
"Value": "CSV"
},
{
"Name": "Rights",
"Value": "Transform"
}
]
}
}
}