resume-schema
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "resume-schema", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "JSON Resume Schema", | ||
@@ -17,3 +17,3 @@ "main": "validator.js", | ||
}, | ||
"license": "BSD-2-Clause", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -24,17 +24,19 @@ "url": "https://github.com/jsonresume/resume-schema/issues" | ||
"sample.resume.json", | ||
"sample.job.json", | ||
"schema.json", | ||
"job-schema.json", | ||
"validator.js" | ||
], | ||
"dependencies": { | ||
"z-schema": "^4.2.2" | ||
"z-schema": "^4.2.4" | ||
}, | ||
"devDependencies": { | ||
"ajv-cli": "^3.1.0", | ||
"ajv-cli": "^3.3.0", | ||
"json-metaschema": "^1.3.0", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^4.13.2" | ||
"tape": "^4.16.2" | ||
}, | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=20" | ||
} | ||
} |
@@ -8,4 +8,12 @@ # JSON Resume Schema | ||
[![](https://dcbadge.limes.pink/api/server/GTZtn8pTXC)](https://discord.gg/GTZtn8pTXC) | ||
Standard, Specification, Schema | ||
## Important Note | ||
The 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`. | ||
All PR's for the next version should be made against the `develop` branch. | ||
### Getting started | ||
@@ -77,2 +85,6 @@ | ||
### Job Description Schema | ||
A 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`. | ||
### Other resume standards | ||
@@ -79,0 +91,0 @@ |
@@ -157,3 +157,3 @@ { | ||
"meta": { | ||
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json", | ||
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/sample.resume.json", | ||
"version": "v1.0.0", | ||
@@ -160,0 +160,0 @@ "lastModified": "2017-12-24T15:53:00" |
@@ -500,2 +500,2 @@ { | ||
"type": "object" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
31501
8
0
874
92
Updatedz-schema@^4.2.4