Shared table schema

Suppose I have a Tabular Data Package with a bunch of CSV files. All CSV files should use the same schema. Is there a way to share a single schema for validating all of the CSV files? Ideally, I should write the schema only once on the datapackage.json file and it should be applied to all of its resources.

3 Likes