Closed thomastoye closed 10 years ago
When exporting (clicking #export), the exported JSON does not conform to the schema.
#export
Returned (invalid) JSON:
{ "resume": { "basics": { ... }, ... } }
Expected JSON:
{ "basics": { ... }, ... }
Discussion here: https://github.com/erming/resume-editor/pull/8 Fixed here: https://github.com/erming/resume-editor/commit/447932e0ccbfab3ff8686d0e5c549ed453e782e1
When exporting (clicking
#export
), the exported JSON does not conform to the schema.Returned (invalid) JSON:
Expected JSON: