2023-01-24 02:54:20 +00:00

14 lines
236 B
JSON

{
"title": "Form",
"description": "Review submitted information",
"type": "object",
"required": [
"MyText"
],
"properties": {
"MyText": {
"type": "string",
"title": "Enter text:"
}
}
}