Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Make resource.sources inherits from package.sources #57

Merged
merged 3 commits into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/specifications/data-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ The MD5 hash for this resource. Other algorithms can be indicated by prefixing t

#### `sources`

List of data sources as for [Data Package](../data-package/#sources).
List of data sources as for [Data Package](../data-package/#sources). If not specified the resource inherits from the data package.

#### `licenses`

Expand Down