resume-schema
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "resume-schema", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "JSON Resume Schema", | ||
@@ -5,0 +5,0 @@ "main": "validator.js", |
# JSON Resume Schema | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/jsonresume/resume-schema.svg)](https://greenkeeper.io/) | ||
[![GitHub Releases](https://badgen.net/github/tag/jsonresume/resume-schema)](https://github.com/jsonresume/resume-schema/releases) | ||
[![NPM Release](https://badgen.net/npm/v/resume-schema)](https://www.npmjs.com/package/resume-schema) | ||
[![Latest Status](https://github.com/jsonresume/resume-schema/workflows/Latest/badge.svg)](https://github.com/vanillawc/wc-template/actions) | ||
[![Release Status](https://github.com/jsonresume/resume-schema/workflows/Release/badge.svg)](https://github.com/vanillawc/wc-template/actions) | ||
[![Build Status](https://api.travis-ci.org/jsonresume/resume-schema.svg)](http://travis-ci.org/jsonresume/resume-schema) [![Dependency Status](https://david-dm.org/jsonresume/resume-schema.svg)](https://david-dm.org/jsonresume/resume-schema) | ||
Standard, Specification, Schema | ||
@@ -8,0 +9,0 @@ |
@@ -64,2 +64,3 @@ { | ||
"institution": "University of Oklahoma", | ||
"url": "https://www.ou.edu/", | ||
"area": "Information Technology", | ||
@@ -66,0 +67,0 @@ "studyType": "Bachelor", |
@@ -197,2 +197,7 @@ { | ||
}, | ||
"url": { | ||
"type": "string", | ||
"description": "e.g. http://facebook.example.com", | ||
"format": "uri" | ||
}, | ||
"area": { | ||
@@ -199,0 +204,0 @@ "type": "string", |
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
27523
630
104