w3c/csvw

Invalid JSON in Tabular Data Primer (missing commas)

Opened this issue · 2 comments

In https://www.w3.org/TR/tabular-data-primer/ the JSON in examples 7, 10, and 18 has a missing comma at the end of the line

"url": "countries.csv"

This causes validation in a generic JSON validator to fail. Compare with Example 35 and others where the comma is present and the JSON is valid.

It seems to me that we should be able to update such issues in GitHub, without pushing to /TR, in addition to listing on an errata page.

If I understand correctly, with the next process revision, we should be able to make such changes to /TR with an errata note.

@gkellogg, mainly in the case of a Note I guess that is correct: we can change the github content (I guess documenting the origin of the change).