mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
chore: Update on schema
This commit is contained in:
20
schema.json
20
schema.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user