github.com/gemaraproj/gemara@v1.3.0

test/test-data/bad-principle-invalid-group.yaml raw

 1title: AI Governance Framework Principles
 2metadata:
 3  id: AIR-PRIN
 4  type: PrincipleCatalog
 5  gemara-version: "1.1.0"
 6  description: Core principles underpinning the FINOS AI Governance Framework.
 7  version: 0.1.0
 8  author:
 9    id: finos
10    name: FINOS
11    type: Human
12
13groups:
14  - id: data-protection
15    title: Data Protection
16    description: Principles governing the handling of sensitive data within AI systems.
17
18principles:
19  - id: AIR-PRIN-001
20    title: Proactive Data Sanitization
21    group: nonexistent-group
22    description: Apply filtering and anonymization techniques before data enters the AI pipeline.