mirror of
https://github.com/rendercv/rendercv.git
synced 2026-05-19 06:06:04 -04:00
fix schema issues
This commit is contained in:
@@ -199,6 +199,9 @@ class RenderCVSettings(RenderCVBaseModelWithoutExtraKeys):
|
||||
" last updated date, computation of time spans for the events that are"
|
||||
" currently happening, etc.). The default value is the current date."
|
||||
),
|
||||
json_schema_extra={
|
||||
"default": None,
|
||||
},
|
||||
)
|
||||
render_command: Optional[RenderCommandSettings] = pydantic.Field(
|
||||
default=None,
|
||||
|
||||
@@ -921,7 +921,7 @@
|
||||
"description": "This class is the data model of the RenderCV settings.",
|
||||
"properties": {
|
||||
"date": {
|
||||
"default": "2025-01-19",
|
||||
"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",
|
||||
@@ -4519,7 +4519,7 @@
|
||||
"rendercv_settings": {
|
||||
"$ref": "#/$defs/RenderCVSettings",
|
||||
"default": {
|
||||
"date": "2025-01-19",
|
||||
"date": "2025-01-25",
|
||||
"render_command": null,
|
||||
"bold_keywords": []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user