tutor_card_coppa_check
Validates COPPA compliance by checking that if audience age minimum is under 13, coppa_compliant is true. Returns ok or coppa_violation error.
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 |