{"id":13554600,"url":"https://github.com/jsonresume/resume-schema","last_synced_at":"2025-05-14T07:08:22.394Z","repository":{"id":519684,"uuid":"21038508","full_name":"jsonresume/resume-schema","owner":"jsonresume","description":"JSON-Schema is used here to define and validate our proposed resume json","archived":false,"fork":false,"pushed_at":"2024-08-06T09:41:34.000Z","size":2218,"stargazers_count":2237,"open_issues_count":62,"forks_count":284,"subscribers_count":56,"default_branch":"master","last_synced_at":"2025-05-09T11:04:15.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jsonresume.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsonresume.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-06-20T13:17:53.000Z","updated_at":"2025-05-08T06:58:04.000Z","dependencies_parsed_at":"2024-01-14T06:59:50.525Z","dependency_job_id":"be88cbe6-02b6-4715-a832-d5d09343067c","html_url":"https://github.com/jsonresume/resume-schema","commit_stats":{"total_commits":251,"total_committers":42,"mean_commits":5.976190476190476,"dds":0.7250996015936255,"last_synced_commit":"8f88769cf45c129ef6f53621206214210e29577c"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonresume%2Fresume-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonresume%2Fresume-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonresume%2Fresume-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonresume%2Fresume-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsonresume","download_url":"https://codeload.github.com/jsonresume/resume-schema/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092659,"owners_count":22013290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:02:51.109Z","updated_at":"2025-05-14T07:08:22.372Z","avatar_url":"https://github.com/jsonresume.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"readme":"# JSON Resume Schema\n\n[![GitHub Releases](https://badgen.net/github/tag/jsonresume/resume-schema)](https://github.com/jsonresume/resume-schema/releases)\n[![NPM Release](https://badgen.net/npm/v/resume-schema)](https://www.npmjs.com/package/resume-schema)\n[![Latest Status](https://github.com/jsonresume/resume-schema/workflows/Latest/badge.svg)](https://github.com/vanillawc/wc-template/actions)\n[![Release Status](https://github.com/jsonresume/resume-schema/workflows/Release/badge.svg)](https://github.com/vanillawc/wc-template/actions)\n\n[![](https://dcbadge.limes.pink/api/server/GTZtn8pTXC)](https://discord.gg/GTZtn8pTXC)\n\nStandard, Specification, Schema\n\n## Important Note  \n\nThe current working version of the schema is `v1.0.0` that is represented by the `master` branch and the files `schema.json` and `sample.resume.json`. \n\nAll PR's for the next version should be made against the `develop` branch. \n\nThis enforces that the schema package always has the official stable release of the schema.\n\n### Homepage and Registry\n\nIf you are looking for the homepage, registry, tooling or themes, see the JSON Resume monorepo\n\n[@jsonresume/jsonresume.org](https://github.com/jsonresume/jsonresume.org/)\n \n\n### Getting started\n\n```\nnpm install --save @jsonresume/schema\n```\n\nTo use\n\n```js\nimport resumeSchema from '@jsonresume/schema';\nresumeSchema.validate(\n  { basics: { name: \"Thomas\" } },\n  function (err, report) {\n    if (err) {\n      console.error(\"The resume was invalid:\", err);\n      return;\n    }\n    console.log(\"Resume validated successfully:\", report);\n  },\n  function (err) {\n    console.error(\"The resume was invalid:\", err);\n  }\n);\n```\n\nOr against a full `resume.json`\n\n```js\nimport fs = require('fs');\nimport schema from 'resume-schema';\nconst resumeObject = JSON.parse(fs.readFileSync('./resume.json', 'utf8'));\nresumeSchema.validate(resumeObject);\n```\n\nThe JSON Resume schema is available from:\n\n```js\nrequire(\"resume-schema\").schema;\n```\n\n### Contribute\n\nWe encourage anyone who's interested in participating in the formation of this standard to join the discussions [here on GitHub](https://github.com/jsonresume/resume-schema/issues). Also feel free to fork this project and submit new ideas to add to the JSON Resume Schema standard. To make sure all formatting is kept in check, please install the [EditorConfig plugin](http://editorconfig.org/) for your editor of choice.\n\n### Versioning\n\nJSON Resume Schema adheres to Semantic Versioning 2.0.0. If there is a violation of\nthis scheme, report it as a bug. Specifically, if a patch or minor version is\nreleased and breaks backward compatibility, that version should be immediately\nyanked and/or a new version should be immediately released that restores\ncompatibility. Any change that breaks the public API will only be introduced at\na major-version release. As a result of this policy, you can (and should)\nspecify any dependency on JSON Resume Schema by using the Pessimistic Version\nConstraint with two digits of precision.\n\nWe use automatic semver system.\n\nPull requests titles should be formatted as such\n\n```\n\"fix: added something\" - will bump the patch version\n\"feat: added something\" - will bump the minor version\n```\n\n`major` version bumps will be few and far between for this schema.\n\n### Job Description Schema\n\nA draft schema for job descriptions is available in this project as well. It is not yet finalized, but we encourage you to check it out and provide feedback. See `job-schema.json` and `sample.job.json`.\n\nThe JSON Job schema is available from:\n\n```js\nrequire(\"resume-schema\").jobSchema;\n```\n\n### Other resume standards\n\n- [HR-XML](https://schemas.liquid-technologies.com/HR-XML/2007-04-15/)\n- [Europass](http://europass.cedefop.europa.eu/about-europass)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonresume%2Fresume-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsonresume%2Fresume-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonresume%2Fresume-schema/lists"}