Skip to content

Commit 50c890d

Browse files
fixed iso-6523 examples
1 parent eb18738 commit 50c890d

File tree

1 file changed

+43
-42
lines changed

1 file changed

+43
-42
lines changed

data/examples.txt

Lines changed: 43 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,9 @@ JSON:
532532
},
533533
"email": "secretariat@example.com",
534534
"faxNumber": "+33142685301",
535-
"iso6523Code": "0009:44306184100039",
536-
"iso6523Code": "9957:FR64443061841",
535+
"iso6523Code": [
536+
"0009:44306184100039", "9957:FR64443061841"
537+
],
537538
"member": [
538539
{
539540
"@type": "Organization"
@@ -1224,49 +1225,49 @@ JSON:
12241225
"@type": "WebPage",
12251226
"breadcrumb": "Books > Literature & Fiction > Classics",
12261227
"mainEntity":{
1227-
"@type": "Book",
1228-
"author": "/author/jd_salinger.html",
1229-
"bookFormat": "https://schema.org/Paperback",
1230-
"datePublished": "1991-05-01",
1231-
"image": "catcher-in-the-rye-book-cover.jpg",
1232-
"inLanguage": "English",
1233-
"isbn": "0316769487",
1234-
"name": "The Catcher in the Rye",
1235-
"numberOfPages": "224",
1236-
"offers": {
1237-
"@type": "Offer",
1238-
"availability": "https://schema.org/InStock",
1239-
"price": "6.99",
1240-
"priceCurrency": "USD"
1241-
},
1242-
"publisher": "Little, Brown, and Company",
1243-
"aggregateRating": {
1244-
"@type": "AggregateRating",
1245-
"ratingValue": "4",
1246-
"reviewCount": "3077"
1247-
},
1248-
"review": [
1249-
{
1250-
"@type": "Review",
1251-
"author": "John Doe",
1252-
"datePublished": "2006-05-04",
1253-
"name": "A masterpiece of literature",
1254-
"reviewBody": "I really enjoyed this book. It captures the essential challenge people face as they try make sense of their lives and grow to adulthood.",
1255-
"reviewRating": {
1228+
"@type": "Book",
1229+
"author": "/author/jd_salinger.html",
1230+
"bookFormat": "https://schema.org/Paperback",
1231+
"datePublished": "1991-05-01",
1232+
"image": "catcher-in-the-rye-book-cover.jpg",
1233+
"inLanguage": "English",
1234+
"isbn": "0316769487",
1235+
"name": "The Catcher in the Rye",
1236+
"numberOfPages": "224",
1237+
"offers": {
1238+
"@type": "Offer",
1239+
"availability": "https://schema.org/InStock",
1240+
"price": "6.99",
1241+
"priceCurrency": "USD"
1242+
},
1243+
"publisher": "Little, Brown, and Company",
1244+
"aggregateRating": {
1245+
"@type": "AggregateRating",
1246+
"ratingValue": "4",
1247+
"reviewCount": "3077"
1248+
},
1249+
"review": [
1250+
{
1251+
"@type": "Review",
1252+
"author": "John Doe",
1253+
"datePublished": "2006-05-04",
1254+
"name": "A masterpiece of literature",
1255+
"reviewBody": "I really enjoyed this book. It captures the essential challenge people face as they try make sense of their lives and grow to adulthood.",
1256+
"reviewRating": {
12561257
"@type": "Rating",
12571258
"ratingValue": "5"
12581259
}
1259-
},
1260-
{
1261-
"@type": "Review",
1262-
"author": "Bob Smith",
1263-
"datePublished": "2006-06-15",
1264-
"name": "A good read.",
1265-
"reviewBody": "Catcher in the Rye is a fun book. It's a good book to read.",
1266-
"reviewRating": "4"
1267-
}
1268-
]
1269-
}
1260+
},
1261+
{
1262+
"@type": "Review",
1263+
"author": "Bob Smith",
1264+
"datePublished": "2006-06-15",
1265+
"name": "A good read.",
1266+
"reviewBody": "Catcher in the Rye is a fun book. It's a good book to read.",
1267+
"reviewRating": "4"
1268+
}
1269+
]
1270+
}
12701271
}
12711272
</script>
12721273

0 commit comments

Comments
 (0)