-
Notifications
You must be signed in to change notification settings - Fork 905
Closed
Labels
Fixed Awaiting ReleaseFixed in main branch / posted to webschemas.org site / proposed for inclusion in next releaseFixed in main branch / posted to webschemas.org site / proposed for inclusion in next release
Description
In Example 3, "employee" is repeated.
This usage is incorrect since the latter value overrides the previous ones.
The "employees" attribute should be used instead of "employee".
{
"@context": "https://schema.org",
"@type": "VideoGame",
"name": "Fallout 3",
"url": "http://fallout.wikia.com/wiki/Fallout_3",
"playMode": "SinglePlayer",
"author": {
"name":"Bethesda Game Studios",
"url":"http://www.bethsoft.com/",
"founder":"Christopher Weaver",
"foundingDate":"1986",
"employee":"Vlatko Andonov",
"employee":"Todd Howard",
"employee":"Ashley Cheng"
},
// ...
}PS: I am totally new to JSON-LD and stuff, so I'm not sure if this is the best place to post this issue (as opposed to Google Forms) and not confidant enough to make a PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Fixed Awaiting ReleaseFixed in main branch / posted to webschemas.org site / proposed for inclusion in next releaseFixed in main branch / posted to webschemas.org site / proposed for inclusion in next release