File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -7451,16 +7451,14 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
7451
7451
{
7452
7452
"@context": {
7453
7453
****"@version": 1.1****,
7454
+ "@base": "http://example.com/posts/",
7454
7455
"schema": "http://schema.org/",
7455
7456
"name": "schema:name",
7456
7457
"body": "schema:articleBody",
7457
7458
"words": "schema:wordCount",
7458
7459
"post": {
7459
7460
"@id": "schema:blogPost",
7460
- ****"@container": "@id",
7461
- "@context": {
7462
- "@base": "http://content.com/posts/"
7463
- }****
7461
+ ****"@container": "@id"****
7464
7462
}
7465
7463
},
7466
7464
"@id": "http://example.com/",
@@ -7572,7 +7570,6 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
7572
7570
{
7573
7571
"@context": {
7574
7572
****"@version": 1.1****,
7575
- "@base": "http://example.com/posts/",
7576
7573
"schema": "http://schema.org/",
7577
7574
"name": "schema:name",
7578
7575
"body": "schema:articleBody",
You can’t perform that action at this time.
0 commit comments