demo-process-models/playground/human-scale-business/test-process/sample_1-schema.json

24 lines
462 B
JSON
Raw Normal View History

{
"title": "Simple User Input Form",
"description": "A form for soliciting input from the user.",
"type": "object",
"required": [
"flag_stars",
"longest",
"woman_nobel"
],
"properties": {
"flag_stars": {
"type": "string",
"title": "Flag Stars"
},
"longest": {
"type": "string",
"title": "Longest River"
},
"woman_nobel": {
"type": "string",
"title": "Woman Nobel Winner"
}
}
}