Skip to content

Example 3 of VideoGame is incorrect #2746

@djalilhebal

Description

@djalilhebal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Fixed Awaiting ReleaseFixed in main branch / posted to webschemas.org site / proposed for inclusion in next release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions