[ARVADOS] updated: 5dd1249f3ec74643957202977f92e42be78f65d8
git at public.curoverse.com
git at public.curoverse.com
Mon Feb 3 14:04:09 EST 2014
Summary of changes:
doc/api/schema/Link.textile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
via 5dd1249f3ec74643957202977f92e42be78f65d8 (commit)
via 13316cbdecd85557ade334262f7cbfec22c4b275 (commit)
from 36cb102dca2aba54c01b4a4d08bb7c2a2d4ad337 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 5dd1249f3ec74643957202977f92e42be78f65d8
Merge: 13316cb 36cb102
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Feb 3 14:04:56 2014 -0500
Merge branch 'master' of git.clinicalfuture.com:arvados
commit 13316cbdecd85557ade334262f7cbfec22c4b275
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Feb 3 14:04:26 2014 -0500
Tweaked text a little to make tail/subject head/object correspondence a little clearer.
diff --git a/doc/api/schema/Link.textile b/doc/api/schema/Link.textile
index a03dfb8..624bf53 100644
--- a/doc/api/schema/Link.textile
+++ b/doc/api/schema/Link.textile
@@ -10,7 +10,7 @@ h1. Link
**Links** describe relationships between Arvados objects, and from objects to primitives.
-Links are directional: each metadata object has a tail (subject), class, name, properties, and head (object or value). A Link may describe a relationship between two objects in an Arvados database: e.g. a _permission_ link between a User and a Group defines the permissions that User has to read or modify the Group. Other Links simply represent metadata for a single object, e.g. the _identifier_ Link, in which the _name_ property represents a human-readable identifier for the object at the link's head.
+Links are directional: each metadata object has a tail (the "subject" being described), class, name, properties, and head (the "object" that describes the "subject"). A Link may describe a relationship between two objects in an Arvados database: e.g. a _permission_ link between a User and a Group defines the permissions that User has to read or modify the Group. Other Links simply represent metadata for a single object, e.g. the _identifier_ Link, in which the _name_ property represents a human-readable identifier for the object at the link's head.
For links that don't make sense to share between API clients, a _link_class_ that begins with @client@ (like @client.my_app_id@ or @client.my_app_id.anythinghere@) should be used.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list