User: admin@spiffworkflow.org deleted process model file playground/dan/example/test2-schema.json

This commit is contained in:
sartography-automated-committer 2023-09-14 15:10:03 +00:00
parent 10a9d0c99e
commit f36875323d

View File

@ -1,24 +0,0 @@
{
"title": "Checkbox",
"description": "A super simple checkbox",
"type": "object",
"required": [
"firstName"
],
"properties": {
"firstName": {
"type": "string",
"title": "First name",
"default": "Chuck"
},
"bio": {
"type": "string",
"title": "Bio"
},
"done": {
"type": "boolean",
"title": "Done?",
"default": false
}
}
}