Skip to content

Example uses non-existent "Award" type #364

@unor

Description

@unor

http://schema.org/Award

The example on WinAction uses an Award type, which doesn’t seem to be defined:

"@type": "Award",
    <!--  John won a Nobel prize. -->
    <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "WinAction",
      "agent": {
        "@type": "Person",
        "name": "John"
      },
      "object": {
        "@type": "Award",
        "name": "Nobel prize"
      }
    }
    </script>

Metadata

Metadata

Assignees

Labels

guidelines docs examplesWork on our supporting materials rather than on schema definitionstype:bugA mistake or malfunction whose remedy should be straightforward technical worktype:cleanup + clarityAddresses wording fixes, ambiguities, confusion, bad examples etc

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions