diff --git a/schema.json b/schema.json index 07d4b807..250977c8 100644 --- a/schema.json +++ b/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": {