diff --git a/playground/human-scale-business/test-process/sample-input-form-schema.json b/playground/human-scale-business/test-process/sample-input-form-schema.json deleted file mode 100644 index afafbfdb..00000000 --- a/playground/human-scale-business/test-process/sample-input-form-schema.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "title": "Sample Input Form", - "description": "The purpose of this form is to solicit basic information from a user to be processed with Python code.", - "properties": { - "flag_stars": { - "type": "string", - "title": "Flag stars" - }, - "longest": { - "type": "string", - "title": "Longest River" - }, - "woman_nobel": { - "type": "string", - "title": "Woman Nobel Winner" - } - }, - "required": [] -} \ No newline at end of file