OpenDQV Cloud starter template (v0.1) — your tenant inherits this baseline. First customer edit creates v1.0 in your audit trail; pin by yaml_hash for replay. Social media user age compliance — age gate, DOB format, and identity verification audit trail
| Rule | Field | Severity | What it enforces (the message your team sees) |
|---|---|---|---|
| user_id_required | user_id | error | user_id is mandatory — every registration record must be traceable |
| age_required | age | error | age is required for age assurance audit records |
| age_minimum_13 | age | error | Declared age must be 13 or above for platform access |
| age_dob_consistent | age | error | Declared age is inconsistent with date of birth — possible data integrity issue or falsified age declaration |
| dob_required | dob | error | Date of birth is required for age assurance audit records |
| dob_format | dob | error | Date of birth must be in ISO 8601 format: YYYY-MM-DD |
| dob_age_gate | dob | error | Date of birth indicates user is under 13. Platform access denied regardless of declared age (UK Online Safety Act minimum age). |
| verified_identity_required | verified_identity | error | verified_identity must be recorded for every registration (TRUE or FALSE) |
| verified_identity_valid_values | verified_identity | error | verified_identity must be TRUE (identity verified) or FALSE (self-declared) |
| verified_identity_advisory | verified_identity | warning | Identity is self-declared (verified_identity=FALSE). Apply enhanced content restrictions per Ofcom age assurance guidance. |
| verification_method_required_if_verified | verification_method | error | verification_method is required when verified_identity is TRUE (Ofcom audit trail) |
| verification_method_valid | verification_method | error | verification_method must be an approved method (DOCUMENT_CHECK, BIOMETRIC, CREDIT_BUREAU, MOBILE_NETWORK_OPERATOR, BANK_VERIFICATION, GOVERNMENT_ID, PASSPORT, FACIAL_AGE_ESTIMATION, DEVICE_PLATFORM) |
| verification_timestamp_required_if_verified | verification_timestamp | error | verification_timestamp is required when verified_identity is TRUE (Ofcom audit trail) |
| verification_timestamp_format | verification_timestamp | error | verification_timestamp must be a valid ISO 8601 datetime with timezone (e.g., 2026-03-10T14:23:00Z) |
Run your own data against this contract in the free trial — drop a CSV in the dashboard, no code, no credit card. Start free trial →