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

class vs characterClass ? #24

Open wnm opened 7 years ago

wnm commented 7 years ago

Hi there,

I'm building a resume tool, and want to support export to json (with FRESH schema).

In your schema definition, there is a field called class in the info section: https://github.com/fresh-standard/FRESCA/blob/master/schema/fresh-resume-schema.json#L47

In your example, that field is called characterClass: https://github.com/fluentdesk/jane-q-fullstacker/blob/master/resume/jane-resume.json#L12

Which one should I use?

Thanks!

hacksalot commented 6 years ago

This is an optional field, but the schema says class so it should be class. But virtually every example uses characterClass. Beyond that, class may not be the right descriptor. But the examples should agree with the schema, whatever the case.