2024-07-15 10:51:00 -04:00

26 lines
431 B
JSON

{
"title": "Text Area",
"description": "",
"type": "object",
"required": [
"text1","text2", "text3","text4"
],
"properties": {
"text1": {
"type": "string",
"title": "Text1"
},
"text2": {
"type": "string",
"title": "Text2"
},
"text3": {
"type": "string",
"title": "Text3"
},
"text4": {
"type": "string",
"title": "Text4"
}
}
}