w3c / csvw

Documents produced by the CSV on the Web Working Group
Other
161 stars 57 forks source link

Invalid JSON in Tabular Data Primer (missing commas) #868

Open baskaufs opened 4 years ago

baskaufs commented 4 years ago

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.

gkellogg commented 4 years ago

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.

iherman commented 4 years ago

@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).