Skip to content

Commit

Permalink
Merge pull request #149 from JaredCubilla/master
Browse files Browse the repository at this point in the history
Update language properties to .name and .level
  • Loading branch information
stp-ip committed Dec 24, 2015
2 parents a1bc568 + 4d6f364 commit 8d316cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,11 @@
"type": "object",
"additionalProperties": true,
"properties": {
"language": {
"name": {
"type": "string",
"description": "e.g. English, Spanish"
},
"fluency": {
"level": {
"type": "string",
"description": "e.g. Fluent, Beginner"
}
Expand Down

0 comments on commit 8d316cf

Please sign in to comment.