11 lines
301 B
JSON
Raw Normal View History

2024-07-15 10:51:00 -04:00
{
"title": "Text Field",
"description": "A simple text field that is required, has a default value, sets a placeholder, includes a description. (field name will be 'firstname')",
"properties": {
"firstname": {
"type": "string",
"title": "First name"
}
},
"required": []
}