Skip to content

Commit

Permalink
Clarify in core that Links can have 'id'
Browse files Browse the repository at this point in the history
Vocabulary does describe id property as "Provides the globally unique identifier for an Object or Link."

But it's ambiguous reading core whether that's ok, since it's omitted from this section.

This pull resolves #288
  • Loading branch information
Benjamin Goering committed Jun 24, 2016
1 parent e3506ba commit 6d952d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ <h2><dfn data-lt="Link">Link</dfn></h2>
property. In addition, all <code>Link</code> instances share the
following common set of optional properties as normatively defined by
the <a href="../activitystreams-vocabulary/">Activity Vocabulary</a>:
<code><a href="../activitystreams-vocabulary/#dfn-id">id</a></code> |
<code><a href="../activitystreams-vocabulary/#dfn-name">name</a></code> |
<code><a href="../activitystreams-vocabulary/#dfn-hreflang">hreflang</a></code> |
<code><a href="../activitystreams-vocabulary/#dfn-mediatype">mediaType</a></code> |
Expand Down

0 comments on commit 6d952d7

Please sign in to comment.