From 08bb8c6c430acc2404d0307564a567bc8a7604c1 Mon Sep 17 00:00:00 2001 From: Reorx Date: Sat, 11 Feb 2023 02:49:25 +0800 Subject: [PATCH] schema: add summary in languages and skills items --- schema/jsoncv.schema.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/schema/jsoncv.schema.json b/schema/jsoncv.schema.json index 759cb67..e8165cd 100644 --- a/schema/jsoncv.schema.json +++ b/schema/jsoncv.schema.json @@ -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." } } }