23 lines
758 B
YAML
23 lines
758 B
YAML
- id: appeal_criteria
|
|
title: "What are the criteria for a permissible appeal?"
|
|
description: "Standards for allowing an appeal of a resolution"
|
|
stageId: appeal
|
|
order: 1
|
|
fields:
|
|
- id: appealCriteriaText
|
|
type: text
|
|
label: "What are the criteria for a permissible appeal?"
|
|
placeholder: "Describe what circumstances justify an appeal of a resolution..."
|
|
required: true
|
|
|
|
- id: appeal_process
|
|
title: "What happens when an appeal occurs?"
|
|
description: "Process for handling appeals"
|
|
stageId: appeal
|
|
order: 2
|
|
fields:
|
|
- id: appealProcessText
|
|
type: text
|
|
label: "What happens when an appeal occurs?"
|
|
placeholder: "Describe the process that follows when an appeal is initiated..."
|
|
required: true |