check_combination_permitted
Check if combining data from two sources is permitted under regulations like HIPAA, COPPA, GDPR Art 9. Prevents prohibited inferences by evaluating source classes and IDs.
Instructions
Check if combining data from two sources is permitted. Prevents prohibited inferences (HIPAA, COPPA, GDPR Art 9).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| forbiddenSourceClasses | No | ||
| forbiddenSourceIds | No | ||
| reason | Yes | ||
| regulatoryBasis | No | ||
| otherSourceId | Yes | ||
| otherSourceClasses | No |