You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
The link in the about page redirects to the new specification.
The about page says, "We currently recognise schemas that use the JSON Table Schema, with a few modifications." but doesn't explicitly say what these variations are.
Why not just support the JSON Table Schema as it is defined?
The text was updated successfully, but these errors were encountered:
I tried to use a schema with minimum lengths of 1 for all columns, with any empty values i.e. "" indicated as missingValues but this failed spectacularly, with all the empty values failing the minLength check.
The specification is now at https://specs.frictionlessdata.io/table-schema/ not http://dataprotocols.org/json-table-schema/ as used in the about page.
The link in the about page redirects to the new specification.
The about page says, "We currently recognise schemas that use the JSON Table Schema, with a few modifications." but doesn't explicitly say what these variations are.
Why not just support the JSON Table Schema as it is defined?
The text was updated successfully, but these errors were encountered: