mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 04:18:15 +00:00
14 lines
247 B
JSON
14 lines
247 B
JSON
{
|
|
"title": "Sample User Input Form",
|
|
"description": "A simple form for gathering ",
|
|
"type": "object",
|
|
"required": [
|
|
"flag_stars"
|
|
],
|
|
"properties": {
|
|
"flag_stars": {
|
|
"type": "string",
|
|
"title": "Flag Stars"
|
|
}
|
|
}
|
|
} |