摇摇欲坠的用户界面是否支持“ patternproperties”?

时间:2018-08-16 11:37:38

标签: json user-interface design-patterns swagger

我正在写一张摇摇欲坠的合同,必须使用patterProperties,但是在摇摇欲坠的UI上使用它时,它失败了。出现所有父部件,并且开始的图案项目消失。

这就是我要处理的内容

"nodes": {
        "description": "list of nodes",
        "required": "true",
        "type": "object",
        "patternProperties": {
                  "^[\\S]+$": {
                    "description": "node metada",
                    "required": "true",
                    "type": "object",
                    "properties": {
                      "length": {
                        "description": "node length",
                        "required": "true",
                        "type": "string"
                      },
                      "width": {
                        "description": "node width",
                        "required": "true",
                        "type": "string"
                      }
                    }
                  }
         }
}

0 个答案:

没有答案