15 lines
263 B
JSON
15 lines
263 B
JSON
|
{
|
||
|
"title": "First form",
|
||
|
"description": "Testing first task",
|
||
|
"type": "object",
|
||
|
"required": [
|
||
|
"AnyNumber"
|
||
|
],
|
||
|
"properties": {
|
||
|
"AnyNumber": {
|
||
|
"type": "string",
|
||
|
"title": "Enter Number",
|
||
|
"minLength": 10
|
||
|
}
|
||
|
}
|
||
|
}
|