The JSON Resume schema, and why it matters
JSON Resume is a community standard for representing a resume as structured JSON. One source file, many renderers — your resume can be themed as a PDF, as a Hugo site, as a LaTeX doc, as anything that can read the schema. It's the closest thing the developer community has to a portable career file format.
What is JSON Resume
The schema (jsonresume.org) defines top-level keys for basics, work, education, skills, projects, , , , , , , and . Each is either an object or an array of objects with predictable shapes.