resume-schema icon indicating copy to clipboard operation
resume-schema copied to clipboard

Proposal to submit this as a standard.

Open schneidergithub opened this issue 1 year ago • 5 comments

Hello, I mistakenly thought I was the only one thinking of JSON resume format and wrote up an article about this idea, before stumbling across your project.

It seems there is not much activity on it right now. Have you thought of trying to make this an actual standard?

I would be happy to help with the drafting & submission process.

Possible submission locations: Internet Engineering Task Force (IETF) W3C

schneidergithub avatar Jun 27 '24 12:06 schneidergithub

Additional notes: Proposal to uniform hr-xml, hResume, Europass, and Person Schema concepts into one overall "Abstract Data Model" instead of focusing solely on JSON.

Something like:

Resume

  • PersonalInfo
    • Name
    • Contact
      • Email
      • Phone
      • Address
      • SocialLinks
  • Summary
  • Experience
    • Employer
    • JobTitle
    • Location
    • StartDate
    • EndDate
    • Responsibilities
  • Skills
  • Education
    • Institution
    • Degree
    • StartDate
    • EndDate
    • GPA
  • Certifications
    • Name
    • Issuer
    • Date

schneidergithub avatar Jun 27 '24 13:06 schneidergithub

Do you know if IETF or W3C currently has any cv proposals?

Also, would love to read your article

thomasdavis avatar Jun 27 '24 16:06 thomasdavis

Ha, I actually just deleted the article because of your repo! I did a search through the major standards organizations and could not find anything "official". Also, I have been doing a deep-dive on other formats, such as YAML, CBOR, etc. But the first step I think is to solidify the abstract data model. Feel free to contact me directly.

schneidergithub avatar Jun 27 '24 17:06 schneidergithub

Another idea is adding a digital signature under Basics or Meta. The idea being a 'verified' resume, or distinguishing between different people with the same name.

I think this might be a good place to contribute improvements and make this idea more mainstream: https://schema.org/Person

schneidergithub avatar Jun 27 '24 18:06 schneidergithub

This would be amazing! @schneidergithub, I like the idea of some kind of signing. I am building a candidate-first recruiting platform, and I am incorporating JsonResume and hope to incorporate the new JD schema as well. Loving where this is going, guys!

jacrys avatar Dec 12 '24 01:12 jacrys