Description
The "comment" object type represents a textual response to another object. For the spec on this section http://martin.atkins.me.uk/specs/activitystreams/activityschema#comment
Properties
Property name
|
Type
|
Required
|
Property Description
|
JSON field
|
Atom field
|
RSS field
|
title
|
string
|
no
|
If your comments has a title. This is not common
|
displayName
|
atom:title
|
|
summary
|
string
|
no
|
Snippet of comment if not providing it as content
|
|
atom:summary |
|
content
|
string
|
no
|
The entire comment
|
|
atom:content
|
|
owner
|
object
|
no
|
Person who wrote the comment if different than the actor
|
userid for now but needs to be global
|
atom:author
|
|
id
|
string
|
yes
|
Unique id for the object. Must be different than the activity id
|
id
|
atom:id
|
|
url
|
URI
|
yes
|
Permalink to the object
|
permalinkURL
|
atom:link rel="alternate"
|
|
| published |
W3CDTF timestamp |
no |
Time the object was created |
published
|
atom:published |
|
| updated |
W3CDTF timestamp |
no |
Last modification time |
updated |
atom:updated |
|
| source |
object |
no |
|
|
atom:source |
|
| related links |
array |
no |
Related links |
links |
atom:link rel="related" |
|
Verbs
Does this object relate to only certain kinds of verbs? If so, please list them and link to the appropriate page on the wiki.
URI
What is the URI for the object? Most URIs will be in the form:
http://activitystrea.ms/schema/1.0/[objectname]
Examples
Provide examples of the object being used in context.
Notes
Provide any useful notes or hints about this object.
Implementations
Where is this object implemented? Please list all known implementations with links to the relevant API documentation.
Maintainers
Who maintains this page, or should be contacted if there are questions or feedback?
Comments (0)
You don't have permission to comment on this page.