schema: add summary in languages and skills items

This commit is contained in:
Reorx 2023-02-11 02:49:25 +08:00
parent 1d5f8f1da0
commit 08bb8c6c43
1 changed files with 8 additions and 0 deletions

View File

@ -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."
}
}
}