Skip to content

Commit

Permalink
Changes website to url
Browse files Browse the repository at this point in the history
  • Loading branch information
Harlan Kellaway committed Nov 17, 2014
1 parent 7b0685d commit fb50a87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type": "string",
"description": "Phone numbers are stored as strings so use any format you like, e.g. 712-117-2923"
},
"website": {
"url": {
"type": "string",
"description": "URL (as per RFC 3986) to your website, e.g. personal homepage",
"format": "uri"
Expand Down Expand Up @@ -101,7 +101,7 @@
"type": "string",
"description": "e.g. Software Engineer"
},
"website": {
"url": {
"type": "string",
"description": "e.g. http://facebook.com",
"format": "uri"
Expand Down Expand Up @@ -148,7 +148,7 @@
"type": "string",
"description": "e.g. Software Engineer"
},
"website": {
"url": {
"type": "string",
"description": "e.g. http://facebook.com",
"format": "uri"
Expand Down Expand Up @@ -275,7 +275,7 @@
"type": "string",
"description": "e.g. 1990-08-01"
},
"website": {
"url": {
"type": "string",
"description": "e.g. http://www.computer.org/csdl/mags/co/1996/10/rx069-abs.html"
},
Expand Down

0 comments on commit fb50a87

Please sign in to comment.