浏览代码

fix: remove required properties for file-based data nodes

trgiangdo 1 年之前
父节点
当前提交
177e0bc9a6
共有 1 个文件被更改,包括 0 次插入18 次删除
  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": {