Skip to content

Commit

Permalink
added languages field
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Jul 30, 2014
1 parent b842c9c commit f02300e
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,25 +314,21 @@
}
}
},
"profiles": {
"languages": {
"type": "array",
"description": "Specify any number of social networks that you participate in",
"description": "List any other languages you speak",
"additionalItems": false,
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"network": {
"language": {
"type": "string",
"description": "e.g. Facebook or Twitter"
"description": "e.g. English, Spanish"
},
"username": {
"fluency": {
"type": "string",
"description": "e.g. neutralthoughts"
},
"url": {
"type": "string",
"description": "e.g. http://twitter.com/neutralthoughts"
"description": "e.g. Fluent, Beginner"
}
}
}
Expand Down

0 comments on commit f02300e

Please sign in to comment.