User: dan@sartography.com clicked save for playground/emerson/test3/Test form-schema.json

This commit is contained in:
sartography-automated-committer 2023-11-20 15:09:56 +00:00
parent 45a45a18a2
commit 2d1d1550a3
1 changed files with 11 additions and 1 deletions

View File

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