14 lines
212 B
JSON
Raw Normal View History

2024-07-15 10:40:05 -04:00
{
"title": "Get Name form",
"description": "Form to gather Name.",
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"title": "Name"
}
}
}