From f36875323d9aa8c6c3f07c5555e51c81c4a3255d Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Thu, 14 Sep 2023 15:10:03 +0000 Subject: [PATCH] User: admin@spiffworkflow.org deleted process model file playground/dan/example/test2-schema.json --- playground/dan/example/test2-schema.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 playground/dan/example/test2-schema.json diff --git a/playground/dan/example/test2-schema.json b/playground/dan/example/test2-schema.json deleted file mode 100644 index d33cb406..00000000 --- a/playground/dan/example/test2-schema.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file