2022-11-21 11:10:57 -05:00

16 lines
304 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
}
}
}