mirror of
https://github.com/zhigang1992/form-render.git
synced 2026-06-12 08:48:15 +08:00
17 lines
268 B
JSON
17 lines
268 B
JSON
{
|
|
"propsSchema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"string": {
|
|
"title": "字符串",
|
|
"type": "string"
|
|
},
|
|
"select": {
|
|
"title": "单选",
|
|
"type": "string",
|
|
"enum": ["a", "b", "c"]
|
|
}
|
|
}
|
|
}
|
|
}
|