User: muhammadnouman@nutech.edu.pk clicked save for playground/nutech/issue/Check box-schema.json

This commit is contained in:
sartography-automated-committer 2024-01-26 05:13:48 +00:00
parent d59ed013d0
commit 8f843db2db

View File

@ -1,6 +1,6 @@
{
"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')",
"title": "Text Area",
"description": "A larger resizable area to enter longer text. (field name will be 'bio')",
"properties": {
"done": {
"type": "boolean",
@ -11,6 +11,10 @@
"type": "string",
"title": "First name",
"default": "Chuck"
},
"bio": {
"type": "string",
"title": "Bio"
}
},
"type": "object",