Files
form-render/demo/json/simplest.json
2019-10-14 13:43:50 +08:00

17 lines
268 B
JSON

{
"propsSchema": {
"type": "object",
"properties": {
"string": {
"title": "字符串",
"type": "string"
},
"select": {
"title": "单选",
"type": "string",
"enum": ["a", "b", "c"]
}
}
}
}