Text attribute config schema

字段类型必填默认值描述
key
string
-标签名称
value
string
-标签值
type
string
string标签属性为文本类型
max_length
numbernull
-最大字符长度
regexp
string
-字符正则验证
stringType
string
text字符类型
defaultValue
string
-默认值

Example

{
	"key": "标签-1",
	"value": "text-label-1",
	"required": true,
	"type": "string",
	"maxLength": 1000,
	"stringType": "text",
	"defaultValue": ""
}
目录