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

15 lines
245 B
JSON

{
"title": "Third form",
"description": "Testing third task",
"type": "object",
"required": [
"LastText"
],
"properties": {
"LastText": {
"type": "string",
"title": "Enter Last Text",
"maxLength": 4
}
}
}