Browse Source

fix: remove required properties for file-based data nodes

trgiangdo 1 year ago
parent
commit
177e0bc9a6
1 changed files with 0 additions and 18 deletions
  1. 0 18
      taipy/core/config/config.schema.json

+ 0 - 18
taipy/core/config/config.schema.json

@@ -263,24 +263,6 @@
           }
         },
         "allOf": [
-          {
-            "if": {
-              "properties": {
-                "storage_type": {
-                  "enum": [
-                    "csv",
-                    "excel",
-                    "json"
-                  ]
-                }
-              }
-            },
-            "then": {
-              "required": [
-                "default_path"
-              ]
-            }
-          },
           {
             "if": {
               "properties": {