Skip to content

Commit

Permalink
Fix examples using dictionaries as values for dublinCore (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique authored Nov 14, 2024
1 parent 98e0775 commit 89c24f9
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions versions/unstable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -976,10 +976,10 @@ The client wants to retrieve an array of `CitableUnit`s that are part of the `Re
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {
"title": [{
"lang": "en",
"value": "Chapter 1: Jonathan Harker's Journal"
}
}]
}
},
{
Expand All @@ -988,11 +988,11 @@ The client wants to retrieve an array of `CitableUnit`s that are part of the `Re
"level": 1,
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"dublinCore": [{
"title": {
"lang": "en",
"value": "Chapter 2: Jonathan Harker's Journal - Continued"
}
}]
}
},
{
Expand All @@ -1002,10 +1002,10 @@ The client wants to retrieve an array of `CitableUnit`s that are part of the `Re
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {
"title": [{
"lang": "en",
"value": "Chapter 3: Jonathan Harker's Journal - Continued"
}
}]
}
}
/* ... */
Expand Down Expand Up @@ -1076,7 +1076,7 @@ The client wants to retrieve an array of all `CitableUnit`s in the `Resource` id
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {"lang": "en", "value": "Chapter 1: Jonathan Harker's Journal"}
"title": [{"lang": "en", "value": "Chapter 1: Jonathan Harker's Journal"}]
}
},
{
Expand All @@ -1086,7 +1086,7 @@ The client wants to retrieve an array of all `CitableUnit`s in the `Resource` id
"parent": "C1",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "3 May. Bistritz"}
"title": [{"lang": "en", "value": "3 May. Bistritz"}]
}
},
{
Expand All @@ -1096,7 +1096,7 @@ The client wants to retrieve an array of all `CitableUnit`s in the `Resource` id
"parent": "C1",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "4 May"}
"title": [{"lang": "en", "value": "4 May"}]
}
},
/* ... */
Expand All @@ -1107,7 +1107,7 @@ The client wants to retrieve an array of all `CitableUnit`s in the `Resource` id
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {"lang": "en", "value": "Chapter 2: Jonathan Harker's Journal - Continued"}
"title": [{"lang": "en", "value": "Chapter 2: Jonathan Harker's Journal - Continued"}]
}
},
{
Expand All @@ -1117,7 +1117,7 @@ The client wants to retrieve an array of all `CitableUnit`s in the `Resource` id
"parent": "C2",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "5 May"}
"title": [{"lang": "en", "value": "5 May"}]
}
},
{
Expand All @@ -1127,7 +1127,7 @@ The client wants to retrieve an array of all `CitableUnit`s in the `Resource` id
"parent": "C2",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "7 May"}
"title": [{"lang": "en", "value": "7 May"}]
}
},
/* ... */
Expand All @@ -1138,7 +1138,7 @@ The client wants to retrieve an array of all `CitableUnit`s in the `Resource` id
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {"lang": "en", "value": "Chapter 3: Jonathan Harker's Journal - Continued"}
"title": [{"lang": "en", "value": "Chapter 3: Jonathan Harker's Journal - Continued"}]
}
},
{
Expand All @@ -1148,7 +1148,7 @@ The client wants to retrieve an array of all `CitableUnit`s in the `Resource` id
"parent": "C3",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "8 May continued"}
"title": [{"lang": "en", "value": "8 May continued"}]
}
},
{
Expand All @@ -1158,7 +1158,7 @@ The client wants to retrieve an array of all `CitableUnit`s in the `Resource` id
"parent": "C3",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "Midnight"}
"title": [{"lang": "en", "value": "Midnight"}]
}
},
/* ... */
Expand Down Expand Up @@ -1227,10 +1227,10 @@ The client wants to retrieve an array of all `CitableUnit`s in the `Resource` id
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {
"title": [{
"lang": "en",
"value": "Chapter 1: Jonathan Harker's Journal"
}
}]
}
},
"member": [
Expand All @@ -1241,10 +1241,10 @@ The client wants to retrieve an array of all `CitableUnit`s in the `Resource` id
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {
"title": [{
"lang": "en",
"value": "Chapter 1: Jonathan Harker's Journal"
}
}]
}
},
{
Expand All @@ -1254,7 +1254,7 @@ The client wants to retrieve an array of all `CitableUnit`s in the `Resource` id
"parent": "C1",
"citeType": "Journal Entry",
"dublinCore": {
"title": { "lang": "en", "value": "3 May. Bistritz" }
"title": [{ "lang": "en", "value": "3 May. Bistritz" }]
}
},
{
Expand All @@ -1279,7 +1279,7 @@ The client wants to retrieve an array of all `CitableUnit`s in the `Resource` id
"parent": "C1",
"citeType": "Journal Entry",
"dublinCore": {
"title": { "lang": "en", "value": "4 May" }
"title": [{ "lang": "en", "value": "4 May" }]
}
},
{
Expand Down Expand Up @@ -1364,10 +1364,10 @@ The client wants to retrieve the citation subtree below `CitableUnit` "C1" but i
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {
"title": [{
"lang": "en",
"value": "Chapter 1: Jonathan Harker's Journal"
}
}]
}
},
"member": [
Expand All @@ -1378,10 +1378,10 @@ The client wants to retrieve the citation subtree below `CitableUnit` "C1" but i
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {
"title": [{
"lang": "en",
"value": "Chapter 1: Jonathan Harker's Journal"
}
}]
}
},
{
Expand All @@ -1391,7 +1391,7 @@ The client wants to retrieve the citation subtree below `CitableUnit` "C1" but i
"parent": "C1",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "3 May. Bistritz"}
"title": [{"lang": "en", "value": "3 May. Bistritz"}]
}
},
{
Expand All @@ -1416,7 +1416,7 @@ The client wants to retrieve the citation subtree below `CitableUnit` "C1" but i
"parent": "C1",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "4 May"}
"title": [{"lang": "en", "value": "4 May"}]
}
},
{
Expand Down Expand Up @@ -1499,7 +1499,7 @@ The client wants to retrieve `CitableUnit` "C1.E1" of the `Resource` "https://en
"parent": "C1",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "3 May. Bistritz"}
"title": [{"lang": "en", "value": "3 May. Bistritz"}]
}
},
"member": [
Expand All @@ -1510,7 +1510,7 @@ The client wants to retrieve `CitableUnit` "C1.E1" of the `Resource` "https://en
"parent": "C1",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "3 May. Bistritz"}
"title": [{"lang": "en", "value": "3 May. Bistritz"}]
}
},
{
Expand Down Expand Up @@ -1600,7 +1600,7 @@ The client wants to retrieve an array of `CitableUnit`s in a specified range, in
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {"lang": "en", "value": "Chapter 1: Jonathan Harker's Journal"}
"title": [{"lang": "en", "value": "Chapter 1: Jonathan Harker's Journal"}]
}
},
"end": {
Expand All @@ -1610,7 +1610,7 @@ The client wants to retrieve an array of `CitableUnit`s in a specified range, in
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {"lang": "en", "value": "Chapter 3: Jonathan Harker's Journal - Continued"}
"title": [{"lang": "en", "value": "Chapter 3: Jonathan Harker's Journal - Continued"}]
}
},
"member": [
Expand All @@ -1621,7 +1621,7 @@ The client wants to retrieve an array of `CitableUnit`s in a specified range, in
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {"lang": "en", "value": "Chapter 1: Jonathan Harker's Journal"}
"title": [{"lang": "en", "value": "Chapter 1: Jonathan Harker's Journal"}]
}
},
{
Expand All @@ -1631,7 +1631,7 @@ The client wants to retrieve an array of `CitableUnit`s in a specified range, in
"parent": "C1",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "3 May. Bistritz"}
"title": [{"lang": "en", "value": "3 May. Bistritz"}]
}
},
{
Expand All @@ -1641,7 +1641,7 @@ The client wants to retrieve an array of `CitableUnit`s in a specified range, in
"parent": "C1",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "4 May"}
"title": [{"lang": "en", "value": "4 May"}]
}
},
/* ... */
Expand All @@ -1652,7 +1652,7 @@ The client wants to retrieve an array of `CitableUnit`s in a specified range, in
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {"lang": "en", "value": "Chapter 2: Jonathan Harker's Journal - Continued"}
"title": [{"lang": "en", "value": "Chapter 2: Jonathan Harker's Journal - Continued"}]
}
},
{
Expand All @@ -1662,7 +1662,7 @@ The client wants to retrieve an array of `CitableUnit`s in a specified range, in
"parent": "C2",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "5 May"}
"title": [{"lang": "en", "value": "5 May"}]
}
},
{
Expand All @@ -1672,7 +1672,7 @@ The client wants to retrieve an array of `CitableUnit`s in a specified range, in
"parent": "C2",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "7 May"}
"title": [{"lang": "en", "value": "7 May"}]
}
},
/* ... */
Expand All @@ -1683,7 +1683,7 @@ The client wants to retrieve an array of `CitableUnit`s in a specified range, in
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {"lang": "en", "value": "Chapter 3: Jonathan Harker's Journal - Continued"}
"title": [{"lang": "en", "value": "Chapter 3: Jonathan Harker's Journal - Continued"}]
}
},
{
Expand All @@ -1693,7 +1693,7 @@ The client wants to retrieve an array of `CitableUnit`s in a specified range, in
"parent": "C3",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "8 May continued"}
"title": [{"lang": "en", "value": "8 May continued"}]
}
},
{
Expand All @@ -1703,7 +1703,7 @@ The client wants to retrieve an array of `CitableUnit`s in a specified range, in
"parent": "C3",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "Midnight"}
"title": [{"lang": "en", "value": "Midnight"}]
}
}
/* ... */
Expand All @@ -1714,7 +1714,7 @@ The client wants to retrieve an array of `CitableUnit`s in a specified range, in
"parent": "C3",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "Later: the Morning of 16 May"}
"title": [{"lang": "en", "value": "Later: the Morning of 16 May"}]
}
}
]
Expand Down Expand Up @@ -1783,10 +1783,10 @@ Alternately, the same typology of `CitableUnits` and `CiteStructure` may be retr
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {
"title": [{
"lang": "en",
"value": "Chapter 1: Jonathan Harker's Journal"
}
}]
}
},
"member": [
Expand All @@ -1797,10 +1797,10 @@ Alternately, the same typology of `CitableUnits` and `CiteStructure` may be retr
"parent": null,
"citeType": "Chapter",
"dublinCore": {
"title": {
"title": [{
"lang": "en",
"value": "Chapter 1: Jonathan Harker's Journal"
}
}]
}
},
]
Expand Down Expand Up @@ -1868,7 +1868,7 @@ It is up to the implementer to decide what optional metadata to provide using th
"parent": "C2",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "7 May"},
"title": [{"lang": "en", "value": "7 May"}],
"publisher": ["Modern Library"],
}
},
Expand All @@ -1880,7 +1880,7 @@ It is up to the implementer to decide what optional metadata to provide using th
"parent": "C2",
"citeType": "Journal Entry",
"dublinCore": {
"title": {"lang": "en", "value": "7 May"},
"title": [{"lang": "en", "value": "7 May"}],
"publisher": ["Modern Library"],
}
},
Expand Down

0 comments on commit 89c24f9

Please sign in to comment.