@jsonresume/schema
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@jsonresume/schema", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "JSON Resume Schema", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -22,3 +22,3 @@ { | ||
"username": "neutralthoughts", | ||
"url": "" | ||
"url": "https://www.twitter.com" | ||
}, | ||
@@ -25,0 +25,0 @@ { |
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
" $id": "http://example.com/example.json", | ||
"$id": "http://example.com/example.json", | ||
"additionalProperties": true, | ||
@@ -499,2 +499,2 @@ "definitions": { | ||
"type": "object" | ||
} | ||
} |
32104
874