UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
src
/
assets
/
schema
/
validation.json
17 lines
(16 loc)
•
348 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"properties"
:
{
"name"
:
{
"type"
:
"string"
,
"minLength"
:
3
,
"ui"
:
{
"errors"
:
{
"required"
:
"姓名不能为空"
,
"minLength"
:
"姓名至少3个字符以上"
}
,
"_validator"
:
"无法模拟,请参考https://ohayojp.com/form/error"
}
}
}
,
"required"
:
[
"name"
]
}