User: hurairaidrees@gmail.com added process model file playground/nutech/issue2/issue-schema.json
This commit is contained in:
parent
8c281fa1cf
commit
3d58bea8c2
|
@ -1,20 +1 @@
|
||||||
{
|
{}
|
||||||
"title": "Checkbox",
|
|
||||||
"description": "A super simple checkbox",
|
|
||||||
"type": "object",
|
|
||||||
"required": [
|
|
||||||
"firstName"
|
|
||||||
],
|
|
||||||
"properties": {
|
|
||||||
"firstName": {
|
|
||||||
"type": "string",
|
|
||||||
"title": "First name",
|
|
||||||
"default": "Chuck"
|
|
||||||
},
|
|
||||||
"done": {
|
|
||||||
"type": "boolean",
|
|
||||||
"title": "Done?",
|
|
||||||
"default": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue