mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 13:48:10 +00:00
User: admin@spiffworkflow.org added process model file misc/qa/bpmn-model-testing/composite-test-model-with-all-elements/review-form-schema.json
This commit is contained in:
parent
54c90c47eb
commit
c84087669a
@ -0,0 +1,27 @@
|
||||
{
|
||||
"title": "A Simple Form to test Radio Buttons",
|
||||
"description": "Simple Radio button",
|
||||
"properties": {
|
||||
"approval": {
|
||||
"title": "Review",
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"const": "Approve",
|
||||
"title": "Approve"
|
||||
},
|
||||
{
|
||||
"const": "Reject",
|
||||
"title": "Reject"
|
||||
},
|
||||
{
|
||||
"const": "Needmoreinfo",
|
||||
"title": "Need more info"
|
||||
}
|
||||
]
|
||||
},
|
||||
"required": [
|
||||
"schoolyear"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user