Skip to content

Commit

Permalink
Remove "required" from affiliation properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
hacksalot committed Jan 14, 2016
1 parent b1e8fa3 commit c5ae0a0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions schema/fresh-resume-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1223,14 +1223,12 @@

"organization": {
"type": "string",
"description": "The name of the organization or group.",
"required": true
"description": "The name of the organization or group."
},

"role": {
"type": "string",
"description": "Your role in the organization or group.",
"required": true
"description": "Your role in the organization or group."
},

"url": {
Expand All @@ -1242,8 +1240,7 @@
"start": {
"type": "string",
"description": "Date your affiliation with the organization began, in YYYY, YYYY-MM, or YYYY-MM-DD format.",
"format": "date",
"required": true
"format": "date"
},

"end": {
Expand Down

0 comments on commit c5ae0a0

Please sign in to comment.