From b7d0bfdc19ec77f5cafcf5a3a01a87abe31dbdba Mon Sep 17 00:00:00 2001 From: roll Date: Sat, 27 Apr 2024 14:20:13 +0100 Subject: [PATCH] Clarify `resource.path` for Tabular Data Resource --- content/docs/specifications/data-resource.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/docs/specifications/data-resource.md b/content/docs/specifications/data-resource.md index d5bf3d4b..978bb1e5 100644 --- a/content/docs/specifications/data-resource.md +++ b/content/docs/specifications/data-resource.md @@ -200,7 +200,9 @@ List of licenses as for [Data Package](../data-package/#licenses). If not specif The properties below are applicable to any Tabular Data Resource. -#### `data` +#### `path` or `data` [required] + +If the `path` property is used for providing data than it `MUST` contain [Tabular Data](../glossary/#tabular-data). If the `data` property is used for providing data for a Tabular Data Resource than it `MUST` be an `array` where each item in the array `MUST` be either: