Skip to content

Syntax error in JSON-LD example for schema.org/Table #844

@Aaranged

Description

@Aaranged

The comma at the end of "list of presidents" results in a syntax error when run through a validator.

So:

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Table",
  "about": "list of presidents",
}
</script>

Should be:

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Table",
  "about": "list of presidents"
}
</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugA mistake or malfunction whose remedy should be straightforward technical work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions