github.com/gemaraproj/gemara@v0.23.0

test/test-data/bad-lifecycle.yaml raw

 1metadata:
 2  id: TEST-BAD-LIFECYCLE
 3  type: GuidanceCatalog
 4  gemara-version: "0.20.0"
 5  version: "1.0.0"
 6  description: Retired guideline with recommendations should fail validation.
 7  author:
 8    id: test
 9    name: Test Author
10    type: Human
11
12title: Bad Lifecycle Test
13type: Standard
14groups:
15  - id: fam-1
16    title: Family One
17    description: Test family.
18
19guidelines:
20  - id: GL-001
21    group: fam-1
22    title: Retired Guideline With Recommendations
23    objective: This should fail because retired guidelines cannot have recommendations.
24    state: Retired
25    recommendations:
26      - This recommendation should not exist on a retired guideline.