fresh-standard / fresh-resume-schema

A rational schema for your résumé or CV.
https://resume.freshstandard.org
MIT License
548 stars 25 forks source link

A collection of formatting issues #31

Open jcalbert opened 6 years ago

jcalbert commented 6 years ago

interests > items > properties > summary does not have a description field.

https://github.com/fresh-standard/fresh-resume-schema/blob/d0c4a29434f7369df8cc23e608c95d9435c6ff30/schema/fresh-resume-schema_1.0.0-beta.json#L1224-L1227

disposition > description does not contain single quotes around the word 'disposition' as all other sections do.

https://github.com/fresh-standard/fresh-resume-schema/blob/d0c4a29434f7369df8cc23e608c95d9435c6ff30/schema/fresh-resume-schema_1.0.0-beta.json#L71

In skills > properties > sets > items > properties > level > description, this is described as "Level of mastery of the skill." Might be clearer as "Level of mastery of this skillset." to avoid confusion with the skills enumerated in skills > properties > list

https://github.com/fresh-standard/fresh-resume-schema/blob/d0c4a29434f7369df8cc23e608c95d9435c6ff30/schema/fresh-resume-schema_1.0.0-beta.json#L435