diff --git a/package.json b/package.json index 6bc4e3a2..27720cc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resume-schema", - "version": "0.0.3", + "version": "0.0.4", "description": "schema ======", "main": "validator.js", "scripts": { @@ -22,4 +22,4 @@ "tap-spec": "^0.2.0", "tape": "^2.13.3" } -} \ No newline at end of file +} diff --git a/schema.json b/schema.json index 5489dcd6..32f7d52e 100644 --- a/schema.json +++ b/schema.json @@ -1,13 +1,4 @@ { "title": "Resume Schema", - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "email": { - "type": "integer" - } - }, - "required": ["name"] + "type": "object" }