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

Add additional fields to <meta> section #26

Open hacksalot opened 6 years ago

hacksalot commented 6 years ago

Currently, meta defines just two properties, the FRESH schema version and the private resume version.

meta: {
  "format": "FRESH@1.0.0",
  "version": "0.1.0"
}

Add additional metadata as follows:

And eventually....