This is one way to pair a file with the schema that describes it. The other is an actual datapackage.json. We are doing this until we can fully support validating Data Packages on Good Tables. @roll also added a skip_rows key so that Good Tables can skip over the metadata rows 2 & 3.
@samuelpayne @Tweety79rw @coldfire79
goodtables.yml
now points to the filemetadata.tsv
and the schema that describes itmetadata-schema.json
: https://github.com/frictionlessdata/ADB-User-Study/commit/4b786a297d1ac3343fa00d7af918e5dbe7428c38This is one way to pair a file with the schema that describes it. The other is an actual
datapackage.json
. We are doing this until we can fully support validating Data Packages on Good Tables. @roll also added askip_rows
key so that Good Tables can skip over the metadata rows 2 & 3.