Closed jeroen closed 8 years ago
@jeroenooms
The Tabular Data Package Profile is here: http://schemas.datapackages.org/tabular-data-package.json
FYI, we have a registry of different schemas here and we load different profiles from here dynamically in Python and JS libs. Example. Because R only needs Tabular data package support, I guess you only need that particular profile.
We now have a datapkg_validate
function: https://github.com/ropenscilabs/datapkg/commit/14dad38cac4d929405aaea2f6bdbff8843880594
Using https://github.com/ropenscilabs/jsonvalidate. @pwalsh where can I find the schema for data packages?