-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes-sample.json
More file actions
38 lines (38 loc) · 1.09 KB
/
Copy pathnotes-sample.json
File metadata and controls
38 lines (38 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"translation": "KJV",
"notes": [
{
"book": "GEN",
"chapter": 1,
"verse": 1,
"text": "Example study note: the Hebrew opens with a temporal clause. This is illustrative sample text, not a real scholarly note — replace it with your own legally-obtained notes.",
"type": "sn",
"char_offset": 0,
"marker": "1",
"ordinal": 1,
"cross_references": [
{ "book": "JHN", "chapter": 1, "verse_start": 1, "verse_end": 3 }
]
},
{
"book": "John",
"chapter": 3,
"verse": 16,
"text": "Example translator's note anchored at the word 'so'. Illustrative sample text only.",
"type": "tn",
"char_offset": 8,
"marker": "a",
"ordinal": 1,
"cross_references": [
{ "book": "ROM", "chapter": 5, "verse_start": 8, "verse_end": null }
]
},
{
"book": "John",
"chapter": 3,
"verse": 16,
"text": "Example plain footnote on the same verse (no type, so it stores as null). A second note on one verse shows how ordinal orders them.",
"ordinal": 2
}
]
}