github.com/gemaraproj/gemara@v1.3.0

test/test-data/good-lexicon.yaml raw

 1title: Example security lexicon
 2metadata:
 3  id: example-lexicon-001
 4  type: Lexicon
 5  gemara-version: "1.1.0"
 6  version: "1.0.0"
 7  description: >
 8    Minimal lexicon illustrating the Gemara Lexicon artifact schema.
 9  author:
10    id: gemara-example
11    name: Gemara Example Author
12    type: Human
13terms:
14  - id: sbom
15    title: Software Bill of Materials
16    definition: >
17      A formal, machine-readable inventory of software components and dependencies.
18    synonyms:
19      - SBOM
20      - software bill of materials
21    references:
22      - citation: NIST SP 800-218 SSDF
23        url: https://csrc.nist.gov/publications/detail/sp/800-218/final
24  - id: vulnerability-disclosure
25    title: Coordinated vulnerability disclosure
26    definition: >
27      A process for reporting and remediating security flaws before public release.