✅ JSON Validator

← Back to APP Home
📐 Schema Version: APP v1.0.0 (JSON Schema draft 2020-12)
View Full Schema | Read Specification

Input Your JSON

💡 Common Issues & Fixes

Missing required fields

Ensure protocol, basics, and basics.name with given and family are present.

Invalid date format

Dates should be YYYY-MM format (e.g., "2024-06"). Years should be YYYY.

Invalid enum values

Check that skill levels, employment types, and other enums match exactly (case-sensitive).

Additional properties

The schema is strict. Remove any properties not defined in the specification.