schema: add summary in languages and skills items
This commit is contained in:
parent
1d5f8f1da0
commit
08bb8c6c43
|
|
@ -327,6 +327,10 @@
|
|||
"type": "string",
|
||||
"description": "e.g. Master"
|
||||
},
|
||||
"summary": {
|
||||
"type": "string",
|
||||
"description": "e.g. Expert level proficiency in web development with extensive knowledge and experience in multiple programming languages, frameworks and web technologies."
|
||||
},
|
||||
"keywords": {
|
||||
"type": "array",
|
||||
"description": "List some keywords pertaining to this skill",
|
||||
|
|
@ -352,6 +356,10 @@
|
|||
"fluency": {
|
||||
"type": "string",
|
||||
"description": "e.g. Fluent, Beginner"
|
||||
},
|
||||
"summary": {
|
||||
"type": "string",
|
||||
"description": "e.g. Proficient in English with a pretty good level of speaking, writing and comprehension abilities."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue