mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
12 lines
240 B
JSON
12 lines
240 B
JSON
|
{
|
||
|
"title": "Password",
|
||
|
"description": "A password field, with a min length of 3 and a help tip",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"password": {
|
||
|
"type": "string",
|
||
|
"title": "Password",
|
||
|
"minLength": 3
|
||
|
}
|
||
|
}
|
||
|
}
|