Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Jun 28, 2014
1 parent b865cca commit 38ccb6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resume-schema",
"version": "0.0.3",
"version": "0.0.4",
"description": "schema ======",
"main": "validator.js",
"scripts": {
Expand All @@ -22,4 +22,4 @@
"tap-spec": "^0.2.0",
"tape": "^2.13.3"
}
}
}
11 changes: 1 addition & 10 deletions schema.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
{
"title": "Resume Schema",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"email": {
"type": "integer"
}
},
"required": ["name"]
"type": "object"
}

0 comments on commit 38ccb6f

Please sign in to comment.