sample-process-models/misc/qa/forms/test-password-1/test-password-1-schema.json

12 lines
240 B
JSON
Raw Normal View History

2024-07-15 10:51:00 -04:00
{
"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
}
}
}