{
"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
}