tutor_card_coppa_check
Enforce COPPA compliance by verifying that if the audience's minimum age is under 13, the COPPA compliant flag is true. Returns success or an error with reason.
Instructions
Enforce the spec's COPPA conditional rule: if audience.age_range_min < 13, data_privacy.coppa_compliant MUST be true. Returns { ok: true } or { error: coppa_violation, reason }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| document_json | No |