-
Notifications
You must be signed in to change notification settings - Fork 905
Closed
Labels
guidelines docs examplesWork on our supporting materials rather than on schema definitionsWork on our supporting materials rather than on schema definitionstype:bugA mistake or malfunction whose remedy should be straightforward technical workA mistake or malfunction whose remedy should be straightforward technical worktype:cleanup + clarityAddresses wording fixes, ambiguities, confusion, bad examples etcAddresses wording fixes, ambiguities, confusion, bad examples etc
Milestone
Description
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>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
guidelines docs examplesWork on our supporting materials rather than on schema definitionsWork on our supporting materials rather than on schema definitionstype:bugA mistake or malfunction whose remedy should be straightforward technical workA mistake or malfunction whose remedy should be straightforward technical worktype:cleanup + clarityAddresses wording fixes, ambiguities, confusion, bad examples etcAddresses wording fixes, ambiguities, confusion, bad examples etc