Inputs
This section describes the inputs accepted by check-datapackage.
- Properties: This is a Python dictionary containing the properties of a Data Package. Allowed properties are defined in the Data Package standard. A common use case is loading the properties from the
datapackage.jsonfile. - Config: A
Configobject can optionally be passed tocheck-datapackagewith settings to modify the behaviour and output of the check mechanism. - Error: A boolean that controls whether the function errors out or returns a value if any issues are found.