example_resource_properties

example_resource_properties()

Create a set of example resource properties.

Returns

dict[str, Any]

A set of example resource properties.

Examples

import check_datapackage as cdp

cdp.example_resource_properties()
{'name': 'woolly-dormice-2015',
 'title': 'Body fat percentage in the hibernating woolly dormouse',
 'path': 'resources/woolly-dormice-2015/data.parquet',
 'schema': {'fields': [{'name': 'eye-colour',
    'type': 'string',
    'title': 'Woolly dormouse eye colour'}]}}