From 4d15156bf1428bbb0c31f5ba75f37b8eacdcda35 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Wed, 13 Sep 2023 18:25:52 +0000 Subject: [PATCH] User: admin@spiffworkflow.org deleted process model file examples/0-2-basic-example/simple-JSONSchema.json --- .../0-2-basic-example/simple-JSONSchema.json | 51 ------------------- 1 file changed, 51 deletions(-) delete mode 100644 examples/0-2-basic-example/simple-JSONSchema.json diff --git a/examples/0-2-basic-example/simple-JSONSchema.json b/examples/0-2-basic-example/simple-JSONSchema.json deleted file mode 100644 index 5d1d278e..00000000 --- a/examples/0-2-basic-example/simple-JSONSchema.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "title": "True/False Questions about Chuck Norris", - "description": "Please place a checkmark next to the questions that are true. You will receive a just a fair reward for your responses.", - "type": "object", - "required": - ["pushups", "thanos", "bulletproof" ], - "properties": { - "pushups": { - "type": "boolean", - "title": "When Chuck Norris does a pushup, he’s pushing the Earth down.", - "oneOf": [ - { - "title": "True", - "const": true - }, - { - "title": "False", - "const": false - } - ] - }, - "thanos": { - "type": "boolean", - "title": "Chuck Norris was given a bloody nose by Thanos the god like villan from the Avengers Movies", - "oneOf": [ - { - "title": "True", - "const": true - }, - { - "title": "False", - "const": false - } - ] - }, - "bulletproof": { - "type": "boolean", - "title": "A bulletproof vest wears Chuck Norris for protection.", - "oneOf": [ - { - "title": "True", - "const": true - }, - { - "title": "False", - "const": false - } - ] - } - } -} \ No newline at end of file