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