docs: update schema.json

This commit is contained in:
Sina Atalay
2024-07-19 01:28:06 +03:00
parent 2d226006c9
commit a3fea3a814

View File

@@ -173,10 +173,8 @@
"title": "Margins"
},
"show_timespan_in": {
"default": [
"Experience"
],
"description": "The time span will be shown in the date and location column in these sections. The input should be a list of section titles as strings (case-sensitive). The default value is ['Experience'].",
"default": [],
"description": "The time span will be shown in the date and location column in these sections. The input should be a list of section titles as strings (case-sensitive). The default value is [] (no section will show the time span).",
"items": {
"type": "string"
},
@@ -1621,6 +1619,7 @@
"title": "DOI",
"oneOf": [
{
"pattern": "\\b10\\..*",
"type": "string"
}
]
@@ -1948,9 +1947,7 @@
"top": "0.3 cm"
}
},
"show_timespan_in": [
"Experience"
]
"show_timespan_in": []
},
"description": "The design information of the CV. The default is the classic theme.",
"discriminator": {