diff --git a/Ryujinx/_schema.json b/Ryujinx/_schema.json index 572b15504c..91d0ffeb5f 100644 --- a/Ryujinx/_schema.json +++ b/Ryujinx/_schema.json @@ -484,14 +484,14 @@ }, "game_dirs": { "$id": "#/properties/game_dirs", - "type": "string list", + "type": "array", "title": "List of Game Directories", "description": "A list of directories containing games to be used to load games into the games list", "default": [] }, "gui_columns": { "$id": "#/properties/gui_columns", - "type": "bool list", + "type": "array", "title": "Used to toggle columns in the GUI", "description": "Used to toggle columns in the GUI", "default": [ true, true, true, true, true, true, true, true, true, true ]