chore: Update on schema

This commit is contained in:
Akib
2024-09-04 18:30:21 +00:00
parent 91281a2a0e
commit ff1734526f

View File

@@ -1690,24 +1690,6 @@
"RenderCVSettings": {
"additionalProperties": false,
"description": "This class is the data model of the rendercv settings. The values of each field\nupdates the `rendercv_settings` dictionary.",
"properties": {
"render_options": {
"default": null,
"description": "The options to render the output files.",
"title": "Render Options",
"oneOf": [
{
"$ref": "#/$defs/RenderOptions"
}
]
}
},
"title": "RenderCVSettings",
"type": "object"
},
"RenderOptions": {
"additionalProperties": false,
"description": "This class is the data model of the render options. The values of each field\nupdates the `rendercv_settings.render` dictionary.",
"properties": {
"output_folder_name": {
"default": "rendercv_output",
@@ -1810,7 +1792,7 @@
]
}
},
"title": "RenderOptions",
"title": "RenderCVSettings",
"type": "object"
},
"Sb2novThemeOptions": {