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

This commit is contained in:
sartography-automated-committer 2024-01-24 09:53:51 +00:00
parent e0cabfa2fd
commit cb0efa3dcc

View File

@ -1 +1,11 @@
{}
{
"title": "Checkbox",
"description": "A super simple checkbox",
"properties": {
"done": {
"type": "boolean",
"title": "Done?",
"default": false
}
}
}