Skip to content

Commit

Permalink
Change readme examples to be more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
chfi committed Jun 3, 2020
1 parent f2bbea2 commit 68947ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on the resource type.

#+begin_src js
{ "name": "r1",
"owner_id": 0,
"owner_id": "7733c380-b83f-45de-a8b5-17e1bc3738a9",
"data": { "path": "test1.txt",
"metadata": "test1" },
"type": "dataset-file",
Expand Down Expand Up @@ -77,7 +77,7 @@ action, namely viewing data.
A JSON example:
#+begin_src js
{ "name": "some-resource",
"owner_id": 0,
"owner_id": "7733c380-b83f-45de-a8b5-17e1bc3738a9",
"data": { "dataset": "BXDGeno",
"trait": "rs365781" },
"type": "dataset-geno",
Expand All @@ -100,7 +100,7 @@ dataset-geno.
A JSON example:
#+begin_src js
{ "name": "some-resource",
"owner_id": 0,
"owner_id": "7733c380-b83f-45de-a8b5-17e1bc3738a9",
"data": { "dataset": "1",
"trait": "17465" },
"type": "dataset-publish",
Expand Down

0 comments on commit 68947ca

Please sign in to comment.