We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05cf852 + 26d41d7 commit 64048a2Copy full SHA for 64048a2
data/examples.txt
@@ -12327,16 +12327,16 @@ JSON:
12327
"@type": ["ItemList", "CreativeWork"],
12328
"name": "Top 5 covers of Bob Dylan Songs",
12329
"author": "John Doe",
12330
- "about: {
+ "about": {
12331
"@type": "MusicRecording",
12332
"byArtist": {
12333
"@type": "Person",
12334
"name": "Bob Dylan"
12335
}
12336
},
12337
"itemListOrder": "http://schema.org/ItemListOrderAscending",
12338
- "numberOfItems: 5,
12339
- itemListElement: [
+ "numberOfItems": 5,
+ "itemListElement": [
12340
{
12341
"@type": "ListItem",
12342
"position": 5,
0 commit comments