Skip to content

Commit

Permalink
[dr,#418][xs]: remove mention of datapackage.json in data resource (r…
Browse files Browse the repository at this point in the history
…eintroduced mention accidentally in #418 work).
  • Loading branch information
rufuspollock committed May 23, 2017
1 parent 8ad2bd1 commit 9edb16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/data-resource/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 `../`).

Expand Down

0 comments on commit 9edb16a

Please sign in to comment.