-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
The Data Package metadata is stored in a "descriptor". This descriptor is what makes a collection of data a Data Package, and can be read from a dictionary or JSON object (e.g. file). See full specification for details and datapackage.json for a validation schema.
- Standard parts of the descriptor are validated on loading.
- Errors from validation are handled in a standard way.
- Resources are loaded (validation will be done later).
- Tests cover the basic descriptor design and reading scenarios.