Skip to content

Commit 64048a2

Browse files
committed
Merge pull request #1 from dschulten/dschulten-patch-1
Fixed json on "Top 5 covers of Bob Dylan Songs"
2 parents 05cf852 + 26d41d7 commit 64048a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/examples.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12327,16 +12327,16 @@ JSON:
1232712327
"@type": ["ItemList", "CreativeWork"],
1232812328
"name": "Top 5 covers of Bob Dylan Songs",
1232912329
"author": "John Doe",
12330-
"about: {
12330+
"about": {
1233112331
"@type": "MusicRecording",
1233212332
"byArtist": {
1233312333
"@type": "Person",
1233412334
"name": "Bob Dylan"
1233512335
}
1233612336
},
1233712337
"itemListOrder": "http://schema.org/ItemListOrderAscending",
12338-
"numberOfItems: 5,
12339-
itemListElement: [
12338+
"numberOfItems": 5,
12339+
"itemListElement": [
1234012340
{
1234112341
"@type": "ListItem",
1234212342
"position": 5,

0 commit comments

Comments
 (0)