Object types
Varying the object type and investigation what happens to the properties. Relevant properties are
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "${type}",
"name": "name",
"summary": "summary",
"content": "content"
}
where type
is the property being varied between different entries in the
table. Object types are defined in
https://www.w3.org/TR/activitystreams-vocabulary/#object-types.
The support table shows a ✅ if the object was parsed successfully,
so a blank space means that the object was discarded. In details, you find
how the fields name
, summary
, and content
are being transformed by the
application’s parser.
Support table
Details
type | content | Example |
---|---|---|
Article |
content |
|
Audio |
||
Document |
||
Event |
||
Image |
||
Note |
content |
|
Page |
||
Place |
||
Profile |
||
Relationship |
||
Tombstone |
||
Video |
||
Note |
Article |
content |