mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
27 lines
467 B
JSON
27 lines
467 B
JSON
{
|
|
"title": "Review Form",
|
|
"description": "Item Review",
|
|
"properties": {
|
|
"approval": {
|
|
"title": "Review",
|
|
"type": "string",
|
|
"oneOf": [
|
|
{
|
|
"const": "Approve",
|
|
"title": "Approve"
|
|
},
|
|
{
|
|
"const": "Reject",
|
|
"title": "Reject"
|
|
},
|
|
{
|
|
"const": "Needmoreinfo",
|
|
"title": "Need More Info"
|
|
}
|
|
]
|
|
},
|
|
"required": [
|
|
"schoolyear"
|
|
]
|
|
}
|
|
} |