mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 13:18:21 +00:00
16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"title": "Second form",
|
|
"description": "Testing second task",
|
|
"type": "object",
|
|
"required": [
|
|
"SomeText"
|
|
],
|
|
"properties": {
|
|
"SomeText": {
|
|
"type": "string",
|
|
"title": "Any text",
|
|
"default": "You can enter any text here, replace this one",
|
|
"minLength": 2
|
|
}
|
|
}
|
|
} |