mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 21:58:13 +00:00
User: admin@spiffworkflow.org deleted process model file playground/dan/example/test2-schema.json
This commit is contained in:
parent
10a9d0c99e
commit
f36875323d
@ -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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user