- From: Gregg Kellogg <gregg@greggkellogg.net>
- Date: Sun, 30 Aug 2015 18:06:58 -0700
- To: Jeni Tennison <jeni@jenitennison.com>
- Cc: "public-csv-wg@w3.org" <public-csv-wg@w3.org>
> On Aug 30, 2015, at 1:45 PM, Jeni Tennison <jeni@jenitennison.com> wrote:
>
> Hi Gregg,
>
> test074 uses the metadata:
>
> {
> "@context": "http://www.w3.org/ns/csvw",
> "url": "tree-ops.csv",
> "tableSchema": {
> "columns": []
> }
> }
>
> This is a NegativeValidationTest named "empty tables” with the comment "Compliant application MUST raise an error if this array does not contain one or more `table descriptions`.”.
>
> The metadata doesn’t seem to match the description of this test. I think it should be:
>
> {
> "@context": "http://www.w3.org/ns/csvw”,
> “tables”: []
> }
>
> Do you agree?
Yes, thanks for the catch; fixed.
Gregg
> Thanks,
>
> Jeni
> --
> Jeni Tennison
> http://www.jenitennison.com/
Received on Monday, 31 August 2015 01:07:27 UTC