Deutsch - (de)
български - (bg)
español - (es)
čeština - (cs)
dansk - (da)
Deutsch - (de)
eesti keel - (et)
ελληνικά - (el)
English - (en)
français - (fr)
hrvatski - (hr)
íslenska - (is)
Italiano - (it)
latviešu valoda - (lv)
lietuvių kalba - (lt)
Magyar - (hu)
Malti - (mt)
Nederlands - (nl)
Norsk - (no)
polski - (pl)
português - (pt)
română - (ro)
slovenčina - (sk)
slovenščina - (sl)
suomi - (fi)
svenska - (sv)
türkçe - (tr)
Die Türen öffnen zum Lernen und Arbeiten in Europa
Häufig gestellte Fragen
Glossar
Weiterempfehlen
Kontakt
Suche
Der Europass
Europass-Dokumente
Europass und Sie
Lernen und Arbeiten in Europa
Ressourcen
Links
Downloads
Europäische Sprachniveaus (GERF)
Statistik
Technische Ressourcen
validation
json-validation-title
Europass JSON Schema v2.0
Europass JSON Schema v3.0
Europass JSON Schema v2.0
{ "description" : "A JSON Representation of a Europass Document corresponding to Europass XML 2.0", "type" : "object", "properties" : { "locale" : {"title" : "the language of this document", "type" : "string"}, "docInfo" : { "title" : "information about this document", "type" : "object", "properties" : { "issuedate" : {"type" : "string", "pattern" : "^[0-9]{2}/[0-9]{2}/[0-9]{4}$"}, "xsdversion" : {"type" : "string", "pattern" : "^V[0-9]\\.[0-9]$"}, "comment" : { "type" : "string", "optional" : true } }, "additionalProperties" : false }, "prefs" : { "title" : "Printing preferences", "type" : "array", "items" : { "type": "object", "properties" : { "name" : {"type" : "string"}, "keep" : {"type" : "string", "pattern" : "^true|false$", "optional" : true}, "before" : {"type" : "string", "optional" : true}, "format" : {"type" : "string", "optional" : true} }, "minItems" : 0 } }, "identification" : { "title" : "personal information", "type" : "object", "properties" : { "firstname" : {"type" : "string" }, "lastname" : {"type" : "string" }, "contactinfo" : { "type" : "object", "optional" : true, "properties" : { "address" : { "type" : "object", "properties" : { "addressLine" : { "type" : "array", "items" : { "title" : "Address line(s)", "type" : "string" }, "optional" : true }, "municipality" : { "type" : "string", "optional" : true }, "postalCode" : { "type" : "string", "optional" : true }, "country" : { "type" : "object", "properties" : { "code" : {"type" : "string", "pattern" : "^[A-Z]{2}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false } }, "additionalProperties" : false }, "telephone" : {"type" : "string", "optional" : true, "format" : "phone"}, "fax" : {"type" : "string", "optional" : true, "format" : "phone"}, "mobile" : {"type" : "string", "optional" : true, "format" : "phone"}, "email" : {"type" : "string", "optional" : true, "format" : "email"}, "web" : {"type" : "string", "optional" : true, "format" : "uri"} }, "additionalProperties" : false }, "demographics" : { "type" : "object", "properties" : { "birthdate" : {"type" : "string", "optional" : true, "format" : "date"}, "gender" : {"type" : "string", "optional" : true, "enum" : ["M", "F", "NA"]}, "nationality" : { "type" : "array", "optional" : true, "items" : { "type" : "object", "properties" : { "code" : {"type" : "string", "pattern" : "^[A-Z]{2}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false } } }, "additionalProperties" : false }, "photo" : { "type" : "object", "properties" : { "type" : {"type" : "string", "pattern" : "^JPEG$"}, "value" : {"type" : "string", "contentEncoding" : "base64"} }, "optional" : true, "additionalProperties" : false } }, "additionalProperties" : false }, "application" : { "title" : "desired employment/ occupation field", "type" : "object", "optional" : true, "properties" : { "code" : {"type" : "string", "pattern" : "^[0-9]{5}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false }, "workexperiencelist" : { "title" : "list of work experiences", "type" : "array", "optional" : true, "items" : { "type": "object", "properties" : { "period" : { "type" : "object", "properties" : { "from" : { "type" : "object", "properties" : { "year" : {"type" :"string", "pattern" : "^[0-9]{4}$", "optional" : true}, "month" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true}, "day" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true} }, "additionalProperties" : false }, "to" : { "type" : "object", "properties" : { "year" : {"type" :"string", "pattern" : "^[0-9]{4}$", "optional" : true}, "month" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true}, "day" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true} }, "additionalProperties" : false } }, "additionalProperties" : false }, "position" : { "type" : "object", "properties" : { "code" : {"type" : "string", "pattern" : "^[0-9]{5}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false }, "activities" : {"type" :"string", "optional" : true}, "employer" : { "type" : "object", "properties" : { "name" : {"type" : "string", "optional" : true}, "address" : { "type" : "object", "properties" : { "addressLine" : { "type" : "array", "items" : { "title" : "Address line(s)", "type" : "string" }, "optional" : true }, "municipality" : { "type" : "string", "optional" : true }, "postalCode" : { "type" : "string", "optional" : true }, "country" : { "type" : "object", "properties" : { "code" : {"type" : "string", "pattern" : "^[A-Z]{2}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false } }, "optional" : true, "additionalProperties" : false }, "sector" : { "type" : "object", "properties" : { "code" : {"type" : "string", "pattern" : "^[A-U]{1}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false } }, "additionalProperties" : false } } } }, "educationlist" : { "title" : "list of education and training experiences", "type" : "array", "optional" : true, "items" : { "type": "object", "properties" : { "period" : { "type" : "object", "properties" : { "from" : { "type" : "object", "properties" : { "year" : {"type" :"string", "pattern" : "^[0-9]{4}$", "optional" : true}, "month" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true}, "day" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true} }, "additionalProperties" : false }, "to" : { "type" : "object", "properties" : { "year" : {"type" :"string", "pattern" : "^[0-9]{4}$", "optional" : true}, "month" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true}, "day" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true} }, "additionalProperties" : false } }, "additionalProperties" : false }, "title" : {"type" :"string"}, "skills" : {"type" :"string", "optional" : true}, "organisation" : { "type" : "object", "properties" : { "name" : {"type" :"string"}, "address" : { "type" : "object", "properties" : { "addressLine" : { "type" : "array", "items" : { "title" : "Address line(s)", "type" : "string" }, "optional" : true }, "municipality" : { "type" : "string", "optional" : true }, "postalCode" : { "type" : "string", "optional" : true }, "country" : { "type" : "object", "properties" : { "code" : {"type" : "string", "pattern" : "^[A-Z]{2}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false } }, "optional" : true, "additionalProperties" : false }, "type" : {"type" :"string", "optional" : true} }, "additionalProperties" : false }, "level" : { "type" : "object", "properties" : { "code" : {"type" : "string", "pattern" : "^[0-6]{1}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false }, "educationalfield" : { "type" : "object", "properties" : { "code" : {"type" : "string", "optional" : true, "enum" : ["01", "09", "14", "21", "22", "31", "32", "34", "38", "42", "44", "46", "48", "52", "54", "58", "62", "64", "72", "76", "81", "84", "85", "86"] }, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false } } } }, "languagelist" : { "title" : "list of spoken languages (mother and foreign)", "type" : "array", "optional" : true, "items" : { "type" : "object", "properties" : { "type" : {"type" : "string", "enum" : ["europass:mother", "europass:foreign"] }, "code" : {"type" : "string", "pattern" : "^[a-z]{2}$", "optional" : true}, "label" : {"type" : "string", "optional" : true}, "level" : { "title" : "self-assessment based on the european language levels", "type" : "object", "properties" : { "listening" : {"type" : "string"}, "reading" : {"type" : "string"}, "spokeninteraction" : {"type" : "string"}, "spokenproduction" : {"type" : "string"}, "writing" : {"type" : "string"} }, "optional" : true, "additionalProperties" : false }, "diplomalist" : { "title" : "list of related diplomas obtained", "type" : "array", "items" : { "title" : {"type" : "string"}, "awardingBody" : {"type" : "string"}, "date" : { "type" : "object", "properties" : { "year" : {"type" :"string", "pattern" : "^[0-9]{4}$", "optional" : true}, "month" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true}, "day" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true} }, "additionalProperties" : false }, "level" : {"type" : "string"} }, "optional" : true }, "experiencelist" : { "title" : "list of related linguistic or cultural experiences", "type" : "array", "items" : { "period" : { "type" : "object", "properties" : { "from" : { "type" : "object", "properties" : { "year" : {"type" :"string", "pattern" : "^[0-9]{4}$", "optional" : true}, "month" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true}, "day" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true} }, "additionalProperties" : false }, "to" : { "type" : "object", "properties" : { "year" : {"type" :"string", "pattern" : "^[0-9]{4}$", "optional" : true}, "month" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true}, "day" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true} }, "additionalProperties" : false } }, "additionalProperties" : false }, "description" : {"type" : "string"} }, "optional" : true } } } }, "skilllist" : { "title" : "list of personal skills and competences", "type" : "object", "optional" : true, "properties" : { "skill" : { "type" : "array", "items" : { "type" : "object", "properties" : { "type" : {"type" : "string", "enum" : ["social", "organisational", "technical", "computer", "artistic", "other"] }, "value" : {"type" : "string"} } } }, "structured-skill" : { "type" : "array", "items" : { "type" : "object", "properties" : { "type" : {"type" : "string", "pattern" : "europass:driving"}, "drivinglicence" : { "type" : "array", "items" : { "type" : "string", "enum" : ["A", "B", "C", "D", "A1", "B1", "C1", "D1", "BE", "CE", "DE", "C1E", "D1E"] } } } } } }, "additionalProperties" : false }, "misclist" : { "title" : "additional information items and annexes", "type" : "array", "optional" : true, "items" : { "type" : "object", "properties" : { "type" : {"type" : "string"}, "value" : {"type" : "string"} } } } }, "additionalProperties" : false }
{ "locale" : "en_GB", "docInfo" : { "issuedate" : "19/04/2010", "xsdversion" : "V2.0", "comment" : "Comment 1" }, "prefs" : [ { "name" : "step1.lastName", "before" : "step1.firstName" }, { "name" : "step1.addressInfo", "keep" : "true" }, { "name" : "step1.telephone", "keep" : "true" }, { "name" : "step1.mobile", "keep" : "true" }, { "name" : "step1.fax", "keep" : "true" }, { "name" : "step1.email", "keep" : "true" }, { "name" : "step1.nationality", "keep" : "true" }, { "name" : "step1.birthDate", "keep" : "true", "format" : "/text/long" }, { "name" : "step1.gender", "keep" : "true" }, { "name" : "step1.photo", "keep" : "true" }, { "name" : "step1.application.label", "keep" : "true" }, { "name" : "step3List", "keep" : "true", "before" : "step4List" }, { "name" : "step3List[0].period", "format" : "/text/short" }, { "name" : "step3List[0].position.label", "keep" : "true" }, { "name" : "step3List[0].activities", "keep" : "true" }, { "name" : "step3List[0].company.name", "keep" : "true" }, { "name" : "step3List[0].company.addressInfo", "keep" : "true" }, { "name" : "step3List[0].company.sector.label", "keep" : "true" }, { "name" : "step3List[1].period", "format" : "/text/short" }, { "name" : "step3List[1].position.label", "keep" : "true" }, { "name" : "step3List[1].activities", "keep" : "true" }, { "name" : "step3List[1].company.name", "keep" : "true" }, { "name" : "step3List[1].company.addressInfo", "keep" : "true" }, { "name" : "step3List[1].company.sector.label", "keep" : "true" }, { "name" : "step4List", "keep" : "true" }, { "name" : "step4List[0].period", "format" : "/text/short" }, { "name" : "step4List[0].title", "keep" : "true" }, { "name" : "step4List[0].skills", "keep" : "true" }, { "name" : "step4List[0].educationalOrg.name", "keep" : "true" }, { "name" : "step4List[0].educationalOrg.addressInfo", "keep" : "true" }, { "name" : "step4List[0].level.label", "keep" : "true" }, { "name" : "step5.motherLanguages", "keep" : "true" }, { "name" : "step5.foreignLanguageList", "keep" : "true" }, { "name" : "step5.foreignLanguageList[0]", "keep" : "true" }, { "name" : "foreignLanguageList[0].ass", "keep" : "true" }, { "name" : "foreignLanguageList[0].diplomaList[0]", "keep" : "true" }, { "name" : "foreignLanguageList[0].diplomaList[1]", "keep" : "true" }, { "name" : "foreignLanguageList[0].experienceList[0]", "keep" : "true" }, { "name" : "foreignLanguageList[0].experienceList[0].period", "format" : "/text/short" }, { "name" : "foreignLanguageList[0].experienceList[1]", "keep" : "true" }, { "name" : "foreignLanguageList[0].experienceList[1].period", "format" : "/text/short" }, { "name" : "step6.socialSkills", "keep" : "true" }, { "name" : "step6.organisationalSkills", "keep" : "true" }, { "name" : "step6.technicalSkills", "keep" : "true" }, { "name" : "step6.computerSkills", "keep" : "true" }, { "name" : "step6.artisticSkills", "keep" : "true" }, { "name" : "step6.otherSkills", "keep" : "true" }, { "name" : "step6.drivingLicences", "keep" : "true" }, { "name" : "step7.additionalInfo", "keep" : "true" }, { "name" : "step7.annexes", "keep" : "true" }, { "name" : "personal.lastName", "before" : "personal.firstName" }, { "name" : "personal.birthDate", "format" : "/text/long", "keep" : "true" }, { "name" : "grid", "keep" : "true" } ], "identification" : { "firstname" : "Betty", "lastname" : "Hobkins", "contactinfo" : { "address" : { "addressLine" : [ "32 Reading rd" ], "municipality" : "Birmingham", "postalCode" : "B26 3QJ", "country" : { "code" : "GB", "label" : "United Kingdom" } }, "telephone" : "+44 2012345678", "fax" : "+44 2012345679", "mobile" : "+44 7123456789", "email" : "hobbies@kotmail.com" }, "demographics" : { "birthdate" : "07/10/1974", "gender" : "F", "nationality" : [ { "code" : "GB", "label" : "British" }, { "code" : "ES", "label" : "Spanish" } ] } }, "application" : { "code" : "11100", "label" : "Legislator" }, "workexperiencelist" : [ { "period" : { "from" : { "year" : "1999", "month" : "01", "day" : "01" }, "to" : { "year" : "2001", "month" : "11", "day" : "30" } }, "position" : { "code" : "11100", "label" : "Legislator" }, "activities" : "Activities 1", "employer" : { "name" : "British Council", "address" : { "addressLine" : [ "123, Bd Ney" ], "municipality" : "Paris", "postalCode" : "F-75023", "country" : { "code" : "FR", "label" : "France" } }, "sector" : { "code" : "B", "label" : "Mining And Quarrying" } } }, { "period" : { "from" : { "year" : "2003", "month" : "12", "day" : "01" }, "to" : { "year" : "2005", "month" : "11", "day" : "30" } }, "position" : { "code" : "11200", "label" : "Senior government official" }, "activities" : "Activities 2", "employer" : { "name" : "Papas & Trexas S.A.", "address" : { "addressLine" : [ "Via Milano 11" ], "municipality" : "Roma", "postalCode" : "IT-55555", "country" : { "code" : "IT", "label" : "Italy" } }, "sector" : { "code" : "E", "label" : "Water Supply, Sewerage, Waste Management And Remediation Activities;" } } } ], "educationlist" : [ { "period" : { "from" : { "year" : "1999", "month" : "12", "day" : "01" }, "to" : { "year" : "2001", "month" : "11", "day" : "30" } }, "title" : "Title 1", "skills" : "Skills 1", "organisation" : { "name" : "Brunel University", "address" : { "addressLine" : [ "23 Byres road" ], "municipality" : "London", "postalCode" : "GB-15125", "country" : { "code" : "GB", "label" : "United Kingdom" } }, "type" : "Type is not present in CV WebApp" }, "level" : { "code" : "5", "label" : "ISCED 5 (First stage of tertiary education)" }, "educationalfield" : { "code" : "52", "label" : "Engineering and engineering trades" } } ], "languagelist" : [ { "type" : "europass:mother", "code" : "fr", "label" : "French" }, { "type" : "europass:foreign", "code" : "es", "label" : "Spanish", "level" : { "listening" : "a1", "reading" : "a2", "spokeninteraction" : "b1", "spokenproduction" : "b2", "writing" : "c1" }, "diplomalist" : [ { "title" : "Proficiency", "awardingBody" : "Awarding Body 1", "date" : { "year" : "2001", "month" : "11", "day" : "30" }, "level" : "A1" }, { "title" : "Diploma 2", "awardingBody" : "Awarding Body 2", "date" : { "year" : "2002", "month" : "11", "day" : "30" }, "level" : "A2" } ], "experiencelist" : [ { "period" : { "from" : { "year" : "1999", "month" : "12", "day" : "01" }, "to" : { "year" : "2001", "month" : "11", "day" : "30" } }, "description" : "Experience 1" } ] } ], "skilllist" : { "skill" : [ { "type" : "social", "value" : "Social skills and competences" }, { "type" : "organisational", "value" : "Organisational skills and competences" } ], "structured-skill" : [ { "type" : "europass:driving", "drivinglicence" : [ "A1", "C1", "C1E" ] } ] }, "misclist" : [ { "type" : "additional", "value" : "Additional information" }, { "type" : "annexes", "value" : "Annexes" } ] }
europass-json-schema
{ "description" : "A JSON Representation of a Europass Document corresponding to Europass XML 2.0", "type" : "object", "properties" : { "locale" : {"title" : "the language of this document", "type" : "string"}, "docInfo" : { "title" : "information about this document", "type" : "object", "properties" : { "issuedate" : {"type" : "string", "pattern" : "^[0-9]{2}/[0-9]{2}/[0-9]{4}$"}, "xsdversion" : {"type" : "string", "pattern" : "^V[0-9]\\.[0-9]$"}, "comment" : { "type" : "string", "optional" : true } }, "additionalProperties" : false }, "prefs" : { "title" : "Printing preferences", "type" : "array", "items" : { "type": "object", "properties" : { "name" : {"type" : "string"}, "keep" : {"type" : "string", "pattern" : "^true|false$", "optional" : true}, "before" : {"type" : "string", "optional" : true}, "format" : {"type" : "string", "optional" : true} }, "minItems" : 0 } }, "identification" : { "title" : "personal information", "type" : "object", "properties" : { "firstname" : {"type" : "string" }, "lastname" : {"type" : "string" }, "contactinfo" : { "type" : "object", "optional" : true, "properties" : { "address" : { "type" : "object", "properties" : { "addressLine" : { "type" : "array", "items" : { "title" : "Address line(s)", "type" : "string" }, "optional" : true }, "municipality" : { "type" : "string", "optional" : true }, "postalCode" : { "type" : "string", "optional" : true }, "country" : { "type" : "object", "properties" : { "code" : {"type" : "string", "pattern" : "^[A-Z]{2}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false } }, "additionalProperties" : false }, "telephone" : {"type" : "string", "optional" : true, "format" : "phone"}, "fax" : {"type" : "string", "optional" : true, "format" : "phone"}, "mobile" : {"type" : "string", "optional" : true, "format" : "phone"}, "email" : {"type" : "string", "optional" : true, "format" : "email"}, "web" : {"type" : "string", "optional" : true, "format" : "uri"} }, "additionalProperties" : false }, "demographics" : { "type" : "object", "properties" : { "birthdate" : {"type" : "string", "optional" : true, "format" : "date"}, "gender" : {"type" : "string", "optional" : true, "enum" : ["M", "F", "NA"]}, "nationality" : { "type" : "array", "optional" : true, "items" : { "type" : "object", "properties" : { "code" : {"type" : "string", "pattern" : "^[A-Z]{2}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false } } }, "additionalProperties" : false }, "photo" : { "type" : "object", "properties" : { "type" : {"type" : "string", "pattern" : "^JPEG$"}, "value" : {"type" : "string", "contentEncoding" : "base64"} }, "optional" : true, "additionalProperties" : false } }, "additionalProperties" : false }, "application" : { "title" : "desired employment/ occupation field", "type" : "object", "optional" : true, "properties" : { "code" : {"type" : "string", "pattern" : "^[0-9]{5}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false }, "workexperiencelist" : { "title" : "list of work experiences", "type" : "array", "optional" : true, "items" : { "type": "object", "properties" : { "period" : { "type" : "object", "properties" : { "from" : { "type" : "object", "properties" : { "year" : {"type" :"string", "pattern" : "^[0-9]{4}$", "optional" : true}, "month" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true}, "day" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true} }, "additionalProperties" : false }, "to" : { "type" : "object", "properties" : { "year" : {"type" :"string", "pattern" : "^[0-9]{4}$", "optional" : true}, "month" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true}, "day" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true} }, "additionalProperties" : false } }, "additionalProperties" : false }, "position" : { "type" : "object", "properties" : { "code" : {"type" : "string", "pattern" : "^[0-9]{5}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false }, "activities" : {"type" :"string", "optional" : true}, "employer" : { "type" : "object", "properties" : { "name" : {"type" : "string", "optional" : true}, "address" : { "type" : "object", "properties" : { "addressLine" : { "type" : "array", "items" : { "title" : "Address line(s)", "type" : "string" }, "optional" : true }, "municipality" : { "type" : "string", "optional" : true }, "postalCode" : { "type" : "string", "optional" : true }, "country" : { "type" : "object", "properties" : { "code" : {"type" : "string", "pattern" : "^[A-Z]{2}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false } }, "optional" : true, "additionalProperties" : false }, "sector" : { "type" : "object", "properties" : { "code" : {"type" : "string", "pattern" : "^[A-U]{1}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false } }, "additionalProperties" : false } } } }, "educationlist" : { "title" : "list of education and training experiences", "type" : "array", "optional" : true, "items" : { "type": "object", "properties" : { "period" : { "type" : "object", "properties" : { "from" : { "type" : "object", "properties" : { "year" : {"type" :"string", "pattern" : "^[0-9]{4}$", "optional" : true}, "month" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true}, "day" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true} }, "additionalProperties" : false }, "to" : { "type" : "object", "properties" : { "year" : {"type" :"string", "pattern" : "^[0-9]{4}$", "optional" : true}, "month" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true}, "day" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true} }, "additionalProperties" : false } }, "additionalProperties" : false }, "title" : {"type" :"string"}, "skills" : {"type" :"string", "optional" : true}, "organisation" : { "type" : "object", "properties" : { "name" : {"type" :"string"}, "address" : { "type" : "object", "properties" : { "addressLine" : { "type" : "array", "items" : { "title" : "Address line(s)", "type" : "string" }, "optional" : true }, "municipality" : { "type" : "string", "optional" : true }, "postalCode" : { "type" : "string", "optional" : true }, "country" : { "type" : "object", "properties" : { "code" : {"type" : "string", "pattern" : "^[A-Z]{2}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false } }, "optional" : true, "additionalProperties" : false }, "type" : {"type" :"string", "optional" : true} }, "additionalProperties" : false }, "level" : { "type" : "object", "properties" : { "code" : {"type" : "string", "pattern" : "^[0-6]{1}$", "optional" : true}, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false }, "educationalfield" : { "type" : "object", "properties" : { "code" : {"type" : "string", "optional" : true, "enum" : ["01", "09", "14", "21", "22", "31", "32", "34", "38", "42", "44", "46", "48", "52", "54", "58", "62", "64", "72", "76", "81", "84", "85", "86"] }, "label" : {"type" : "string", "optional" : true} }, "additionalProperties" : false } } } }, "languagelist" : { "title" : "list of spoken languages (mother and foreign)", "type" : "array", "optional" : true, "items" : { "type" : "object", "properties" : { "type" : {"type" : "string", "enum" : ["europass:mother", "europass:foreign"] }, "code" : {"type" : "string", "pattern" : "^[a-z]{2}$", "optional" : true}, "label" : {"type" : "string", "optional" : true}, "level" : { "title" : "self-assessment based on the european language levels", "type" : "object", "properties" : { "listening" : {"type" : "string"}, "reading" : {"type" : "string"}, "spokeninteraction" : {"type" : "string"}, "spokenproduction" : {"type" : "string"}, "writing" : {"type" : "string"} }, "optional" : true, "additionalProperties" : false }, "diplomalist" : { "title" : "list of related diplomas obtained", "type" : "array", "items" : { "title" : {"type" : "string"}, "awardingBody" : {"type" : "string"}, "date" : { "type" : "object", "properties" : { "year" : {"type" :"string", "pattern" : "^[0-9]{4}$", "optional" : true}, "month" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true}, "day" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true} }, "additionalProperties" : false }, "level" : {"type" : "string"} }, "optional" : true }, "experiencelist" : { "title" : "list of related linguistic or cultural experiences", "type" : "array", "items" : { "period" : { "type" : "object", "properties" : { "from" : { "type" : "object", "properties" : { "year" : {"type" :"string", "pattern" : "^[0-9]{4}$", "optional" : true}, "month" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true}, "day" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true} }, "additionalProperties" : false }, "to" : { "type" : "object", "properties" : { "year" : {"type" :"string", "pattern" : "^[0-9]{4}$", "optional" : true}, "month" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true}, "day" : {"type" :"string", "pattern" : "^[0-9]{2}$", "optional" : true} }, "additionalProperties" : false } }, "additionalProperties" : false }, "description" : {"type" : "string"} }, "optional" : true } } } }, "skilllist" : { "title" : "list of personal skills and competences", "type" : "object", "optional" : true, "properties" : { "skill" : { "type" : "array", "items" : { "type" : "object", "properties" : { "type" : {"type" : "string", "enum" : ["social", "organisational", "technical", "computer", "artistic", "other"] }, "value" : {"type" : "string"} } } }, "structured-skill" : { "type" : "array", "items" : { "type" : "object", "properties" : { "type" : {"type" : "string", "pattern" : "europass:driving"}, "drivinglicence" : { "type" : "array", "items" : { "type" : "string", "enum" : ["A", "B", "C", "D", "A1", "B1", "C1", "D1", "BE", "CE", "DE", "C1E", "D1E"] } } } } } }, "additionalProperties" : false }, "misclist" : { "title" : "additional information items and annexes", "type" : "array", "optional" : true, "items" : { "type" : "object", "properties" : { "type" : {"type" : "string"}, "value" : {"type" : "string"} } } } }, "additionalProperties" : false }
europass-json-example
{ "locale" : "en_GB", "docInfo" : { "issuedate" : "19/04/2010", "xsdversion" : "V2.0", "comment" : "Comment 1" }, "prefs" : [ { "name" : "step1.lastName", "before" : "step1.firstName" }, { "name" : "step1.addressInfo", "keep" : "true" }, { "name" : "step1.telephone", "keep" : "true" }, { "name" : "step1.mobile", "keep" : "true" }, { "name" : "step1.fax", "keep" : "true" }, { "name" : "step1.email", "keep" : "true" }, { "name" : "step1.nationality", "keep" : "true" }, { "name" : "step1.birthDate", "keep" : "true", "format" : "/text/long" }, { "name" : "step1.gender", "keep" : "true" }, { "name" : "step1.photo", "keep" : "true" }, { "name" : "step1.application.label", "keep" : "true" }, { "name" : "step3List", "keep" : "true", "before" : "step4List" }, { "name" : "step3List[0].period", "format" : "/text/short" }, { "name" : "step3List[0].position.label", "keep" : "true" }, { "name" : "step3List[0].activities", "keep" : "true" }, { "name" : "step3List[0].company.name", "keep" : "true" }, { "name" : "step3List[0].company.addressInfo", "keep" : "true" }, { "name" : "step3List[0].company.sector.label", "keep" : "true" }, { "name" : "step3List[1].period", "format" : "/text/short" }, { "name" : "step3List[1].position.label", "keep" : "true" }, { "name" : "step3List[1].activities", "keep" : "true" }, { "name" : "step3List[1].company.name", "keep" : "true" }, { "name" : "step3List[1].company.addressInfo", "keep" : "true" }, { "name" : "step3List[1].company.sector.label", "keep" : "true" }, { "name" : "step4List", "keep" : "true" }, { "name" : "step4List[0].period", "format" : "/text/short" }, { "name" : "step4List[0].title", "keep" : "true" }, { "name" : "step4List[0].skills", "keep" : "true" }, { "name" : "step4List[0].educationalOrg.name", "keep" : "true" }, { "name" : "step4List[0].educationalOrg.addressInfo", "keep" : "true" }, { "name" : "step4List[0].level.label", "keep" : "true" }, { "name" : "step5.motherLanguages", "keep" : "true" }, { "name" : "step5.foreignLanguageList", "keep" : "true" }, { "name" : "step5.foreignLanguageList[0]", "keep" : "true" }, { "name" : "foreignLanguageList[0].ass", "keep" : "true" }, { "name" : "foreignLanguageList[0].diplomaList[0]", "keep" : "true" }, { "name" : "foreignLanguageList[0].diplomaList[1]", "keep" : "true" }, { "name" : "foreignLanguageList[0].experienceList[0]", "keep" : "true" }, { "name" : "foreignLanguageList[0].experienceList[0].period", "format" : "/text/short" }, { "name" : "foreignLanguageList[0].experienceList[1]", "keep" : "true" }, { "name" : "foreignLanguageList[0].experienceList[1].period", "format" : "/text/short" }, { "name" : "step6.socialSkills", "keep" : "true" }, { "name" : "step6.organisationalSkills", "keep" : "true" }, { "name" : "step6.technicalSkills", "keep" : "true" }, { "name" : "step6.computerSkills", "keep" : "true" }, { "name" : "step6.artisticSkills", "keep" : "true" }, { "name" : "step6.otherSkills", "keep" : "true" }, { "name" : "step6.drivingLicences", "keep" : "true" }, { "name" : "step7.additionalInfo", "keep" : "true" }, { "name" : "step7.annexes", "keep" : "true" }, { "name" : "personal.lastName", "before" : "personal.firstName" }, { "name" : "personal.birthDate", "format" : "/text/long", "keep" : "true" }, { "name" : "grid", "keep" : "true" } ], "identification" : { "firstname" : "Betty", "lastname" : "Hobkins", "contactinfo" : { "address" : { "addressLine" : [ "32 Reading rd" ], "municipality" : "Birmingham", "postalCode" : "B26 3QJ", "country" : { "code" : "GB", "label" : "United Kingdom" } }, "telephone" : "+44 2012345678", "fax" : "+44 2012345679", "mobile" : "+44 7123456789", "email" : "hobbies@kotmail.com" }, "demographics" : { "birthdate" : "07/10/1974", "gender" : "F", "nationality" : [ { "code" : "GB", "label" : "British" }, { "code" : "ES", "label" : "Spanish" } ] } }, "application" : { "code" : "11100", "label" : "Legislator" }, "workexperiencelist" : [ { "period" : { "from" : { "year" : "1999", "month" : "01", "day" : "01" }, "to" : { "year" : "2001", "month" : "11", "day" : "30" } }, "position" : { "code" : "11100", "label" : "Legislator" }, "activities" : "Activities 1", "employer" : { "name" : "British Council", "address" : { "addressLine" : [ "123, Bd Ney" ], "municipality" : "Paris", "postalCode" : "F-75023", "country" : { "code" : "FR", "label" : "France" } }, "sector" : { "code" : "B", "label" : "Mining And Quarrying" } } }, { "period" : { "from" : { "year" : "2003", "month" : "12", "day" : "01" }, "to" : { "year" : "2005", "month" : "11", "day" : "30" } }, "position" : { "code" : "11200", "label" : "Senior government official" }, "activities" : "Activities 2", "employer" : { "name" : "Papas & Trexas S.A.", "address" : { "addressLine" : [ "Via Milano 11" ], "municipality" : "Roma", "postalCode" : "IT-55555", "country" : { "code" : "IT", "label" : "Italy" } }, "sector" : { "code" : "E", "label" : "Water Supply, Sewerage, Waste Management And Remediation Activities;" } } } ], "educationlist" : [ { "period" : { "from" : { "year" : "1999", "month" : "12", "day" : "01" }, "to" : { "year" : "2001", "month" : "11", "day" : "30" } }, "title" : "Title 1", "skills" : "Skills 1", "organisation" : { "name" : "Brunel University", "address" : { "addressLine" : [ "23 Byres road" ], "municipality" : "London", "postalCode" : "GB-15125", "country" : { "code" : "GB", "label" : "United Kingdom" } }, "type" : "Type is not present in CV WebApp" }, "level" : { "code" : "5", "label" : "ISCED 5 (First stage of tertiary education)" }, "educationalfield" : { "code" : "52", "label" : "Engineering and engineering trades" } } ], "languagelist" : [ { "type" : "europass:mother", "code" : "fr", "label" : "French" }, { "type" : "europass:foreign", "code" : "es", "label" : "Spanish", "level" : { "listening" : "a1", "reading" : "a2", "spokeninteraction" : "b1", "spokenproduction" : "b2", "writing" : "c1" }, "diplomalist" : [ { "title" : "Proficiency", "awardingBody" : "Awarding Body 1", "date" : { "year" : "2001", "month" : "11", "day" : "30" }, "level" : "A1" }, { "title" : "Diploma 2", "awardingBody" : "Awarding Body 2", "date" : { "year" : "2002", "month" : "11", "day" : "30" }, "level" : "A2" } ], "experiencelist" : [ { "period" : { "from" : { "year" : "1999", "month" : "12", "day" : "01" }, "to" : { "year" : "2001", "month" : "11", "day" : "30" } }, "description" : "Experience 1" } ] } ], "skilllist" : { "skill" : [ { "type" : "social", "value" : "Social skills and competences" }, { "type" : "organisational", "value" : "Organisational skills and competences" } ], "structured-skill" : [ { "type" : "europass:driving", "drivinglicence" : [ "A1", "C1", "C1E" ] } ] }, "misclist" : [ { "type" : "additional", "value" : "Additional information" }, { "type" : "annexes", "value" : "Annexes" } ] }
Europass JSON Schema v3.0
{ "description": "A JSON Representation of a Europass Document corresponding to Europass XML 3.0", "type": "object", "properties": { "SkillsPassport": { "description": "Defines a sequence of elements that fully describe a Europass XML document.", "Locale": { "title": "the language of this document", "type": "string", "pattern": "^[a-z]{2}$" }, "DocumentInfo": { "title": "metadata information about this document", "type": "object", "properties": { "DocumentType": { "type": "string", "enum":[ "ECV_ESP", "ESP", "ECV", "ELP", "EX"] }, "CreationDate": { "type": "string", "pattern": "^[0-9]{2}/[0-9]{2}/[0-9]{4}$" }, "LastUpdateDate": { "type": "string", "pattern": "^[0-9]{2}/[0-9]{2}/[0-9]{4}$" }, "XSDVersion": { "type": "string", "pattern": "^V[0-9]\\.[0-9]$" }, "Generator": { "type": "string", "optional": true }, "Comment": { "type": "string", "optional": true } }, "additionalProperties": false }, "PrintingPreferences": { "title": "Printing preferences", "type": "object", "properties": { "ECV": { "type": "array", "items": { "name": { "type": "string" }, "show": { "type": "string", "pattern": "^true|false$" }, "order": { "type": "string", "enum":[ "FirstName Surname", "Surname FirstName", "Identification Headline WorkExperience Education Skills Achievement ReferenceTo", "Identification Headline Education WorkExperience Skills Achievement ReferenceTo"], "optional": true }, "format": { "type": "string", "optional": true } } }, "minItems": 0 } }, "LearnerInfo": { "Identification": { "title": "Personal Information", "description": "Contains the personal information of the individual, which includes at least the name, and contact information, demographics and photo.", "type": "object", "properties": { "PersonName": { "description": "Describes the name of a person. Consists of a first-name and surname.", "type": "object", "properties": { "FirstName": { "type": "string", "optional": true }, "Surname": { "type": "string", "optional": true } } }, "ContactInfo": { "description": "Contains all the available methods of contacting individual.", "type": "object", "optional": true, "properties": { "Address": { "description": "Defines the residence address of an individual.", "type": "object", "properties": { "Contact": { "type": "object", "properties": { "AddressLine": { "type": "string", "optional": true }, "PostalCode": { "type": "string", "optional": true }, "Municipality": { "type": "string", "optional": true }, "Country": { "description": "Defines a country. The country is described by a code and a label. E.g. code: FR, label: France.", "type": "object", "properties": { "Code": { "description": "Defines the country code type. The type is defined in the included schema 'EuropassISOCountries'. ", "type": "string", "pattern": "^[A-Z]{2}$", "optional": true }, "Label": { "type": "string", "optional": true } }, "additionalProperties": false } }, "additionalProperties": false } } }, "Email": { "description": "Defines the email address of an individual.", "type": "object", "properties": { "Contact": { "type": "string", "optional": true } } }, "Telephone": { "description": "Lists the telephone numbers owned by the individual.", "type": "array", "items": { "Contact": { "type": "string", "optional": true }, "Use": { "Code": { "enum":[ "home", "work", "mobile"], "optional": true }, "Label": { "type": "string", "optional": true } } }, "minItems": 0 }, "Website": { "description": "Lists the websites that are owned, built by or refer to the individual.", "type": "array", "items": { "Contact": { "type": "string", "optional": true }, "Use": { "Code": { "enum":[ "personal", "business", "work", "portfolio"], "optional": true }, "Label": { "type": "string", "optional": true } } }, "minItems": 0 }, "InstantMessaging": { "description": "Lists the instant messaging accounts numbers owned by the individual.", "type": "array", "items": { "Contact": { "type": "string", "optional": true }, "Use": { "Code": { "enum":[ "gtalk", "skype", "icq", "aim", "msn", "yahoo"], "optional": true }, "Label": { "type": "string", "optional": true } } }, "minItems": 0 } } }, "Demographics": { "description": "Contains demographics-related information about the individual. It includes the birthdate, gender and list of nationalities.", "type": "object", "properties": { "Birthdate": { "description": "The date of birth of the individual. According to its type, the Birthdate element has no content and must have at least a year attribute.", "type": "object", "properties": { "Year": { "type": "number", "optional": true }, "Month": { "type": "number", "optional": true }, "Day": { "type": "number", "optional": true } }, "optional": "true" }, "Gender": { "type": "string", "optional": true, "enum":[ "M", "F"] }, "Nationality": { "description": "Defines a nationality. The nationality is described by a code and is a text only element. E.g. code: DE, label: German.", "type": "array", "optional": true, "items": { "Code": { "type": "string", "pattern": "^[A-Z]{2}$", "optional": true }, "Label": { "type": "string", "optional": true }, "additionalProperties": false }, "minItems": 0 } }, "additionalProperties": false }, "Photo": { "description": "Contains the base-64 encoded bytes of a JPEG or PNG image file that represents the personal photo of an individual", "type": "object", "properties": { "MimeType": { "type": "string", "enum":[ "image/jpeg", "image/pjpeg", "image/png", "image/x-png"], "optional": true }, "Data": { "type": "string", "contentEncoding": "base64", "optional": false }, "Metadata": { "type": "array", "optional": true, "items": { "type": "object", "optional": true, "properties": { "Key": { "type": "string" }, "Value": { "type": "string" } } }, "minItems": 0 } }, "optional": true, "additionalProperties": false } }, "additionalProperties": false }, "Headline": { "title": "desired employment/ occupation field", "description": "Contains a headline label for the current document. It is optional and may accommodate various cases.", "type": "object", "optional": true, "properties": { "Type": { "type": "object", "optional": true, "properties": { "Code": { "type": "string", "enum":[ "preferred_job", "job_applied_for", "studies_applied_for", "position"], "optional": true }, "Label": { "type": "string", "optional": true } } }, "Description": { "type": "object", "optional": true, "properties": { "Code": { "type": "string", "pattern": "^[0-9]{5}$", "optional": true }, "Label": { "type": "string", "optional": true } } } }, "additionalProperties": false }, "WorkExperience": { "title": "list of work experiences", "description": "Contains an list of work experiences. The order of those experiences is defined by the related printing preferences.", "type": "array", "optional": true, "items": { "Period": { "type": "object", "properties": { "From": { "type": "object", "properties": { "Year": { "type": "number", "optional": true }, "Month": { "type": "number", "optional": true }, "Day": { "type": "number", "optional": true } }, "additionalProperties": false }, "To": { "type": "object", "properties": { "Year": { "type": "number", "optional": true }, "Month": { "type": "number", "optional": true }, "Day": { "type": "number", "optional": true } }, "additionalProperties": false }, "Current": { "type": "boolean", "optional": true }, "additionalProperties": false } }, "Position": { "description": "The occupational field is described by a code and a label. E.g. code: 41150, label: Secretary.", "type": "object", "properties": { "Code": { "type": "string", "pattern": "^[0-9]{5}$", "optional": true }, "Label": { "type": "string", "optional": true } }, "additionalProperties": false }, "Activities": { "type": "string", "optional": true }, "Employer": { "type": "object", "properties": { "Name": { "type": "string", "optional": true }, "ContactInfo": { "Address": { "type": "object", "properties": { "Contact": { "type": "object", "properties": { "AddressLine": { "type": "string", "optional": true }, "Municipality": { "type": "string", "optional": true }, "PostalCode": { "type": "string", "optional": true }, "Country": { "type": "object", "properties": { "Code": { "type": "string", "pattern": "^[A-Z]{2}$", "optional": true }, "Label": { "type": "string", "optional": true } }, "additionalProperties": false } } } }, "optional": true, "additionalProperties": false } }, "Sector": { "type": "object", "properties": { "Code": { "type": "string", "pattern": "^[A-U]{1}$", "optional": true }, "Label": { "type": "string", "optional": true } }, "additionalProperties": false } }, "ReferenceTo": { "type": "array", "optional": true, "items": { "idref": { "type": "string" } }, "minItems": 0 }, "additionalProperties": false }, "minItems": 0 } }, "Education": { "title": "list of education experiences", "description": "Contains an list of learning achievements or a training periods (formal or not). The order of those experiences is defined by the related printing preferences.", "type": "array", "optional": true, "items": { "Period": { "type": "object", "properties": { "From": { "type": "object", "properties": { "Year": { "type": "string", "optional": true }, "Month": { "type": "string", "optional": true }, "Day": { "type": "string", "optional": true } }, "additionalProperties": false }, "To": { "type": "object", "properties": { "Year": { "type": "string", "optional": true }, "Month": { "type": "string", "optional": true }, "Day": { "type": "string", "optional": true } }, "additionalProperties": false }, "Current": { "type": "boolean", "optional": true }, "additionalProperties": false } }, "Title": { "type": "string", "optional": true }, "Activities": { "type": "string", "optional": true }, "Organisation": { "type": "object", "properties": { "Name": { "type": "string", "optional": true }, "ContactInfo": { "Address": { "type": "object", "properties": { "Contact": { "type": "object", "properties": { "Municipality": { "type": "string", "optional": true }, "Country": { "type": "object", "properties": { "Code": { "type": "string", "pattern": "^[A-Z]{2}$", "optional": true }, "Label": { "type": "string", "optional": true } }, "additionalProperties": false } } } }, "optional": true, "additionalProperties": false } } } }, "Level": { "type": "object", "properties": { "Code": { "type": "string", "pattern": "^[1-8]{1}$", "optional": true }, "Label": { "type": "string", "optional": true } }, "additionalProperties": false }, "Field": { "type": "object", "properties": { "Code": { "type": "string", "pattern": "^[0-9]{2}$", "optional": true }, "Label": { "type": "string", "optional": true } }, "additionalProperties": false }, "ReferenceTo": { "type": "array", "optional": true, "items": { "idref": { "type": "string" } }, "minItems": 0 }, "additionalProperties": false }, "minItems": 0 }, "Skills": { "title": "Skills", "description": "Contains a sequence of skills and competences that the learner has acquired during any formal or informal experience.", "type": "object", "optional": true, "properties": { "MotherTongue": { "type": "array", "items": { "Code": { "description": "The mother language code is defined in the included schema 'EuropassISOLanguages'.", "type": "string", "pattern": "^[a-z]{2}$", "optional": true }, "Label": { "type": "string", "optional": true } }, "minItems": 0 }, "ForeignLanguage": { "description": "Describes the level of knowledge of the language and related linguistic diplomas and/or experiences.", "type": "array", "items": { "Description": { "type": "object", "properties": { "Code": { "description": "The foreign language code is defined in the included schema 'EuropassISOLanguages'.", "type": "string", "pattern": "^[a-z]{2}$", "optional": true }, "Label": { "type": "string", "optional": true } } }, "ProficiencyLevel": { "type": "string", "enum":[ "A1", "A2", "B1", "B2", "C1", "C2"], "optional": true }, "Experience": { "description": "Describes a list of linguistic experiences", "type": "array", "items": { "type": "object", "properties": { "Period": { "type": "object", "properties": { "From": { "type": "object", "properties": { "Year": { "type": "number", "optional": true }, "Month": { "type": "number", "optional": true }, "Day": { "type": "number", "optional": true } }, "additionalProperties": false }, "To": { "type": "object", "properties": { "Year": { "type": "number", "optional": true }, "Month": { "type": "number", "optional": true }, "Day": { "type": "number", "optional": true } }, "additionalProperties": false }, "Current": { "type": "boolean", "optional": true }, "additionalProperties": false } }, "Description": { "type": "string" }, "Documentation": { "ReferenceTo": { "type": "array", "optional": true, "items": { "idref": { "type": "string" } }, "minItems": 0 } } } }, "minItems": 0, "optional": true }, "Certificate": { "description": "Describes a list of linguistic certificates", "type": "array", "items": { "type": "object", "properties": { "Title": { "type": "string" }, "AwardingBody": { "type": "string" }, "Date": { "type": "object", "properties": { "Year": { "type": "number", "optional": true }, "Month": { "type": "number", "optional": true }, "Day": { "type": "number", "optional": true } }, "additionalProperties": false }, "Level": { "type": "string", "pattern": "^[ABC]{1}[12]{1}$" } }, "optional": true }, "ReferenceTo": { "type": "array", "optional": true, "items": { "idref": { "type": "string" } }, "minItems": 0 }, "minItems": 0, "optional": true } }, "minItems": 0 }, "Communication": { "description": "Defines a generic skill, which is modelled with one unstructured (free text) Description element.", "type": "object", "optional": true, "properties": { "Description": { "type": "string", "optional": true }, "ReferenceTo": { "type": "array", "optional": true, "items": { "idref": { "type": "string" } }, "minItems": 0 } } }, "Organisational": { "description": "Defines a generic skill, which is modelled with one unstructured (free text) Description element.", "type": "object", "optional": true, "properties": { "Description": { "type": "string", "optional": true }, "ReferenceTo": { "type": "array", "optional": true, "items": { "idref": { "type": "string" } }, "minItems": 0 } } }, "JobRelated": { "description": "Defines a generic skill, which is modelled with one unstructured (free text) Description element.", "type": "object", "optional": true, "properties": { "Description": { "type": "string", "optional": true }, "ReferenceTo": { "type": "array", "optional": true, "items": { "idref": { "type": "string" } }, "minItems": 0 } } }, "Computer": { "description": "Defines a generic skill, which is modelled with one unstructured (free text) Description element.", "type": "object", "optional": true, "properties": { "Description": { "type": "string", "optional": true }, "ReferenceTo": { "type": "array", "optional": true, "items": { "idref": { "type": "string" } }, "minItems": 0 } } }, "Driving": { "description": "Defines a skill, the description of which is a driving category.", "type": "object", "optional": true, "properties": { "Description": { "type": "array", "items": { "Licence": { "type": "string", "enum":[ "A", "B", "C", "D", "A1", "B1", "C1", "D1", "BE", "CE", "DE", "C1E", "D1E"] } }, "minItems": 0, "optional": true }, "ReferenceTo": { "type": "array", "optional": true, "items": { "idref": { "type": "string" } }, "minItems": 0 } } }, "Other": { "description": "Defines a generic skill, which is modelled with one unstructured (free text) Description element.", "type": "object", "optional": true, "properties": { "Description": { "type": "string", "optional": true }, "ReferenceTo": { "type": "array", "optional": true, "items": { "idref": { "type": "string" } }, "minItems": 0 } } } } }, "Achievements": { "title": "Achievements", "description": "Contains a list of additional information about the various achievements of an individual, such as participation to conferences, workshops, memberships to organisations, list of publications, etc.", "type": "array", "optional": true, "items": { "Title": { "type": "object", "properties": { "Code": { "type": "string", "enum":[ "honors_awards", "publications", "presentations", "projects", "citations", "memberships", "conferences", "seminars", "workshops", "references", "signature_equivalent"], "optional": true }, "Label": { "type": "string", "optional": true } } }, "Description": { "type": "string", "optional": true }, "ReferenceTo": { "type": "array", "items": { "idref": { "type": "string" } }, "minItems": 0 } }, "minItems": 0 }, "ReferenceTo": { "type": "array", "optional": true, "items": { "idref": { "type": "string" } }, "minItems": 0 }, "Attachment": { "type": "array", "items": { "Name": { "type": "string" }, "MimeType": { "type": "string", "enum":[ "image/jpeg", "image/pjpeg", "image/png", "image/x-png", "application/pdf"] }, "Data": { "type": "string", "contentEncoding": "base64", "optional": false }, "Metadata": { "type": "array", "items": { "Key": { "type": "string" }, "Value": { "type": "string" } }, "minItems": 0 }, "Id": { "type": "string" }, "Description": { "type": "string" } }, "minItems": 0 } }, "additionalProperties": false } } }
{ "SkillsPassport": { "Locale": "en", "DocumentInfo": { "DocumentType": "ECV", "CreationDate": "2013-02-21T07:47:20.086Z", "LastUpdateDate": "2013-03-13T19:13:14.265+02:00", "XSDVersion": "V3.0", "Generator": "EWA", "Comment": "Europass CV" }, "PrintingPreferences": { "ECV":[ { "name": "LearnerInfo", "show": true, "order": "Identification Headline WorkExperience Education Skills Achievement ReferenceTo" }, { "name": "LearnerInfo.Identification", "show": true }, { "name": "LearnerInfo.Identification.PersonName", "show": true, "order": "FirstName Surname" }, { "name": "LearnerInfo.Identification.ContactInfo.Address", "show": true, "format": "s,m z c" }, { "name": "LearnerInfo.Identification.ContactInfo.Email", "show": true }, { "name": "LearnerInfo.Identification.ContactInfo.Telephone", "show": true }, { "name": "LearnerInfo.Identification.ContactInfo.Telephone[0]", "show": true }, { "name": "LearnerInfo.Identification.ContactInfo.Telephone[1]", "show": true }, { "name": "LearnerInfo.Identification.ContactInfo.Website", "show": true }, { "name": "LearnerInfo.Identification.ContactInfo.Website[0]", "show": true, "format": "text/long" }, { "name": "LearnerInfo.Identification.ContactInfo.InstantMessaging", "show": true }, { "name": "LearnerInfo.Identification.ContactInfo.InstantMessaging[0]", "show": true }, { "name": "LearnerInfo.Identification.ContactInfo.InstantMessaging[1]", "show": true }, { "name": "LearnerInfo.Identification.Demographics.Birthdate", "show": true, "format": "text/long" }, { "name": "LearnerInfo.Identification.Demographics.Gender", "show": true }, { "name": "LearnerInfo.Identification.Demographics.Nationality", "show": true }, { "name": "LearnerInfo.Identification.Demographics.Nationality[0]", "show": true }, { "name": "LearnerInfo.Identification.Photo", "show": true }, { "name": "LearnerInfo.Headline", "show": true }, { "name": "LearnerInfo.WorkExperience", "show": true }, { "name": "LearnerInfo.WorkExperience[0]", "show": true }, { "name": "LearnerInfo.WorkExperience[0].Period", "show": true, "format": "text/long" }, { "name": "LearnerInfo.WorkExperience[0].ReferenceTo", "show": false }, { "name": "LearnerInfo.WorkExperience[0].ReferenceTo[0]", "show": false }, { "name": "LearnerInfo.WorkExperience[0].Position", "show": true }, { "name": "LearnerInfo.WorkExperience[0].Activities", "show": true }, { "name": "LearnerInfo.WorkExperience[0].Employer", "show": true }, { "name": "LearnerInfo.WorkExperience[0].Employer.ContactInfo.Address", "show": true, "format": "s, z m (c)" }, { "name": "LearnerInfo.WorkExperience[0].Employer.ContactInfo.Website", "show": true }, { "name": "LearnerInfo.WorkExperience[0].Employer.Sector", "show": true }, { "name": "LearnerInfo.WorkExperience[1]", "show": true }, { "name": "LearnerInfo.WorkExperience[1].Period", "show": true, "format": "text/long" }, { "name": "LearnerInfo.WorkExperience[1].ReferenceTo", "show": false }, { "name": "LearnerInfo.WorkExperience[1].ReferenceTo[0]", "show": false }, { "name": "LearnerInfo.WorkExperience[1].Position", "show": true }, { "name": "LearnerInfo.WorkExperience[1].Activities", "show": true }, { "name": "LearnerInfo.WorkExperience[1].Employer", "show": true }, { "name": "LearnerInfo.WorkExperience[1].Employer.ContactInfo.Address", "show": true, "format": "s, z m (c)" }, { "name": "LearnerInfo.WorkExperience[1].Employer.ContactInfo.Website", "show": true }, { "name": "LearnerInfo.WorkExperience[1].Employer.Sector", "show": true }, { "name": "LearnerInfo.WorkExperience[2]", "show": true }, { "name": "LearnerInfo.WorkExperience[2].Period", "show": true, "format": "text/long" }, { "name": "LearnerInfo.WorkExperience[2].ReferenceTo", "show": false }, { "name": "LearnerInfo.WorkExperience[2].ReferenceTo[0]", "show": false }, { "name": "LearnerInfo.WorkExperience[2].Position", "show": true }, { "name": "LearnerInfo.WorkExperience[2].Activities", "show": true }, { "name": "LearnerInfo.WorkExperience[2].Employer", "show": true }, { "name": "LearnerInfo.WorkExperience[2].Employer.ContactInfo.Address", "show": true, "format": "s, z m (c)" }, { "name": "LearnerInfo.WorkExperience[2].Employer.ContactInfo.Website", "show": true }, { "name": "LearnerInfo.WorkExperience[2].Employer.Sector", "show": true }, { "name": "LearnerInfo.Education", "show": true }, { "name": "LearnerInfo.Education[0]", "show": true }, { "name": "LearnerInfo.Education[0].Period", "show": true, "format": "text/long" }, { "name": "LearnerInfo.Education[0].ReferenceTo", "show": false }, { "name": "LearnerInfo.Education[0].ReferenceTo[0]", "show": false }, { "name": "LearnerInfo.Education[0].Title", "show": true }, { "name": "LearnerInfo.Education[0].Activities", "show": true }, { "name": "LearnerInfo.Education[0].Organisation", "show": true }, { "name": "LearnerInfo.Education[0].Organisation.ContactInfo.Address", "show": true, "format": "s,m z c" }, { "name": "LearnerInfo.Education[0].Level", "show": true }, { "name": "LearnerInfo.Education[0].Field", "show": true }, { "name": "LearnerInfo.Education[1]", "show": true }, { "name": "LearnerInfo.Education[1].Period", "show": true, "format": "text/long" }, { "name": "LearnerInfo.Education[1].ReferenceTo", "show": false }, { "name": "LearnerInfo.Education[1].ReferenceTo[0]", "show": false }, { "name": "LearnerInfo.Education[1].Title", "show": true }, { "name": "LearnerInfo.Education[1].Activities", "show": true }, { "name": "LearnerInfo.Education[1].Organisation", "show": true }, { "name": "LearnerInfo.Education[1].Organisation.ContactInfo.Address", "show": true, "format": "s,m z c" }, { "name": "LearnerInfo.Education[1].Level", "show": true }, { "name": "LearnerInfo.Education[1].Field", "show": true }, { "name": "LearnerInfo.Skills", "show": true }, { "name": "LearnerInfo.Skills.Linguistic.MotherTongue", "show": true }, { "name": "LearnerInfo.Skills.Linguistic.MotherTongue[0]", "show": true }, { "name": "LearnerInfo.Skills.Linguistic.MotherTongue[1]", "show": true }, { "name": "LearnerInfo.Skills.Linguistic.ForeignLanguage", "show": true }, { "name": "LearnerInfo.Skills.Linguistic.ForeignLanguage[0]", "show": true }, { "name": "LearnerInfo.Skills.Linguistic.ForeignLanguage[0].ReferenceTo", "show": false }, { "name": "LearnerInfo.Skills.Linguistic.ForeignLanguage[0].ReferenceTo[0]", "show": false }, { "name": "LearnerInfo.Skills.Linguistic.ForeignLanguage[0].Certificate", "show": true }, { "name": "LearnerInfo.Skills.Linguistic.ForeignLanguage[0].Certificate[0]", "show": false }, { "name": "LearnerInfo.Skills.Linguistic.ForeignLanguage[1]", "show": true }, { "name": "LearnerInfo.Skills.Linguistic.ForeignLanguage[1].ReferenceTo", "show": false }, { "name": "LearnerInfo.Skills.Linguistic.ForeignLanguage[1].ReferenceTo[0]", "show": false }, { "name": "LearnerInfo.Skills.Linguistic.ForeignLanguage[1].Certificate", "show": true }, { "name": "LearnerInfo.Skills.Linguistic.ForeignLanguage[1].Certificate[0]", "show": false }, { "name": "LearnerInfo.Skills.Communication", "show": true }, { "name": "LearnerInfo.Skills.Communication.ReferenceTo", "show": false }, { "name": "LearnerInfo.Skills.Communication.ReferenceTo[0]", "show": false }, { "name": "LearnerInfo.Skills.Organisational", "show": true }, { "name": "LearnerInfo.Skills.Organisational.ReferenceTo", "show": false }, { "name": "LearnerInfo.Skills.Organisational.ReferenceTo[0]", "show": false }, { "name": "LearnerInfo.Skills.JobRelated", "show": true }, { "name": "LearnerInfo.Skills.JobRelated.ReferenceTo", "show": false }, { "name": "LearnerInfo.Skills.JobRelated.ReferenceTo[0]", "show": false }, { "name": "LearnerInfo.Skills.Computer", "show": true }, { "name": "LearnerInfo.Skills.Computer.ReferenceTo", "show": false }, { "name": "LearnerInfo.Skills.Computer.ReferenceTo[0]", "show": false }, { "name": "LearnerInfo.Skills.Driving", "show": true }, { "name": "LearnerInfo.Skills.Driving.ReferenceTo", "show": false }, { "name": "LearnerInfo.Skills.Driving.ReferenceTo[0]", "show": false }, { "name": "LearnerInfo.Skills.Other", "show": true }, { "name": "LearnerInfo.Skills.Other.ReferenceTo", "show": false }, { "name": "LearnerInfo.Skills.Other.ReferenceTo[0]", "show": false }, { "name": "LearnerInfo.Achievement", "show": true }, { "name": "LearnerInfo.Achievement[0]", "show": true }, { "name": "LearnerInfo.Achievement[0].ReferenceTo", "show": false }, { "name": "LearnerInfo.Achievement[0].ReferenceTo[0]", "show": false }, { "name": "LearnerInfo.ReferenceTo", "show": false }, { "name": "LearnerInfo.ReferenceTo[0]", "show": false }] }, "LearnerInfo": { "Identification": { "PersonName": { "FirstName": "Betty", "Surname": "Smith" }, "ContactInfo": { "Address": { "Contact": { "AddressLine": "32 Reading rd", "PostalCode": "B26 3QJ", "Municipality": "Birmingham", "Country": { "Code": "UK", "Label": "United Kingdom" } } }, "Email": { "Contact": "hobbies@kotmail.com" }, "Telephone":[ { "Contact": "+44 2012345679", "Use": { "Code": "home", "Label": "Home" } }, { "Contact": "+44 7123456789", "Use": { "Code": "mobile", "Label": "Mobile" } }], "Website":[ { "Contact": "http://betty.smith.com" }], "InstantMessaging":[ { "Contact": "betty.smith", "Use": { "Code": "aim", "Label": "AOL Instant Messenger (AIM)" } }, { "Contact": "betty.smith", "Use": { "Code": "skype", "Label": "Skype" } }] }, "Demographics": { "Birthdate": { "Year": 1975, "Month": 3, "Day": 1 }, "Gender": { "Code": "F", "Label": "Female" }, "Nationality":[ { "Code": "UK", "Label": "British" }] }, "Photo": { "MimeType": "image/jpeg", "Data": "base 64 encoded bytes go here", "Metadata":[ { "Key": "dimension", "Value": "116x134" }, { "Key": "number-of-pages", "Value": "1" }], "cropping": null } }, "Headline": { "Type": { "Code": "job_applied_for", "Label": "JOB APPLIED FOR" }, "Description": { "Label": "European project manager" } }, "WorkExperience":[ { "Period": { "From": { "Year": 2002, "Month": 8 }, "Current": true }, "Position": { "Label": "Independent consultant" }, "Activities": "Evaluation of European Commission youth training support measures for youth national
agencies and young people", "Employer": { "Name": "British Council", "ContactInfo": { "Address": { "Contact": { "AddressLine": "123, Bd Ney", "PostalCode": "75023", "Municipality": "Paris", "Country": { "Code": "FR", "Label": "France" } } }, "Website": { "Contact": "http://www.britishcouncil.org/", "Use": { "Code": "business" } } }, "Sector": { "Code": "J", "Label": "Information and communication" } } }, { "Period": { "From": { "Year": 2002, "Month": 3 }, "To": { "Year": 2002, "Month": 7 }, "Current": false }, "Position": { "Label": "Internship" }, "Activities": "- evaluating youth training programmes for SALTO UK and the partnership between the
Council of Europe and European Commission
- organizing and running a 2 day workshop on non-formal education for Action 5 large scale projects focusing on quality, assessment and recognition
- contributing to the steering sroup on training and developing action plans on training for
the next 3 years. Working on the Users Guide for training and the support measures", "Employer": { "Name": "European Commission, Youth Unit, DG Education and Culture", "ContactInfo": { "Address": { "Contact": { "AddressLine": "200, Rue de la Loi", "PostalCode": "1049", "Municipality": "Brussels", "Country": { "Code": "BE", "Label": "Belgium" } } }, "Website": { "Contact": "http://ec.europa.eu/index_en.htm", "Use": { "Code": "business" } } }, "Sector": { "Label": "European institution" } } }, { "Period": { "From": { "Year": 2001, "Month": 10 }, "To": { "Year": 2002, "Month": 2 }, "Current": false }, "Position": { "Label": "Researcher / Independent Consultant" }, "Activities": "Working in a research team carrying out in-depth qualitative evaluation of the 2 year Advanced Training of Trainers in Europe using participant observations, in-depth interviews and focus groups. Work carried out in training courses in Strasbourg, Slovenia and Budapest.", "Employer": { "Name": "Council of Europe", "ContactInfo": { "Address": { "Contact": { "AddressLine": "32 Smith Square", "PostalCode": "SW1P 3EU", "Municipality": "Budapest", "Country": { "Code": "HU", "Label": "Hungary" } } }, "Website": { "Contact": "http://ec.europa.eu/unitedkingdom/", "Use": { "Code": "business" } } }, "Sector": { "Code": "J", "Label": "Information and communication" } } }], "Education":[ { "Period": { "From": { "Year": 1997 }, "To": { "Year": 2001 }, "Current": false }, "Title": "PhD - Thesis Title: 'Young People in the Construction of the Virtual University, Empirical research on e-learning", "Activities": "Quantative Research, Qualitive Research, Youth Psychology", "Organisation": { "Name": "Brunel University", "ContactInfo": { "Address": { "Contact": { "Municipality": "London", "Country": { "Code": "UK", "Label": "United Kingdom" } } } } }, "Level": { "Code": "7", "Label": "EQF level 7" }, "Field": { "Code": "22", "Label": "Humanities" } }, { "Period": { "From": { "Year": 1993 }, "To": { "Year": 1997 }, "Current": false }, "Title": "Bachelor of Science in Sociology and Psychology", "Activities": "- sociology of Risk, Sociology of Scientific Knowledge/ Information Society
- E-learning and Psychology; Research Methods", "Organisation": { "Name": "Brunel University", "ContactInfo": { "Address": { "Contact": { "Municipality": "London", "Country": { "Code": "UK", "Label": "United Kingdom" } } } } }, "Level": { "Code": "6", "Label": "EQF level 6" }, "Field": { "Code": "22", "Label": "Humanities" } }], "Skills": { "Linguistic": { "MotherTongue":[ { "Description": { "Code": "en", "Label": "English" } }, { "Description": { "Code": "zh", "Label": "Chinese" } }], "ForeignLanguage":[ { "Description": { "Code": "fr", "Label": "French" }, "ProficiencyLevel": { "Listening": "C1", "Reading": "C2", "SpokenInteraction": "B2", "SpokenProduction": "C1", "Writing": "C2" } }, { "Description": { "Code": "de", "Label": "German" }, "ProficiencyLevel": { "Listening": "A2", "Reading": "A2", "SpokenInteraction": "A2", "SpokenProduction": "A2", "Writing": "A2" } }] }, "Communication": { "Description": "- team work: I have worked in various types of teams from research teams to national league hockey. For 2 years I coached my university hockey team
- mediating skills: I work on the borders between young people, youth trainers, youth policy and researchers, for example running a 3 day workshop at CoE Symposium Youth Actor of Social Change, and my continued work on youth training programmes
- intercultural skills: I am experienced at working in a European dimension such as being a rapporteur at the CoE Budapest youth against violence seminar and working with refugees." }, "Organisational": { "Description": "- whilst working for a Brussels based refugee NGO Convivial I organized a Civil Dialogue
between refugees and civil servants at the European Commission 20th June 2002
- during my PhD I organised a seminar series on research methods" }, "JobRelated": { "Description": "I work on the borders between young people, youth trainers, youth policy and researchers, for example running a 3 day workshop at CoE Symposium Youth Actor of Social Change, and my continued work on youth training programmes" }, "Computer": { "Description": "- competent with most Microsoft Office programmes
- experience with HTML" }, "Driving": { "Description":[ "A", "A1", "B"], "path": "LearnerInfo.Skills.Driving", "subsection": "Driving" }, "Other": { "Description": "Creating pieces of Art and visiting Modern Art galleries. Enjoy all sports particularly hockey, football and running. Love to travel and experience different cultures." } }, "Achievement":[ { "Title": { "Code": "publications", "Label": "Publications" }, "Description": "How to do Observations: Borrowing techniques from the Social Sciences to help Participants do Observations in Simulation Exercises Coyote EU/CoE Partnership Publication, (2002)." }], "ReferenceTo":[ { "idref": "ATT_1003502538452" }] }, "Attachment":[ { "Name": "diploma.jpg", "MimeType": "image/jpeg", "Data": "base 64 encoded bytes go here", "Metadata":[ { "Key": "dimension", "Value": "650x991" }, { "Key": "number-of-pages", "Value": "1" }], "Id": "ATT_1003502538452", "Description": "Postgraduate Diploma Copy" }] } }
json-validation-results
Technische Ressourcen
Europass-Labels
Europass XML-Schemata und XSLT-Ressourcen
Europass JSON Schema
Web-Dienste
Technische Dokumentation / Unterstützung
Lebenslauf
Erstellen Sie Ihren Lebenslauf online
Aktualisieren Sie Ihren Lebenslauf (PDF und XML) online
Laden Sie das Lebenslauf-Formular und den Leitfaden herunter
Beispiele
Sprachenpass
Erstellen Sie Ihren Sprachenpass online
Aktualisieren Sie Ihren Sprachenpass (PDF und XML) online
Laden Sie das Sprachenpass-Formular und den Leitfaden herunter
Beispiele
Europass Mobilität
Diploma Supplement
Zeugnis-erlauterungen