vue和ui框架
ui框架element
问题描述
{
"properties": {
"body": {
"additionalProperties": {
"type": "string"
},
"description": "config",
"title": "Body",
"type": "object"
}
},
"title": "Config",
"type": "object"
}
以上schema没有渲染出来
如何复现
将上述schema复制到Playground中,或者打开 playground分享链接
期望的结果
和将schema放入 https://rjsf-team.github.io/react-jsonschema-form/ 中获得的结果一样
vue和ui框架
ui框架element
问题描述
{ "properties": { "body": { "additionalProperties": { "type": "string" }, "description": "config", "title": "Body", "type": "object" } }, "title": "Config", "type": "object" }以上schema没有渲染出来
如何复现
将上述schema复制到Playground中,或者打开 playground分享链接
期望的结果
和将schema放入 https://rjsf-team.github.io/react-jsonschema-form/ 中获得的结果一样