@opengis/admin
Version:
This project Softpro Admin
32 lines (31 loc) • 611 B
JSON
{
"schema": {
"sur_name": {
"ua": "Прізвище",
"type": "text",
"validators": ["required"]
},
"user_name": {
"ua": "Ім'я",
"type": "text",
"validators": ["required"]
},
"father_name": {
"ua": "По батькові",
"type": "text"
},
"email": {
"ua": "Email",
"type": "email",
"validators": ["required"]
},
"phone": {
"ua": "Номер телефону",
"type": "text"
},
"avatar": {
"ua": "Аватар",
"type": "file"
}
}
}