Context
Every response includes an@context array identifying the vocabularies used:
followerCount, isVerified, and viewCount.
Object types
Detail endpoints
Endpoints that return a single resource (e.g. a user or video) return the object directly:List endpoints
Endpoints that return multiple items useOrderedCollectionPage:
Common properties
Properties are consistent across platforms:| Property | Description |
|---|---|
type | ActivityStreams object type (Person, Video, Note, etc.) |
id | Canonical URL for the resource |
url | Web URL for the resource |
name | Display name |
preferredUsername | Username/handle |
summary | Bio or description |
published | ISO 8601 timestamp |
icon | Avatar or thumbnail |
image | Cover image or media |
attachment | Related media or links |