From adc0f251316052dbe1075824c2214faa3ca0d275 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Thu, 2 Nov 2023 18:47:58 +0000 Subject: [PATCH] User: mwilson1962@gmail.com deleted process model file playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json --- .../daemonbuilder/MyFirstSchema-schema.json | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json diff --git a/playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json b/playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json deleted file mode 100644 index d16491f9..00000000 --- a/playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file