mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 09:15:34 +00:00
19 lines
443 B
JSON
19 lines
443 B
JSON
{
|
|
"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": []
|
|
} |