From 9edb16a84059b6b8918d30163a56bab6a87395a8 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Tue, 23 May 2017 12:08:08 +0100 Subject: [PATCH] [dr,#418][xs]: remove mention of datapackage.json in data resource (reintroduced mention accidentally in #418 work). --- content/data-resource/contents.lr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/data-resource/contents.lr b/content/data-resource/contents.lr index 6c91156f..3007874d 100644 --- a/content/data-resource/contents.lr +++ b/content/data-resource/contents.lr @@ -97,7 +97,7 @@ data associated to the resource. The location of resource data MUST be specified by the presence of one (and only one) of these two properties: * `path`: for data in files located online or locally on disk. -* `data`: for data inline in the `datapackage.json` descriptor itself. +* `data`: for data inline in the descriptor itself. ## `path` Data in Files @@ -108,7 +108,7 @@ Files"). Strings MUST be one of: - A relative unix-style path ('/' as separator) A relative path MUST be interpreted relative to the directory or URL in which -the descriptor `datapackage.json` listing this resource resides. A relative +the descriptor listing this resource resides. A relative `path` MUST NOT start with `/` or `.` and MUST NOT contain `../` (these restrictions( eliminate relative parent paths such as `../`).