User: mwilson1962@gmail.com deleted process model file playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json

This commit is contained in:
sartography-automated-committer 2023-11-02 18:47:58 +00:00
parent c56861942c
commit adc0f25131
1 changed files with 0 additions and 35 deletions

View File

@ -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
}
}
}