You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 theinfo
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!
The text was updated successfully, but these errors were encountered: