User: mwilson1962@gmail.com deleted process model file playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json
This commit is contained in:
parent
c56861942c
commit
adc0f25131
|
@ -1,35 +0,0 @@
|
|||
{
|
||||
"title": "Daemon Wizard",
|
||||
"description": "A simple wizard for specifying and generating a daemon",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"daemonName"
|
||||
],
|
||||
"properties": {
|
||||
"firstName": {
|
||||
"type": "string",
|
||||
"title": "Daemon Name",
|
||||
"default": "Sensor Type 1"
|
||||
},
|
||||
"bio": {
|
||||
"type": "string",
|
||||
"title": "Description"
|
||||
},
|
||||
"done": {
|
||||
"type": "boolean",
|
||||
"title": "Done?",
|
||||
"default": false
|
||||
},
|
||||
"delivery_date": {
|
||||
"type": "string",
|
||||
"format": "date",
|
||||
"title": "Preferred Delivery Date",
|
||||
"validationErrorMessage": "Date must be today's date or later"
|
||||
},
|
||||
"password": {
|
||||
"type": "string",
|
||||
"title": "Password",
|
||||
"minLength": 3
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue