erming / resume-editor

http://registry.jsonresume.org/
271 stars 72 forks source link

Exported JSON does not conform to resume schema #7

Closed thomastoye closed 10 years ago

thomastoye commented 10 years ago

When exporting (clicking #export), the exported JSON does not conform to the schema.

Returned (invalid) JSON:

{
    "resume": {
        "basics": {
            ...
        },
        ...
    }
}

Expected JSON:

{
    "basics": {
        ...
    },
    ...
}
erming commented 10 years ago

Discussion here: https://github.com/erming/resume-editor/pull/8 Fixed here: https://github.com/erming/resume-editor/commit/447932e0ccbfab3ff8686d0e5c549ed453e782e1