User: dan@sartography.com clicked save for playground/dan/pizza-palace/confirm-schema.json

This commit is contained in:
sartography-automated-committer 2023-11-16 20:16:13 +00:00
parent 4c44dd8e8c
commit 08454b1e8b

View File

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