Skip to content

Commit

Permalink
Merge pull request #1 from dschulten/dschulten-patch-1
Browse files Browse the repository at this point in the history
Fixed json on "Top 5 covers of Bob Dylan Songs"
  • Loading branch information
dschulten committed Apr 19, 2015
2 parents 05cf852 + 26d41d7 commit 64048a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12327,16 +12327,16 @@ JSON:
"@type": ["ItemList", "CreativeWork"],
"name": "Top 5 covers of Bob Dylan Songs",
"author": "John Doe",
"about: {
"about": {
"@type": "MusicRecording",
"byArtist": {
"@type": "Person",
"name": "Bob Dylan"
}
},
"itemListOrder": "http://schema.org/ItemListOrderAscending",
"numberOfItems: 5,
itemListElement: [
"numberOfItems": 5,
"itemListElement": [
{
"@type": "ListItem",
"position": 5,
Expand Down

0 comments on commit 64048a2

Please sign in to comment.