tutor_card_validate
Validate an AI Tutor Card JSON against the v0.1 schema, enforcing the COPPA rule that cards for children under 13 must be marked coppa_compliant.
Instructions
Validate an AI Tutor Card JSON document against the v0.1 schema, including the COPPA conditional rule (age_range_min < 13 ⇒ coppa_compliant must be true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_json | Yes |