mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
5068 lines
156 KiB
JSON
5068 lines
156 KiB
JSON
{
|
||
"$defs": {
|
||
"BulletEntry": {
|
||
"additionalProperties": true,
|
||
"properties": {
|
||
"bullet": {
|
||
"title": "Bullet",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"required": [
|
||
"bullet"
|
||
],
|
||
"title": "Bullet Entry",
|
||
"type": "object"
|
||
},
|
||
"ClassicThemeOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"theme": {
|
||
"const": "classic",
|
||
"default": "classic",
|
||
"title": "Theme",
|
||
"type": "string"
|
||
},
|
||
"page": {
|
||
"$ref": "#/$defs/rendercv__themes__options__Page"
|
||
},
|
||
"colors": {
|
||
"$ref": "#/$defs/rendercv__themes__options__Colors"
|
||
},
|
||
"text": {
|
||
"$ref": "#/$defs/rendercv__themes__options__Text"
|
||
},
|
||
"links": {
|
||
"$ref": "#/$defs/rendercv__themes__options__Links"
|
||
},
|
||
"header": {
|
||
"$ref": "#/$defs/rendercv__themes__options__Header"
|
||
},
|
||
"section_titles": {
|
||
"$ref": "#/$defs/rendercv__themes__options__SectionTitles"
|
||
},
|
||
"entries": {
|
||
"$ref": "#/$defs/rendercv__themes__options__Entries"
|
||
},
|
||
"highlights": {
|
||
"$ref": "#/$defs/rendercv__themes__options__Highlights"
|
||
},
|
||
"entry_types": {
|
||
"$ref": "#/$defs/EntryTypes"
|
||
}
|
||
},
|
||
"title": "ClassicThemeOptions",
|
||
"type": "object"
|
||
},
|
||
"CurriculumVitae": {
|
||
"additionalProperties": true,
|
||
"properties": {
|
||
"name": {
|
||
"default": null,
|
||
"title": "Name",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"location": {
|
||
"default": null,
|
||
"title": "Location",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"email": {
|
||
"default": null,
|
||
"title": "Email",
|
||
"oneOf": [
|
||
{
|
||
"format": "email",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"photo": {
|
||
"default": null,
|
||
"description": "Path to the photo of the person, relative to the input file.",
|
||
"title": "Photo",
|
||
"oneOf": [
|
||
{
|
||
"format": "path",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"phone": {
|
||
"default": null,
|
||
"description": "Country code should be included. For example, +1 for the United States.",
|
||
"title": "Phone",
|
||
"oneOf": [
|
||
{
|
||
"format": "phone",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"website": {
|
||
"default": null,
|
||
"title": "Website",
|
||
"oneOf": [
|
||
{
|
||
"format": "uri",
|
||
"maxLength": 2083,
|
||
"minLength": 1,
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"social_networks": {
|
||
"default": null,
|
||
"title": "Social Networks",
|
||
"oneOf": [
|
||
{
|
||
"items": {
|
||
"$ref": "#/$defs/SocialNetwork"
|
||
},
|
||
"type": "array"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"sections": {
|
||
"default": null,
|
||
"description": "The sections of the CV, like Education, Experience, etc.",
|
||
"title": "Sections",
|
||
"oneOf": [
|
||
{
|
||
"additionalProperties": {
|
||
"anyOf": [
|
||
{
|
||
"items": {
|
||
"$ref": "#/$defs/OneLineEntry"
|
||
},
|
||
"type": "array"
|
||
},
|
||
{
|
||
"items": {
|
||
"$ref": "#/$defs/NormalEntry"
|
||
},
|
||
"type": "array"
|
||
},
|
||
{
|
||
"items": {
|
||
"$ref": "#/$defs/ExperienceEntry"
|
||
},
|
||
"type": "array"
|
||
},
|
||
{
|
||
"items": {
|
||
"$ref": "#/$defs/EducationEntry"
|
||
},
|
||
"type": "array"
|
||
},
|
||
{
|
||
"items": {
|
||
"$ref": "#/$defs/PublicationEntry"
|
||
},
|
||
"type": "array"
|
||
},
|
||
{
|
||
"items": {
|
||
"$ref": "#/$defs/BulletEntry"
|
||
},
|
||
"type": "array"
|
||
},
|
||
{
|
||
"items": {
|
||
"$ref": "#/$defs/NumberedEntry"
|
||
},
|
||
"type": "array"
|
||
},
|
||
{
|
||
"items": {
|
||
"$ref": "#/$defs/ReversedNumberedEntry"
|
||
},
|
||
"type": "array"
|
||
},
|
||
{
|
||
"items": {
|
||
"type": "string"
|
||
},
|
||
"type": "array"
|
||
}
|
||
]
|
||
},
|
||
"type": "object"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"sort_entries": {
|
||
"default": "none",
|
||
"enum": [
|
||
"reverse-chronological",
|
||
"chronological",
|
||
"none"
|
||
],
|
||
"title": "Sort Entries",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "CV",
|
||
"type": "object"
|
||
},
|
||
"EducationEntry": {
|
||
"additionalProperties": true,
|
||
"properties": {
|
||
"institution": {
|
||
"title": "Institution",
|
||
"type": "string"
|
||
},
|
||
"area": {
|
||
"title": "Area",
|
||
"type": "string"
|
||
},
|
||
"degree": {
|
||
"default": null,
|
||
"description": "The type of the degree, such as BS, BA, PhD, MS.",
|
||
"examples": [
|
||
"BS",
|
||
"BA",
|
||
"PhD",
|
||
"MS"
|
||
],
|
||
"title": "Degree",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"grade": {
|
||
"default": null,
|
||
"examples": [
|
||
"GPA: 3.00/4.00"
|
||
],
|
||
"title": "Grade",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"date": {
|
||
"default": null,
|
||
"description": "The date can be written in the formats YYYY-MM-DD, YYYY-MM, or YYYY, or as an arbitrary string such as \"Fall 2023.\"",
|
||
"examples": [
|
||
"2020-09-24",
|
||
"Fall 2023"
|
||
],
|
||
"title": "Date",
|
||
"oneOf": [
|
||
{
|
||
"type": "integer"
|
||
},
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"start_date": {
|
||
"default": null,
|
||
"description": "The event's start date, written in YYYY-MM-DD, YYYY-MM, or YYYY format.",
|
||
"examples": [
|
||
"2020-09-24"
|
||
],
|
||
"title": "Start Date",
|
||
"oneOf": [
|
||
{
|
||
"type": "integer"
|
||
},
|
||
{
|
||
"pattern": "\\d{4}-\\d{2}(-\\d{2})?",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"end_date": {
|
||
"default": null,
|
||
"description": "The event's end date, written in YYYY-MM-DD, YYYY-MM, or YYYY format. If the event is ongoing, type “present” or provide only the start date.",
|
||
"examples": [
|
||
"2020-09-24",
|
||
"present"
|
||
],
|
||
"title": "End Date",
|
||
"oneOf": [
|
||
{
|
||
"const": "present",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "integer"
|
||
},
|
||
{
|
||
"pattern": "\\d{4}-\\d{2}(-\\d{2})?",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"location": {
|
||
"default": null,
|
||
"examples": [
|
||
"Istanbul, Türkiye"
|
||
],
|
||
"title": "Location",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"summary": {
|
||
"default": null,
|
||
"examples": [
|
||
"Did this and that."
|
||
],
|
||
"title": "Summary",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"highlights": {
|
||
"default": null,
|
||
"examples": [
|
||
"Did this.",
|
||
"Did that."
|
||
],
|
||
"title": "Highlights",
|
||
"oneOf": [
|
||
{
|
||
"items": {
|
||
"type": "string"
|
||
},
|
||
"type": "array"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
}
|
||
},
|
||
"required": [
|
||
"institution",
|
||
"area"
|
||
],
|
||
"title": "Education Entry",
|
||
"type": "object"
|
||
},
|
||
"EngineeringclassicThemeOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"theme": {
|
||
"const": "engineeringclassic",
|
||
"default": "engineeringclassic",
|
||
"title": "Theme",
|
||
"type": "string"
|
||
},
|
||
"page": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringclassic__Page",
|
||
"default": {
|
||
"size": "us-letter",
|
||
"top_margin": "2cm",
|
||
"bottom_margin": "2cm",
|
||
"left_margin": "2cm",
|
||
"right_margin": "2cm",
|
||
"show_page_numbering": false,
|
||
"show_last_updated_date": true
|
||
}
|
||
},
|
||
"colors": {
|
||
"$ref": "#/$defs/rendercv__themes__options__Colors"
|
||
},
|
||
"text": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringclassic__Text",
|
||
"default": {
|
||
"font_family": "Raleway",
|
||
"font_size": "10pt",
|
||
"leading": "0.6em",
|
||
"alignment": "justified",
|
||
"date_and_location_column_alignment": "right"
|
||
}
|
||
},
|
||
"links": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringclassic__Links",
|
||
"default": {
|
||
"underline": false,
|
||
"use_external_link_icon": false
|
||
}
|
||
},
|
||
"header": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringclassic__Header",
|
||
"default": {
|
||
"name_font_family": "Raleway",
|
||
"name_font_size": "30pt",
|
||
"name_bold": false,
|
||
"small_caps_for_name": false,
|
||
"photo_width": "3.5cm",
|
||
"vertical_space_between_name_and_connections": "0.7cm",
|
||
"vertical_space_between_connections_and_first_section": "0.7cm",
|
||
"horizontal_space_between_connections": "0.5cm",
|
||
"connections_font_family": "Raleway",
|
||
"separator_between_connections": "",
|
||
"use_icons_for_connections": true,
|
||
"use_urls_as_placeholders_for_connections": false,
|
||
"make_connections_links": true,
|
||
"alignment": "left"
|
||
}
|
||
},
|
||
"section_titles": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringclassic__SectionTitles",
|
||
"default": {
|
||
"type": "with-partial-line",
|
||
"font_family": "Raleway",
|
||
"font_size": "1.4em",
|
||
"bold": false,
|
||
"small_caps": false,
|
||
"line_thickness": "0.5pt",
|
||
"vertical_space_above": "0.5cm",
|
||
"vertical_space_below": "0.3cm"
|
||
}
|
||
},
|
||
"entries": {
|
||
"$ref": "#/$defs/rendercv__themes__options__Entries"
|
||
},
|
||
"highlights": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringclassic__Highlights",
|
||
"default": {
|
||
"bullet": "•",
|
||
"nested_bullet": "-",
|
||
"top_margin": "0.25cm",
|
||
"left_margin": "0cm",
|
||
"vertical_space_between_highlights": "0.25cm",
|
||
"horizontal_space_between_bullet_and_highlight": "0.5em",
|
||
"summary_left_margin": "0cm"
|
||
}
|
||
},
|
||
"entry_types": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringclassic__EntryOptionsTypes",
|
||
"default": {
|
||
"one_line_entry": {
|
||
"template": "**LABEL:** DETAILS"
|
||
},
|
||
"education_entry": {
|
||
"date_and_location_column_template": "DATE",
|
||
"degree_column_template": "**DEGREE**",
|
||
"degree_column_width": "1cm",
|
||
"main_column_first_row_template": "**INSTITUTION**, AREA -- LOCATION",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS"
|
||
},
|
||
"normal_entry": {
|
||
"date_and_location_column_template": "DATE",
|
||
"main_column_first_row_template": "**NAME** -- **LOCATION**",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS"
|
||
},
|
||
"experience_entry": {
|
||
"date_and_location_column_template": "DATE",
|
||
"main_column_first_row_template": "**POSITION**, COMPANY -- LOCATION",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS"
|
||
},
|
||
"publication_entry": {
|
||
"date_and_location_column_template": "DATE",
|
||
"main_column_first_row_template": "**TITLE**",
|
||
"main_column_second_row_template": "AUTHORS\nURL (JOURNAL)",
|
||
"main_column_second_row_without_journal_template": "AUTHORS\nURL",
|
||
"main_column_second_row_without_url_template": "AUTHORS\nJOURNAL"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"title": "EngineeringclassicThemeOptions",
|
||
"type": "object"
|
||
},
|
||
"EngineeringresumesThemeOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"theme": {
|
||
"const": "engineeringresumes",
|
||
"default": "engineeringresumes",
|
||
"title": "Theme",
|
||
"type": "string"
|
||
},
|
||
"page": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringresumes__Page",
|
||
"default": {
|
||
"size": "us-letter",
|
||
"top_margin": "2cm",
|
||
"bottom_margin": "2cm",
|
||
"left_margin": "2cm",
|
||
"right_margin": "2cm",
|
||
"show_page_numbering": false,
|
||
"show_last_updated_date": true
|
||
}
|
||
},
|
||
"colors": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringresumes__Colors",
|
||
"default": {
|
||
"text": "rgb(0, 0, 0)",
|
||
"name": "rgb(0, 0, 0)",
|
||
"connections": "rgb(0, 0, 0)",
|
||
"section_titles": "rgb(0, 0, 0)",
|
||
"links": "rgb(0, 0, 0)",
|
||
"last_updated_date_and_page_numbering": "rgb(128, 128, 128)"
|
||
}
|
||
},
|
||
"text": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringresumes__Text",
|
||
"default": {
|
||
"font_family": "XCharter",
|
||
"font_size": "10pt",
|
||
"leading": "0.6em",
|
||
"alignment": "justified",
|
||
"date_and_location_column_alignment": "right"
|
||
}
|
||
},
|
||
"links": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringresumes__Links",
|
||
"default": {
|
||
"underline": true,
|
||
"use_external_link_icon": false
|
||
}
|
||
},
|
||
"header": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringresumes__Header",
|
||
"default": {
|
||
"name_font_family": "XCharter",
|
||
"name_font_size": "25pt",
|
||
"name_bold": false,
|
||
"small_caps_for_name": false,
|
||
"photo_width": "3.5cm",
|
||
"vertical_space_between_name_and_connections": "0.7cm",
|
||
"vertical_space_between_connections_and_first_section": "0.7cm",
|
||
"horizontal_space_between_connections": "0.5cm",
|
||
"connections_font_family": "XCharter",
|
||
"separator_between_connections": "|",
|
||
"use_icons_for_connections": false,
|
||
"use_urls_as_placeholders_for_connections": true,
|
||
"make_connections_links": true,
|
||
"alignment": "center"
|
||
}
|
||
},
|
||
"section_titles": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringresumes__SectionTitles",
|
||
"default": {
|
||
"type": "with-full-line",
|
||
"font_family": "XCharter",
|
||
"font_size": "1.2em",
|
||
"bold": true,
|
||
"small_caps": false,
|
||
"line_thickness": "0.5pt",
|
||
"vertical_space_above": "0.55cm",
|
||
"vertical_space_below": "0.3cm"
|
||
}
|
||
},
|
||
"entries": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringresumes__Entries",
|
||
"default": {
|
||
"date_and_location_width": "4.15cm",
|
||
"left_and_right_margin": "0cm",
|
||
"horizontal_space_between_columns": "0.1cm",
|
||
"vertical_space_between_entries": "0.4cm",
|
||
"allow_page_break_in_sections": true,
|
||
"allow_page_break_in_entries": true,
|
||
"short_second_row": false,
|
||
"show_time_spans_in": []
|
||
}
|
||
},
|
||
"highlights": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringresumes__Highlights",
|
||
"default": {
|
||
"bullet": "•",
|
||
"nested_bullet": "-",
|
||
"top_margin": "0.25cm",
|
||
"left_margin": "0cm",
|
||
"vertical_space_between_highlights": "0.19cm",
|
||
"horizontal_space_between_bullet_and_highlight": "0.3em",
|
||
"summary_left_margin": "0cm"
|
||
}
|
||
},
|
||
"entry_types": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringresumes__EntryOptionsTypes",
|
||
"default": {
|
||
"one_line_entry": {
|
||
"template": "**LABEL:** DETAILS"
|
||
},
|
||
"education_entry": {
|
||
"date_and_location_column_template": "DATE",
|
||
"degree_column_template": null,
|
||
"degree_column_width": "1cm",
|
||
"main_column_first_row_template": "**INSTITUTION**, DEGREE in AREA -- LOCATION",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS"
|
||
},
|
||
"normal_entry": {
|
||
"date_and_location_column_template": "DATE",
|
||
"main_column_first_row_template": "**NAME** -- **LOCATION**",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS"
|
||
},
|
||
"experience_entry": {
|
||
"date_and_location_column_template": "DATE",
|
||
"main_column_first_row_template": "**POSITION**, COMPANY -- LOCATION",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS"
|
||
},
|
||
"publication_entry": {
|
||
"date_and_location_column_template": "DATE",
|
||
"main_column_first_row_template": "**TITLE**",
|
||
"main_column_second_row_template": "AUTHORS\nURL (JOURNAL)",
|
||
"main_column_second_row_without_journal_template": "AUTHORS\nURL",
|
||
"main_column_second_row_without_url_template": "AUTHORS\nJOURNAL"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"title": "EngineeringresumesThemeOptions",
|
||
"type": "object"
|
||
},
|
||
"EntryTypes": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"one_line_entry": {
|
||
"$ref": "#/$defs/OneLineEntryOptions"
|
||
},
|
||
"education_entry": {
|
||
"$ref": "#/$defs/rendercv__themes__options__EducationEntryOptions"
|
||
},
|
||
"normal_entry": {
|
||
"$ref": "#/$defs/rendercv__themes__options__NormalEntryOptions"
|
||
},
|
||
"experience_entry": {
|
||
"$ref": "#/$defs/rendercv__themes__options__ExperienceEntryOptions"
|
||
},
|
||
"publication_entry": {
|
||
"$ref": "#/$defs/PublicationEntryOptions"
|
||
}
|
||
},
|
||
"title": "EntryTypes",
|
||
"type": "object"
|
||
},
|
||
"ExperienceEntry": {
|
||
"additionalProperties": true,
|
||
"properties": {
|
||
"company": {
|
||
"title": "Company",
|
||
"type": "string"
|
||
},
|
||
"position": {
|
||
"title": "Position",
|
||
"type": "string"
|
||
},
|
||
"date": {
|
||
"default": null,
|
||
"description": "The date can be written in the formats YYYY-MM-DD, YYYY-MM, or YYYY, or as an arbitrary string such as \"Fall 2023.\"",
|
||
"examples": [
|
||
"2020-09-24",
|
||
"Fall 2023"
|
||
],
|
||
"title": "Date",
|
||
"oneOf": [
|
||
{
|
||
"type": "integer"
|
||
},
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"start_date": {
|
||
"default": null,
|
||
"description": "The event's start date, written in YYYY-MM-DD, YYYY-MM, or YYYY format.",
|
||
"examples": [
|
||
"2020-09-24"
|
||
],
|
||
"title": "Start Date",
|
||
"oneOf": [
|
||
{
|
||
"type": "integer"
|
||
},
|
||
{
|
||
"pattern": "\\d{4}-\\d{2}(-\\d{2})?",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"end_date": {
|
||
"default": null,
|
||
"description": "The event's end date, written in YYYY-MM-DD, YYYY-MM, or YYYY format. If the event is ongoing, type “present” or provide only the start date.",
|
||
"examples": [
|
||
"2020-09-24",
|
||
"present"
|
||
],
|
||
"title": "End Date",
|
||
"oneOf": [
|
||
{
|
||
"const": "present",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "integer"
|
||
},
|
||
{
|
||
"pattern": "\\d{4}-\\d{2}(-\\d{2})?",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"location": {
|
||
"default": null,
|
||
"examples": [
|
||
"Istanbul, Türkiye"
|
||
],
|
||
"title": "Location",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"summary": {
|
||
"default": null,
|
||
"examples": [
|
||
"Did this and that."
|
||
],
|
||
"title": "Summary",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"highlights": {
|
||
"default": null,
|
||
"examples": [
|
||
"Did this.",
|
||
"Did that."
|
||
],
|
||
"title": "Highlights",
|
||
"oneOf": [
|
||
{
|
||
"items": {
|
||
"type": "string"
|
||
},
|
||
"type": "array"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
}
|
||
},
|
||
"required": [
|
||
"company",
|
||
"position"
|
||
],
|
||
"title": "Experience Entry",
|
||
"type": "object"
|
||
},
|
||
"Locale": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"language": {
|
||
"default": "en",
|
||
"description": "The language as an ISO 639 alpha-2 code. It is used for hyphenation patterns. The default value is 'en'.",
|
||
"pattern": "^\\w{2}$",
|
||
"title": "Language",
|
||
"type": "string"
|
||
},
|
||
"phone_number_format": {
|
||
"default": "national",
|
||
"description": "If 'national', phone numbers are formatted without the country code. If 'international', phone numbers are formatted with the country code. The default value is 'national'.",
|
||
"title": "Phone Number Format",
|
||
"oneOf": [
|
||
{
|
||
"enum": [
|
||
"national",
|
||
"international",
|
||
"E164"
|
||
],
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"page_numbering_template": {
|
||
"default": "NAME - Page PAGE_NUMBER of TOTAL_PAGES",
|
||
"description": "The template of the page numbering. The following placeholders can be used:\n- NAME: The name of the person\n- PAGE_NUMBER: The current page number\n- TOTAL_PAGES: The total number of pages\n- TODAY: Today's date with `locale.date_template`\nThe default value is \"NAME - Page PAGE_NUMBER of TOTAL_PAGES\".",
|
||
"title": "Page Numbering Template",
|
||
"type": "string"
|
||
},
|
||
"last_updated_date_template": {
|
||
"default": "Last updated in TODAY",
|
||
"description": "The template of the last updated date. The following placeholders can be used:\n- TODAY: Today's date with `locale.date_template`\nThe default value is \"Last updated in TODAY\".",
|
||
"title": "Last Updated Date Template",
|
||
"type": "string"
|
||
},
|
||
"date_template": {
|
||
"default": "MONTH_ABBREVIATION YEAR",
|
||
"description": "The template of the date. The following placeholders can be used:\n-FULL_MONTH_NAME: Full name of the month\n- MONTH_ABBREVIATION: Abbreviation of the month\n- MONTH: Month as a number\n- MONTH_IN_TWO_DIGITS: Month as a number in two digits\n- YEAR: Year as a number\n- YEAR_IN_TWO_DIGITS: Year as a number in two digits\nThe default value is \"MONTH_ABBREVIATION YEAR\".",
|
||
"title": "Date Template",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"month": {
|
||
"default": "month",
|
||
"description": "Translation of the word \"month\" in the locale.",
|
||
"title": "Translation of \"month\"",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"months": {
|
||
"default": "months",
|
||
"description": "Translation of the word \"months\" in the locale.",
|
||
"title": "Translation of \"months\"",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"year": {
|
||
"default": "year",
|
||
"description": "Translation of the word \"year\" in the locale.",
|
||
"title": "Translation of \"year\"",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"years": {
|
||
"default": "years",
|
||
"description": "Translation of the word \"years\" in the locale.",
|
||
"title": "Translation of \"years\"",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"present": {
|
||
"default": "present",
|
||
"description": "Translation of the word \"present\" in the locale.",
|
||
"title": "Translation of \"present\"",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"to": {
|
||
"default": "–",
|
||
"description": "The word or character used to indicate a range in the locale (e.g., \"2020 - 2021\").",
|
||
"title": "Translation of \"to\"",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"abbreviations_for_months": {
|
||
"default": [
|
||
"Jan",
|
||
"Feb",
|
||
"Mar",
|
||
"Apr",
|
||
"May",
|
||
"June",
|
||
"July",
|
||
"Aug",
|
||
"Sept",
|
||
"Oct",
|
||
"Nov",
|
||
"Dec"
|
||
],
|
||
"description": "Abbreviations of the months in the locale.",
|
||
"title": "Abbreviations of Months",
|
||
"oneOf": [
|
||
{
|
||
"items": {
|
||
"type": "string"
|
||
},
|
||
"maxItems": 12,
|
||
"minItems": 12,
|
||
"type": "array"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"full_names_of_months": {
|
||
"default": [
|
||
"January",
|
||
"February",
|
||
"March",
|
||
"April",
|
||
"May",
|
||
"June",
|
||
"July",
|
||
"August",
|
||
"September",
|
||
"October",
|
||
"November",
|
||
"December"
|
||
],
|
||
"description": "Full names of the months in the locale.",
|
||
"title": "Full Names of Months",
|
||
"oneOf": [
|
||
{
|
||
"items": {
|
||
"type": "string"
|
||
},
|
||
"maxItems": 12,
|
||
"minItems": 12,
|
||
"type": "array"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
}
|
||
},
|
||
"title": "Locale",
|
||
"type": "object"
|
||
},
|
||
"ModerncvThemeOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"theme": {
|
||
"const": "moderncv",
|
||
"default": "moderncv",
|
||
"title": "Theme",
|
||
"type": "string"
|
||
},
|
||
"page": {
|
||
"$ref": "#/$defs/rendercv__themes__options__Page"
|
||
},
|
||
"colors": {
|
||
"$ref": "#/$defs/rendercv__themes__options__Colors"
|
||
},
|
||
"text": {
|
||
"$ref": "#/$defs/rendercv__themes__moderncv__Text",
|
||
"default": {
|
||
"font_family": "Fontin",
|
||
"font_size": "10pt",
|
||
"leading": "0.6em",
|
||
"alignment": "justified",
|
||
"date_and_location_column_alignment": "right"
|
||
}
|
||
},
|
||
"links": {
|
||
"$ref": "#/$defs/rendercv__themes__moderncv__Links",
|
||
"default": {
|
||
"underline": true,
|
||
"use_external_link_icon": false
|
||
}
|
||
},
|
||
"header": {
|
||
"$ref": "#/$defs/rendercv__themes__moderncv__Header",
|
||
"default": {
|
||
"name_font_family": "Fontin",
|
||
"name_font_size": "25pt",
|
||
"name_bold": false,
|
||
"small_caps_for_name": false,
|
||
"photo_width": "3.5cm",
|
||
"vertical_space_between_name_and_connections": "0.7cm",
|
||
"vertical_space_between_connections_and_first_section": "0.7cm",
|
||
"horizontal_space_between_connections": "0.5cm",
|
||
"connections_font_family": "Fontin",
|
||
"separator_between_connections": "",
|
||
"use_icons_for_connections": true,
|
||
"use_urls_as_placeholders_for_connections": false,
|
||
"make_connections_links": true,
|
||
"alignment": "left"
|
||
}
|
||
},
|
||
"section_titles": {
|
||
"$ref": "#/$defs/rendercv__themes__moderncv__SectionTitles",
|
||
"default": {
|
||
"type": "moderncv",
|
||
"font_family": "Fontin",
|
||
"font_size": "1.4em",
|
||
"bold": false,
|
||
"small_caps": false,
|
||
"line_thickness": "0.15cm",
|
||
"vertical_space_above": "0.55cm",
|
||
"vertical_space_below": "0.3cm"
|
||
}
|
||
},
|
||
"entries": {
|
||
"$ref": "#/$defs/rendercv__themes__moderncv__Entries",
|
||
"default": {
|
||
"date_and_location_width": "4.15cm",
|
||
"left_and_right_margin": "0cm",
|
||
"horizontal_space_between_columns": "0.4cm",
|
||
"vertical_space_between_entries": "0.4cm",
|
||
"allow_page_break_in_sections": true,
|
||
"allow_page_break_in_entries": true,
|
||
"short_second_row": false,
|
||
"show_time_spans_in": []
|
||
}
|
||
},
|
||
"highlights": {
|
||
"$ref": "#/$defs/rendercv__themes__moderncv__Highlights",
|
||
"default": {
|
||
"bullet": "•",
|
||
"nested_bullet": "-",
|
||
"top_margin": "0.25cm",
|
||
"left_margin": "0cm",
|
||
"vertical_space_between_highlights": "0.19cm",
|
||
"horizontal_space_between_bullet_and_highlight": "0.3em",
|
||
"summary_left_margin": "0cm"
|
||
}
|
||
},
|
||
"entry_types": {
|
||
"$ref": "#/$defs/rendercv__themes__moderncv__EntryOptionsTypes",
|
||
"default": {
|
||
"one_line_entry": {
|
||
"template": "**LABEL:** DETAILS"
|
||
},
|
||
"education_entry": {
|
||
"date_and_location_column_template": "DATE",
|
||
"degree_column_template": null,
|
||
"degree_column_width": "1cm",
|
||
"main_column_first_row_template": "**INSTITUTION**, DEGREE in AREA -- LOCATION",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS"
|
||
},
|
||
"normal_entry": {
|
||
"date_and_location_column_template": "DATE",
|
||
"main_column_first_row_template": "**NAME** -- **LOCATION**",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS"
|
||
},
|
||
"experience_entry": {
|
||
"date_and_location_column_template": "DATE",
|
||
"main_column_first_row_template": "**POSITION**, COMPANY -- LOCATION",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS"
|
||
},
|
||
"publication_entry": {
|
||
"date_and_location_column_template": "DATE",
|
||
"main_column_first_row_template": "**TITLE**",
|
||
"main_column_second_row_template": "AUTHORS\nURL (JOURNAL)",
|
||
"main_column_second_row_without_journal_template": "AUTHORS\nURL",
|
||
"main_column_second_row_without_url_template": "AUTHORS\nJOURNAL"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"title": "ModerncvThemeOptions",
|
||
"type": "object"
|
||
},
|
||
"NormalEntry": {
|
||
"additionalProperties": true,
|
||
"properties": {
|
||
"name": {
|
||
"title": "Name",
|
||
"type": "string"
|
||
},
|
||
"date": {
|
||
"default": null,
|
||
"description": "The date can be written in the formats YYYY-MM-DD, YYYY-MM, or YYYY, or as an arbitrary string such as \"Fall 2023.\"",
|
||
"examples": [
|
||
"2020-09-24",
|
||
"Fall 2023"
|
||
],
|
||
"title": "Date",
|
||
"oneOf": [
|
||
{
|
||
"type": "integer"
|
||
},
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"start_date": {
|
||
"default": null,
|
||
"description": "The event's start date, written in YYYY-MM-DD, YYYY-MM, or YYYY format.",
|
||
"examples": [
|
||
"2020-09-24"
|
||
],
|
||
"title": "Start Date",
|
||
"oneOf": [
|
||
{
|
||
"type": "integer"
|
||
},
|
||
{
|
||
"pattern": "\\d{4}-\\d{2}(-\\d{2})?",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"end_date": {
|
||
"default": null,
|
||
"description": "The event's end date, written in YYYY-MM-DD, YYYY-MM, or YYYY format. If the event is ongoing, type “present” or provide only the start date.",
|
||
"examples": [
|
||
"2020-09-24",
|
||
"present"
|
||
],
|
||
"title": "End Date",
|
||
"oneOf": [
|
||
{
|
||
"const": "present",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "integer"
|
||
},
|
||
{
|
||
"pattern": "\\d{4}-\\d{2}(-\\d{2})?",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"location": {
|
||
"default": null,
|
||
"examples": [
|
||
"Istanbul, Türkiye"
|
||
],
|
||
"title": "Location",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"summary": {
|
||
"default": null,
|
||
"examples": [
|
||
"Did this and that."
|
||
],
|
||
"title": "Summary",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"highlights": {
|
||
"default": null,
|
||
"examples": [
|
||
"Did this.",
|
||
"Did that."
|
||
],
|
||
"title": "Highlights",
|
||
"oneOf": [
|
||
{
|
||
"items": {
|
||
"type": "string"
|
||
},
|
||
"type": "array"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
}
|
||
},
|
||
"required": [
|
||
"name"
|
||
],
|
||
"title": "Normal Entry",
|
||
"type": "object"
|
||
},
|
||
"NumberedEntry": {
|
||
"additionalProperties": true,
|
||
"properties": {
|
||
"number": {
|
||
"title": "Number",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"required": [
|
||
"number"
|
||
],
|
||
"title": "Numbered Entry",
|
||
"type": "object"
|
||
},
|
||
"OneLineEntry": {
|
||
"additionalProperties": true,
|
||
"properties": {
|
||
"label": {
|
||
"title": "Label",
|
||
"type": "string"
|
||
},
|
||
"details": {
|
||
"title": "Details",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"required": [
|
||
"label",
|
||
"details"
|
||
],
|
||
"title": "One Line Entry",
|
||
"type": "object"
|
||
},
|
||
"OneLineEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"template": {
|
||
"default": "**LABEL:** DETAILS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "OneLineEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"PublicationEntry": {
|
||
"additionalProperties": true,
|
||
"properties": {
|
||
"title": {
|
||
"title": "Publication Title",
|
||
"type": "string"
|
||
},
|
||
"authors": {
|
||
"items": {
|
||
"type": "string"
|
||
},
|
||
"title": "Authors",
|
||
"type": "array"
|
||
},
|
||
"doi": {
|
||
"default": null,
|
||
"examples": [
|
||
"10.48550/arXiv.2310.03138"
|
||
],
|
||
"title": "DOI",
|
||
"oneOf": [
|
||
{
|
||
"pattern": "\\b10\\..*",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"url": {
|
||
"default": null,
|
||
"description": "If DOI is provided, it will be ignored.",
|
||
"title": "URL",
|
||
"oneOf": [
|
||
{
|
||
"format": "uri",
|
||
"maxLength": 2083,
|
||
"minLength": 1,
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"journal": {
|
||
"default": null,
|
||
"title": "Journal",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"date": {
|
||
"default": null,
|
||
"description": "The date can be written in the formats YYYY-MM-DD, YYYY-MM, or YYYY, or as an arbitrary string such as \"Fall 2023.\"",
|
||
"examples": [
|
||
"2020-09-24",
|
||
"Fall 2023"
|
||
],
|
||
"title": "Date",
|
||
"oneOf": [
|
||
{
|
||
"type": "integer"
|
||
},
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
}
|
||
},
|
||
"required": [
|
||
"title",
|
||
"authors"
|
||
],
|
||
"title": "Publication Entry",
|
||
"type": "object"
|
||
},
|
||
"PublicationEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**TITLE**",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "AUTHORS\nURL (JOURNAL)",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_without_journal_template": {
|
||
"default": "AUTHORS\nURL",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Without Journal Template",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_without_url_template": {
|
||
"default": "AUTHORS\nJOURNAL",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Without Url Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "DATE",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "PublicationEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"RenderCVSettings": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"date": {
|
||
"default": null,
|
||
"description": "The date that will be used everywhere (e.g., in the output file names, last updated date, computation of time spans for the events that are currently happening, etc.). The default value is the current date.",
|
||
"format": "date",
|
||
"title": "Date",
|
||
"type": "string"
|
||
},
|
||
"render_command": {
|
||
"default": null,
|
||
"description": "RenderCV's `render` command settings. They are the same as the command line arguments. CLI arguments have higher priority than the settings in the input file.",
|
||
"title": "Render Command Settings",
|
||
"oneOf": [
|
||
{
|
||
"$ref": "#/$defs/RenderCommandSettings"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"bold_keywords": {
|
||
"default": [],
|
||
"description": "The keywords that will be bold in the output. The default value is an empty list.",
|
||
"items": {
|
||
"type": "string"
|
||
},
|
||
"title": "Bold Keywords",
|
||
"type": "array"
|
||
},
|
||
"sort_entries": {
|
||
"default": "none",
|
||
"description": "How the entries should be sorted based on their dates. The available options are 'reverse-chronological', 'chronological', and 'none'. The default value is 'none'.",
|
||
"enum": [
|
||
"reverse-chronological",
|
||
"chronological",
|
||
"none"
|
||
],
|
||
"title": "Sort Entries",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "RenderCV Settings",
|
||
"type": "object"
|
||
},
|
||
"RenderCommandSettings": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"design": {
|
||
"default": null,
|
||
"description": "The file path to the yaml file containing the `design` field separately.",
|
||
"title": "`design` Field's YAML File",
|
||
"oneOf": [
|
||
{
|
||
"format": "path",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"rendercv_settings": {
|
||
"default": null,
|
||
"description": "The file path to the yaml file containing the `rendercv_settings` field separately.",
|
||
"title": "`rendercv_settings` Field's YAML File",
|
||
"oneOf": [
|
||
{
|
||
"format": "path",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"locale": {
|
||
"default": null,
|
||
"description": "The file path to the yaml file containing the `locale` field separately.",
|
||
"title": "`locale` Field's YAML File",
|
||
"oneOf": [
|
||
{
|
||
"format": "path",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"output_folder_name": {
|
||
"default": "rendercv_output",
|
||
"description": "The name of the folder where the output files will be saved. The following placeholders can be used:\n- FULL_MONTH_NAME: Full name of the month\n- MONTH_ABBREVIATION: Abbreviation of the month\n- MONTH: Month as a number\n- MONTH_IN_TWO_DIGITS: Month as a number in two digits\n- YEAR: Year as a number\n- YEAR_IN_TWO_DIGITS: Year as a number in two digits\n- NAME: The name of the CV owner\n- NAME_IN_SNAKE_CASE: The name of the CV owner in snake case\n- NAME_IN_LOWER_SNAKE_CASE: The name of the CV owner in lower snake case\n- NAME_IN_UPPER_SNAKE_CASE: The name of the CV owner in upper snake case\n- NAME_IN_KEBAB_CASE: The name of the CV owner in kebab case\n- NAME_IN_LOWER_KEBAB_CASE: The name of the CV owner in lower kebab case\n- NAME_IN_UPPER_KEBAB_CASE: The name of the CV owner in upper kebab case\n- FULL_MONTH_NAME: Full name of the month\n- MONTH_ABBREVIATION: Abbreviation of the month\n- MONTH: Month as a number\n- MONTH_IN_TWO_DIGITS: Month as a number in two digits\n- YEAR: Year as a number\n- YEAR_IN_TWO_DIGITS: Year as a number in two digits\nThe default value is \"MONTH_ABBREVIATION YEAR\".\nThe default value is \"rendercv_output\".",
|
||
"title": "Output Folder Name",
|
||
"type": "string"
|
||
},
|
||
"pdf_path": {
|
||
"default": null,
|
||
"description": "The path to copy the PDF file to. If it is not provided, the PDF file will not be copied. The following placeholders can be used:\n- FULL_MONTH_NAME: Full name of the month\n- MONTH_ABBREVIATION: Abbreviation of the month\n- MONTH: Month as a number\n- MONTH_IN_TWO_DIGITS: Month as a number in two digits\n- YEAR: Year as a number\n- YEAR_IN_TWO_DIGITS: Year as a number in two digits\n- NAME: The name of the CV owner\n- NAME_IN_SNAKE_CASE: The name of the CV owner in snake case\n- NAME_IN_LOWER_SNAKE_CASE: The name of the CV owner in lower snake case\n- NAME_IN_UPPER_SNAKE_CASE: The name of the CV owner in upper snake case\n- NAME_IN_KEBAB_CASE: The name of the CV owner in kebab case\n- NAME_IN_LOWER_KEBAB_CASE: The name of the CV owner in lower kebab case\n- NAME_IN_UPPER_KEBAB_CASE: The name of the CV owner in upper kebab case\n- FULL_MONTH_NAME: Full name of the month\n- MONTH_ABBREVIATION: Abbreviation of the month\n- MONTH: Month as a number\n- MONTH_IN_TWO_DIGITS: Month as a number in two digits\n- YEAR: Year as a number\n- YEAR_IN_TWO_DIGITS: Year as a number in two digits\nThe default value is \"MONTH_ABBREVIATION YEAR\".\nThe default value is null.",
|
||
"title": "PDF Path",
|
||
"oneOf": [
|
||
{
|
||
"format": "path",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"typst_path": {
|
||
"default": null,
|
||
"description": "The path to copy the Typst file to. If it is not provided, the Typst file will not be copied. The following placeholders can be used:\n- FULL_MONTH_NAME: Full name of the month\n- MONTH_ABBREVIATION: Abbreviation of the month\n- MONTH: Month as a number\n- MONTH_IN_TWO_DIGITS: Month as a number in two digits\n- YEAR: Year as a number\n- YEAR_IN_TWO_DIGITS: Year as a number in two digits\n- NAME: The name of the CV owner\n- NAME_IN_SNAKE_CASE: The name of the CV owner in snake case\n- NAME_IN_LOWER_SNAKE_CASE: The name of the CV owner in lower snake case\n- NAME_IN_UPPER_SNAKE_CASE: The name of the CV owner in upper snake case\n- NAME_IN_KEBAB_CASE: The name of the CV owner in kebab case\n- NAME_IN_LOWER_KEBAB_CASE: The name of the CV owner in lower kebab case\n- NAME_IN_UPPER_KEBAB_CASE: The name of the CV owner in upper kebab case\n- FULL_MONTH_NAME: Full name of the month\n- MONTH_ABBREVIATION: Abbreviation of the month\n- MONTH: Month as a number\n- MONTH_IN_TWO_DIGITS: Month as a number in two digits\n- YEAR: Year as a number\n- YEAR_IN_TWO_DIGITS: Year as a number in two digits\nThe default value is \"MONTH_ABBREVIATION YEAR\".\nThe default value is null.",
|
||
"title": "Typst Path",
|
||
"oneOf": [
|
||
{
|
||
"format": "path",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"html_path": {
|
||
"default": null,
|
||
"description": "The path to copy the HTML file to. If it is not provided, the HTML file will not be copied. The following placeholders can be used:\n- FULL_MONTH_NAME: Full name of the month\n- MONTH_ABBREVIATION: Abbreviation of the month\n- MONTH: Month as a number\n- MONTH_IN_TWO_DIGITS: Month as a number in two digits\n- YEAR: Year as a number\n- YEAR_IN_TWO_DIGITS: Year as a number in two digits\n- NAME: The name of the CV owner\n- NAME_IN_SNAKE_CASE: The name of the CV owner in snake case\n- NAME_IN_LOWER_SNAKE_CASE: The name of the CV owner in lower snake case\n- NAME_IN_UPPER_SNAKE_CASE: The name of the CV owner in upper snake case\n- NAME_IN_KEBAB_CASE: The name of the CV owner in kebab case\n- NAME_IN_LOWER_KEBAB_CASE: The name of the CV owner in lower kebab case\n- NAME_IN_UPPER_KEBAB_CASE: The name of the CV owner in upper kebab case\n- FULL_MONTH_NAME: Full name of the month\n- MONTH_ABBREVIATION: Abbreviation of the month\n- MONTH: Month as a number\n- MONTH_IN_TWO_DIGITS: Month as a number in two digits\n- YEAR: Year as a number\n- YEAR_IN_TWO_DIGITS: Year as a number in two digits\nThe default value is \"MONTH_ABBREVIATION YEAR\".\nThe default value is null.",
|
||
"title": "HTML Path",
|
||
"oneOf": [
|
||
{
|
||
"format": "path",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"png_path": {
|
||
"default": null,
|
||
"description": "The path to copy the PNG file to. If it is not provided, the PNG file will not be copied. The following placeholders can be used:\n- FULL_MONTH_NAME: Full name of the month\n- MONTH_ABBREVIATION: Abbreviation of the month\n- MONTH: Month as a number\n- MONTH_IN_TWO_DIGITS: Month as a number in two digits\n- YEAR: Year as a number\n- YEAR_IN_TWO_DIGITS: Year as a number in two digits\n- NAME: The name of the CV owner\n- NAME_IN_SNAKE_CASE: The name of the CV owner in snake case\n- NAME_IN_LOWER_SNAKE_CASE: The name of the CV owner in lower snake case\n- NAME_IN_UPPER_SNAKE_CASE: The name of the CV owner in upper snake case\n- NAME_IN_KEBAB_CASE: The name of the CV owner in kebab case\n- NAME_IN_LOWER_KEBAB_CASE: The name of the CV owner in lower kebab case\n- NAME_IN_UPPER_KEBAB_CASE: The name of the CV owner in upper kebab case\n- FULL_MONTH_NAME: Full name of the month\n- MONTH_ABBREVIATION: Abbreviation of the month\n- MONTH: Month as a number\n- MONTH_IN_TWO_DIGITS: Month as a number in two digits\n- YEAR: Year as a number\n- YEAR_IN_TWO_DIGITS: Year as a number in two digits\nThe default value is \"MONTH_ABBREVIATION YEAR\".\nThe default value is null.",
|
||
"title": "PNG Path",
|
||
"oneOf": [
|
||
{
|
||
"format": "path",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"markdown_path": {
|
||
"default": null,
|
||
"description": "The path to copy the Markdown file to. If it is not provided, the Markdown file will not be copied. The following placeholders can be used:\n- FULL_MONTH_NAME: Full name of the month\n- MONTH_ABBREVIATION: Abbreviation of the month\n- MONTH: Month as a number\n- MONTH_IN_TWO_DIGITS: Month as a number in two digits\n- YEAR: Year as a number\n- YEAR_IN_TWO_DIGITS: Year as a number in two digits\n- NAME: The name of the CV owner\n- NAME_IN_SNAKE_CASE: The name of the CV owner in snake case\n- NAME_IN_LOWER_SNAKE_CASE: The name of the CV owner in lower snake case\n- NAME_IN_UPPER_SNAKE_CASE: The name of the CV owner in upper snake case\n- NAME_IN_KEBAB_CASE: The name of the CV owner in kebab case\n- NAME_IN_LOWER_KEBAB_CASE: The name of the CV owner in lower kebab case\n- NAME_IN_UPPER_KEBAB_CASE: The name of the CV owner in upper kebab case\n- FULL_MONTH_NAME: Full name of the month\n- MONTH_ABBREVIATION: Abbreviation of the month\n- MONTH: Month as a number\n- MONTH_IN_TWO_DIGITS: Month as a number in two digits\n- YEAR: Year as a number\n- YEAR_IN_TWO_DIGITS: Year as a number in two digits\nThe default value is \"MONTH_ABBREVIATION YEAR\".\nThe default value is null.",
|
||
"title": "Markdown Path",
|
||
"oneOf": [
|
||
{
|
||
"format": "path",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"dont_generate_html": {
|
||
"default": false,
|
||
"description": "A boolean value to determine whether the HTML file will be generated. The default value is False.",
|
||
"title": "Don't Generate HTML",
|
||
"type": "boolean"
|
||
},
|
||
"dont_generate_markdown": {
|
||
"default": false,
|
||
"description": "A boolean value to determine whether the Markdown file will be generated. The default value is \"false\".",
|
||
"title": "Don't Generate Markdown",
|
||
"type": "boolean"
|
||
},
|
||
"dont_generate_pdf": {
|
||
"default": false,
|
||
"description": "A boolean value to determine whether the PDF file will be generated. The default value is False.",
|
||
"title": "Don't Generate PDF",
|
||
"type": "boolean"
|
||
},
|
||
"dont_generate_png": {
|
||
"default": false,
|
||
"description": "A boolean value to determine whether the PNG file will be generated. The default value is False.",
|
||
"title": "Don't Generate PNG",
|
||
"type": "boolean"
|
||
},
|
||
"watch": {
|
||
"default": false,
|
||
"description": "A boolean value to determine whether to re-run RenderCV when the inputfile is updated. The default value is \"false\".",
|
||
"title": "Re-run RenderCV When the Input File is Updated",
|
||
"type": "boolean"
|
||
}
|
||
},
|
||
"title": "RenderCommandSettings",
|
||
"type": "object"
|
||
},
|
||
"ReversedNumberedEntry": {
|
||
"additionalProperties": true,
|
||
"properties": {
|
||
"reversed_number": {
|
||
"title": "Reversed Number",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"required": [
|
||
"reversed_number"
|
||
],
|
||
"title": "Reversed Numbered Entry",
|
||
"type": "object"
|
||
},
|
||
"Sb2novThemeOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"theme": {
|
||
"const": "sb2nov",
|
||
"default": "sb2nov",
|
||
"title": "Theme",
|
||
"type": "string"
|
||
},
|
||
"page": {
|
||
"$ref": "#/$defs/rendercv__themes__options__Page"
|
||
},
|
||
"colors": {
|
||
"$ref": "#/$defs/rendercv__themes__sb2nov__Colors"
|
||
},
|
||
"text": {
|
||
"$ref": "#/$defs/rendercv__themes__sb2nov__Text"
|
||
},
|
||
"links": {
|
||
"$ref": "#/$defs/rendercv__themes__sb2nov__Links"
|
||
},
|
||
"header": {
|
||
"$ref": "#/$defs/rendercv__themes__sb2nov__Header"
|
||
},
|
||
"section_titles": {
|
||
"$ref": "#/$defs/rendercv__themes__sb2nov__SectionTitles"
|
||
},
|
||
"entries": {
|
||
"$ref": "#/$defs/rendercv__themes__options__Entries"
|
||
},
|
||
"highlights": {
|
||
"$ref": "#/$defs/rendercv__themes__sb2nov__Highlights"
|
||
},
|
||
"entry_types": {
|
||
"$ref": "#/$defs/rendercv__themes__sb2nov__EntryOptionsTypes"
|
||
}
|
||
},
|
||
"title": "Sb2novThemeOptions",
|
||
"type": "object"
|
||
},
|
||
"SocialNetwork": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"network": {
|
||
"enum": [
|
||
"LinkedIn",
|
||
"GitHub",
|
||
"GitLab",
|
||
"IMDB",
|
||
"Instagram",
|
||
"ORCID",
|
||
"Mastodon",
|
||
"StackOverflow",
|
||
"ResearchGate",
|
||
"YouTube",
|
||
"Google Scholar",
|
||
"Telegram",
|
||
"Leetcode",
|
||
"X"
|
||
],
|
||
"title": "Social Network",
|
||
"type": "string"
|
||
},
|
||
"username": {
|
||
"description": "The username used in the social network. The link will be generated automatically.",
|
||
"title": "Username",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"required": [
|
||
"network",
|
||
"username"
|
||
],
|
||
"title": "Social Network",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringclassic__EducationEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**INSTITUTION**, AREA -- LOCATION",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"degree_column_template": {
|
||
"default": "**DEGREE**",
|
||
"description": "If given, a degree column will be added to the education entry. If \"null\", no degree column will be shown. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Degree Column Template",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"degree_column_width": {
|
||
"default": "1cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Degree Column Width",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "SUMMARY\nHIGHLIGHTS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "DATE",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "EducationEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringclassic__EntryOptionsTypes": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"one_line_entry": {
|
||
"$ref": "#/$defs/OneLineEntryOptions"
|
||
},
|
||
"education_entry": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringclassic__EducationEntryOptions",
|
||
"default": {
|
||
"main_column_first_row_template": "**INSTITUTION**, AREA -- LOCATION",
|
||
"degree_column_template": "**DEGREE**",
|
||
"degree_column_width": "1cm",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS",
|
||
"date_and_location_column_template": "DATE"
|
||
}
|
||
},
|
||
"normal_entry": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringclassic__NormalEntryOptions",
|
||
"default": {
|
||
"main_column_first_row_template": "**NAME** -- **LOCATION**",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS",
|
||
"date_and_location_column_template": "DATE"
|
||
}
|
||
},
|
||
"experience_entry": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringclassic__ExperienceEntryOptions",
|
||
"default": {
|
||
"main_column_first_row_template": "**POSITION**, COMPANY -- LOCATION",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS",
|
||
"date_and_location_column_template": "DATE"
|
||
}
|
||
},
|
||
"publication_entry": {
|
||
"$ref": "#/$defs/PublicationEntryOptions"
|
||
}
|
||
},
|
||
"title": "EntryOptionsTypes",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringclassic__ExperienceEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**POSITION**, COMPANY -- LOCATION",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "SUMMARY\nHIGHLIGHTS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "DATE",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "ExperienceEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringclassic__Header": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"name_font_family": {
|
||
"default": "Raleway",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Name Font Family",
|
||
"type": "string"
|
||
},
|
||
"name_font_size": {
|
||
"default": "30pt",
|
||
"title": "Name Font Size",
|
||
"type": "string"
|
||
},
|
||
"name_bold": {
|
||
"default": false,
|
||
"title": "Name Bold",
|
||
"type": "boolean"
|
||
},
|
||
"small_caps_for_name": {
|
||
"default": false,
|
||
"title": "Small Caps For Name",
|
||
"type": "boolean"
|
||
},
|
||
"photo_width": {
|
||
"default": "3.5cm",
|
||
"title": "Photo Width",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_name_and_connections": {
|
||
"default": "0.7cm",
|
||
"title": "Vertical Space Between Name And Connections",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_connections_and_first_section": {
|
||
"default": "0.7cm",
|
||
"title": "Vertical Space Between Connections And First Section",
|
||
"type": "string"
|
||
},
|
||
"horizontal_space_between_connections": {
|
||
"default": "0.5cm",
|
||
"title": "Horizontal Space Between Connections",
|
||
"type": "string"
|
||
},
|
||
"connections_font_family": {
|
||
"default": "Raleway",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Connections Font Family",
|
||
"type": "string"
|
||
},
|
||
"separator_between_connections": {
|
||
"default": "",
|
||
"title": "Separator Between Connections",
|
||
"type": "string"
|
||
},
|
||
"use_icons_for_connections": {
|
||
"default": true,
|
||
"title": "Use Icons For Connections",
|
||
"type": "boolean"
|
||
},
|
||
"use_urls_as_placeholders_for_connections": {
|
||
"default": false,
|
||
"title": "Use Urls As Placeholders For Connections",
|
||
"type": "boolean"
|
||
},
|
||
"make_connections_links": {
|
||
"default": true,
|
||
"title": "Make Connections Links",
|
||
"type": "boolean"
|
||
},
|
||
"alignment": {
|
||
"default": "left",
|
||
"enum": [
|
||
"left",
|
||
"center",
|
||
"right"
|
||
],
|
||
"title": "Alignment",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Header",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringclassic__Highlights": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"bullet": {
|
||
"default": "•",
|
||
"enum": [
|
||
"•",
|
||
"◦",
|
||
"-",
|
||
"◆",
|
||
"★",
|
||
"■",
|
||
"—",
|
||
"○"
|
||
],
|
||
"title": "Bullet",
|
||
"type": "string"
|
||
},
|
||
"nested_bullet": {
|
||
"default": "-",
|
||
"enum": [
|
||
"•",
|
||
"◦",
|
||
"-",
|
||
"◆",
|
||
"★",
|
||
"■",
|
||
"—",
|
||
"○"
|
||
],
|
||
"title": "Nested Bullet",
|
||
"type": "string"
|
||
},
|
||
"top_margin": {
|
||
"default": "0.25cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Top Margin",
|
||
"type": "string"
|
||
},
|
||
"left_margin": {
|
||
"default": "0cm",
|
||
"title": "Left Margin",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_highlights": {
|
||
"default": "0.25cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Vertical Space Between Highlights",
|
||
"type": "string"
|
||
},
|
||
"horizontal_space_between_bullet_and_highlight": {
|
||
"default": "0.5em",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Horizontal Space Between Bullet And Highlight",
|
||
"type": "string"
|
||
},
|
||
"summary_left_margin": {
|
||
"default": "0cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Summary Left Margin",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Highlights",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringclassic__Links": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"underline": {
|
||
"default": false,
|
||
"title": "Underline",
|
||
"type": "boolean"
|
||
},
|
||
"use_external_link_icon": {
|
||
"default": false,
|
||
"title": "Use External Link Icon",
|
||
"type": "boolean"
|
||
}
|
||
},
|
||
"title": "Links",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringclassic__NormalEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**NAME** -- **LOCATION**",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "SUMMARY\nHIGHLIGHTS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "DATE",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "NormalEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringclassic__Page": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"size": {
|
||
"default": "us-letter",
|
||
"enum": [
|
||
"a0",
|
||
"a1",
|
||
"a2",
|
||
"a3",
|
||
"a4",
|
||
"a5",
|
||
"a6",
|
||
"a7",
|
||
"a8",
|
||
"us-letter",
|
||
"us-legal",
|
||
"us-executive",
|
||
"us-gov-letter",
|
||
"us-gov-legal",
|
||
"us-business-card",
|
||
"presentation-16-9",
|
||
"presentation-4-3"
|
||
],
|
||
"title": "Size",
|
||
"type": "string"
|
||
},
|
||
"top_margin": {
|
||
"default": "2cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Top Margin",
|
||
"type": "string"
|
||
},
|
||
"bottom_margin": {
|
||
"default": "2cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Bottom Margin",
|
||
"type": "string"
|
||
},
|
||
"left_margin": {
|
||
"default": "2cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Left Margin",
|
||
"type": "string"
|
||
},
|
||
"right_margin": {
|
||
"default": "2cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Right Margin",
|
||
"type": "string"
|
||
},
|
||
"show_page_numbering": {
|
||
"default": false,
|
||
"title": "Show Page Numbering",
|
||
"type": "boolean"
|
||
},
|
||
"show_last_updated_date": {
|
||
"default": true,
|
||
"title": "Show Last Updated Date",
|
||
"type": "boolean"
|
||
}
|
||
},
|
||
"title": "Page",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringclassic__SectionTitles": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"type": {
|
||
"default": "with-partial-line",
|
||
"enum": [
|
||
"with-partial-line",
|
||
"with-full-line",
|
||
"without-line",
|
||
"moderncv"
|
||
],
|
||
"title": "Type",
|
||
"type": "string"
|
||
},
|
||
"font_family": {
|
||
"default": "Raleway",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Font Family",
|
||
"type": "string"
|
||
},
|
||
"font_size": {
|
||
"default": "1.4em",
|
||
"title": "Font Size",
|
||
"type": "string"
|
||
},
|
||
"bold": {
|
||
"default": false,
|
||
"title": "Bold",
|
||
"type": "boolean"
|
||
},
|
||
"small_caps": {
|
||
"default": false,
|
||
"title": "Small Caps",
|
||
"type": "boolean"
|
||
},
|
||
"line_thickness": {
|
||
"default": "0.5pt",
|
||
"title": "Line Thickness",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_above": {
|
||
"default": "0.5cm",
|
||
"title": "Vertical Space Above",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_below": {
|
||
"default": "0.3cm",
|
||
"title": "Vertical Space Below",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "SectionTitles",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringclassic__Text": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"font_family": {
|
||
"default": "Raleway",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Font Family",
|
||
"type": "string"
|
||
},
|
||
"font_size": {
|
||
"default": "10pt",
|
||
"title": "Font Size",
|
||
"type": "string"
|
||
},
|
||
"leading": {
|
||
"default": "0.6em",
|
||
"description": "The vertical space between adjacent lines of text.",
|
||
"title": "Leading",
|
||
"type": "string"
|
||
},
|
||
"alignment": {
|
||
"default": "justified",
|
||
"enum": [
|
||
"left",
|
||
"justified",
|
||
"justified-with-no-hyphenation"
|
||
],
|
||
"title": "Alignment",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_alignment": {
|
||
"default": "right",
|
||
"enum": [
|
||
"left",
|
||
"center",
|
||
"right"
|
||
],
|
||
"title": "Date And Location Column Alignment",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Text",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringresumes__Colors": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"text": {
|
||
"default": "black",
|
||
"description": "The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value.",
|
||
"examples": [
|
||
"Black",
|
||
"7fffd4",
|
||
"rgb(0,79,144)",
|
||
"hsl(270, 60%, 70%)"
|
||
],
|
||
"format": "color",
|
||
"title": "Text",
|
||
"type": "string"
|
||
},
|
||
"name": {
|
||
"default": "black",
|
||
"format": "color",
|
||
"title": "Name",
|
||
"type": "string"
|
||
},
|
||
"connections": {
|
||
"default": "black",
|
||
"format": "color",
|
||
"title": "Connections",
|
||
"type": "string"
|
||
},
|
||
"section_titles": {
|
||
"default": "black",
|
||
"format": "color",
|
||
"title": "Section Titles",
|
||
"type": "string"
|
||
},
|
||
"links": {
|
||
"default": "black",
|
||
"format": "color",
|
||
"title": "Links",
|
||
"type": "string"
|
||
},
|
||
"last_updated_date_and_page_numbering": {
|
||
"default": "grey",
|
||
"description": "The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value.",
|
||
"examples": [
|
||
"Black",
|
||
"7fffd4",
|
||
"rgb(0,79,144)",
|
||
"hsl(270, 60%, 70%)"
|
||
],
|
||
"format": "color",
|
||
"title": "Last Updated Date And Page Numbering",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Colors",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringresumes__EducationEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**INSTITUTION**, DEGREE in AREA -- LOCATION",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"degree_column_template": {
|
||
"default": null,
|
||
"title": "Degree Column Template",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"degree_column_width": {
|
||
"default": "1cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Degree Column Width",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "SUMMARY\nHIGHLIGHTS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "DATE",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "EducationEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringresumes__Entries": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"date_and_location_width": {
|
||
"default": "4.15cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Date And Location Width",
|
||
"type": "string"
|
||
},
|
||
"left_and_right_margin": {
|
||
"default": "0cm",
|
||
"title": "Left And Right Margin",
|
||
"type": "string"
|
||
},
|
||
"horizontal_space_between_columns": {
|
||
"default": "0.1cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Horizontal Space Between Columns",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_entries": {
|
||
"default": "0.4cm",
|
||
"title": "Vertical Space Between Entries",
|
||
"type": "string"
|
||
},
|
||
"allow_page_break_in_sections": {
|
||
"default": true,
|
||
"title": "Allow Page Break In Sections",
|
||
"type": "boolean"
|
||
},
|
||
"allow_page_break_in_entries": {
|
||
"default": true,
|
||
"title": "Allow Page Break In Entries",
|
||
"type": "boolean"
|
||
},
|
||
"short_second_row": {
|
||
"default": false,
|
||
"description": "If this option is \"true\", second row will be shortened to leave the bottom of the date empty.",
|
||
"title": "Short Second Row",
|
||
"type": "boolean"
|
||
},
|
||
"show_time_spans_in": {
|
||
"description": "The list of section titles where the time spans will be shown in the entries.",
|
||
"items": {
|
||
"type": "string"
|
||
},
|
||
"title": "Show Time Spans In",
|
||
"type": "array"
|
||
}
|
||
},
|
||
"title": "Entries",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringresumes__EntryOptionsTypes": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"one_line_entry": {
|
||
"$ref": "#/$defs/OneLineEntryOptions"
|
||
},
|
||
"education_entry": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringresumes__EducationEntryOptions",
|
||
"default": {
|
||
"main_column_first_row_template": "**INSTITUTION**, DEGREE in AREA -- LOCATION",
|
||
"degree_column_template": null,
|
||
"degree_column_width": "1cm",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS",
|
||
"date_and_location_column_template": "DATE"
|
||
}
|
||
},
|
||
"normal_entry": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringresumes__NormalEntryOptions",
|
||
"default": {
|
||
"main_column_first_row_template": "**NAME** -- **LOCATION**",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS",
|
||
"date_and_location_column_template": "DATE"
|
||
}
|
||
},
|
||
"experience_entry": {
|
||
"$ref": "#/$defs/rendercv__themes__engineeringresumes__ExperienceEntryOptions",
|
||
"default": {
|
||
"main_column_first_row_template": "**POSITION**, COMPANY -- LOCATION",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS",
|
||
"date_and_location_column_template": "DATE"
|
||
}
|
||
},
|
||
"publication_entry": {
|
||
"$ref": "#/$defs/PublicationEntryOptions"
|
||
}
|
||
},
|
||
"title": "EntryOptionsTypes",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringresumes__ExperienceEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**POSITION**, COMPANY -- LOCATION",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "SUMMARY\nHIGHLIGHTS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "DATE",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "ExperienceEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringresumes__Header": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"name_font_family": {
|
||
"default": "XCharter",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Name Font Family",
|
||
"type": "string"
|
||
},
|
||
"name_font_size": {
|
||
"default": "25pt",
|
||
"title": "Name Font Size",
|
||
"type": "string"
|
||
},
|
||
"name_bold": {
|
||
"default": false,
|
||
"title": "Name Bold",
|
||
"type": "boolean"
|
||
},
|
||
"small_caps_for_name": {
|
||
"default": false,
|
||
"title": "Small Caps For Name",
|
||
"type": "boolean"
|
||
},
|
||
"photo_width": {
|
||
"default": "3.5cm",
|
||
"title": "Photo Width",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_name_and_connections": {
|
||
"default": "0.7cm",
|
||
"title": "Vertical Space Between Name And Connections",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_connections_and_first_section": {
|
||
"default": "0.7cm",
|
||
"title": "Vertical Space Between Connections And First Section",
|
||
"type": "string"
|
||
},
|
||
"horizontal_space_between_connections": {
|
||
"default": "0.5cm",
|
||
"title": "Horizontal Space Between Connections",
|
||
"type": "string"
|
||
},
|
||
"connections_font_family": {
|
||
"default": "XCharter",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Connections Font Family",
|
||
"type": "string"
|
||
},
|
||
"separator_between_connections": {
|
||
"default": "|",
|
||
"title": "Separator Between Connections",
|
||
"type": "string"
|
||
},
|
||
"use_icons_for_connections": {
|
||
"default": false,
|
||
"title": "Use Icons For Connections",
|
||
"type": "boolean"
|
||
},
|
||
"use_urls_as_placeholders_for_connections": {
|
||
"default": true,
|
||
"title": "Use Urls As Placeholders For Connections",
|
||
"type": "boolean"
|
||
},
|
||
"make_connections_links": {
|
||
"default": true,
|
||
"title": "Make Connections Links",
|
||
"type": "boolean"
|
||
},
|
||
"alignment": {
|
||
"default": "center",
|
||
"enum": [
|
||
"left",
|
||
"center",
|
||
"right"
|
||
],
|
||
"title": "Alignment",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Header",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringresumes__Highlights": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"bullet": {
|
||
"default": "•",
|
||
"enum": [
|
||
"•",
|
||
"◦",
|
||
"-",
|
||
"◆",
|
||
"★",
|
||
"■",
|
||
"—",
|
||
"○"
|
||
],
|
||
"title": "Bullet",
|
||
"type": "string"
|
||
},
|
||
"nested_bullet": {
|
||
"default": "-",
|
||
"enum": [
|
||
"•",
|
||
"◦",
|
||
"-",
|
||
"◆",
|
||
"★",
|
||
"■",
|
||
"—",
|
||
"○"
|
||
],
|
||
"title": "Nested Bullet",
|
||
"type": "string"
|
||
},
|
||
"top_margin": {
|
||
"default": "0.25cm",
|
||
"title": "Top Margin",
|
||
"type": "string"
|
||
},
|
||
"left_margin": {
|
||
"default": "0cm",
|
||
"title": "Left Margin",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_highlights": {
|
||
"default": "0.19cm",
|
||
"title": "Vertical Space Between Highlights",
|
||
"type": "string"
|
||
},
|
||
"horizontal_space_between_bullet_and_highlight": {
|
||
"default": "0.3em",
|
||
"title": "Horizontal Space Between Bullet And Highlight",
|
||
"type": "string"
|
||
},
|
||
"summary_left_margin": {
|
||
"default": "0cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Summary Left Margin",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Highlights",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringresumes__Links": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"underline": {
|
||
"default": true,
|
||
"title": "Underline",
|
||
"type": "boolean"
|
||
},
|
||
"use_external_link_icon": {
|
||
"default": false,
|
||
"title": "Use External Link Icon",
|
||
"type": "boolean"
|
||
}
|
||
},
|
||
"title": "Links",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringresumes__NormalEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**NAME** -- **LOCATION**",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "SUMMARY\nHIGHLIGHTS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "DATE",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "NormalEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringresumes__Page": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"size": {
|
||
"default": "us-letter",
|
||
"enum": [
|
||
"a0",
|
||
"a1",
|
||
"a2",
|
||
"a3",
|
||
"a4",
|
||
"a5",
|
||
"a6",
|
||
"a7",
|
||
"a8",
|
||
"us-letter",
|
||
"us-legal",
|
||
"us-executive",
|
||
"us-gov-letter",
|
||
"us-gov-legal",
|
||
"us-business-card",
|
||
"presentation-16-9",
|
||
"presentation-4-3"
|
||
],
|
||
"title": "Size",
|
||
"type": "string"
|
||
},
|
||
"top_margin": {
|
||
"default": "2cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Top Margin",
|
||
"type": "string"
|
||
},
|
||
"bottom_margin": {
|
||
"default": "2cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Bottom Margin",
|
||
"type": "string"
|
||
},
|
||
"left_margin": {
|
||
"default": "2cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Left Margin",
|
||
"type": "string"
|
||
},
|
||
"right_margin": {
|
||
"default": "2cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Right Margin",
|
||
"type": "string"
|
||
},
|
||
"show_page_numbering": {
|
||
"default": false,
|
||
"title": "Show Page Numbering",
|
||
"type": "boolean"
|
||
},
|
||
"show_last_updated_date": {
|
||
"default": true,
|
||
"title": "Show Last Updated Date",
|
||
"type": "boolean"
|
||
}
|
||
},
|
||
"title": "Page",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringresumes__SectionTitles": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"type": {
|
||
"default": "with-full-line",
|
||
"enum": [
|
||
"with-partial-line",
|
||
"with-full-line",
|
||
"without-line",
|
||
"moderncv"
|
||
],
|
||
"title": "Type",
|
||
"type": "string"
|
||
},
|
||
"font_family": {
|
||
"default": "XCharter",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Font Family",
|
||
"type": "string"
|
||
},
|
||
"font_size": {
|
||
"default": "1.2em",
|
||
"title": "Font Size",
|
||
"type": "string"
|
||
},
|
||
"bold": {
|
||
"default": true,
|
||
"title": "Bold",
|
||
"type": "boolean"
|
||
},
|
||
"small_caps": {
|
||
"default": false,
|
||
"title": "Small Caps",
|
||
"type": "boolean"
|
||
},
|
||
"line_thickness": {
|
||
"default": "0.5pt",
|
||
"title": "Line Thickness",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_above": {
|
||
"default": "0.55cm",
|
||
"title": "Vertical Space Above",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_below": {
|
||
"default": "0.3cm",
|
||
"title": "Vertical Space Below",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "SectionTitles",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__engineeringresumes__Text": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"font_family": {
|
||
"default": "XCharter",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Font Family",
|
||
"type": "string"
|
||
},
|
||
"font_size": {
|
||
"default": "10pt",
|
||
"title": "Font Size",
|
||
"type": "string"
|
||
},
|
||
"leading": {
|
||
"default": "0.6em",
|
||
"title": "Leading",
|
||
"type": "string"
|
||
},
|
||
"alignment": {
|
||
"default": "justified",
|
||
"enum": [
|
||
"left",
|
||
"justified",
|
||
"justified-with-no-hyphenation"
|
||
],
|
||
"title": "Alignment",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_alignment": {
|
||
"default": "right",
|
||
"enum": [
|
||
"left",
|
||
"center",
|
||
"right"
|
||
],
|
||
"title": "Date And Location Column Alignment",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Text",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__moderncv__EducationEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**INSTITUTION**, DEGREE in AREA -- LOCATION",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"degree_column_template": {
|
||
"default": null,
|
||
"title": "Degree Column Template",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"degree_column_width": {
|
||
"default": "1cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Degree Column Width",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "SUMMARY\nHIGHLIGHTS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "DATE",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "EducationEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__moderncv__Entries": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"date_and_location_width": {
|
||
"default": "4.15cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Date And Location Width",
|
||
"type": "string"
|
||
},
|
||
"left_and_right_margin": {
|
||
"default": "0cm",
|
||
"title": "Left And Right Margin",
|
||
"type": "string"
|
||
},
|
||
"horizontal_space_between_columns": {
|
||
"default": "0.4cm",
|
||
"title": "Horizontal Space Between Columns",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_entries": {
|
||
"default": "0.4cm",
|
||
"title": "Vertical Space Between Entries",
|
||
"type": "string"
|
||
},
|
||
"allow_page_break_in_sections": {
|
||
"default": true,
|
||
"title": "Allow Page Break In Sections",
|
||
"type": "boolean"
|
||
},
|
||
"allow_page_break_in_entries": {
|
||
"default": true,
|
||
"title": "Allow Page Break In Entries",
|
||
"type": "boolean"
|
||
},
|
||
"short_second_row": {
|
||
"default": false,
|
||
"description": "If this option is \"true\", second row will be shortened to leave the bottom of the date empty.",
|
||
"title": "Short Second Row",
|
||
"type": "boolean"
|
||
},
|
||
"show_time_spans_in": {
|
||
"description": "The list of section titles where the time spans will be shown in the entries.",
|
||
"items": {
|
||
"type": "string"
|
||
},
|
||
"title": "Show Time Spans In",
|
||
"type": "array"
|
||
}
|
||
},
|
||
"title": "Entries",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__moderncv__EntryOptionsTypes": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"one_line_entry": {
|
||
"$ref": "#/$defs/OneLineEntryOptions"
|
||
},
|
||
"education_entry": {
|
||
"$ref": "#/$defs/rendercv__themes__moderncv__EducationEntryOptions",
|
||
"default": {
|
||
"main_column_first_row_template": "**INSTITUTION**, DEGREE in AREA -- LOCATION",
|
||
"degree_column_template": null,
|
||
"degree_column_width": "1cm",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS",
|
||
"date_and_location_column_template": "DATE"
|
||
}
|
||
},
|
||
"normal_entry": {
|
||
"$ref": "#/$defs/rendercv__themes__moderncv__NormalEntryOptions",
|
||
"default": {
|
||
"main_column_first_row_template": "**NAME** -- **LOCATION**",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS",
|
||
"date_and_location_column_template": "DATE"
|
||
}
|
||
},
|
||
"experience_entry": {
|
||
"$ref": "#/$defs/rendercv__themes__moderncv__ExperienceEntryOptions",
|
||
"default": {
|
||
"main_column_first_row_template": "**POSITION**, COMPANY -- LOCATION",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS",
|
||
"date_and_location_column_template": "DATE"
|
||
}
|
||
},
|
||
"publication_entry": {
|
||
"$ref": "#/$defs/PublicationEntryOptions"
|
||
}
|
||
},
|
||
"title": "EntryOptionsTypes",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__moderncv__ExperienceEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**POSITION**, COMPANY -- LOCATION",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "SUMMARY\nHIGHLIGHTS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "DATE",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "ExperienceEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__moderncv__Header": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"name_font_family": {
|
||
"default": "Fontin",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Name Font Family",
|
||
"type": "string"
|
||
},
|
||
"name_font_size": {
|
||
"default": "25pt",
|
||
"title": "Name Font Size",
|
||
"type": "string"
|
||
},
|
||
"name_bold": {
|
||
"default": false,
|
||
"title": "Name Bold",
|
||
"type": "boolean"
|
||
},
|
||
"small_caps_for_name": {
|
||
"default": false,
|
||
"title": "Small Caps For Name",
|
||
"type": "boolean"
|
||
},
|
||
"photo_width": {
|
||
"default": "3.5cm",
|
||
"title": "Photo Width",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_name_and_connections": {
|
||
"default": "0.7cm",
|
||
"title": "Vertical Space Between Name And Connections",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_connections_and_first_section": {
|
||
"default": "0.7cm",
|
||
"title": "Vertical Space Between Connections And First Section",
|
||
"type": "string"
|
||
},
|
||
"horizontal_space_between_connections": {
|
||
"default": "0.5cm",
|
||
"title": "Horizontal Space Between Connections",
|
||
"type": "string"
|
||
},
|
||
"connections_font_family": {
|
||
"default": "Fontin",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Connections Font Family",
|
||
"type": "string"
|
||
},
|
||
"separator_between_connections": {
|
||
"default": "",
|
||
"title": "Separator Between Connections",
|
||
"type": "string"
|
||
},
|
||
"use_icons_for_connections": {
|
||
"default": true,
|
||
"title": "Use Icons For Connections",
|
||
"type": "boolean"
|
||
},
|
||
"use_urls_as_placeholders_for_connections": {
|
||
"default": false,
|
||
"title": "Use Urls As Placeholders For Connections",
|
||
"type": "boolean"
|
||
},
|
||
"make_connections_links": {
|
||
"default": true,
|
||
"title": "Make Connections Links",
|
||
"type": "boolean"
|
||
},
|
||
"alignment": {
|
||
"default": "left",
|
||
"enum": [
|
||
"left",
|
||
"center",
|
||
"right"
|
||
],
|
||
"title": "Alignment",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Header",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__moderncv__Highlights": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"bullet": {
|
||
"default": "•",
|
||
"enum": [
|
||
"•",
|
||
"◦",
|
||
"-",
|
||
"◆",
|
||
"★",
|
||
"■",
|
||
"—",
|
||
"○"
|
||
],
|
||
"title": "Bullet",
|
||
"type": "string"
|
||
},
|
||
"nested_bullet": {
|
||
"default": "-",
|
||
"enum": [
|
||
"•",
|
||
"◦",
|
||
"-",
|
||
"◆",
|
||
"★",
|
||
"■",
|
||
"—",
|
||
"○"
|
||
],
|
||
"title": "Nested Bullet",
|
||
"type": "string"
|
||
},
|
||
"top_margin": {
|
||
"default": "0.25cm",
|
||
"title": "Top Margin",
|
||
"type": "string"
|
||
},
|
||
"left_margin": {
|
||
"default": "0cm",
|
||
"title": "Left Margin",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_highlights": {
|
||
"default": "0.19cm",
|
||
"title": "Vertical Space Between Highlights",
|
||
"type": "string"
|
||
},
|
||
"horizontal_space_between_bullet_and_highlight": {
|
||
"default": "0.3em",
|
||
"title": "Horizontal Space Between Bullet And Highlight",
|
||
"type": "string"
|
||
},
|
||
"summary_left_margin": {
|
||
"default": "0cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Summary Left Margin",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Highlights",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__moderncv__Links": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"underline": {
|
||
"default": true,
|
||
"title": "Underline",
|
||
"type": "boolean"
|
||
},
|
||
"use_external_link_icon": {
|
||
"default": false,
|
||
"title": "Use External Link Icon",
|
||
"type": "boolean"
|
||
}
|
||
},
|
||
"title": "Links",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__moderncv__NormalEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**NAME** -- **LOCATION**",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "SUMMARY\nHIGHLIGHTS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "DATE",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "NormalEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__moderncv__SectionTitles": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"type": {
|
||
"default": "moderncv",
|
||
"enum": [
|
||
"with-partial-line",
|
||
"with-full-line",
|
||
"without-line",
|
||
"moderncv"
|
||
],
|
||
"title": "Type",
|
||
"type": "string"
|
||
},
|
||
"font_family": {
|
||
"default": "Fontin",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Font Family",
|
||
"type": "string"
|
||
},
|
||
"font_size": {
|
||
"default": "1.4em",
|
||
"title": "Font Size",
|
||
"type": "string"
|
||
},
|
||
"bold": {
|
||
"default": false,
|
||
"title": "Bold",
|
||
"type": "boolean"
|
||
},
|
||
"small_caps": {
|
||
"default": false,
|
||
"title": "Small Caps",
|
||
"type": "boolean"
|
||
},
|
||
"line_thickness": {
|
||
"default": "0.15cm",
|
||
"title": "Line Thickness",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_above": {
|
||
"default": "0.55cm",
|
||
"title": "Vertical Space Above",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_below": {
|
||
"default": "0.3cm",
|
||
"title": "Vertical Space Below",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "SectionTitles",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__moderncv__Text": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"font_family": {
|
||
"default": "Fontin",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Font Family",
|
||
"type": "string"
|
||
},
|
||
"font_size": {
|
||
"default": "10pt",
|
||
"title": "Font Size",
|
||
"type": "string"
|
||
},
|
||
"leading": {
|
||
"default": "0.6em",
|
||
"title": "Leading",
|
||
"type": "string"
|
||
},
|
||
"alignment": {
|
||
"default": "justified",
|
||
"enum": [
|
||
"left",
|
||
"justified",
|
||
"justified-with-no-hyphenation"
|
||
],
|
||
"title": "Alignment",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_alignment": {
|
||
"default": "right",
|
||
"enum": [
|
||
"left",
|
||
"center",
|
||
"right"
|
||
],
|
||
"title": "Date And Location Column Alignment",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Text",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__options__Colors": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"text": {
|
||
"default": "black",
|
||
"description": "The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value.",
|
||
"examples": [
|
||
"Black",
|
||
"7fffd4",
|
||
"rgb(0,79,144)",
|
||
"hsl(270, 60%, 70%)"
|
||
],
|
||
"format": "color",
|
||
"title": "Text",
|
||
"type": "string"
|
||
},
|
||
"name": {
|
||
"default": "#004f90",
|
||
"description": "The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value.",
|
||
"examples": [
|
||
"Black",
|
||
"7fffd4",
|
||
"rgb(0,79,144)",
|
||
"hsl(270, 60%, 70%)"
|
||
],
|
||
"format": "color",
|
||
"title": "Name",
|
||
"type": "string"
|
||
},
|
||
"connections": {
|
||
"default": "#004f90",
|
||
"description": "The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value.",
|
||
"examples": [
|
||
"Black",
|
||
"7fffd4",
|
||
"rgb(0,79,144)",
|
||
"hsl(270, 60%, 70%)"
|
||
],
|
||
"format": "color",
|
||
"title": "Connections",
|
||
"type": "string"
|
||
},
|
||
"section_titles": {
|
||
"default": "#004f90",
|
||
"description": "The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value.",
|
||
"examples": [
|
||
"Black",
|
||
"7fffd4",
|
||
"rgb(0,79,144)",
|
||
"hsl(270, 60%, 70%)"
|
||
],
|
||
"format": "color",
|
||
"title": "Section Titles",
|
||
"type": "string"
|
||
},
|
||
"links": {
|
||
"default": "#004f90",
|
||
"description": "The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value.",
|
||
"examples": [
|
||
"Black",
|
||
"7fffd4",
|
||
"rgb(0,79,144)",
|
||
"hsl(270, 60%, 70%)"
|
||
],
|
||
"format": "color",
|
||
"title": "Links",
|
||
"type": "string"
|
||
},
|
||
"last_updated_date_and_page_numbering": {
|
||
"default": "grey",
|
||
"description": "The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value.",
|
||
"examples": [
|
||
"Black",
|
||
"7fffd4",
|
||
"rgb(0,79,144)",
|
||
"hsl(270, 60%, 70%)"
|
||
],
|
||
"format": "color",
|
||
"title": "Last Updated Date And Page Numbering",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Colors",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__options__EducationEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**INSTITUTION**, AREA",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"degree_column_template": {
|
||
"default": "**DEGREE**",
|
||
"description": "If given, a degree column will be added to the education entry. If \"null\", no degree column will be shown. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Degree Column Template",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"degree_column_width": {
|
||
"default": "1cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Degree Column Width",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "SUMMARY\nHIGHLIGHTS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "LOCATION\nDATE",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "EducationEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__options__Entries": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"date_and_location_width": {
|
||
"default": "4.15cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Date And Location Width",
|
||
"type": "string"
|
||
},
|
||
"left_and_right_margin": {
|
||
"default": "0.2cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Left And Right Margin",
|
||
"type": "string"
|
||
},
|
||
"horizontal_space_between_columns": {
|
||
"default": "0.1cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Horizontal Space Between Columns",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_entries": {
|
||
"default": "1.2em",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Vertical Space Between Entries",
|
||
"type": "string"
|
||
},
|
||
"allow_page_break_in_sections": {
|
||
"default": true,
|
||
"title": "Allow Page Break In Sections",
|
||
"type": "boolean"
|
||
},
|
||
"allow_page_break_in_entries": {
|
||
"default": true,
|
||
"title": "Allow Page Break In Entries",
|
||
"type": "boolean"
|
||
},
|
||
"short_second_row": {
|
||
"default": false,
|
||
"description": "If this option is \"true\", second row will be shortened to leave the bottom of the date empty.",
|
||
"title": "Short Second Row",
|
||
"type": "boolean"
|
||
},
|
||
"show_time_spans_in": {
|
||
"description": "The list of section titles where the time spans will be shown in the entries.",
|
||
"items": {
|
||
"type": "string"
|
||
},
|
||
"title": "Show Time Spans In",
|
||
"type": "array"
|
||
}
|
||
},
|
||
"title": "Entries",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__options__ExperienceEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**COMPANY**, POSITION",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "SUMMARY\nHIGHLIGHTS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "LOCATION\nDATE",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "ExperienceEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__options__Header": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"name_font_family": {
|
||
"default": "Source Sans 3",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Name Font Family",
|
||
"type": "string"
|
||
},
|
||
"name_font_size": {
|
||
"default": "30pt",
|
||
"title": "Name Font Size",
|
||
"type": "string"
|
||
},
|
||
"name_bold": {
|
||
"default": true,
|
||
"title": "Name Bold",
|
||
"type": "boolean"
|
||
},
|
||
"small_caps_for_name": {
|
||
"default": false,
|
||
"title": "Small Caps For Name",
|
||
"type": "boolean"
|
||
},
|
||
"photo_width": {
|
||
"default": "3.5cm",
|
||
"title": "Photo Width",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_name_and_connections": {
|
||
"default": "0.7cm",
|
||
"title": "Vertical Space Between Name And Connections",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_connections_and_first_section": {
|
||
"default": "0.7cm",
|
||
"title": "Vertical Space Between Connections And First Section",
|
||
"type": "string"
|
||
},
|
||
"horizontal_space_between_connections": {
|
||
"default": "0.5cm",
|
||
"title": "Horizontal Space Between Connections",
|
||
"type": "string"
|
||
},
|
||
"connections_font_family": {
|
||
"default": "Source Sans 3",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Connections Font Family",
|
||
"type": "string"
|
||
},
|
||
"separator_between_connections": {
|
||
"default": "",
|
||
"title": "Separator Between Connections",
|
||
"type": "string"
|
||
},
|
||
"use_icons_for_connections": {
|
||
"default": true,
|
||
"title": "Use Icons For Connections",
|
||
"type": "boolean"
|
||
},
|
||
"use_urls_as_placeholders_for_connections": {
|
||
"default": false,
|
||
"title": "Use Urls As Placeholders For Connections",
|
||
"type": "boolean"
|
||
},
|
||
"make_connections_links": {
|
||
"default": true,
|
||
"title": "Make Connections Links",
|
||
"type": "boolean"
|
||
},
|
||
"alignment": {
|
||
"default": "center",
|
||
"enum": [
|
||
"left",
|
||
"center",
|
||
"right"
|
||
],
|
||
"title": "Alignment",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Header",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__options__Highlights": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"bullet": {
|
||
"default": "•",
|
||
"enum": [
|
||
"•",
|
||
"◦",
|
||
"-",
|
||
"◆",
|
||
"★",
|
||
"■",
|
||
"—",
|
||
"○"
|
||
],
|
||
"title": "Bullet",
|
||
"type": "string"
|
||
},
|
||
"nested_bullet": {
|
||
"default": "-",
|
||
"enum": [
|
||
"•",
|
||
"◦",
|
||
"-",
|
||
"◆",
|
||
"★",
|
||
"■",
|
||
"—",
|
||
"○"
|
||
],
|
||
"title": "Nested Bullet",
|
||
"type": "string"
|
||
},
|
||
"top_margin": {
|
||
"default": "0.25cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Top Margin",
|
||
"type": "string"
|
||
},
|
||
"left_margin": {
|
||
"default": "0.4cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Left Margin",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_highlights": {
|
||
"default": "0.25cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Vertical Space Between Highlights",
|
||
"type": "string"
|
||
},
|
||
"horizontal_space_between_bullet_and_highlight": {
|
||
"default": "0.5em",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Horizontal Space Between Bullet And Highlight",
|
||
"type": "string"
|
||
},
|
||
"summary_left_margin": {
|
||
"default": "0cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Summary Left Margin",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Highlights",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__options__Links": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"underline": {
|
||
"default": false,
|
||
"title": "Underline",
|
||
"type": "boolean"
|
||
},
|
||
"use_external_link_icon": {
|
||
"default": true,
|
||
"title": "Use External Link Icon",
|
||
"type": "boolean"
|
||
}
|
||
},
|
||
"title": "Links",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__options__NormalEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**NAME**",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "SUMMARY\nHIGHLIGHTS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "LOCATION\nDATE",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "NormalEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__options__Page": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"size": {
|
||
"default": "us-letter",
|
||
"enum": [
|
||
"a0",
|
||
"a1",
|
||
"a2",
|
||
"a3",
|
||
"a4",
|
||
"a5",
|
||
"a6",
|
||
"a7",
|
||
"a8",
|
||
"us-letter",
|
||
"us-legal",
|
||
"us-executive",
|
||
"us-gov-letter",
|
||
"us-gov-legal",
|
||
"us-business-card",
|
||
"presentation-16-9",
|
||
"presentation-4-3"
|
||
],
|
||
"title": "Size",
|
||
"type": "string"
|
||
},
|
||
"top_margin": {
|
||
"default": "2cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Top Margin",
|
||
"type": "string"
|
||
},
|
||
"bottom_margin": {
|
||
"default": "2cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Bottom Margin",
|
||
"type": "string"
|
||
},
|
||
"left_margin": {
|
||
"default": "2cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Left Margin",
|
||
"type": "string"
|
||
},
|
||
"right_margin": {
|
||
"default": "2cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Right Margin",
|
||
"type": "string"
|
||
},
|
||
"show_page_numbering": {
|
||
"default": true,
|
||
"title": "Show Page Numbering",
|
||
"type": "boolean"
|
||
},
|
||
"show_last_updated_date": {
|
||
"default": true,
|
||
"title": "Show Last Updated Date",
|
||
"type": "boolean"
|
||
}
|
||
},
|
||
"title": "Page",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__options__SectionTitles": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"type": {
|
||
"default": "with-partial-line",
|
||
"enum": [
|
||
"with-partial-line",
|
||
"with-full-line",
|
||
"without-line",
|
||
"moderncv"
|
||
],
|
||
"title": "Type",
|
||
"type": "string"
|
||
},
|
||
"font_family": {
|
||
"default": "Source Sans 3",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Font Family",
|
||
"type": "string"
|
||
},
|
||
"font_size": {
|
||
"default": "1.4em",
|
||
"title": "Font Size",
|
||
"type": "string"
|
||
},
|
||
"bold": {
|
||
"default": true,
|
||
"title": "Bold",
|
||
"type": "boolean"
|
||
},
|
||
"small_caps": {
|
||
"default": false,
|
||
"title": "Small Caps",
|
||
"type": "boolean"
|
||
},
|
||
"line_thickness": {
|
||
"default": "0.5pt",
|
||
"title": "Line Thickness",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_above": {
|
||
"default": "0.5cm",
|
||
"title": "Vertical Space Above",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_below": {
|
||
"default": "0.3cm",
|
||
"title": "Vertical Space Below",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "SectionTitles",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__options__Text": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"font_family": {
|
||
"default": "Source Sans 3",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Font Family",
|
||
"type": "string"
|
||
},
|
||
"font_size": {
|
||
"default": "10pt",
|
||
"title": "Font Size",
|
||
"type": "string"
|
||
},
|
||
"leading": {
|
||
"default": "0.6em",
|
||
"description": "The vertical space between adjacent lines of text.",
|
||
"title": "Leading",
|
||
"type": "string"
|
||
},
|
||
"alignment": {
|
||
"default": "justified",
|
||
"enum": [
|
||
"left",
|
||
"justified",
|
||
"justified-with-no-hyphenation"
|
||
],
|
||
"title": "Alignment",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_alignment": {
|
||
"default": "right",
|
||
"enum": [
|
||
"left",
|
||
"center",
|
||
"right"
|
||
],
|
||
"title": "Date And Location Column Alignment",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Text",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__sb2nov__Colors": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"text": {
|
||
"default": "black",
|
||
"description": "The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value.",
|
||
"examples": [
|
||
"Black",
|
||
"7fffd4",
|
||
"rgb(0,79,144)",
|
||
"hsl(270, 60%, 70%)"
|
||
],
|
||
"format": "color",
|
||
"title": "Text",
|
||
"type": "string"
|
||
},
|
||
"name": {
|
||
"default": "black",
|
||
"description": "The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value.",
|
||
"examples": [
|
||
"Black",
|
||
"7fffd4",
|
||
"rgb(0,79,144)",
|
||
"hsl(270, 60%, 70%)"
|
||
],
|
||
"format": "color",
|
||
"title": "Name",
|
||
"type": "string"
|
||
},
|
||
"connections": {
|
||
"default": "black",
|
||
"format": "color",
|
||
"title": "Connections",
|
||
"type": "string"
|
||
},
|
||
"section_titles": {
|
||
"default": "black",
|
||
"description": "The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value.",
|
||
"examples": [
|
||
"Black",
|
||
"7fffd4",
|
||
"rgb(0,79,144)",
|
||
"hsl(270, 60%, 70%)"
|
||
],
|
||
"format": "color",
|
||
"title": "Section Titles",
|
||
"type": "string"
|
||
},
|
||
"links": {
|
||
"default": "#004f90",
|
||
"description": "The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value.",
|
||
"examples": [
|
||
"Black",
|
||
"7fffd4",
|
||
"rgb(0,79,144)",
|
||
"hsl(270, 60%, 70%)"
|
||
],
|
||
"format": "color",
|
||
"title": "Links",
|
||
"type": "string"
|
||
},
|
||
"last_updated_date_and_page_numbering": {
|
||
"default": "grey",
|
||
"description": "The color can be specified either with their name (https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value.",
|
||
"examples": [
|
||
"Black",
|
||
"7fffd4",
|
||
"rgb(0,79,144)",
|
||
"hsl(270, 60%, 70%)"
|
||
],
|
||
"format": "color",
|
||
"title": "Last Updated Date And Page Numbering",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Colors",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__sb2nov__EducationEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**INSTITUTION**\n*DEGREE in AREA*",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"degree_column_template": {
|
||
"default": null,
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Degree Column Template",
|
||
"oneOf": [
|
||
{
|
||
"type": "string"
|
||
},
|
||
{
|
||
"type": "null"
|
||
}
|
||
]
|
||
},
|
||
"degree_column_width": {
|
||
"default": "1cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Degree Column Width",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "SUMMARY\nHIGHLIGHTS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "*LOCATION*\n*DATE*",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "EducationEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__sb2nov__EntryOptionsTypes": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"one_line_entry": {
|
||
"$ref": "#/$defs/OneLineEntryOptions"
|
||
},
|
||
"education_entry": {
|
||
"$ref": "#/$defs/rendercv__themes__sb2nov__EducationEntryOptions"
|
||
},
|
||
"normal_entry": {
|
||
"$ref": "#/$defs/rendercv__themes__sb2nov__NormalEntryOptions"
|
||
},
|
||
"experience_entry": {
|
||
"$ref": "#/$defs/rendercv__themes__sb2nov__ExperienceEntryOptions"
|
||
},
|
||
"publication_entry": {
|
||
"$ref": "#/$defs/PublicationEntryOptions"
|
||
}
|
||
},
|
||
"title": "EntryOptionsTypes",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__sb2nov__ExperienceEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**POSITION**\n*COMPANY*",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "SUMMARY\nHIGHLIGHTS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "*LOCATION*\n*DATE*",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "ExperienceEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__sb2nov__Header": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"name_font_family": {
|
||
"default": "New Computer Modern",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Name Font Family",
|
||
"type": "string"
|
||
},
|
||
"name_font_size": {
|
||
"default": "30pt",
|
||
"title": "Name Font Size",
|
||
"type": "string"
|
||
},
|
||
"name_bold": {
|
||
"default": true,
|
||
"title": "Name Bold",
|
||
"type": "boolean"
|
||
},
|
||
"small_caps_for_name": {
|
||
"default": false,
|
||
"title": "Small Caps For Name",
|
||
"type": "boolean"
|
||
},
|
||
"photo_width": {
|
||
"default": "3.5cm",
|
||
"title": "Photo Width",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_name_and_connections": {
|
||
"default": "0.7cm",
|
||
"title": "Vertical Space Between Name And Connections",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_connections_and_first_section": {
|
||
"default": "0.7cm",
|
||
"title": "Vertical Space Between Connections And First Section",
|
||
"type": "string"
|
||
},
|
||
"horizontal_space_between_connections": {
|
||
"default": "0.5cm",
|
||
"title": "Horizontal Space Between Connections",
|
||
"type": "string"
|
||
},
|
||
"connections_font_family": {
|
||
"default": "New Computer Modern",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Connections Font Family",
|
||
"type": "string"
|
||
},
|
||
"separator_between_connections": {
|
||
"default": "",
|
||
"title": "Separator Between Connections",
|
||
"type": "string"
|
||
},
|
||
"use_icons_for_connections": {
|
||
"default": true,
|
||
"title": "Use Icons For Connections",
|
||
"type": "boolean"
|
||
},
|
||
"use_urls_as_placeholders_for_connections": {
|
||
"default": false,
|
||
"title": "Use Urls As Placeholders For Connections",
|
||
"type": "boolean"
|
||
},
|
||
"make_connections_links": {
|
||
"default": true,
|
||
"title": "Make Connections Links",
|
||
"type": "boolean"
|
||
},
|
||
"alignment": {
|
||
"default": "center",
|
||
"enum": [
|
||
"left",
|
||
"center",
|
||
"right"
|
||
],
|
||
"title": "Alignment",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Header",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__sb2nov__Highlights": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"bullet": {
|
||
"default": "◦",
|
||
"enum": [
|
||
"•",
|
||
"◦",
|
||
"-",
|
||
"◆",
|
||
"★",
|
||
"■",
|
||
"—",
|
||
"○"
|
||
],
|
||
"title": "Bullet",
|
||
"type": "string"
|
||
},
|
||
"nested_bullet": {
|
||
"default": "-",
|
||
"enum": [
|
||
"•",
|
||
"◦",
|
||
"-",
|
||
"◆",
|
||
"★",
|
||
"■",
|
||
"—",
|
||
"○"
|
||
],
|
||
"title": "Nested Bullet",
|
||
"type": "string"
|
||
},
|
||
"top_margin": {
|
||
"default": "0.25cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Top Margin",
|
||
"type": "string"
|
||
},
|
||
"left_margin": {
|
||
"default": "0.4cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Left Margin",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_between_highlights": {
|
||
"default": "0.25cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Vertical Space Between Highlights",
|
||
"type": "string"
|
||
},
|
||
"horizontal_space_between_bullet_and_highlight": {
|
||
"default": "0.5em",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Horizontal Space Between Bullet And Highlight",
|
||
"type": "string"
|
||
},
|
||
"summary_left_margin": {
|
||
"default": "0cm",
|
||
"description": "It can be specified with units (cm, in, pt, mm, ex, em). For example, 0.1cm.",
|
||
"title": "Summary Left Margin",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Highlights",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__sb2nov__Links": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"underline": {
|
||
"default": true,
|
||
"title": "Underline",
|
||
"type": "boolean"
|
||
},
|
||
"use_external_link_icon": {
|
||
"default": false,
|
||
"title": "Use External Link Icon",
|
||
"type": "boolean"
|
||
}
|
||
},
|
||
"title": "Links",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__sb2nov__NormalEntryOptions": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"main_column_first_row_template": {
|
||
"default": "**NAME**",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column First Row Template",
|
||
"type": "string"
|
||
},
|
||
"main_column_second_row_template": {
|
||
"default": "SUMMARY\nHIGHLIGHTS",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Main Column Second Row Template",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_template": {
|
||
"default": "*LOCATION*\n*DATE*",
|
||
"description": "The content of the template. The available placeholders are all the keys used in the entries (in uppercase).",
|
||
"title": "Date And Location Column Template",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "NormalEntryOptions",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__sb2nov__SectionTitles": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"type": {
|
||
"default": "with-full-line",
|
||
"enum": [
|
||
"with-partial-line",
|
||
"with-full-line",
|
||
"without-line",
|
||
"moderncv"
|
||
],
|
||
"title": "Type",
|
||
"type": "string"
|
||
},
|
||
"font_family": {
|
||
"default": "New Computer Modern",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Font Family",
|
||
"type": "string"
|
||
},
|
||
"font_size": {
|
||
"default": "1.4em",
|
||
"title": "Font Size",
|
||
"type": "string"
|
||
},
|
||
"bold": {
|
||
"default": true,
|
||
"title": "Bold",
|
||
"type": "boolean"
|
||
},
|
||
"small_caps": {
|
||
"default": false,
|
||
"title": "Small Caps",
|
||
"type": "boolean"
|
||
},
|
||
"line_thickness": {
|
||
"default": "0.5pt",
|
||
"title": "Line Thickness",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_above": {
|
||
"default": "0.5cm",
|
||
"title": "Vertical Space Above",
|
||
"type": "string"
|
||
},
|
||
"vertical_space_below": {
|
||
"default": "0.3cm",
|
||
"title": "Vertical Space Below",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "SectionTitles",
|
||
"type": "object"
|
||
},
|
||
"rendercv__themes__sb2nov__Text": {
|
||
"additionalProperties": false,
|
||
"properties": {
|
||
"font_family": {
|
||
"default": "New Computer Modern",
|
||
"enum": [
|
||
"Aptos",
|
||
"Arial",
|
||
"Calibri",
|
||
"Cambria",
|
||
"Candara",
|
||
"DejaVu Sans Mono",
|
||
"Didot",
|
||
"EB Garamond",
|
||
"Fontin",
|
||
"Garamond",
|
||
"Gentium Book Plus",
|
||
"Georgia",
|
||
"Gill Sans",
|
||
"Helvetica",
|
||
"Inter",
|
||
"Lato",
|
||
"Libertinus Serif",
|
||
"Montserrat",
|
||
"Mukta",
|
||
"New Computer Modern",
|
||
"Noto Sans",
|
||
"Open Sans",
|
||
"Open Sauce Sans",
|
||
"Playfair Display",
|
||
"Poppins",
|
||
"Raleway",
|
||
"Roboto",
|
||
"Source Sans 3",
|
||
"Tahoma",
|
||
"Times New Roman",
|
||
"Ubuntu",
|
||
"Verdana",
|
||
"XCharter"
|
||
],
|
||
"title": "Font Family",
|
||
"type": "string"
|
||
},
|
||
"font_size": {
|
||
"default": "10pt",
|
||
"title": "Font Size",
|
||
"type": "string"
|
||
},
|
||
"leading": {
|
||
"default": "0.6em",
|
||
"description": "The vertical space between adjacent lines of text.",
|
||
"title": "Leading",
|
||
"type": "string"
|
||
},
|
||
"alignment": {
|
||
"default": "justified",
|
||
"enum": [
|
||
"left",
|
||
"justified",
|
||
"justified-with-no-hyphenation"
|
||
],
|
||
"title": "Alignment",
|
||
"type": "string"
|
||
},
|
||
"date_and_location_column_alignment": {
|
||
"default": "right",
|
||
"enum": [
|
||
"left",
|
||
"center",
|
||
"right"
|
||
],
|
||
"title": "Date And Location Column Alignment",
|
||
"type": "string"
|
||
}
|
||
},
|
||
"title": "Text",
|
||
"type": "object"
|
||
}
|
||
},
|
||
"additionalProperties": false,
|
||
"description": "RenderCV data model.",
|
||
"properties": {
|
||
"cv": {
|
||
"$ref": "#/$defs/CurriculumVitae",
|
||
"description": "The content of the CV."
|
||
},
|
||
"design": {
|
||
"default": {
|
||
"theme": "classic",
|
||
"page": {
|
||
"bottom_margin": "2cm",
|
||
"left_margin": "2cm",
|
||
"right_margin": "2cm",
|
||
"show_last_updated_date": true,
|
||
"show_page_numbering": true,
|
||
"size": "us-letter",
|
||
"top_margin": "2cm"
|
||
},
|
||
"colors": {
|
||
"connections": "rgb(0, 79, 144)",
|
||
"last_updated_date_and_page_numbering": "rgb(128, 128, 128)",
|
||
"links": "rgb(0, 79, 144)",
|
||
"name": "rgb(0, 79, 144)",
|
||
"section_titles": "rgb(0, 79, 144)",
|
||
"text": "rgb(0, 0, 0)"
|
||
},
|
||
"text": {
|
||
"alignment": "justified",
|
||
"date_and_location_column_alignment": "right",
|
||
"font_family": "Source Sans 3",
|
||
"font_size": "10pt",
|
||
"leading": "0.6em"
|
||
},
|
||
"links": {
|
||
"underline": false,
|
||
"use_external_link_icon": true
|
||
},
|
||
"header": {
|
||
"alignment": "center",
|
||
"connections_font_family": "Source Sans 3",
|
||
"horizontal_space_between_connections": "0.5cm",
|
||
"make_connections_links": true,
|
||
"name_bold": true,
|
||
"name_font_family": "Source Sans 3",
|
||
"name_font_size": "30pt",
|
||
"photo_width": "3.5cm",
|
||
"separator_between_connections": "",
|
||
"small_caps_for_name": false,
|
||
"use_icons_for_connections": true,
|
||
"use_urls_as_placeholders_for_connections": false,
|
||
"vertical_space_between_connections_and_first_section": "0.7cm",
|
||
"vertical_space_between_name_and_connections": "0.7cm"
|
||
},
|
||
"section_titles": {
|
||
"bold": true,
|
||
"font_family": "Source Sans 3",
|
||
"font_size": "1.4em",
|
||
"line_thickness": "0.5pt",
|
||
"small_caps": false,
|
||
"type": "with-partial-line",
|
||
"vertical_space_above": "0.5cm",
|
||
"vertical_space_below": "0.3cm"
|
||
},
|
||
"entries": {
|
||
"allow_page_break_in_entries": true,
|
||
"allow_page_break_in_sections": true,
|
||
"date_and_location_width": "4.15cm",
|
||
"horizontal_space_between_columns": "0.1cm",
|
||
"left_and_right_margin": "0.2cm",
|
||
"short_second_row": false,
|
||
"show_time_spans_in": [],
|
||
"vertical_space_between_entries": "1.2em"
|
||
},
|
||
"highlights": {
|
||
"bullet": "•",
|
||
"horizontal_space_between_bullet_and_highlight": "0.5em",
|
||
"left_margin": "0.4cm",
|
||
"nested_bullet": "-",
|
||
"summary_left_margin": "0cm",
|
||
"top_margin": "0.25cm",
|
||
"vertical_space_between_highlights": "0.25cm"
|
||
},
|
||
"entry_types": {
|
||
"education_entry": {
|
||
"date_and_location_column_template": "LOCATION\nDATE",
|
||
"degree_column_template": "**DEGREE**",
|
||
"degree_column_width": "1cm",
|
||
"main_column_first_row_template": "**INSTITUTION**, AREA",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS"
|
||
},
|
||
"experience_entry": {
|
||
"date_and_location_column_template": "LOCATION\nDATE",
|
||
"main_column_first_row_template": "**COMPANY**, POSITION",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS"
|
||
},
|
||
"normal_entry": {
|
||
"date_and_location_column_template": "LOCATION\nDATE",
|
||
"main_column_first_row_template": "**NAME**",
|
||
"main_column_second_row_template": "SUMMARY\nHIGHLIGHTS"
|
||
},
|
||
"one_line_entry": {
|
||
"template": "**LABEL:** DETAILS"
|
||
},
|
||
"publication_entry": {
|
||
"date_and_location_column_template": "DATE",
|
||
"main_column_first_row_template": "**TITLE**",
|
||
"main_column_second_row_template": "AUTHORS\nURL (JOURNAL)",
|
||
"main_column_second_row_without_journal_template": "AUTHORS\nURL",
|
||
"main_column_second_row_without_url_template": "AUTHORS\nJOURNAL"
|
||
}
|
||
}
|
||
},
|
||
"description": "The design information of the CV. The default is the `classic` theme.",
|
||
"discriminator": {
|
||
"mapping": {
|
||
"classic": "#/$defs/ClassicThemeOptions",
|
||
"engineeringclassic": "#/$defs/EngineeringclassicThemeOptions",
|
||
"engineeringresumes": "#/$defs/EngineeringresumesThemeOptions",
|
||
"moderncv": "#/$defs/ModerncvThemeOptions",
|
||
"sb2nov": "#/$defs/Sb2novThemeOptions"
|
||
},
|
||
"propertyName": "theme"
|
||
},
|
||
"oneOf": [
|
||
{
|
||
"$ref": "#/$defs/ClassicThemeOptions"
|
||
},
|
||
{
|
||
"$ref": "#/$defs/Sb2novThemeOptions"
|
||
},
|
||
{
|
||
"$ref": "#/$defs/EngineeringresumesThemeOptions"
|
||
},
|
||
{
|
||
"$ref": "#/$defs/EngineeringclassicThemeOptions"
|
||
},
|
||
{
|
||
"$ref": "#/$defs/ModerncvThemeOptions"
|
||
}
|
||
],
|
||
"title": "Design"
|
||
},
|
||
"locale": {
|
||
"$ref": "#/$defs/Locale",
|
||
"default": null,
|
||
"description": "The locale catalog of the CV to allow the support of multiple languages.",
|
||
"title": "Locale Catalog"
|
||
},
|
||
"rendercv_settings": {
|
||
"$ref": "#/$defs/RenderCVSettings",
|
||
"default": {
|
||
"date": "2025-10-28",
|
||
"render_command": null,
|
||
"bold_keywords": [],
|
||
"sort_entries": "none"
|
||
},
|
||
"description": "The settings of the RenderCV."
|
||
}
|
||
},
|
||
"required": [],
|
||
"title": "RenderCV",
|
||
"type": "object",
|
||
"$id": "https://raw.githubusercontent.com/rendercv/rendercv/main/schema.json",
|
||
"$schema": "http://json-schema.org/draft-07/schema#"
|
||
} |