check_combination_permitted
Check whether combining two data sources is permitted under privacy regulations, preventing prohibited inferences from HIPAA, COPPA, or GDPR Article 9.
Instructions
Check if combining data from two sources is permitted. Prevents prohibited inferences (HIPAA, COPPA, GDPR Art 9).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | ||
| otherSourceId | Yes | ||
| regulatoryBasis | No | ||
| forbiddenSourceIds | No | ||
| otherSourceClasses | No | ||
| forbiddenSourceClasses | No |