15 lines
259 B
JSON
Raw Normal View History

2022-08-17 18:20:52 -04:00
{
"title": "Third form",
"description": "Testing third task",
"type": "object",
"required": [
"LastText"
],
"properties": {
"LastText": {
"type": "string",
"title": "Enter Last Text",
"maxLength": 4
}
}
}