Skip to content

Commit 99288f7

Browse files
committed
Fix example.
1 parent 38b9927 commit 99288f7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7451,16 +7451,14 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
74517451
{
74527452
"@context": {
74537453
****"@version": 1.1****,
7454+
"@base": "http://example.com/posts/",
74547455
"schema": "http://schema.org/",
74557456
"name": "schema:name",
74567457
"body": "schema:articleBody",
74577458
"words": "schema:wordCount",
74587459
"post": {
74597460
"@id": "schema:blogPost",
7460-
****"@container": "@id",
7461-
"@context": {
7462-
"@base": "http://content.com/posts/"
7463-
}****
7461+
****"@container": "@id"****
74647462
}
74657463
},
74667464
"@id": "http://example.com/",
@@ -7572,7 +7570,6 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
75727570
{
75737571
"@context": {
75747572
****"@version": 1.1****,
7575-
"@base": "http://example.com/posts/",
75767573
"schema": "http://schema.org/",
75777574
"name": "schema:name",
75787575
"body": "schema:articleBody",

0 commit comments

Comments
 (0)