1title: Invalid lexicon with duplicate term ids
2metadata:
3 id: bad-lexicon-dup
4 type: Lexicon
5 gemara-version: "1.1.0"
6 description: Term ids must be unique within the lexicon.
7 author:
8 id: gemara-example
9 name: Gemara Example Author
10 type: Human
11terms:
12 - id: same-id
13 title: First
14 definition: First definition.
15 - id: same-id
16 title: Second
17 definition: Second definition.