User: dbayless@humanscalebusiness.org deleted process model file playground/human-scale-business/test-process/sample-input-form-schema.json

This commit is contained in:
sartography-automated-committer 2023-10-26 22:34:18 +00:00
parent 0d07c408e7
commit 81d18203c8
1 changed files with 0 additions and 19 deletions

View File

@ -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": []
}