schema.datapackageschema.resources.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/schema > DataPackageSchema > resources

DataPackageSchema.resources property

List of Resources that make up the data package. May also be a list of raw strings which are paths to Resource files in the bundle.

Signature:

resources: (string | ResourceSchema)[];