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